@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800|Exo+2:wght@300;400&display=swap|Material+Icons");
body {
    font-family: "Poppins", sans-serif;
}
.meeting-logo {
    width: 50px;
    padding: 5px;
}

.modal-dialog .modal-content {
    border-radius: 0px !important;
}

main {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background: #222327;

}

/* PULSE */

@-webkit-keyframes pulse {
    0% {
        transform: scale(0);
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(5.9);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0);
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(5.9);
    }
}
.alert_online {
    width: 30px;
    height: 30px;
    position: absolute;
    float: left;
    left: -15px;
    top: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    border-radius: 50px;
}

.alert-banner-close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.alert-banner-close:before, .alert-banner-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.alert-banner-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.alert-banner-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.pulse {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: red;
    position: relative;
}

.alert_online i {
    color: #FFF;
    padding: 8px 0 0 8px;
    position: absolute;
    z-index: 99;
}
.pulse:after {
    -webkit-animation: pulse 1s ease-out infinite;
    animation: pulse 1s ease-out infinite;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 100%;
    background: red;
}

/* ALERT BANNER */
.alert-banner {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    height: 50px;
    margin-left:auto;
    margin-right:auto;
    background: #333;
    width: 40%;
    /*border-bottom: 1px solid #EEEEEE;*/
    /*border-bottom: 1px solid #555555;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    padding: 10px;
    padding-top: 4px !important;
    box-sizing: border-box;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: alert-banner-slide-in 0.8s ease forwards;
    animation: alert-banner-slide-in 0.8s ease forwards;
}

.alert-banner-content {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
    padding-left: 0;
}
.alert-banner-title {
    font-size: 18px;
}
.alert-banner-text {
    margin: 0 20px 0 0;
}
.alert-banner-button {
    display: inline-block;
    background: #fff;
    height: 20px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    color: #333;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
}
.alert-banner-close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.section-title {
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 4vw;
    letter-spacing: 2px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#wc-content .full-screen-icon {
    right: 172px !important;
    top: 32px !important;
}


/* NOTIFICATIONS */

.notif {
    width: 100%;
    display: block;
    height: 100px;
    margin: 6px auto;
    color: white;
    /*border-radius: 4px;*/
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 50px;
}

.notif--success {
    background: #39cccc;
}


.notif--info {
    background: #5a95ff;
}

.notif--error {
    background: #cb0303;
}

.notif__icon {
    padding: 20px;
    font-size: 36px;
}

.notif__content, .notif__actions {
    height: 100%;
    float: left;
}

.notif__content {
    width: calc(100% - 60px);
    /*width: 85%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notif__subtitle {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
}

.notif__title {
    font-family: "Exo 2", sans-serif;
    margin-bottom: 0.2em;
    /*font-size: 2em;*/
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
    text-transform: uppercase;
}

.notif__actions {
    width: 60px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
}

.notif__actions i {
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    color: #FFF;
}
.notif--success .notif__actions i {
    top: 55%;
}
.notif__actions > * {
    flex-grow: 1;
}

.notif__action {
    position: relative;
    text-align: center;
    text-decoration: none;
}

.notif__action:hover {
    background: rgba(0, 0, 0, 0.4);
}

.notif__action:hover:after {
    display: block;
    color: #FFF;
    font-size: 12px;
}

.notif__action:after {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    right: 110%;
    top: 45%;
    margin-top: -1em;
    padding: 0.5em 1em;
    text-align: center;
    white-space: nowrap;
    background: #141414;
    border-radius: 4px;
}

.notif__action > * {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 16px;
}

.notif--info .notif__action i {
    top: 53%;
}

.notif a {
    color: inherit;
}

/* USER AVATAR MENU */

.User-area {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    /*z-index: 9999;*/
    z-index: 19;
    /*right: 40px;*/
    right: -200px;

    top: 28px;


    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
}

.page-loaded .User-area {
    right: 130px;
}


@media screen and (max-width: 500px) {
    .User-area {
        top: 100px;
        z-index: 9;
    }
    .page-loaded .User-area {
        right: 20px;
    }
}

.ReactModal__Body--open .User-area{
    right: 30px;
    top:8px;
}

.User-area > .User-avtar {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px -5px #000;

}
.User-area > .User-avtar > img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}


