/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap'); */

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url('./fonts/open-sans/Open\ Sans\ Thin.otf');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('./fonts/open-sans/Open\ Sans\ Regular.otf');
}


@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    src: url('./fonts/open-sans/Open\ Sans\ Medium.otf');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('./fonts/open-sans/Open\ Sans\ Bold.otf');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('./fonts/open-sans/Open\ Sans\ ExtraBold.otf');
}

::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar
{
  width: 4px;
  height:4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb
{
  border-radius: 40px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,0.1);
}

body {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #405B79 !important;
    letter-spacing: -0.4px;
    background-color: #f6f8fb;
}

h1,h2,h3,h4,h5{
    font-family: 'Open Sans' !important;
    color: #405B79 !important;
    letter-spacing: -0.4px;
}
.logo{
    max-height:45px;
}
.navbar{
    background-color: rgba(255,255,255,0.95) !important;
    border-bottom:1px solid #E7ECF0;
    backdrop-filter: blur(8px);
}
.talens-auth-link-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.29;
    letter-spacing: normal;
    text-align: right;
    color: #6f8498 !important;
    margin: 0;
}
.talens-avatar-sm{
    height: 30px;
    width: 30px;
    object-fit: cover;
}
.talens-mobile-menu-close{
    position: absolute;
    right: 32px;
    top: 32px;
}
.talens-mobile-menu-brand{
    height: 60px;
}
.talens-menu-divider{
    background-color: white;
    height: 1px;
    width: 150px;
}
.navbar-toggler{
    font-size: 23px;
    color:#6f8498 !important;
}
.navbar-light .navbar-toggler{
    border:none !important;
}
a{
    font-family: 'Open Sans' !important;
}
.bg-talens-blue{
    background-color: #405b79 !important;
}
.bg-talens-link{
    background-color: #007bff !important;
}

.bg-talens-red{
    background-color: #db0037 !important;
}

.bg-white{
    background-color: white !important;
}

.bg-secondary {
    background-color: #F7F9FC !important;
}

.bg-secondary-circle{
    background-color: #acaeb0 !important;
}

.bg-custom-1{
    background-color: #084753 !important;
    color:white !important;
}



.bg-custom-1 i.social-active{
    color: white !important;
}

.bg-custom-1 h2{
    color: white !important;
}

.bg-custom-2{
    background-color: rgba(191,44,129, 0.07) !important;
}

.bg-custom-2-circle{
    background-color: rgba(191,44,129, 0.3) !important;
}

.bg-custom-3{
    background-color: rgba(9,196,196, 0.07) !important;
}

.bg-custom-3-circle{
    background-color: rgba(9,196,196, 0.3) !important;
}

.bg-custom-4{
    background-color: rgba(235,244,16, 0.07) !important;
}

.bg-custom-4-circle{
    background-color: rgba(235,244,16, 0.3) !important;
}

.sweet-content-content h2, .sweet-content-content{
    color: #405B79 !important;
}

.theme-selector-color{
    width:30px;
    height:30px;
    border-radius: 15px;
    /* border:2px solid black; */
    cursor: pointer;
}

.btn-theme {
    background-color: #007BFF !important;
    color: white !important;
}

.opacity06{
    opacity: 0.6;
}

.opacity07{
    opacity: 0.7;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    position: relative;
    background-position: 'center center';
    background-size: 'cover';
    display: 'flex';
    justify-content: 'center';
    align-items: 'center';
    z-index: 9;
}

.extrabold {
    font-weight: 700;
}

.bold {
    font-weight: 600;
}

