body {
    overflow-x: hidden;
    font-family: Inter, sans-serif;
}

/* Additional Width Utility Classes */
.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-75 {
    width: 75% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-25 {
    width: 25% !important;
}

.w-20 {
    width: 20% !important;
}

@media (min-width:576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }
}

@media (min-width:768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }
}

@media (min-width:992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    body #rightPanel {
        margin-left: 220px;
    }

        body #rightPanel.sidebar-sm {
            margin-left: 70px;
        }

    #rightPanel button.navbar-toggler {
        display: inline;
    }
}

@media (min-width:1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-20 {
        width: 20% !important;
    }
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

body {
    
}

.navbar .navbar-brand {
    background-size: contain;
    max-width: 300px;
    height: 70px;
    background-repeat: no-repeat;
    margin-right: 0;
    padding: 0;
}

    .navbar .navbar-brand.associated-brand {
        margin: 15px 0;
        width: 180px;
        height: 50px;
        margin-right: 20px;
    }

    .navbar .navbar-brand .company-selected {
        border-top: 3px solid #313131 !important;
    }

@media (max-width: 1024px) {
    .navbar .navbar-brand {
        width: 200px;
        height: 70px;
        background-repeat: no-repeat;
        margin-right: 0;
        padding: 0;
    }
}

.navbar .navbar-brand .logo {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    opacity: 0.4;
    position: absolute;
    max-width: 300px;
}

    .navbar .navbar-brand .logo.active {
        opacity: 1;
    }

.navbar {
    border-bottom: 4px solid;
}

    .navbar .container {
        position: relative;
    }

    .navbar .navbar-nav {
    }

    .navbar .nav-item {
        position: relative;
        padding: 0;
        vertical-align: bottom;
        font-size: .9em;
    }

        .navbar .nav-item .nav-link {
            opacity: .8;
            padding: 0 10px;
            line-height: 1em;
            /*border-right: 1px solid;*/
        }

        .navbar .nav-item:last-child .nav-link {
            border-right: none;
            padding-right: 0;
        }

        .navbar .nav-item .nav-link:hover,
        .navbar .nav-item.active .nav-link {
            opacity: 1;
            text-decoration: underline;
        }

    .navbar .info {
        font-size: 80%;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 15px;
    }

        .navbar .info .info-item {
            display: inline-block;
            font-size: .85em;
        }

            .navbar .info .info-item strong {
                font-size: 1.15em;
            }

.nav-item.dropdown .user-name {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
    .nav-item.dropdown .user-name {
        display: inline-block;
        max-width: 90px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-color: transparent !important;
    margin-top: 1px;
    margin-left: 1px;
}

.goog-te-menu-value :nth-child(n+2) {
    display: none !important;
}

/*#google_translate_element {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 100;
}*/

footer {
    padding: 15px;
    font-size: .9em;
}


.tickers {
    position: absolute;
    top: -10px;
    right: 5px;
}


    .tickers div {
        box-shadow: 1px 1px 2px RGBA(0,0,0,128);
        /* opacity: .8; */
    }

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

.regButton {
    display: inline-block;
}

.card.event {
    font-size: .9em;
}

.carousel-indicators {
    bottom: -5px;
    z-index:1;
}

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(128, 128, 128, .65);
        box-shadow: 0 0 4px white;
        margin: 0 6px;
        border: none;
    }

        .carousel-indicators li.active {
            background-color: rgba(255, 255, 255, .75);
            box-shadow: 0 0 3px rgb(128,128,128);
        }

.card-header {
    background-color: #282828;
    color: white;
    font-size: .95em;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .card-header .btn-link {
        color: white;
    }

.card-body {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ui-dialog {
    font-size: .9em;
    z-index: 10000 !important;
}

.ui-tabs-nav.ui-widget-header {
    background-color: #ddd;
    border-color: #ddd;
}

.ui-dialog .ui-dialog-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body {
    max-height: Calc(100vh - 180px);
    overflow-y: scroll;
}

.ui-dialog.fullScreen {
    background: #000000 !important;
    background: rgba(0,0,0,.35) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 3px !important;
}

    .ui-dialog.fullScreen .ui-dialog-titlebar {
        background: #303030 !important;
        color: white;
    }

.ui-dialog .ui-dialog-titlebar-close {
    background: #ccc;
    color: black;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    /* padding: 0; */
    /* margin: 0; */
}

    .ui-dialog .ui-dialog-titlebar-close:after {
        content: "\00d7";
    }

.ui-dialog .ui-dialog-buttonpane {
    position: absolute;
    bottom: -24px;
    right: 5px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
        /* padding: 0; */
        margin: 0 1px;
        font-size: .9em;
    }

legend {
    width: inherit;
    font-size: 1em;
    padding: 0 10px;
}

fieldset {
    padding: 10px;
}

.sticky-top {
    top: 98px;
    z-index: 999;
}


.rank.agent {
    background-image: url('../../images/icons/rank/rank-associate.png');
}

.rank.associate {
    background-image: url('../../images/icons/rank/rank-associate.png');
}

.rank.senior-associate {
    background-image: url('../../images/icons/rank/rank-senior-associate.png');
}

.rank.director {
    background-image: url('../../images/icons/rank/rank-director.png');
}

.rank.senior-director {
    background-image: url('../../images/icons/rank/rank-senior-director.png');
}

.rank.managing-director {
    background-image: url('../../images/icons/rank/rank-managing-director.png');
}

.rank.executive-director {
    background-image: url('../../images/icons/rank/rank-executive-director.png');
}

.rank.senior-executive-director {
    background-image: url('../../images/icons/rank/rank-senior-executive-director.png');
}

.rank.managing-executive-director {
    background-image: url('../../images/icons/rank/rank-managing-executive-director.png');
}

.rank.partner,
.rank.field-partner {
    background-image: url('../../images/icons/rank/rank-field-partner.png');
}

.requirement {
    padding-left: 15px;
    /* margin-left: 5px; */
    position: relative;
}

    .requirement.composite .requirement {
        /* border-left: 1px solid; */
    }

.requirement-description {
    position: relative;
    padding-bottom: 3px;
    /* margin-left: -8px; */
}

.requirement.composite > .requirement-description > .description {
    /* color: #666; */
    /* text-decoration: underline; */
    /* font-weight: bold; */
}

.requirement.composite > .requirement > .comp-type:before {
    position: absolute;
    top: Calc(50% + 3px);
    text-shadow: 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white,0 0 3px white;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: bold;
    z-index: 100;
}

.requirement.composite > .requirement.last-child > .comp-type:before {
    display: none;
}

.requirement.composite > .requirement > .comp-type.and:before {
    content: "and";
    left: -11px;
}

.requirement.composite > .requirement > .comp-type.or:before {
    content: "or";
    left: -6px;
}

/*.requirement.composite .requirement:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    width: 20px;
    left: 0;
    top: 12px;
}

.requirement.composite > .requirement:not(:last-child):after {
    content: ""; 
    position: absolute;
    border-left: 1px solid;
    height: 100%;
    left: 0;
    top: 12px;
}
.requirement.composite>.requirement-description:after {
    content: "";
    position: absolute;
    border-left: 1px solid;
    height: Calc(100% - 6px);
    left: 5px;
    top: 19px;
}*/
.rank-path-progress {
    line-height: 1px;
}

    .rank-path-progress .rank-path-item {
        height: 3px;
        display: inline-block;
        padding: 0;
        opacity: 0;
    }

        .rank-path-progress .rank-path-item.active {
            opacity: 1;
        }

    .rank-path-progress .rank-path-item, .rank-path .rank-path-item {
        background: #666;
        width: Calc(11.11111% - 5px);
    }

.rank-path .rank-path-item {
    display: inline-block;
    /* float: left; */
    /* height: 25px; */
    text-align: center;
    height: 30px;
    padding: 8px;
    /* padding-left: 20px; */
    position: relative;
    margin: 0 10px 0 0;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    opacity: .35;
    /* vertical-align: middle; */
}

    .rank-path .rank-path-item:not(:last-child):not(:first-child) {
        padding-left: 15px;
    }

    .rank-path .rank-path-item.active {
        opacity: 1;
    }

    .rank-path .rank-path-item:last-child {
        margin-right: 0;
    }

    .rank-path .rank-path-item:not(:first-child) {
        margin-left: -10px;
    }

    .rank-path .rank-path-item:not(:last-child):after {
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #666;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: -1;
    }

    .rank-path .rank-path-item.executive-director,
    .rank-path .rank-path-item.senior-executive-director,
    .rank-path .rank-path-item.managing-executive-director,
    .rank-path-progress .rank-path-item.executive-director,
    .rank-path-progress .rank-path-item.senior-executive-director,
    .rank-path-progress .rank-path-item.managing-executive-director {
        background: green;
    }

        .rank-path .rank-path-item.executive-director:after,
        .rank-path .rank-path-item.senior-executive-director:after,
        .rank-path .rank-path-item.managing-executive-director:after {
            border-left-color: green;
        }

    .rank-path .rank-path-item.partner,
    .rank-path-progress .rank-path-item.partner {
        background: #dcba00;
    }

    .rank-path .rank-path-item:not(:first-child):before {
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid white;
        position: absolute;
        left: 0;
        top: 0;
    }

.requirement {
    border: 1px solid #ddd;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}

    .requirement .requirement {
        margin-right: 5px;
        margin-bottom: 14px;
    }

.requirement-description i {
    font-size: 1em;
}

.requirement.requirement-met,
.requirement.requirement-met .requirement {
    background-color: rgb(242, 250, 240) !important;
    border-color: rgb(0, 139, 0);
}

    .requirement.requirement-met .requirement:not(.requirement-met) .description {
        text-decoration: line-through;
        color: #666 !important;
    }

    .requirement.requirement-met .requirement:not(.requirement-met) i {
        color: #666 !important;
    }

.requirement.composite {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

    .requirement.composite > .requirement-description {
        margin-left: -15px;
        background: rgba(0,0,0,.1);
        padding-left: 7px;
        /* border-top-left-radius: 10px; */
        /* border-top-right-radius: 10px; */
        margin-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

        .requirement.composite .requirement:before,
        .requirement.composite > .requirement:not(:last-child):after,
        .requirement.composite > .requirement-description:after {
            display: none;
        }

    .requirement.composite > .requirement > .comp-type:before {
        top: Calc(100% - 1px);
    }

    .requirement.composite > .requirement:not(.composite) > .comp-type:before {
        top: Calc(100% - 7px);
    }

.progress-text {
    position: absolute;
    right: 22px;
    top: 5px;
    font-size: .8em;
    font-weight: bold;
    font-family: Courier;
    letter-spacing: -1px;
}

.requirement-id {
    display: none;
    color: blue;
}

.requirement:not(.composite) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

    .requirement:not(.composite).last-child {
        border: none;
    }

.requirement-description .progress-container {
    height: 8px;
    background-color: #ddd;
    position: relative;
    border-radius: 3px;
    margin-left: 22px;
    margin-right: 22px;
    border: 1px solid rgba(0, 0, 0, .5);
}

.progress-container > .progress {
    background-color: green;
    height: 100%;
    position: absolute;
    /*border-radius: 3px;*/
}

.requirement.composite.collapsed > .collapse-button,
.requirement.composite:not(.collapsed) > .expand-button {
    display: none;
}

.collapse-button, .expand-button {
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.collapse-button {
    right: 5px;
    top: 0;
}

.expand-button {
    right: 5px;
    top: 0;
}


.requirement.composite.collapsed > .requirement {
    display: none;
}

.green {
    color: green;
}

.red {
    color: red;
}

.navbar .info .info-item.social {
    font-size: 2em;
    margin-right: 5px;
    opacity: .7;
}

    .navbar .info .info-item.social:hover {
        opacity: 1;
    }

@media (max-width: 768px) {
    .navbar .nav-item {
        display: block;
        /*width: 100%;*/
    }

        .navbar .nav-item .nav-link {
            padding: 5px 0;
            border-right: none;
            text-align: right;
        }

    .tickers {
        display: none;
    }
}

.dropdown-menu > .dropdown-item > i {
    min-width: 1.25em;
    margin-right: .25em !important;
    text-align: center;
}



#shoppingCartContainer {
    width: 100%;
    height: 100%;
}






/*
    New design 2021
*/
.main-container .myProfile #myTab.nav-pills .nav-link {
    font-size: .889rem;
    font-family: inter;
    color: #5A5E62;
}

    .main-container .myProfile #myTab.nav-pills .nav-link.active {
        background-color: #fff;
        border: 1px solid #E2E4E6;
    }

.main-container .myProfile .card-body {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    font-size: 12px;
}

    .main-container .myProfile .card-body .section-title {
        /*font-size: 1.125rem;*/
        font-size: 18px;
        font-family: Inter, sans-serif;
        font-weight: normal;
        color: #2E3338;
        margin-bottom: 0px;
        border-color: #2E3338;
    }

    .main-container .myProfile .card-body button.btnSave {
        font-family: inter;
        font-size: .889rem;
    }

.main-container .myProfile input[type=text] {
    color: #000;
}

.main-container .myProfile .custom-column {
    width: 200px;
}

.main-container .myProfile .important-notice-title {
    font-size: 1.125rem;
    margin-bottom: 4px;
    font-family: Inter;
}

.main-container .myProfile .important-notice-text {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: .889rem;
}

.main-container #accountSettings button.btnPayment, .main-container #accountSettings input[type=submit] {
    width: 170px;
    font-family: inter;
    font-size: .889rem;
}

.main-container #accountSettings input[type=text] {
    font-size: 12px;
}

.main-container #replicatedSiteContainer .margin-top {
    margin-top: 40px;
}

.main-container #replicatedSiteContainer a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}








/* Animated loading dots*/
/* see https://codepen.io/nzbin/pen/GGrXbp?editors=0100 */
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(128,128,128,.5);
    color: rgba(128,128,128,.5);
    box-shadow: 9999px 0 0 -5px rgba(128,128,128,.5);
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(128,128,128,.5);
        color: rgba(128,128,128,.5);
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px rgba(128,128,128,.5);
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px rgba(128,128,128,.5);
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px rgba(128,128,128,.5);
    }

    30% {
        box-shadow: 9984px 0 0 2px rgba(128,128,128,.5);
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px rgba(128,128,128,.5);
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px rgba(128,128,128,.5);
    }

    30% {
        box-shadow: 9999px 0 0 2px rgba(128,128,128,.5);
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px rgba(128,128,128,.5);
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px rgba(128,128,128,.5);
    }

    30% {
        box-shadow: 10014px 0 0 2px rgba(128,128,128,.5);
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px rgba(128,128,128,.5);
    }
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(128,128,128,.5);
    color: rgba(128,128,128,.5);
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

    .dot-flashing::before, .dot-flashing::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(128,128,128,.5);
        color: rgba(128,128,128,.5);
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(128,128,128,.5);
        color: rgba(128,128,128,.5);
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 1s;
    }

