/* @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;
}

h1,h2,h3,h4,h5{
    font-family: 'Open Sans' !important;
    color: #405B79 !important;
    letter-spacing: -0.4px;
}
.logo{
    max-height:45px;
}
.navbar{
    background-color: white !important;
    border-bottom:1px solid #E7ECF0;
}
.navbar-toggler{
    font-size: 23px;
    color:#becad6 !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;
}
.router-link-active{
    text-decoration: none !important;
}

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


.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;
}

.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(180deg, rgba(2,0,36,1) 0%, rgba(219,0,55,1) 0%, rgba(64,90,121,1) 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{
    height: 90vh;
    background-image: url('../img/slider-background.jpg');
    background-position: center center;
    background-size: cover;
}

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

.home-slider-heading-text-container h1{
    font-size: 43px;
    line-height: 51px;
}

.home-slider-heading-text-container h2{
    font-size: 35px;
    line-height: 43px;
}

.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: 30px;
        line-height: 38px;
    }
    .home-slider-heading-text-container h2{
        font-size: 22px;
        line-height: 30px;
    }
    .home-slider .row{
        max-width:100%;
    }
}

@media (min-width: 768px){
    .vm--modal {
        height: auto !important;
    }
    .navbar {
        border-bottom: none;
    }
}


