
html, body {
    min-width: 100% !important;
    font-family: var(--font_family);
    color: var(--text_color);
    background-color: var(--bg_color) !important;
    font-size: 18px;
}

a,p,h1,h2,h3,h4,h5,ul,li,.btn{ font-family: var(--font_family) !important; }

a,
a:link{ color: var(--text_color);  text-decoration: none !important; }
p { color: var(--text_color); margin-bottom:0rem; }

.b1{ border:0px aqua solid;  }
.b2{ border:0px #0059ff solid;  }
.b3{ border:0px #1fcc00 solid;  }
.b4{ border:0px #000 dotted;  }

.hide { display: none !important; }
.vimeo-tour{ width: 100%; height: 50vw; }
.icon { height: 30px !important; }

.btn-slider {
    color: #fff;
    background-color: var(--section_color);
    border-color: var(--section_color);
}
.alert-bee {
    color: var(--text_color);
    background-color: rgba(255, 205, 0, 0.6);
    border-color: rgba(255, 205, 0, 0.6);
}
.disabled p { font-size: 26px !important; opacity:0.7;}
.title-error,
.text-error{ color: #fff !important; font-size: 26px !important; opacity:0.7; }


/* -> bg pages */
.bg-login,
.bg-lobby {
    background: var(--bg_movil);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.bg-app {
    background-color: var(--bg_color);
}


/*:: HEADER */
    .bg-header { background: var(--bg_header) !important; }
    .logo-header { height: 35px !important; }
    .navbar {
        padding: 1.2rem 2rem;
        color: var(--white);
        z-index: 1 !important;
    }
    .navbar-dark .navbar-toggler {
        border-color: rgba(255, 255, 255, 0) !important;
        font-size: 1.6rem !important;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .dropdown-menu { background: #00000061 !important; /*background: var(--yellow) !important;*/ }
    .dropdown-item.hover,
    .dropdown-item.active, 
    .dropdown-item:active{ color: var(--white);  background-color: rgb(33 37 41 / 20%) !important; }
    .dropdown-item:hover, .dropdown-item:focus { background-color: rgb(33 37 41 / 20%) !important;  }
    
    .navbar-dark .navbar-nav .nav-link {
        color: var(--btn_bg_color);
        margin: 0px 5px;
        border-radius: 0 0 10px 10px;
        text-align: center;
        padding: 5px 15px !important;
        background: #222;
        transition: all 0.5s;
        text-transform: uppercase;
        font-size: 14px;
    }
    .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--white);
        background: #222;
        border-radius: 0 0 10px 10px;
        transition: all 0.5s;
        /* padding-top: 25px !important; */
        padding-top: 20px !important;
        transform-origin: 5px;
        /* padding: 5px 15px !important; */
    }
    /* .activo, */
    .activo { background:#222 !important; }
    .activo, 
    .activo .nav-link {
        color: #fff !important;
        padding-top: 15px !important;
        border-radius: 0 0 10px 10px;
        transition: all 0.5s;
        background: transparent;
        margin:0 0 !important;
    }
    .activo:hover, 
    .activo .nav-link:hover { background: #222 !important; padding-top:0px !important; }

    .logout { height: 22px; }
    .logut { filter: invert(79%) sepia(88%) saturate(786%) hue-rotate(330deg) brightness(104%) contrast(99%); }
    .logout-desktop { display: none; }
    .lobby-box { margin-top:0; }
    .navbar-desktop{ display:none; }
    

    
/*:: LOGIN */
    .login {
        height: auto;
        width: 100%;
        margin-top:235px;
    }
    .lobby { margin-top:235px; }
    .logo {
        width: 100px;
        height: 100px;
        margin:0 auto;
    }
    .login p { text-align: center; }
    
    /* -> Botons */
    .btn-bee,
    .btn-success {
        color: var(--btn_text_color);
        border-color: var(--btn_bg_color);
        background-color: var(--btn_bg_color);
        display: block;
        width: 100%;
        text-transform:uppercase;
        font-weight: normal !important;
        border-radius: 10px;
    }
    .btn-bee:hover,
    .btn-success:hover {
        color: var(--btn_text_color);
        border-color: var(--btn_bg_color);
        background-color: var(--btn_bg_color);
        opacity: 0.8;
        /* transition: all .5s; */
    }

    /* -> Form */
    .form-group { margin-bottom: 1.3rem; }
    .form-control {
        color: var(--text_color);
        border-color: var(--btn_bg_color);
        background-color: rgba(255, 255, 255,0);
        text-align: center;
        border-radius: 10px;
    }
    .form-control:focus {
        color: var(--text_color);
        background-color: rgba(255, 255, 255, 0);
        border-color:var(--btn_bg_color);
        outline: 0;
    }
    form.user .form-control-user { padding: 1rem 1rem; }

    .form-control::-webkit-input-placeholder { color: #000000; opacity: 0.8; }
    .form-control::-moz-placeholder { color: #000000; opacity: 0.8; }
    .form-control:-ms-input-placeholder { color: #000000; opacity: 0.8; }
    .form-control::-ms-input-placeholder { color: #000000; opacity: 0.8; }
    .form-control::placeholder { color: #000000; opacity:0.8; }

    .btn-link,
    .btn-link a {
        color: var(--text_color);
        text-decoration: none;
        opacity:0.7;
    }
    .btn-link:hover,
    .btn-link a:hover {
        color: var(--text_color);
    }
    .btn-link { margin-top:10px; }


/*:: PAGE - LOBBY */
    .pages { margin-top:70px; }
    .pages h1,
    .home h3 { 
        text-transform: uppercase; 
        color: var(--text_color);
        text-align: left;
        font-size: 1.2rem;
        font-weight: 400;
    } 

    /* -> Countdown */
    .simply-countdown { display: table; margin:0 auto; }
    .simply-countdown > .simply-section {
        /* width: 90px; */
        display: inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin:0 auto;
    }
    .simply-days-section { display: none !important; }
    /* .simply-countdown > .simply-section > div { countdown block inner div } */
    .simply-countdown > .simply-section .simply-amount,
    .simply-countdown > .simply-section .simply-word {
        /* amounts and words */
        color:var(--yellow);
    }
    .simply-countdown > .simply-section .simply-amount {
        /* amounts */
        font-size: 40px;
    }
    /* .simply-countdown > .simply-section .simply-word { font-size: 26px; display: inline-block; } */
   .simply-countdown > .simply-section .simply-word {
        font-size: 30px;
        display: inline-block;
        font-weight: 700;
        padding: 0 5px;
        text-align: center;
    }
   .event-date{
       color: var(--btn_bg_color);
       font-size: 26px;
   }
   .label-event{
       font-size:22px;
       font-weight: 500;
   }



/*:: PAGE - EVENT */
    .vp-center { align-items: start !important; }

    /* --> Modal */
    .modal-backdrop.show { opacity: 0.7 !important; }
    .modal-content {
        background-color: var(--modal_bg_color);
        color: var(--modal_text_color);
        border-radius:0;
    }
    .modal-header{ padding: 0rem 1rem; border-bottom: 0 !important;}
    .modal-header>.close{ font-size: 3rem !important; font-weight: 300 !important; opacity: 1 !important; text-shadow: none !important; }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem 1rem;
    }    
    
    .carousel-control-prev, 
    .carousel-control-next { 
        width:40px !important;
        background: rgba(0, 0, 0, 0.7) !important;
        /* filter: invert(1) sepia(0) saturate(0) hue-rotate(0deg); */
        /* filter: invert(83%) sepia(86%) saturate(1%) hue-rotate(70deg) brightness(104%) contrast(101%); */
        /* opacity: 0.5; */
    }

    .modal-home .order1 { order:2; }
    .modal-home .order2 { order:1; }

    .modal-home .card-title,
    .modal-home .card-subtitle {
        text-align: left;
        font-weight: 400;
        color: var(--title_color) !important;
        font-size: 24px;
    }
    .modal-home .card-title { text-transform:capitalize;  } 
    .modal-home .card-subtitle { font-size: 20px; }        
    .modal-home .card-text,
    .modal-home .card-text p{
        color: var(--modal_text_color);
        text-align: justify;
    }
    .modal-info { 
        position: relative;
        vertical-align: middle !important;
        
    }

    /* --> Slider 1 */
    .MultiCarousel { float: left; overflow: hidden; padding: 0 50px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
    .MultiCarousel .MultiCarousel-inner .item { float: left; padding: 0 15px !important; } /*padding-left:50px !important; padding-right:0px;*/
    .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}    

    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst { position:absolute; border:0; top:calc(40%); z-index: 99 !important; height:50px;  background: transparent !important; }

    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    .MultiCarousel .leftLst.over, 
    .MultiCarousel .rightLst.over { pointer-events: none; border:0; background: transparent !important; }

    .carousel-seccion {
        width:100%; 
        /* height:275px; */
        background-size:cover; 
        background-position:center center; 
        background-repeat:no-repeat;
    }
    .carousel-seccion .carousel-image{
        display: block;
        z-index: 99;
        transition: all .5s;
    }
    .carousel-seccion .carousel-image:hover {
        /* transform: scale(1.02); */
        transition: all .5s;
        opacity:0.7;
    }
    /* .carousel-seccion .carousel-image img {  } */
    /* .carousel-seccion .carousel-image img:hover { background:#cc0000 !important; } */
    /* .MultiCarousel-inner .overlay{ border:1px aqua dotted; } */

    .carousel-seccion .carousel-bar {
        background: var(--section_color);
        width: 100%;
        position: block;
        margin-top: 0;
        display: inline-grid;
        padding:5px;
    }
    .carousel-bar-title,
    .carousel-bar-title p { 
        color: var(--title_color) !important;
        font-size: 16px;
        font-weight: bold !important;
        text-align: left;
    }
    .carousel-bar-subtitle,
    .carousel-bar-subtitle p { 
        color: var(--subtitle_color) !important;
        font-size: 16px;
        text-align: left;
    }
    .owl-carousel .item {
        height: auto;
        background: var(--bg_color);
        padding: 1rem;
    }
    .owl-carousel .item h4 {
        color: #FFF;
        font-weight: 400;
        margin-top: 0rem;
    }
    /* .hidden { border:2px orange solid; } */

    .image-kit { height: 250px; }


/* :: PAGE ZOOM */
    .hidden { display: none !important; }
    .visible { display: block !important; }

    #meeting_form{ position: relative; z-index: 2; }
    #zmmtg-root {
        width: 100% !important;
        height: 90% !important;
        position: absolute !important;
        top: 10% !important;
        left: 0;
        background-color: rgba(0, 0, 0, 0) !important;
        border:0px rgb(36, 0, 155) solid;
        z-index: 1 !important;
        box-sizing: content-box;
    }
    .sdk-select { height: 34px; border-radius: 4px; }
    .websdktest button { float: right; margin-left: 5px; }
    #nav-tool { margin-bottom: 0px; }
    #show-test-tool {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
    }
    #display_name { width: 250px; }
    iframe,
    .gallery-video-container__canvas{
        max-width: 100% !important;
        max-height: auto !important;
        border:0 !important;
    }
    #websdk-iframe {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 3 !important;
    }
    .ReactModal__Body--open{
        height: 100% !important;
        width: 100% !important;
        overflow: hidden;
        font-size: 18px;
        padding: 0;
        margin: 0;
        font-family:var(--font_family);
        color: #4a4a4a;
        position: relative !important;
        z-index: 1 !important;    
    }
    .meeting-client { height: 100% !important; top:0 !important; position:absolute !important; }
    .meeting-client-inner {
        width: 100% !important;
        height: 100% !important;
        position: unset !important;
        top: 0 !important;
        left: 0;
    }
    .bhold{
        color:var(--text_color) !important;
        height: 100% !important;
        margin-top:0% !important;
        background-color: #fff;
        /* background: url('../image/desktop/bg.jpg');
        background-size: cover;
        background-position: initial;
        background-repeat: repeat-y; */
    }
    .gallery-video-container__main-view { margin-top: 0 !important; }
    .ReactVirtualized__Grid .ReactVirtualized__List .chat-virtualized-list .ax-outline-blue { height: 74vh !important; }
    .ReactVirtualized__List.chat-virtualized-list{
        height: 400px !important;
        overflow: auto !important;
    }
    .footer-button__button-label,
    .join-audio-container__btn,
    .send-video-container__btn,
    .wr-tile { 
        color: var(--white) !important;         
    }
    .join-audio-container__btn,
    .send-video-container__btn { width: 100px !important; }
    .sharee-container__canvas-outline{ border:0 !important; }
    .wr-topic-layout .wr-topic{
        margin-left:0px !important;
        font-size: 22px !important;
        color: #fff !important;
    }
    #__vconsole { display: none !important; }

    .lobby-image { display: none; }
