﻿.default-font {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

body {
    font-family:Arial,sans-serif;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
}

.header-logo-container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-flow: row;
    column-gap: 8px;
}

.header-logo {
    display: flex;
    align-items: center;
    max-height: 65px;
    width: 60px;
    justify-content: center;
    border: 2px solid #eee;
    background: #fff;
    padding: 3px;
    outline: none;
    border-radius: 7px;
}

    .header-logo .tenant-logo {
        flex: none;
        max-width: 95%;
    }

.font-size14 {
    font-size: 14px
}

.font-size16 {
    font-size: 16px
}

.font-size18 {
    font-size: 18px
}

.font-size20 {
    font-size: 20px
}

.font-size25 {
    font-size: 25px
}

.font-size30 {
    font-size: 30px
}

.font-size35 {
    font-size: 35px
}

.font-size45 {
    font-size: 45px
}

.font-size50 {
    font-size: 50px
}

.small, small {
    font-size: 84%;
    font-weight: unset;
}

.text-tiny {
    font-size: 75%;
    font-weight: unset;
}

p {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.font-weight100 {
    font-weight: 100;
}

.font-weight300 {
    font-weight: 300;
}

.font-weight400 {
    font-weight: 400;
}

.font-weight500 {
    font-weight: 500;
}

.font-weight600 {
    font-weight: 600;
}

.font-weight700 {
    font-weight: 700;
}

.font-weight800 {
    font-weight: 800;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-muted {
    opacity: 0.5;
}

.text-muted-0 {
    opacity: 1;
}

.text-muted-1 {
    opacity: 0.95;
}

.text-muted-2 {
    opacity: 0.7;
}

.text-muted-3 {
    opacity: 0.5;
}

.text-muted-4 {
    opacity: 0.3;
}

.text-muted-5 {
    opacity: 0.2;
}

.grid-image-container {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 350px;
}

    .grid-image-container .grid-image {
        -o-object-fit: contain;
        object-fit: contain;
        object-position: center;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        z-index: 1;
    }

    .grid-image-container .grid-image-cover {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        overflow: hidden;
    }

    .grid-image-container .grid-image-blur {
        -o-object-fit: fill;
        object-fit: fill;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        filter: blur(90px);
        -webkit-filter: blur(90px);
        -moz-filter: blur(90px);
        -o-filter: blur(90px);
        -ms-filter: blur(90px);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0;
    }

/*++ ie fix ++*/

.blur-ie {
    display: none;
    transform: scale(1.4)
}

.body-footer {
    background: #efefef;
    padding: 10px;
}

.powered-by-socxo {
    width: 145px;
    max-width: 145px;
    display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    text-indent: -9999px;
    width: 100%;
    display: block;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

        .videoWrapper iframe .default-image {
            text-indent: -9999px;
            position: relative;
            width: 100%;
            display: block;
        }

            .videoWrapper iframe .default-image::after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                display: block;
                width: 100%;
                height: 100%;
                border-radius: .188rem;
                border: .188rem solid transparent;
                content: "";
                background: url('../Logo/socxo-suggest-default.svg') center center no-repeat #fff;
            }

.default-image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .188rem;
    border: .188rem solid transparent;
    content: "";
    background: url('../Logo/socxo-suggest-default.svg') center center no-repeat #f3f3f3;
   
}

.word-break{
    word-wrap:break-word;
    word-break:break-word;
}

.word-wrap {
    word-break: break-word;
    white-space: normal !important;
}