.semibold{
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.italic{
    font-style: italic;
}

.light {
    font-weight: 300;
}

.ls05{
    letter-spacing: -0.5px;
}

.ls06{
    letter-spacing: -0.6px;
}

.ls04{
    letter-spacing: -0.4px;
}

.ls08{
    letter-spacing: -0.8px;
}

.ls1{
    letter-spacing: -1px;
}

.fs09{
    font-size:9px;
}

.fs10{
    font-size:10px;
}

.fs11{
    font-size:11px;
}

.fs12{
    font-size:12px;
}

.fs13{
    font-size:13px;
}

.fs14{
    font-size:14px;
}

.fs15{
    font-size:15px;
}

.fs16{
    font-size:16px;
}

.fs17{
    font-size:17px;
}

.fs18{
    font-size:18px;
}

.fs19{
    font-size:19px;
}

.fs20{
    font-size: 20px;
}

.fs21{
    font-size: 21px;
}

.fs22{
    font-size: 22px;
}

.fs23{
    font-size: 23px;
}

.fs24{
    font-size:24px;
}

.fs25{
    font-size:25px;
}

.fs26{
    font-size:26px;
}

.fs28{
    font-size:28px;
}

.fs31{
    font-size:31px;
}

.fs32{
    font-size:32px;
}

.fs33{
    font-size:33px;
}

.fs39{
    font-size:39px;
}

.fs40{
    font-size:40px;
}

.fs43{
    font-size: 43px;
}
.lh20{
    line-height: 20px;
}


.lh30{
    line-height: 30px;
}

.lh36{
    line-height: 36px;
}

.lh43{
    line-height: 43px;
}

.lh47{
    line-height: 47px;
}

.lh51{
    line-height: 51px;
}

.talens-red{
    color: #db0037;
}

.talens-blue{
    color:#405b79;
}

.talens-grey{
    color: #becad6;
}

.talens-grey-strong{
    color: #798ca0;
}

.talens-success{
    color: #15c46d !important;
}

.talens-blue-link{
    color: #007bff;
}
.dashboard-menu-item a:hover{
    text-decoration: none !important;
}
.dashboard-main-layout{
    display: block;
}
.talens-horizontal-menu{
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}
.talens-horizontal-menu .dashboard-menu-item{
    scroll-snap-align: start;
}
.dashboard-menu-item--w110{
    min-width: 110px;
}
.dashboard-menu-item--w120{
    min-width: 120px;
}
.dashboard-menu-item--w130{
    min-width: 130px;
}
.dashboard-menu-item--w150{
    min-width: 150px;
}
.talens-dashboard-sidebar-col{
    background-color: #ffffff;
    border: 1px solid #e6edf6;
    border-radius: 12px;
    padding: 8px 4px;
}
.talens-dashboard-sidebar-col .dashboard-menu-item{
    width: 100%;
    padding: 0 8px !important;
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link{
    width: 100%;
    border-radius: 10px;
    transition: background-color .2s ease, box-shadow .2s ease;
    padding: 10px 8px;
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link:hover{
    background-color: #f3f8fe;
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link i,
.talens-dashboard-sidebar-col .talens-dashboard-nav-link p{
    color: #5e7893 !important;
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link.router-link-active{
    background-color: #f2f8ff;
    box-shadow: inset 0 0 0 1px rgba(31, 127, 230, 0.2);
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link.router-link-active i,
.talens-dashboard-sidebar-col .talens-dashboard-nav-link.router-link-active p{
    color: #1f7fe6 !important;
}
.talens-dashboard-row{
    width: 100%;
}
.talens-dashboard-wide-section{
    width: 100%;
}
.talens-dashboard-sidebar-col{
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}
.talens-dashboard-content-col{
    width: calc(100% - 268px);
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link--logout{
    border: 1px solid #f4ccd7;
    background-color: #fff5f8;
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link--logout p,
.talens-dashboard-sidebar-col .talens-dashboard-nav-link--logout i{
    color: #c72857 !important;
}
.talens-dashboard-sidebar-col .talens-dashboard-nav-link--logout:hover{
    background-color: #fdebf1;
}
.talens-dashboard-content-tools{
    width: 100%;
}
.talens-dashboard-menu-toggle{
    border: 1px solid #d5e4f6;
    background-color: #f4f8fe;
    color: #325c88;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}
.talens-dashboard-menu-toggle:hover{
    background-color: #ebf3fc;
}
.router-link-active{
    text-decoration: none !important;
}

.router-link-active p{
    color: #db0037;
}
.router-link-active i{
    color: #db0037;
}

@media (min-width: 992px){
    .talens-dashboard-layout{
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
    .talens-dashboard-row{
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
    .talens-dashboard-sidebar-col{
        flex: 0 0 250px;
        max-width: 250px;
        min-width: 250px;
        position: sticky;
        top: 88px;
        align-self: flex-start;
        margin-right: 18px;
        max-height: calc(100vh - 104px);
        overflow-y: auto;
    }
    .talens-dashboard-content-col{
        flex: 1;
        min-width: 0;
        max-width: calc(100% - 268px);
        padding-left: 0;
    }
    .talens-dashboard-page .talens-dashboard-content-col .container-fluid{
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .talens-dashboard-page .talens-dashboard-content-col .container-fluid > .row{
        margin-left: 0;
        margin-right: 0;
    }
    .talens-dashboard-page .talens-dashboard-content-col .container-fluid > .row.justify-content-center > [class*="col-md-8"]{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .talens-dashboard-page .talens-dashboard-content-col .talens-dashboard-wide-section [class*="col-md-8"]{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .talens-dashboard-page .talens-dashboard-content-col [class*="col-md-8"]{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .talens-dashboard-page.menu-collapsed .talens-dashboard-sidebar-col{
        flex: 0 0 0;
        max-width: 0;
        min-width: 0;
        border: 0;
        padding: 0;
        margin-right: 0;
        opacity: 0;
        overflow: hidden;
    }
    .talens-dashboard-page.menu-collapsed .talens-dashboard-content-col{
        max-width: 100%;
    }
    .talens-dashboard-sidebar-col .talens-horizontal-menu{
        flex-direction: column;
        overflow: visible;
        scroll-snap-type: none;
        width: 100%;
        padding: 0 !important;
    }
    .talens-dashboard-sidebar-col .talens-horizontal-menu .dashboard-menu-item{
        scroll-snap-align: none;
    }
    .talens-dashboard-sidebar-col .dashboard-menu-item--w110,
    .talens-dashboard-sidebar-col .dashboard-menu-item--w120,
    .talens-dashboard-sidebar-col .dashboard-menu-item--w130,
    .talens-dashboard-sidebar-col .dashboard-menu-item--w150{
        min-width: 100%;
    }
    .talens-dashboard-sidebar-col .talens-dashboard-nav-link p{
        margin-top: 0 !important;
    }
}
@media (max-width: 991px){
    .talens-dashboard-row{
        display: block;
    }
    .talens-dashboard-sidebar-col{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .talens-dashboard-content-col{
        width: 100%;
        max-width: 100%;
    }
}


.hr {
    border-top: 2px solid #E7ECF0;
    margin-top:10px;
    margin-bottom:10px;
}
.social-icons {
    color: #BECAD6;
}
.social-icons i {
    cursor:pointer;
}
/* .social-icons i:hover{
    color: #C92A3D;
} */

.fa-twitter.social-active{
    color: #00acee;
}
.fa-instagram.social-active{
    color: #E1306C;
}
.fa-linkedin.social-active{
    color: #0e76a8;
}
.fa-facebook.social-active{
    color: #3b5998;
}
.fa-tiktok.social-active{
    color:  #EE1D52;
}
.fa-youtube.social-active{
    color: #c4302b;
}
.fa-whatsapp.social-active{
    color: #25D366;
}

.blurry-background{
    opacity:0.3;
}

.alert{
    position:absolute;width:100%;text-align:center;z-index:99;
}

.VueCarousel-navigation-button {
    position: relative;
}

.video-profile-card.active{
    opacity: 0.7;
}

.video-profile-card{
    min-width: 300px;
    width: 300px;
    margin: 12px 7px 25px 6px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.video-profile-card img {
    width:100%;
    height: 169px;
    object-fit: cover;
    border-radius:5px;
}

.video-profile-card .play-container i {
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
    font-size:75px;
    color:white;
    opacity: 0.8;
}

.profile-slider-card{
    height: 210px;
    width:180px;
}

img.hidden{
    opacity: 0.5;
}

.VueCarousel-inner{
    padding-bottom: 2rem;
}

.coupon-profile-card{
    /* background-color:#405B79;
    border: 2px dashed #BECAD6; */
    border-radius: 3px;
    background-color: #becad6;
    /* background: linear-gradient(-90deg, #f7f9fc -50%, #405a79); */
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.link-profile-card{
    /* background-color:#C92A3D;
    color:white;
    width:100%;
    min-height:35px; */
    background-color: #becad6;
    color:#405b79;
    border-radius: 3px;
    height:43px;
}
.form-control {
    color: #405B79;
}
.form-control:focus, .form-control:focus:hover{
    border: 1px solid #8BC3FF;
}
.form-control.no-shadow, .form-control.no-shadow:focus{
    box-shadow: none;
    transition: none;
    border-radius: 0;
}


.form-control::-webkit-input-placeholder { /* Edge */
    color: #BECAD6;
  }

  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BECAD6;
  }

  .form-control::placeholder {
    color: #BECAD6;
  }
.profile-subscription-box{
    min-height: 205px;
    width: 346px;
    border-radius: 3px;
    background: transparent linear-gradient(216deg, #DB0037 0%, #405B79 100%) 0% 0% no-repeat padding-box;
}

.profile-newsletter-box{
    height: 144px;
    width: 346px;
    border-radius: 3px;
    background: transparent linear-gradient(216deg, #DB0037 0%, #405B79 100%) 0% 0% no-repeat padding-box;
}

.subscription-button{
    width: 102px;
    height: 35px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    background-color: white;
}

.card-new-item{
    height:180px;
    min-width: 300px;
    width: 300px;
    margin: 12px 7px 25px 6px;
    border-radius: 3px;
    background-color: white;
    color: #405b79;
    position: relative;
}

.card-onetoone{
    height:180px;
    min-width: 300px;
    width: 300px;
    margin: 12px 7px 25px 6px;
    border-radius: 3px;
    background-image: url('../img/card-onetoone-background.png');
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}

.card-onetoone-booked{
    height:180px;
    min-width: 300px;
    width: 300px;
    border-radius: 3px;
    margin: 0 20px;
    background-image: url('../img/card-onetoone-background.png');
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}

.card-onetoone .price{
    position: absolute;
    left: 85px;
    top: 3px;
    font-size: 29px;
    color:white;
    font-family: 'Open Sans';
    font-weight: 700;
}

.card-onetoone .calendar-container{
    width: 45px;
    height: 54px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    position:absolute;
    top: -10px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-onetoone .calendar-container i {
    font-size: 27px;
}

.card-membership{
    max-width: 345px;
    width:100%;
    cursor:pointer;
    height: 137px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    position: relative;
    padding: 15px;
}

.main-content .icon-money{
    min-width: 32px;
    width:32px;
    height: 32px;
    background-color: #405b79;
    border-radius: 16px;
}

.card-membership .price{
    position: absolute;
    bottom:5px;
    right:0;
}

.card-questions{
    background-image: url('../img/card-questions-background.jpg');
    width: 100%;
    height: 230px;
    border-radius: 3px;
    background-size: cover;
    background-position: center center;
    cursor:pointer;
    position: relative;
}

.question-payment-modal .header{
    background-image: url('../img/card-questions-background.jpg');
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.question-payment-modal .header .close-button, .downloads-payment-modal .header .close-button, .donation-payment-modal .close-button{
    position: absolute;
    right:20px;
    top:20px;
    cursor:pointer;
}

.downloads-payment-modal .header{
    position: relative;
}

.downloads-payment-modal .header img{
    width: 100%;
    height: 230px;
    border-radius: 3px;
    position: relative;
    object-fit: cover;
}

.donation-payment-modal img.heading{
    width: 100%;
    height: 230px;
    border-radius: 3px;
    position: relative;
    object-fit: cover;
}

.downloads-payment-modal .price-container{
    position: absolute;
    bottom: -15px;
    left: 16px;
    width:60px;
    height:60px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-top-left-radius: 10px;
}

.payment-method-button{
    cursor: pointer;
    max-width: 150px;
    margin: 0px 5px;
}
.payment-method-button p{
    color:#becad6;
}
.payment-method-button.active p{
    color:#007bff;
}

.payment-method-button.active img{
    border: 1px solid #007bff;
}

.event-image{
    height:169px; width:300px;
}

.event-image img{
    min-height: 169px !important;
}


.card-downloads, .card-donations{
    width:100%;
    height: auto;
    min-height: 120px;
    max-height: 160px;
    overflow-y:hidden;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    cursor:pointer;
    background-color: white;
}

.card-downloads img, .card-donations img{
    height: 100%;
    width:40%;
    object-fit: cover;
}

#editToggle:after{
    display: none;
}

a.edit-badge:hover, a.edit-badge-no-shadow:hover{
    text-decoration: none;
}
#editToggle:hover{
    text-decoration: none;
}

.edit-badge{
    cursor:pointer;position:absolute;z-index:4; right:12px; top:8px; background-color:rgba(0,0,0, 0.2);border-radius:16px;height:32px;width:32px;
}
.edit-badge-no-shadow{
    cursor:pointer;position:absolute;z-index:4; right:6px; top:0px; height:32px;width:32px;
}

.edit-button{
    width: 147px;
  height: 38px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #405b79 -8%, #3694b1 126%);
  color:white;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
  cursor:pointer;
  margin-bottom:1rem;
}
.image-selector-placeholder{
    width: 100%;
    height: 100px;
    border-radius: 3px;
    border: solid 0.5px #becad6;
    background-color: #ffffff;
    cursor:pointer;
}

.unsplash-thumbnail{
    width:40%;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    margin:10px;
    cursor:pointer;
}
.unsplash-thumbnail img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.unsplash-thumbnail p{
    margin:0;
    padding: 5px;
    font-size: 9px;
    font-weight: '300';
}

.card-downloads, .card-donations{
    position: relative;
}

.card-downloads > img, .card-donations > img{
    width:150px !important;
    height: auto;
}

.donation-price-chip{
    width:auto;
    height:32px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #becad6;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    cursor: pointer;
    padding:0px 16px;
}
.donation-price-chip-small{
    width:67px;
    height:25px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #becad6;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    cursor: pointer;

}

.donation-price-chip.active, .donation-price-chip-small.active{
    background-color:#405b79;
    border: solid 0.5px #405b79;
}
.delete-chip{
    position: absolute;
    right:5px;
    top:4px;
}
.delete-chip i{
    color: #becad6;
    font-size:17px;
}
.donation-price-chip.active .delete-chip i{
    color: #ffffff;
}
.donation-price-chip-small.active p{
    color: white;
    font-size:14px;
    font-weight: 500;
    margin:0;
}
.donation-price-chip p{
    color: #becad6;
    font-size:14px;
    font-weight: 500;
    margin:0;
}
.donation-price-chip.active p{
    color:white;
}

p.no-items-text{
    color: #becad6;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin-bottom:0px;
}

.color-picker-container{
    position: fixed;
    bottom:25px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.vm--modal {
    height: 90vh !important;
    overflow-y: auto !important;
}

.force-height-auto{
    height: auto !important;
}

.inscritos-container{
    min-width:120px;
    height:108px;
    border-radius: 3px;
    background-color: white;
    border: solid 1px #becad6;
    padding:8px;
    color: #405b79;
    cursor:pointer;
}

.inscritos-container.active{
    background-color: #405b79;
    color: white;
}

.inscritos-container i{
    color: #405b79;
    margin-bottom:8px;
}

.inscritos-container.active i{
    color: white;
}

.membership-table{
    width:100%;
    height:auto;
    background-color: white;
    border: solid 1px #E1E7EC;
    padding:14px;
}
.membership-table-row{
    border-top: 1px solid #E1E7EC;
    padding-top:16px;
    padding-bottom:16px;
}

.questions-card{
    width:100%;
    min-height: 165px;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(90, 97, 105, 0.1);
    border-radius: 3px;
    position: relative;
}

.questions-card .question-price{
    position: absolute;
    top:14px;
    right:14px;
}
.questions-card p{
    word-break: break-word;
}
.modal-questions-header{
    background-image: url('../img/card-questions-background.jpg');
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.modal-questions-header .close-button{
    position: absolute;
    top:14px;
    right:14px;
    cursor:pointer;
}

.video-platform-chip{
    width:102px;
    height:36px;
    border-radius: 3px;
    background-color: white;
    color: #becad6;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #E1E7EC;
    cursor:pointer;
}

.video-platform-chip.active{
    color:white;
    background-color: #405b79;
    border:none;
}

.question-actions{
    color: #becad6;
}
.question-actions:hover{
    color: #007bff;
}

.vue__time-picker ul li:not([disabled]).active {
    background: #db0037 !important;
}

.onetoone-modal .header .close-button{
    position: absolute;
    top:14px;
    right:14px;
    cursor:pointer;
    border-radius: 3px;
}
.onetoone-modal .header{
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(155,169,186,1) 0%, rgba(62,84,111,1) 100%);
    background-size: cover;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}
.onetoone-modal .price{
    margin-top: -40px;
    background-color: white;
    font-size: 29px;
    color: #405b79;
    font-family: 'Open Sans';
    font-weight: 700;
    z-index: 3;
    position: absolute;
    margin-left: 16px;
    border-radius: 3px;
    padding: 4px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.chip-day{
    width:100%;
    border:1px solid #405b79;
    background-color: white;
    border-radius:6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    color: #405b79;
    margin-top:8px;
    padding: 8px 30px;
}
.chip-day:hover{
    border:1px solid #658FBF;
    color: #658FBF;
}
.chip-day.active{
    color:white;
    background-color:#405b79;
}

.multiselect__tag{
    background: #f7f9fc !important;
    color: #405b79 !important;
}
.multiselect__tag-icon:after{
    color:#becad6 !important;
}
.multiselect__tag-icon{
    transition:none !important;
}
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover{
    background:#f7f9fc !important;
}
.talens-action-button{
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1d7fea 0%, #1569cf 100%);
    width: 100%;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.talens-action-button:hover{
    background: linear-gradient(135deg, #1a74d5 0%, #125fb9 100%);
}
.talens-action-button:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.35);
}
.talens-code-input{
    max-width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
}
.talens-login-side-brand{
    position: absolute;
    height: 100%;
    right: 0;
}
.talens-login-title{
    max-width: 320px;
}
.talens-login-field{
    max-width: 320px;
}

.payout-button{
    width:110px;
    height:70px;
    background-color:white;
    border: 1px solid #E7ECF0;
    border-radius: 3px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payout-button.active{
    border:1px solid #8BC3FF;
}
.payout-button img{
    cursor:pointer;
    width:90%;
    height:90%;
    object-fit: contain;
}

.chip-newsletter-item{
    padding:1px 5px;
    color:white;
    font-size: 11px;
    border-radius:5px;
    background-color: #405b79;
    width:auto;
    display: flex;
    justify-content:center;
    align-items:center;
}

.chip-newsletter{
    padding:0px 3px;
    color:white;
    background-color: #db0037;
    border-radius:5px;
    width:50px;
    width: 70px;
    text-align: center;
}

.ql-editor img{
    width:100%;
    height: auto;
    object-fit: contain;
}

.order-card{
    max-width: 300px;
    cursor:pointer;
}
.order-card img{
    height:170px;
    width:300px;
    object-fit: cover;
}

#login-container{
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(247,249,252,1) 0%, rgba(64,90,121,1) 100%);
    height:90vh;
}

#login-code-container{
    height:80vh;
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(247,249,252,1) 0%, rgba(64,90,121,1) 100%);
}

#login-mail-container{
    height:80vh;
    background: linear-gradient(130deg, #0f3c6f 0%, #1a6fc4 56%, #2ca0d8 100%);
}

.mobileMenu{
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    overflow: none;
    background-color: #DB0037;
    z-index: 99999999;
    background-image: url('../img/talens-vertical-menu-mobile.png');
    background-size: 100% 100%;
}

.no-transition {
    -webkit-transition: width 0.01s !important;
    -moz-transition: height 0.01s !important;
    -ms-transition: height 0.01s !important;
    -o-transition: height 0.01s !important;
    transition: height 0.01s !important;
  }


.event-img-container{
    width:100%;
    height:195px;
    background-color: #f7f9fc;
    border: 1px solid #E7ECF0;
    cursor:pointer;
    background-color: #c6cbcf;
}

.event-img-container img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.event-img-container .small-img-rectangle{
    width:55px;
    height:41px;
    border-radius:3px;
    background-color: white;
}

.event-img-container .big-img-rectangle{
    width:auto;
    padding:5px 8px;
    height:auto;
    border-radius:3px;
    background-color: white;
}


.attachment-block{
    height:100px;
    width:100px;
    min-width:100px;
    border-radius:3px;
    color:white;
    margin-left:0.5rem;
    margin-top:0.5rem;
    cursor:pointer;
}

.attachment-block.grey{
    background-color: #becad6;
}

.attachment-block.green{
    background-color: #15c46d;
}

.attachment-block.red{
    background-color: #db0037;
    cursor: auto;
}

.event-heading-image{
    width:100%;
    height:280px;
    object-fit:cover;
    object-position: center center;
}

.flip-card__top-4digits,
.flip-card__bottom-4digits,
.flip-card__back-bottom-4digits,
.flip-card__back-4digits::before,
.flip-card__back-4digits::after,
.flip-card__top,
.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__back::before,
.flip-card__back::after {
  color: #ffffff !important;
  background: #db0037 !important;
}

.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__bottom-4digits,
.flip-card__back-bottom-4digits {
  color: #ffffff !important;
  background: #dd869c !important;
  border-top: solid 1px #db0037 !important;
}

.flip-clock__slot{
    font-size:10px !important;
    color: #405b79;
    letter-spacing: -0.25px;
}

.flip-clock{
    margin:0 !important;
}

.clock-container .container{
    max-width:100% !important;
    display: flex !important;
    justify-content:end !important;
}

.event-description p{
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-weight: 400;
}


.home-slider{
    min-height: 88vh;
    height: auto;
    background-image:
      linear-gradient(120deg, rgba(18, 61, 108, 0.88) 0%, rgba(32, 114, 176, 0.84) 62%, rgba(26, 153, 191, 0.78) 100%),
      url('../img/slider-background.jpg');
    background-position: center center;
    background-size: cover;
    padding: 110px 0 70px;
}

.talens-home-compact .home-slider{
    min-height: 72vh;
    padding: 78px 0 44px;
}

.home-slider .row{
    max-width:75%;
}

.home-slider-kicker{
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 40px;
    background-color: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.35);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.home-slider-heading-text-container h1{
    font-size: 46px;
    line-height: 54px;
    text-shadow: 0 7px 30px rgba(0,0,0,0.3);
}

.home-slider-heading-text-container h2{
    font-size: 24px;
    line-height: 33px;
    opacity: 0.95;
}

.talens-hero-actions .btn{
    min-width: 220px;
    border-radius: 10px;
    padding: 12px 20px;
    border: none;
    font-weight: 600;
}

.talens-hero-actions .btn-primary{
    background: #ffffff;
    color: #124679 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.23);
}

.talens-hero-actions .btn-primary:hover{
    background: #eef5ff;
}

.talens-hero-primary-cta{
    background: #ffffff !important;
    color: #124679 !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.23);
}

.talens-hero-primary-cta:hover{
    background: #eef5ff !important;
    color: #0e3a68 !important;
}

.talens-hero-actions .btn-outline-light{
    border: 1px solid rgba(255,255,255,0.68);
    color: #ffffff;
}

.talens-hero-actions .btn-outline-light:hover{
    background-color: rgba(255,255,255,0.14);
}

.talens-hero-secondary-cta{
    border: 1px solid rgba(255,255,255,0.68) !important;
    color: #ffffff !important;
    background: transparent !important;
}

.talens-hero-secondary-cta:hover{
    background-color: rgba(255,255,255,0.14) !important;
    color: #ffffff !important;
}

.talens-platform-note{
    max-width: 660px;
    margin: 18px auto 0;
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 15px;
}

.talens-nav-link{
    color: #4b6178;
    font-size: 14px;
    font-weight: 600;
    margin-right: 18px;
}

.talens-nav-link:hover{
    color: #1f7fe6;
    text-decoration: none;
}

.talens-login-link{
    border-radius: 999px;
    padding: 8px 15px !important;
    background-color: #ecf3fe;
}

.talens-login-link i,
.talens-login-link .talens-auth-link-label{
    color: #1f7fe6 !important;
}

.talens-nav-cta{
    border-radius: 999px;
    background: #1f7fe6;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 10px 16px;
}

.talens-nav-cta:hover{
    color: #ffffff !important;
    background: #1465bb;
}

.talens-nav-login{
    border-radius: 999px;
    padding: 8px 15px !important;
    background-color: #ecf3fe;
}

.talens-login-intro{
    max-width: 420px;
    border-left: 3px solid rgba(255,255,255,0.55);
    padding-left: 14px;
}

.talens-login-headline{
    max-width: 480px;
}

.talens-login-support{
    max-width: 420px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 10px 12px;
}

.talens-auth-panel{
    max-width: 520px;
    background-color: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 18px 45px rgba(8, 33, 63, 0.32);
}

.talens-auth-panel .form-control{
    border: 1px solid rgba(255,255,255,0.55);
    background-color: rgba(255,255,255,0.94);
    color: #22415e;
    border-radius: 10px;
    height: 48px;
}

.talens-auth-panel .form-control::placeholder{
    color: #70869b;
}

.talens-auth-panel .form-control.is-invalid{
    border-color: #ffd3dd;
    box-shadow: none;
}

.talens-auth-link-inline{
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.talens-auth-link-inline:hover{
    color: #d8ecff;
}

.talens-auth-secondary-link{
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.talens-auth-secondary-link:hover{
    color: #ffffff;
    text-decoration: underline;
}

.talens-auth-secondary-link--muted{
    color: rgba(255,255,255,0.85);
    font-size: 13px;
}

.talens-auth-secondary-link--muted:hover{
    color: #ffffff;
}

.talens-auth-helper-box{
    border-left: 3px solid rgba(255,255,255,0.4);
    padding-left: 14px;
}

.talens-auth-card{
    width: 100%;
    max-width: 560px;
    background-color: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 18px 45px rgba(8, 33, 63, 0.32);
}

.talens-auth-card .form-control{
    border: 1px solid rgba(255,255,255,0.55);
    background-color: rgba(255,255,255,0.94);
    color: #22415e;
    border-radius: 10px;
    height: 48px;
}

.talens-auth-card .form-control::placeholder{
    color: #70869b;
}

.talens-auth-card .form-control.invalid,
.talens-auth-card .form-control.is-invalid{
    border-color: #ffd3dd;
    box-shadow: none;
}

.talens-inline-link{
    color: #1f7fe6;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.talens-inline-link:hover{
    color: #1465bb;
}

.talens-form-error{
    color: #ffe7ed;
    font-size: 13px;
    line-height: 1.35;
}

.talens-auth-field-note{
    color: rgba(255,255,255,0.92);
    font-size: 12px;
    margin-top: 6px;
}

.talens-auth-step-chip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.talens-auth-inline-actions{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.talens-auth-outline-button{
    background: transparent;
    border: 1px solid rgba(255,255,255,0.65);
    border-radius: 999px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 13px;
}

.talens-auth-outline-button:hover{
    background: rgba(255,255,255,0.12);
}

.talens-auth-step{
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 11px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.talens-auth-error{
    color: #ffe7ed;
    font-size: 13px;
    line-height: 1.35;
}

.talens-auth-error-summary{
    display: none;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background-color: rgba(235, 76, 120, 0.18);
    border: 1px solid rgba(255,255,255,0.45);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
}

.talens-onboarding-card{
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2ecf7;
    box-shadow: 0 12px 26px rgba(23, 66, 111, 0.08);
    padding: 20px;
}

.talens-onboarding-kicker{
    color: #1f7fe6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.talens-onboarding-title{
    color: #284968;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.talens-onboarding-subtitle{
    color: #607990;
    font-size: 14px;
    line-height: 1.4;
}

.talens-onboarding-dismiss{
    border: 1px solid #d5e4f6;
    background-color: #f4f8fe;
    color: #325c88;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.talens-onboarding-dismiss:hover{
    background-color: #ebf3fc;
}

.talens-onboarding-progress{
    height: 8px;
    border-radius: 999px;
    background-color: #ebf2fb;
    overflow: hidden;
}

.talens-onboarding-progress-bar{
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f7fe6 0%, #15c46d 100%);
    transition: width 0.25s ease;
}

.talens-onboarding-progress-label{
    color: #5d7992;
    font-size: 12px;
}

.talens-onboarding-step{
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #e8eef7;
    border-radius: 10px;
    padding: 10px 12px;
    background-color: #fbfdff;
    margin-bottom: 8px;
}

.talens-onboarding-step:last-child{
    margin-bottom: 0;
}

.talens-onboarding-step-icon{
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 11px;
}

.talens-onboarding-step-icon.is-done{
    background-color: #15c46d;
    color: #ffffff;
}

.talens-onboarding-step-icon.is-pending{
    background-color: #e9f1fb;
    color: #1f7fe6;
}

.talens-onboarding-step-text{
    color: #2c4f72;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.talens-onboarding-step-status{
    margin-left: auto;
    color: #66809a;
    font-size: 12px;
    font-weight: 600;
}

.talens-onboarding-step:hover{
    border-color: #d0e2f6;
    text-decoration: none;
}

.talens-onboarding-link{
    color: #1f7fe6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.talens-onboarding-link:hover{
    color: #1465bb;
    text-decoration: underline;
}

.talens-onboarding-actions{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#signup-creator-container{
    min-height: calc(100vh - 72px);
    background: linear-gradient(130deg, #0f3c6f 0%, #1a6fc4 56%, #2ca0d8 100%);
}

.talens-home-compact .row.pt-5.mt-5.pb-5.mb-5{
    padding-top: 2.25rem !important;
    margin-top: 2rem !important;
    padding-bottom: 2.25rem !important;
    margin-bottom: 2rem !important;
}

.talens-home-compact .row.pt-5.mt-5{
    padding-top: 2.25rem !important;
    margin-top: 2rem !important;
}

.talens-home-compact .row.mt-5.pb-5.mb-5,
.talens-home-compact .row.mt-5.pt-5,
.talens-home-compact .row.mt-5{
    margin-top: 2rem !important;
}

.talens-home-compact .row.pb-5.mb-5{
    padding-bottom: 2rem !important;
    margin-bottom: 2rem !important;
}

.talens-home-compact .home-slider-heading-text-container .mt-5{
    margin-top: 2rem !important;
}

.talens-home-compact .home-slider-kicker{
    margin-bottom: 1rem !important;
}

.talens-home-compact .home-slider-heading-text-container h1{
    font-size: 40px;
    line-height: 47px;
}

.talens-home-compact .home-slider-heading-text-container h2{
    font-size: 22px;
    line-height: 31px;
}

.talens-home-compact .mt-5{
    margin-top: 2rem !important;
}

.talens-home-compact .pt-5{
    padding-top: 2rem !important;
}

.talens-home-compact .pb-5{
    padding-bottom: 2rem !important;
}

.talens-home-compact .mb-5{
    margin-bottom: 2rem !important;
}

.home-section3{
    background-image: url('../img/background_section1.png');
    background-position: center center;
    background-size: cover;
}

.sliderWithLabels {
    width: 100%;
    padding: 20px 40px 0;
    height: 80px;
    overflow: hidden;
    display: none;
}
.sliderWithLabels input[type=range] {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    /* background-color: #e6e6e6; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    top: -49px;
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background-color: #dedede;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #15c46d), color-stop(100%, #15c46d));
    background-size: 50% 100%;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 10px;
}

.sliderWithLabels input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #15c46d;
    cursor: pointer;
    border-radius: 100%;
}
.sliderWithLabels input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #15c46d;
    cursor: pointer;
}
.sliderWithLabels > div {
    display: flex;
    align-items: stretch;
    height: 20px;
    margin-top: -6px;
    position: relative;
    width: 100%;
}
.sliderWithLabels > div > div {
    color: white;
    width: 100px;
    margin: 0px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    flex: 1;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}
.sliderWithLabels > div > div:first-of-type {
    border-left: 2px solid #fff;
}
.sliderWithLabels > div > div:last-of-type {
    border-right: 2px solid #fff;
}
.sliderWithLabels > div > span {
    color: #798ca0;
    margin: 0px;
    text-align: center;
    line-height: 75px;
    font-size: 15px;
    flex: 1;
    font-family: sans-serif;
}
.sliderWithLabels > div.step-labels {
    top: -10px;
}
.sliderWithLabels > div.step-labels span {
    cursor: pointer;
}
.sliderWithLabels > div.step-marks {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
}


@media (min-width: 1000px){
    .flip-card{
        font-size:2.25rem !important;
    }
}

@media (max-width:430px){
    .event-heading-image{
        height:215px;
    }
    .home-slider-heading-text-container h1{
        font-size: 33px;
        line-height: 40px;
    }
    .home-slider-heading-text-container h2{
        font-size: 20px;
        line-height: 29px;
    }
    .home-slider .row{
        max-width:100%;
    }
    .talens-hero-actions .btn{
        min-width: 100%;
    }
}

@media (min-width: 768px){
    .vm--modal {
        height: auto !important;
    }
    .navbar {
        border-bottom: none;
    }
}
@media (max-width: 767px){
    .talens-login-side-brand{
        display: none;
    }
    #login-mail-container, #login-code-container{
        min-height: calc(100vh - 72px);
        height: auto;
    }
    .talens-login-intro{
        border-left: none;
        padding-left: 0;
    }
}


