
@font-face {
    font-family: KalunyPro;
    src: url("../../webfonts/kaluny-pro/Kaluny Pro Regular.ttf");
}
@font-face {
    font-family: Roboto;
    src: url("../../webfonts/roboto/Roboto-Medium.ttf");
}

.error-message{
    color: red;
}

.img-border{
    border: 1px lightgray solid;
}

.header-fixed.toolbar-fixed .wrapper{
    padding-top: calc(5px + var(--kt-toolbar-height)) !important;
}

input:disabled{
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.toolbar{
    position: fixed !important;
    top: 5px !important;
    z-index: 100 !important;
    width: fit-content;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.login-side-img{
  position: sticky;
  top: 0;
  background: url(../media/login.png) center no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.login-side-img-alt{
  position: sticky;
  top: 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
}

.login-side-logo{
    position: fixed;
    top: 15px;
    left: 15px;
    max-width: 400px;
}

.blur-image-wrapper{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    /* border-radius: 15px; */
}
  
.blur-image-background{
    position: sticky;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    /* max-width: 1080px; */
    margin: 0 auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    text-align: center;
    -webkit-filter: blur(50px) brightness(.9);
    filter: blur(50px) brightness(.9);
    z-index: 0;
}

.blur-image-foreground{
    position: sticky;
    /* width: 90%; */
    height: 100%;
    width: auto;
    position:absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* border-radius: 15px; */
  }

.login-side-text-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.login-side-text-wrapper .inside-text-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.login-side-text-wrapper h1{
    padding: 10px;
    width: auto;
    background-color: yellow;
}

.top-login-col{
  margin-top: 10px;
  margin-bottom: 80px;
  text-align: right;
}

.login-wrapper{
    font-family: "KalunyPro", sans-serif;
}
.login-wrapper p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.img-border{
    border: 1px lightgray solid;
}

.img-border.round-sm{
    border-radius: 12px;
}

.img-border.round{
    border-radius: 50%;
}

.chat-message{
    margin-bottom: 0;
    min-width: 120px;
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px !important;
}

.chat-time{
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
    color: gray;
}

.fc-event{
    cursor: pointer;
}

.fc-event-past{
    background-color:lightgray;
    border-color:lightgray;
    cursor: not-allowed;
}

.payment-header{
    display: block !important;
}

@media only screen and (max-width: 767px){
    .payment-header,
    .payment-content{
        padding: 2rem 0 0 0 !important;
    }
}

.timeline .timeline-line.bold {
    border-left-width: 3px;
}

.timeline .timeline-line.solid {
    border-left-style: solid;
}

.timeline .timeline-content-inner{
    border-radius: 15px;
    border: 1px #E4E6EF solid;
}
.timeline .timeline-content-inner.active{
    background-color: #F5F8FA;
    border: 1px transparent solid;
}

.timeline .timeline-content-inner .timeline-action-container{
    display: none;
    transition: display 0.5s ease;
}

.timeline .timeline-content-inner.active .timeline-action-container{
    display: flex;
    transition: display 0.5s ease;
}

.timeline-reminder-container.d-none{
    transition: display 0.5s ease;
}

.activity-component{
    transition: display 0.5s ease;
}

.activity-select-button {
    color: #009EF7;
    text-decoration: none;
    cursor: pointer;
}
.activity-select-button:hover {
    color: #006dab;
}

.activity-image-wrapper{
    width: auto;
    max-height: 400px;
}
.activity-video-wrapper{
    width: 100%;
    height: 400px;
}

.activity-textarea img{
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-textbox p{
margin-bottom: 0;
}

.likert {
    list-style:none;
    width:100%;
    margin:0;
    padding:0 0 35px;
    display:block;
    border-bottom:2px solid #efefef;
}
.likert:last-of-type {
    border-bottom:0;
}
.likert:before {
    content: '';
    position:relative;
    top:9px;
    left:4.25%;
    display:block;
    background-color:#efefef;
    height:4px;
    width:90%;
}
.likert li {
    display:inline-block;
    width:10%;
    text-align:center;
    vertical-align: top;
}
.likert li input[type=radio] {
    display:block;
    position:relative;
    top:0;
    left:50%;
    margin-left:-6px;
}
.likert li label {
    width:100%;
}

.likert-label-start {
    text-align: start;
}
.likert-label-start label {
    margin: 0.75rem 0 0.75rem 4.25%;
    font-weight: 600;
}
.likert-label-end {
    text-align: end;
}
.likert-label-end label {
    margin: 0.75rem 4.25% 0.75rem 0;
    font-weight: 600;
}

.form-control.form-control-white {
    background-color: #FFF;
    border-color: #F5F8FA;
    color: #000;
    font-weight: 600;
    font-size: calc(1.26rem + 0.12vw);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    z-index: 10;
    top: 64px;
    /* width: 100%; */
    /* height: 50px; */
    /* background-color: #fff !important; */
}

.sticky.border {
    border-bottom: 1px solid #EFF2F5 !important;
}

.sticky.alt {
    padding-top: 10px;
    top: 147px;
}

.form-control.form-control-title {
    background-color: #F5F8FA;
    border-color: #F5F8FA;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.form-control.form-control-solid.blue-border{
    border-color: #009EF7 !important
}

.form-control.form-control-solid.blue-border:disabled{
    border-color: #cfcfcf !important
}

.form-check-input.custom {
    width: 1rem;
    height: 1rem;
    vertical-align: top;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input.custom {
    transition: none;
  }
}

.form-check-input.custom:disabled {
    pointer-events: none;
    filter: none;
    opacity: 1;
}

.fa-star.checked{
    color: orange;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    border-radius: 0.475rem;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.my-input-group{
    position: relative;
}

.my-input-group i.post-append{
    position: absolute;
    right: 2vw;
    bottom: 1.7vh;
    cursor: pointer;
}
  
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.btn-google-light {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 5px rgba(0, 0, 0, 0.075) !important;
    font-family: "Roboto";
}
.btn-google-light:hover {
    color: rgba(0, 0, 0, 0.54);
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.15), 0 2px 10px rgba(0, 0, 0, 0.075) !important;
}
.btn-check:focus + .btn-google-light, .btn-google-light:focus {
    color: rgba(0, 0, 0, 0.54);
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(208, 211, 213, 0.5);
}
.btn-check:checked + .btn-google-light, .btn-check:active + .btn-google-light, .btn-google-light:active, .btn-google-light.active, .show > .btn-google-light.dropdown-toggle {
    color: rgba(0, 0, 0, 0.54);
    background-color: #EEEEEE;
    border-color: #EEEEEE;
}
.btn-check:checked + .btn-google-light:focus, .btn-check:active + .btn-google-light:focus, .btn-google-light:active:focus, .btn-google-light.active:focus, .show > .btn-google-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(208, 211, 213, 0.5);
}
.btn-google-light:disabled, .btn-google-light.disabled {
    color: rgba(0, 0, 0, 0.54);
    background-color: #F5F8FA;
    border-color: #F5F8FA;
}
.btn-google-light img {
    height: 18px;
    margin-right: 24px;
}

.modal-dialog.modal-scroll{
    overflow-y: initial !important
}
.modal-dialog.modal-scroll .modal-body{
    height: 90vh;
    overflow-y: auto;
}

main::-webkit-scrollbar, span::-webkit-scrollbar, ol::-webkit-scrollbar, ul::-webkit-scrollbar, pre::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}

.positon-relative{
    position: relative;
}

.alt-login .initial-button-wrapper{
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alt-login .initial-button-wrapper .main-button{
    font-size: x-large;
}

.alt-login .alt-login-wrapper{
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-register-tab{
    background-color: #e7e9f1 !important;
}

.btn-register-tab.active{
    background-color: #0095E8 !important;
}

.floating-container {
    position: fixed;
    bottom: 50px;
    right: 20px;
}

.floating-container .floating-btn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100px;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #108CC6;
    background: #108CC6;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
}

.floating-container .floating-btn i{
    color: #fff;
}

.fc .fc-scrollgrid-section-sticky > * {
    top: 65px !important;
}