.route_home .User-area > .User-avtar {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.78) 0px 0px 12px 1px;
}

.User-avtar .badge {
    position: absolute;
    right: -5px;
    bottom: -2px;
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
    padding: 0;
}

.User-avtar .badge i {
    font-weight: normal;
    font-size: 11px;
    margin-left: -1px;
    margin-top: 3px;
    vertical-align: text-top;
    color: #080707;
}

.badge i {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.__opened .badge i {
    margin-top: 2px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.User-avtar span {
    color: #000;
}
.ReactModal__Body--open .User-avtar span/*,
.User-avtar span*/ {
    top: 7px;
    color: #FFF;
}

.ReactModal__Body--open .User-avtar span:before,
.route_home .User-avtar span:before {
    content: '\2022\a0\a0';
}


.User-avtar span {
    width: 80px;
    position: absolute;
    display: inline-block;
    min-width: 90px;
    /*top: 13px;*/
    top: 13px;
    left: -100px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    /*line-height: 24px;*/

    /*font-family: "Fjalla One", sans-serif;*/
    /*text-decoration: underline;*/
    /*font-size: 16px;*/
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}
.User-avtar small {
    min-width: 90px;
    position: absolute;
    display: inline-block;
    top: 23px;
    left: -100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Exo 2", sans-serif;
    font-weight: normal;
    font-size: 9px;
    text-align: right;
    color: #a4a4a4;
}

.User-Dropdown {
    display: none;
    position: absolute;
    /*border-radius: 7px;*/
    background: #fff;
    box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.78);

    list-style: none;
    padding: 0 10px;
    width: 150px;
    margin: 0;
    top: 70px;
    right: -9%;
    min-width: 185px;
}

.route_home .User-Dropdown{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.User-Dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: 0px;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.9);
}
.User-Dropdown.U-open {
    display: block;
}
.User-Dropdown > li {
    padding: 0px;
    line-height: 47px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.17);
}
.User-Dropdown > li:last-child {
    border-bottom: 0px;
}
.User-Dropdown > li > a,
.User-Dropdown > li  a {
    font-size: 12px;
    padding: 15px 25px 16px 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease-out;
}
.User-Dropdown span {
    background: #16d67a;
    padding: 3px 7px;
    color: #fff;
    border-radius: 30px;
    font-size: 10px;
}
.User-Dropdown > li:before {
    content: "";
    width: 0px;
    height: 40px;
    position: absolute;
    background: #a20000;
    margin-top: 4px;
    border-radius: 0 1px 1px 0;
    left: 0px;
    transition: all 0.2s ease;
}
.User-Dropdown > li:hover:before {
    width: 5px;
    border-radius: 30px;
}
.User-Dropdown > li a:hover {
    margin-left: 5px;
}


.static .User-area {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.reveal_text_container .box {
    height: 100px;
}
.title,
.title h1{
    margin: 0px;
}

.reveal_text_container .box .role {
    height: 40px;
    margin-top: -8px;
}


footer .col-12 {
    text-align: left;
}

main {
    background: #FFF;
}

/** PRELOADER **/
#preloader-section #preloader {
    font-size: 14px;
}

/* Load Settings */
.no-scroll-y {
    overflow-y: hidden;
}

#preloader-section{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;

    /* Show or Hide cursor when hover of Preloader*/
    cursor: none;

    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
    line-height: 60px;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: red; /* It is not identified in alphabetical order so that it does not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}
.animation-preloader img {
    /*position: fixed;*/
    animation: none !important;
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 40px;
}

.connecting {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 133px;
    display: block;
    width:200px;
    text-align:center;
    font-family: arial;
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
}
/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Exo 2", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #a20000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/* Loader section Settings */
.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0;
}

.ctn-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

/* Preloader Animation */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

/* Backward laptop size (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
    /* Preloader */
    /* Spinner Loading */
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Text Loading */
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 500px) {
    /* Prelaoder */
    /* Spinner Loading */
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /* Text Loading */
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}
.route_zoom_meet {overflow: hidden;}
#wc-content .full-screen-icon {
    top: 12px !important;
}

a:focus, a:hover {text-decoration: none !important;}
.alert-banner {
    top: 170px;
    width: 75% !important;
}