@keyframes dotFlashing {
    0% {
        background-color: rgba(128,128,128,.5);
    }

    50%, 100% {
        background-color: #ebe6ff;
    }
}

/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.dot-typing {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(128,128,128,.5);
    color: rgba(128,128,128,.5);
    box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    animation: dotTyping 1.5s infinite linear;
}

@keyframes dotTyping {
    0% {
        box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    }

    16.667% {
        box-shadow: 9984px -10px 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    }

    33.333% {
        box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    }

    50% {
        box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px -10px 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    }

    66.667% {
        box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    }

    83.333% {
        box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px -10px 0 0 rgba(128,128,128,.5);
    }

    100% {
        box-shadow: 9984px 0 0 0 rgba(128,128,128,.5), 9999px 0 0 0 rgba(128,128,128,.5), 10014px 0 0 0 rgba(128,128,128,.5);
    }
}


/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
.dot-floating {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(128,128,128,.5);
    color: rgba(128,128,128,.5);
    animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

    .dot-floating::before, .dot-floating::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-floating::before {
        left: -12px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(128,128,128,.5);
        color: rgba(128,128,128,.5);
        animation: dotFloatingBefore 3s infinite ease-in-out;
    }

    .dot-floating::after {
        left: -24px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(128,128,128,.5);
        color: rgba(128,128,128,.5);
        animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
    }

@keyframes dotFloating {
    0% {
        left: calc(-50% - 5px);
    }

    75% {
        left: calc(50% + 105px);
    }

    100% {
        left: calc(50% + 105px);
    }
}

@keyframes dotFloatingBefore {
    0% {
        left: -50px;
    }

    50% {
        left: -12px;
    }

    75% {
        left: -50px;
    }

    100% {
        left: -50px;
    }
}

@keyframes dotFloatingAfter {
    0% {
        left: -100px;
    }

    50% {
        left: -24px;
    }

    75% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}
