


/* global */




* {
    color: #404040;
    color: #555;
    font-family: 'Inter', sans-serif;
}

html {
    font-size: 16px;
}

body {
    background-color: #fff;
}


a {
    color: #404040;
    color: #555;
}

a:hover {
    color: #404040;
    color: #555;
}



.fitted-media-container {
    width: 50px;
    overflow: hidden;
    border-radius: 8px;
}

.fitted-media-container img {
    width: 100%;    
}

.image-container img {
    width: 100%;
}



.margin-top-6 { margin-top: 6px;} .margin-top-10 { margin-top: 10px; } .margin-bottom-10 { margin-bottom: 10px; } .margin-left-10 { margin-left: 10px; } .margin-right-10 { margin-right: 10px; } .margin-top-20 { margin-top: 20px; } .margin-bottom-20 { margin-bottom: 20px; } .margin-left-20 { margin-left: 20px; } .margin-right-20 { margin-right: 20px; } .margin-top-30 { margin-top: 30px; } .margin-bottom-30 { margin-bottom: 30px; } .margin-left-30 { margin-left: 30px; } .margin-right-30 { margin-right: 30px; } .margin-top-40 { margin-top: 40px; } .margin-bottom-40 { margin-bottom: 40px; } .margin-left-40 { margin-left: 40px; } .margin-right-40 { margin-right: 40px; } .margin-top-50 { margin-top: 50px; } .margin-bottom-50 { margin-bottom: 50px; } .margin-left-50 { margin-left: 50px; } .margin-right-50 { margin-right: 50px; }
.padding-right-5 { padding-right: 5px;} .padding-left-5 { padding-left: 5px;} .padding-right-7 { padding-right: 7px;} .padding-left-7 { padding-left: 7px;}  .padding-top-10 { padding-top: 10px; } .padding-bottom-10 { padding-bottom: 10px; } .padding-left-10 { padding-left: 10px; } .padding-right-10 { padding-right: 10px; } .padding-top-20 { padding-top: 20px; } .padding-bottom-20 { padding-bottom: 20px; } .padding-left-20 { padding-left: 20px; } .padding-right-20 { padding-right: 20px; } .padding-top-30 { padding-top: 30px; } .padding-bottom-30 { padding-bottom: 30px; } .padding-left-30 { padding-left: 30px; } .padding-right-30 { padding-right: 30px; } .padding-top-40 { padding-top: 40px; } .padding-bottom-40 { padding-bottom: 40px; } .padding-left-40 { padding-left: 40px; } .padding-right-40 { padding-right: 40px; } .padding-top-50 { padding-top: 50px; } .padding-bottom-50 { padding-bottom: 50px; } .padding-left-50 { padding-left: 50px; } .padding-right-50 { padding-right: 50px; }


/* reset bootstrap */ 

.form-check-input {
    position: absolute;
    /*margin-top: .45rem;*/
    margin-left: -1.25rem;
}

button {
    border-style: none;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: inherit;
}

.form-control.is-valid[name='password'], .was-validated .form-control[name='password']:valid {
    background-position: center right 3rem;
}

input:focus, input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-position: center right calc(.8em + .1875rem);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:none;
}

.alert{
    display: none;
    font-size: 0.9rem;
}

/* reset bootstrap */ 



.sub-header {
    color: #f9b64b;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub-header a {
    color: #f9b64b;

}


.title-text {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 800;
    text-align: center;
    color: #4d0a6b;
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto 30px;
}

.info-text {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #857ea1;
    max-width: 600px;
    margin: 0 auto 30px;
}

.hint {
    font-size: 70%;
    font-weight: 400;
    color: #b4b2ba;
    margin-top: 0;
}


.show-password {
    position: relative;
    display: block;

}


.show-password div {
    position: absolute;
    content: ' ';
    z-index: 2;
    width: 24px;
    height: 20px;
    right: 10px;
    top: 12px;
    background: url(/assets/images/icon-show-password.png) no-repeat left top;
    cursor: pointer;
}


@media ( max-width: 576px ){

    .title-text {
        font-size: 2.0rem;
        line-height: 1.3;
        font-weight: 800;
        text-align: center;
        color: #4d0a6b;
        margin-bottom: 30px;
    }

}



/*debug*/

.bg-green{
    background-color: #0f0;
}


.bg-red{
    background-color: #f00;
}

.h-2000{
    height: 2000px;
}

/*debug*/



.boxed-width-1200 {
    width: 1200px;
    margin: 0 auto;
}

.boxed-width-600 {
    width: 600px;
    margin: 0 auto;
}

@media (max-width: 1200px ){
    .boxed-width-1200  {
        width: 100%;
    } 

}


@media (max-width: 600px ){
    .boxed-width-600  {
        width: 100%;
    } 

}


.main-wrapper {
    background:  url(/assets/images/body-bg-left.jpg) left top no-repeat, url(/assets/images/body-bg-right.jpg) right top no-repeat;
    opacity: 0;
}

.main {
    padding-top: 15px;
    padding-bottom: 100px;
    min-height: 800px;
}

@media ( min-width: 1920px ){
    .main-wrapper {
        
    }
}

@media ( max-width: 1920px ){
    .main-wrapper {
        background-position: calc(15% - 280px) 0, calc(85% + 250px) 0;
    }    
}



@media (max-width: 1440px) {
    .main-wrapper {
        background-position: calc(15% - 280px) 0, calc(90% + 250px) 0;
    }
}

@media ( max-width: 1024px ){
    .main {
        padding-top: 80px;
    } 
}

@media ( max-width: 576px ){
    .main-wrapper {
        background-position: -150px 0, calc(80% + 200px) 0;
    }   
}


.user-nav.desktop {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}


.user-nav.desktop .nav-item {
    font-size: 1rem;
    font-weight: 600;
}

.user-nav.desktop .nav-item a{
    text-decoration: none;
    color: #4d0a6b;
}

.user-nav.desktop .nav-item a.selected{
    color: #f8b742;
}

.user-nav.desktop .nav-item a:hover{
    color: #f8b742;
    text-decoration: underline;
}

.user-nav.mobile {
    margin-bottom: 15px;
}

.user-nav.mobile .nav-item,
.mobile-nav .nav-item {
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 10px;
}

.user-nav.mobile .nav-item a,
.mobile-nav .nav-item a{
    text-decoration: none;
    color: #4d0a6b;
}

.user-nav.mobile .nav-item a.selected,
.mobile-nav .nav-item a.selected{
    color: #f8b742;
}

.user-nav.mobile .nav-item a:hover,
.mobile-nav .nav-item a:hover{
    color: #f8b742;
    text-decoration: underline;
}

.button-default {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #4d0a6b;
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.button-default:hover, .button-default:active, .button-default:visited {
    color: #fff;
    text-decoration: none;
}

.button-default.orange{
    background: #f8b742;
}

.button-default.hollow {
    color: #4d0a6b !important;
    background-color: #fff;
    border: 1px solid #4d0a6b;
    padding: 9px 20px;
}

.button-default.hollow.gray{
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #bdb9d9;
    background-color: #ececec;
    height: calc(1.5em + .75rem + 4px);

    color: #655b69 !important;
    border: 1px solid #bdb9d9;
}


.form-control {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #bdb9d9;
    background-color: #f4f3f3;
    border: none;
    padding: 10px;
    font-size: 0.9rem;
    height: auto;
}

.form-control:focus {
    background-color: #f4f3f3;
    box-shadow: 0 1px 5px 0 #bdb9d9;
}

.form-control::placeholder {
    color: #b4b2ba;
    font-size: 0.9rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ddd;
    opacity: 1;
}

.form-text {
    font-size: 0.9rem;
    color: #b4b2ba;
    margin-top: 0;
}


.form-check-label a{
    color: #4d0a6b;
    text-decoration: underline;
}


.desktop-header  {
    padding-top: 20px;
    padding-bottom: 4px;

}

.desktop-header .header-search {
    flex: 1;
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.desktop-header .button-default {
    height: 40px;
    width: 140px;
}

.header-search input[type='text'] {
    background: #ebe9f3;
    height: 40px;
    box-shadow: none;

}


.header-sign-in {
    position: relative;
}

.header-sign-in .profile-menu {
    position: absolute;
    top: 35px;
    background-color: #4d0a6b;
    padding: 20px;
    left: 0;
    right: 0;
    border-radius: 4px;
    display: none;
    overflow: hidden;
    z-index: 2;
}



.header-sign-in .profile-menu .link {
    padding: 10px 0;
}

.header-sign-in .profile-menu a, .header-sign-in .profile-menu a:hover {
    display: block;
    color: #fff;
    cursor: pointer;
}

.header-sign-in .profile-menu * {
    font-size: 0.7rem;
    color: #fff;
}

.header-sign-in .profile-menu .logout {
    color: #fff;
}

.header-sign-in .button-account img{
    width: 15px;
    margin-top: 4px;
    margin-right: 10px;
}


.mobile-header {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    margin: 0;
    z-index: 10;
}

.mobile-header .header-logo {
    width: 100px;
}

.mobile-header .header-logo img {
    width: 100%;
}

.mobile-header .search-icon {
    margin-right: 10px;
}

.mobile-header .search-box {
    position: absolute;
    justify-content: flex-end;
    display: none;
    padding-bottom: 4px;
    background: #fff;
    width: 0px;

    
}

.mobile-header .search-box input[type='text']{
    height: 27px;    
    font-size: 0.9rem;
    border-color: #666;
}

.mobile-header .search-box .button-default.hollow {
    padding: 2px 10px;    
    margin: 0 6px;
    color: #666;
    border: 1px solid #666;
}







.mobile-nav-wrapper {
    position: fixed;
    top: 50px;
    right: 200px;
    height: 4000px;
    width: 100%;
    z-index: 97;
    display: none;
}

.mobile-nav-wrapper .backdrop{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 98;
    padding-left: 35px;
    padding-top: 20px;
    backdrop-filter: blur(10px);
}

.mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30% ;
    background-color: #fff;
    z-index: 99;
}


.mobile-nav .nav-item a {
    color: inherit;
}

.mobile-nav .nav-item {
    font-size: 0.8rem;
    color: #4d0a6b;
    font-weight: 400;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.mobile-nav .nav-item.child {
    padding-left: 20px;
    font-size: 0.8rem;
}

.mobile-nav .spacer {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-bottom: 1px solid #ccc;
    width: 200px;
}

.mobile-nav .login-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}


.mobile-nav-wrapper .user-avatar-and-name{
    display: flex;
}

.mobile-nav-wrapper .user-avatar-and-name * {
    font-size: 0.7rem;
    line-height: 0.8rem;
}

.user-avatar-and-name .avatar {
    max-width: 50px;
    margin-right: 10px;
}

.user-avatar-and-name .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0px;
}

.user-avatar-and-name .profile {
    font-weight: 600;
}

.user-avatar-and-name .profile  a{
    color: #4d0a6b;
}

.login-section .logout {
    font-size: 0.8rem;
    font-weight: 600;
}


.login-section .logout a{
    color: #dc3545; 
}




@media( max-width: 1200px ){
    .desktop-header {
        display: none;
    }
}

@media( min-width: 1200px ){
    .mobile-header {
        display: none;
    }
}










/* home */ 

.home-hero .banner-text {
    font-size: 3rem;
    font-weight: 800;
    line-height: 4rem;
    color: #4d0a6b;
    margin-top: 120px;
}



.home-hero .cta-text {
    font-size: 1.1rem;
    color: #4d0a6b;
    margin: 30px 0;
}

.home-hero .form-wrapper {
    font-size: 1.1rem;
    background: #ebe9f3;
    border-radius: 8px;
    display: flex;
    justify-content: space-between; 
}

.home-hero .form-wrapper .button-default {
    width: 244px;
    height: 60px;
    border-radius: 8px;
}

.home-hero .form-wrapper #email {
    width: 100%;
    border-radius: 8px;
    border: none;
    padding-left: 20px;
    background: #ebe9f3;
}




.home-samples {
    background: url(/assets/images/home-samples-bg.svg);
    padding: 70px 70px;
    margin-top: 200px;
    border-radius: 8px;
    overflow: hidden;
}

@media( max-width: 768px   ){
    .home-samples {
        padding: 70px 0;
    }
}

.home-samples .title-text {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 800;
    text-align: center;
    color: #4d0a6b;
    margin-bottom: 30px;
}

.home-samples .info-text {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    color: #857ea1;
    margin-bottom: 30px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .samples-slider-item .title {
    color: #4d0a6b;
    font-weight: 600;
    padding-top: 5px;
    text-align: left;
    font-size: 0.9rem;
}

.slider-wrapper .samples-slider-item .title a {
    color: #4d0a6b;
}

.slider-wrapper .samples-slider-item .image-container {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.slider-wrapper .samples-slider-item .image-container .duration {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 600;
    background: #4d2196;
    padding: 4px;
    border-radius: 4px;
    opacity: 0.8;
}


.slider-wrapper .samples-slider-item .image-container .progress-container {
    position: absolute;
    bottom: 4px;
    right: 10px;
    left: 10px;
    height: 4px;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px #333;
}


.slider-wrapper .samples-slider-item .image-container .progress-container .progress {
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0px;
    height: 4px;
    background: #f9b64b;
}




.slider-wrapper .chevron-right {
    position: absolute;
    right: 1%;
    top: 32%;
    z-index: 2;
    cursor: pointer;
    opacity: 0.8;
}

.slider-wrapper .chevron-left{
    position: absolute;
    left: 1%;
    top: 32%;
    z-index: 2;
    cursor: pointer;
    opacity: 0.8;
}


@media( max-width: 768px ){
    .slider-wrapper .chevron-left {
        width: 20px;
    }

    .slider-wrapper .chevron-right {
        width: 20px;
    }

    .slider-wrapper .samples-slider-item .title {
        font-size: 0.8rem;
    }

    .slider-wrapper .samples-slider-item .image-container .duration {
        padding: 2px 4px;
        font-size: 0.6rem;
    }

}

@media( max-width: 576px ){
    .slider-wrapper .chevron-left {
        top: 25%;
        width: 20px;
    }

    .slider-wrapper .chevron-right {
        top: 25%;
        width: 20px;
    }

    .slider-wrapper .samples-slider-item .title {
        font-size: 0.7rem;
    }
}


.faq {
    margin-top: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

.faq .title-text{
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
    color: #4d0a6b;
    margin-bottom: 30px;
}

.faq .info-text{
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    color: #857ea1;
    margin-bottom: 60px;
}


.faq-content  .title {
    box-shadow: 0 0 7px 5px #f6f5fd;
    padding: 20px 27px 20px 24px;
    border: solid 1px #eceaf5;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;

}

.faq-content  .title h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4d0a6b;
    margin-bottom: 0;
}

.faq-content  .title .col-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.faq-content  .title .col-1 img {
    cursor: pointer;
}

.faq-content  .description {
    padding: 30px 27px 25px 30px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 5px 7px 0 #f6f5fd;
    background-color: #ffffff;
    margin-bottom: 0px;
    display: none;
}

.faq-content  .description .col-12 {
    font-size: 0.9rem;
    color: #776aa2;
}


.home-last-cta {
    margin-top: 200px;
    margin-bottom: 300px;
}


.home-last-cta .title-text {
    font-size: 1.1rem;
    color: #4d0a6b;
    margin: 30px 0;
    text-align: center;
    font-weight: 600;
}


.home-last-cta .form-wrapper {
    font-size: 1.1rem;
    background: #ebe9f3;
    border-radius: 8px;
    display: flex;
    justify-content: space-between; 
}


.home-last-cta .form-wrapper .button-default {
    width: 244px;
    height: 60px;
    border-radius: 8px;
}


.home-last-cta .form-wrapper #email {
    width: 100%;
    border-radius: 8px;
    border: none;
    padding-left: 20px;
    background: #ebe9f3;
}




@media( max-width: 992px ){
    .home-hero .banner-text, .home-hero .cta-text, .home-hero .form-wrapper, 
    .home-hero .hero-image .image-container, .home-last-cta .cta-text, .home-last-cta .cta-form   {
        width: 70%;
    }

    .home-hero .hero-image .image-container   {
        width: 50%;
        margin: 50px auto;
    }

    .home-samples {
        margin-top: 50px;
    }

}

@media( max-width: 768px ){
    .home-hero .banner-text, .home-hero .cta-text, .home-hero .form-wrapper, 
    .home-hero .hero-image .image-container, .home-last-cta .cta-text, .home-last-cta .cta-form   {
        width: 100%;
    }

    .home-hero .banner-text {
        width: 100%;
    }

    .home-hero .hero-image .image-container   {
        width: 70%;
        margin: 50px auto;
    }

    .home-samples {
        margin-top: 0;
    }

}



@media( max-width: 576px ){


    .home-hero .banner-text, .home-hero .cta-text, .home-hero .form-wrapper, 
    .home-hero .hero-image .image-container, .home-last-cta .cta-text, .home-last-cta .cta-form   {
        width: 100%;
    }

    .home-hero .banner-text {
        font-size: 2rem;
        font-weight: 800;
        line-height: 3rem;
        color: #4d0a6b;
        margin-top: 60px;
    }

    .home-hero .cta-text {
        font-size: 0.9rem;
        color: #4d0a6b;
        margin: 20px 0;
    }

    .home-samples .title-text {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 800;
        text-align: center;
        color: #4d0a6b;
        margin-bottom: 20px;
    }

    .home-samples .info-text {
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center;
        color: #857ea1;
        margin-bottom: 20px;
    }

    .faq-content {
        padding: 0 15px;
    }

    .faq .title-text {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 800;
        text-align: center;
        color: #4d0a6b;
        margin-bottom: 20px;
    }

    .faq .info-text {
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center;
        color: #857ea1;
        margin-bottom: 40px;
    }

    .home-samples {
        margin-top: 0;
    }

    .faq-content .title {
        padding: 10px 0px;
        min-height: 60px;
    }

    .faq-content .title h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #4d0a6b;
        margin-bottom: 0;
    }

    .faq-content .description {
        padding: 10px 10px;
    }

    .faq-content .description .col-12 {
        font-size: 0.8rem;
        color: #776aa2;
    }

    .faq-content .col-11, .faq-content .col-1 {
        padding: 0 10px;
        align-items: center;
        display: flex;
    }

    .home-hero .form-wrapper #email,
    .home-last-cta .form-wrapper #email {
        font-size: 0.9rem;
    }

    .faq {
        margin-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    .home-last-cta {
        margin-top: 100px;
        margin-bottom: 100px;
    }


    .home-last-cta .form-wrapper .button-default,
    .home-hero .form-wrapper .button-default {
        height: 50px;
    }

}




/* home */ 


/* register page */

.register-form-wrapper {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    padding-bottom: 50px;
}


.register-form-part-1-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.register-form-part-1-wrapper .form-fields {
    width: 530px;
    margin: 0 auto;
}

.register-form-part-2-wrapper .form-fields {
    width: 530px;
    margin: 50px  auto 0 auto;
}

.register-form-part-2-wrapper {
    position: absolute;
    left: 100vw;
    width: 100%;
    padding: 15px;
}

.package-selection  {
    margin-top: 100px;
}

.package-selection .packages {
    display: flex;
    justify-content: center;
}

.package-wrapper {
    width: 295px;
    height: 500px;
    margin: 0 10px;
    padding: 3px 1px 36px 0.2px;
    object-fit: contain;
    box-shadow: 0 5px 20px 0 #bdb9d9;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.package-wrapper.selected {
    transform: scale(1.1);
    margin: 0 10px;
} 

.package-wrapper .package-header img {
    opacity: 0.7;
}

.package-wrapper.selected .package-header img {
    opacity: 1;
}

#defaultPackageID-error{
    display: none;
    padding-bottom: 50px;
    margin-top: -50px;
    text-align: center;
    font-weight: 600;
}

.package-price{
    font-size: 1.2rem;
    font-weight: 800;
    color: #4d0a6b;
    text-align: center;
    margin: 20px 0;
}


.package-price .default-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #4d0a6b;
}

.package-price .discount-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #f9b74c;
}

.package-price .default-price.discounted {
    text-decoration: line-through;
    color: #857ea1;
    font-size: 1rem;
}



.package-features, 
.package-features-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.package-features-mobile {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}


.package-wrapper .package-features>div, 
.package-features-mobile>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.package-features-mobile>div {
    margin-top: 4px;
}



.package-wrapper .package-features .check {
    opacity: 0.7;
}

.package-wrapper.selected .package-features .check{
    opacity: 1;
}




.package-wrapper .package-features .text,
.package-features-mobile .text {
    color: #857ea1;
    margin-left: 10px;
    font-size: 0.9rem;
}



.package-features-mobile .text {
    color: #4d0a6b;
    margin-left: 10px;
    font-size: 0.9rem;
    font-weight: 600;
}


.package-wrapper .button-container .button-default {
    width: 200px;
    height: 41px;
    margin: 29px 46px 0 47.8px;
    padding: 10px 64px 11px;
    background: #857ea1;
}

.package-wrapper.selected .button-container .button-default {
    width: 200px;
    height: 41px;
    margin: 29px 46px 0 47.8px;
    padding: 10px 64px 11px;
    background: #4d0a6b;
}


.btn-add-coupon-code {
    cursor: pointer;
}

.apply-coupon {
    height: 40px;
}



.apply-coupon.disabled {
    background: #c6c6c6 !important;
    border: 1px solid #c6c6c6 !important;
    opacity: 1 !important;
    cursor: default;
    color: #999;
}



.coupon-code-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    padding: 4px;
    opacity: 0;
}

.coupon-code-container>div {
    position: relative;
}

.coupon-check {
    position: absolute;
    right: 10px;
    top: 40%;
    display: none;
}

.payment-terms {
    line-height: 1rem;
    font-size: 0.7rem;
    color: #857ea1;
    font-weight: 600;
    
}

.payment-terms h4{
    font-size: 0.9rem;
    font-weight: 600;
    color: #4d0a6b;
    margin-bottom: .1rem;
}



.button-next {
    padding: 10px 20px;
}

.button-prev {
    color: #32c5ff;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: right;
    margin-right: 10px;
}

.button-prev:hover {
    color: #32c5ff;

}

.button-complete-registration {
    padding: 10px 20px;
}

.accept-legal-terms{
    font-size: 0.7rem !important;
    font-weight: 400;
    color: #555;
}

.message-acceptLegalTerms_1, .message-acceptLegalTerms_2{
    font-size: 0.7rem !important;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.form-message-label {
    display: none;
    font-size: 0.8rem;
}


/* login */

.register-form-part-1-wrapper .forgot-password{
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 4px 0;
}


.register-form-part-1-wrapper .forgot-password a{
    color: #32c5ff;
}

.register-form-part-1-wrapper .remember-me {
    font-size: 0.8rem;
    font-weight: 600;
}

.register-form-part-1-wrapper .sign-up {
    color: #4d0a6b;
    font-size: 0.8rem;
}

.register-form-part-1-wrapper .sign-up a {
    font-weight: 600;
    color: #4d0a6b;
}

.register-form-part-1-wrapper .button-login {
    padding: 10px 20px;
}

.register-form-part-1-wrapper.login .form-fields {
    width: 400px;
}




/* login */ 


@media( max-width: 962px ){

    .package-wrapper {
        width: 33%;
        height: auto;
        margin: 0 1%;
    }

    .package-wrapper .button-container .button-default,
    .package-wrapper.selected .button-container .button-default {
        background: #857ea1;
        width: 60%;
        margin: 20px auto;
        padding: 0;
    }

    .package-wrapper.selected .button-container .button-default {
        background: #4d0a6b;
    }

    .package-wrapper .package-features{
        padding: 0 8px;
    }


    .package-wrapper .package-features>div {
        margin-top: 0px;
    }

    .package-wrapper .package-features .text {
        margin-left: 6px;
        font-size: 0.7rem;
    }

}





@media( max-width: 576px ){

    .package-features-mobile {
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
    }

    .package-selection .packages {
        flex-direction: column;
        align-items: center;
    }

    .package-wrapper {
        width: 100%;
        height: 72px;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: flex-end;
        margin: 10px;
        background: url(/assets/images/package-container-bg-mobile.jpg);
        background-size: contain;
    }

    .package-header{
        display: none;
    }

    .package-features {
        display: none;
    }

    .package-wrapper .button-container .button-default,
    .package-wrapper.selected .button-container .button-default {
        margin: 0;
        padding: 0;
        width: 100px;
        height: 30px;
    }

    .package-price   {
        margin: 0;
        font-size: 1rem;
    }

    .package-price .default-price   {
        font-size: 1rem;
    }

    .package-price .default-price.discounted   {
        font-size: 0.8rem;
    }

    .package-price .discount-price   {
        font-size: 1rem;
    }

    .package-wrapper.selected {
        transform: none;
        margin: 10px 0;
        box-shadow: 0 0 10px #4d0a6b;
        transform: scale(1.03);

    } 

    .register-form-part-1-wrapper.login .form-fields {
        width: 100%;
        margin: 0 0;
    }

    
    .register-form-part-1-wrapper .form-fields {
        width: auto;
        margin: 0 auto;
        margin: 0 -12px;
    }

    .register-form-part-2-wrapper .form-fields {
        width: auto;

        margin: 50px -12px 0 -12px;
    }
    

    .register-form-wrapper {
        position: relative;
        width: 100%;
        min-height: 900px;
        overflow: hidden;

    }

    .form-text {
        font-size: 0.9rem;
        color: #b4b2ba;
        margin-top: 0;
        font-size: 0.7rem;
        line-height: 1.0rem;
        font-size: 0.7rem;
        line-height: 1.0rem;
        margin-left: 5px;
    }

    .apply-coupon {
        height: 40px;
        padding: 4px 10px;
        margin-left: 10px;
    }

    #defaultPackageID-error {
        display: none;
        padding-bottom: 10px;
        margin-top: -50px;
        text-align: center;
        padding-top: 50px;
    }

    .package-selection  {
        margin-top: 20px;
    }
    
}




/* register page */


/* explore */

.explore .sliders {
    margin-top: 10px;
}


.explore .featured-video .image-container {
    position: relative;
}

.explore .featured-video .image-container .mask-and-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 90%);
    height: 40%;
    z-index: 2;
    padding-left: 34px;
    padding-bottom: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.explore .featured-video .image-container .mask-and-info .button-container {
    width: 13%;
}



.explore .featured-video .image-container .mask-and-info .desc {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    width: 60%;
    overflow: hidden;
}

.explore .featured-video .image-container .mask-and-info .title {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
}

.explore .featured-video .image-container .mask-and-info .button-container .button-default {
    font-size: 0.8rem;
    background: #f9b74c;
    padding: 12px 56px 12px 51px;
    border-radius: 8px;
}

.explore .slider-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4d0a6b;
    margin-top: 50px;
    margin-bottom: 10px;
}

@media( max-width: 768px ){
    .explore .slider-title {
        font-size: 1.2rem;
    }


}

@media( max-width: 576px ){
    .explore .slider-title {
        font-size: 1rem;
    }
}


/* explore */



/* single video */ 
.video .trainer  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.video .trainer .avatar {
    width: 40px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dad8e2;
}


.video .trainer .text {
    font-size: 1rem;
    color: #4d0a6b;
    font-weight: 600;
}

.video .trainer .text a {
    color: #4d0a6b;
}

.video .trainer .badge {
    margin-left: 40px;
    width: 90px;
}

.video .video-title-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.video .video-title-wrapper .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4d0a6b;
    line-height: 1.2;
}

.video  .description {
    line-height: 1.3;

}

.video  .description p{
    /* margin: 0; */
    
}

.video .video-title-wrapper .add-to-favorites {
    cursor: pointer;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.video .video-title-wrapper .add-to-favorites .img{
    background-image: url(/assets/images/icon-star-sprite.png);
    width: 33px;
    height: 30px;
    background-repeat: no-repeat;
    /* background-size: auto; */
    background-position-x: 0;
    background-size: cover;
    
}

.video .video-title-wrapper .add-to-favorites .img.added {
    background-position-x: -33px;
}

.video .video-title-wrapper .add-to-favorites .img.removed {
    background-position-x: 0;
}



.video .video-title-wrapper .add-to-favorites .text {
    white-space: nowrap;
    margin-right: 10px;
    font-weight: 600;
    color: #4d0a6b;
}


.video .description {
    border-bottom: 1px solid #9b9b9b;
}

.video .comments {
    margin-top: 50px;
    margin-bottom: 50px;
}

.video .comments .title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #4d0a6b;
}

.video .comments #user-comment{
    font-size: 0.9rem;
    background-color: #ebe9f3;
    box-shadow: none;
}

.video .comments .button-default {
    padding: 8px 40px;
    font-size: 0.8rem;
}

.video .comments .comment-message-label {
    font-size: 0.9rem;    
    display: none;
}

.video .comments .up-arrow {
    width: 20px;
    margin-bottom: -4px;
    margin-left: 8px;
}


.video .comments .comment {
    margin-top: 30px;
}


.video .comments .comment .user-name {
    font-weight: 600;    
    font-size: 1rem;
    color: #808080;
}

.video .comments .comment .text {
    background: #f4f3f3;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    color: #949494;
}

.video .comments .user-comments {
    overflow: hidden;
}

.video .comments .button-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video .comments .button-wrapper .show-all {
    width: 200px;
}

.video .related-videos .slider-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #4d0a6b;
    margin-bottom: 20px;
    
}

.video .related-videos {
    margin-bottom: 50px;
}

.video .video-container {
    position: relative;
}

.video .video-container .blocker {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba( 0, 0, 0, 0.8);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    display: none;
}


.video .video-container .blocker .text{
    font-size: 1.4rem;
    font-weight: 600;
    color: #f8b742 ;
    margin-bottom: 30px;
    text-align: center;
}


.video .video-container .blocker .button-default{
    font-size: 0.8rem;
    padding: 10px 40px;
    letter-spacing: 0.1rem;
}


@media (max-width: 576px ){


    .video .video-container .blocker .text{
        font-size: 1rem;
    }

    .video .video-title-wrapper .add-to-favorites {
        margin-left: 20px;
    }


    .video .video-title-wrapper .add-to-favorites .text {
        display: none;
    }

    .video .video-title-wrapper .title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #4d0a6b;
        line-height: 1.2;
    }

    .video .description{
        font-size: 0.9rem;
        line-height: 1.2;
    }
}




/* single video */ 



/* profile */ 

.row.profile {
    /* box-shadow: 0 5px 20px 0 #bdb9d9; */ 
    margin: 0 auto;
    background: #fff;
    margin-top: 50px;
}

.row.profile > .col-12{
    padding: 30px 15px;
    max-width: 800px;
    margin: 0px auto;
}

.profile .tab-pane {
    padding: 30px 30px;
}

@media( max-width: 768px ){

    .row.profile {
        box-shadow: none;
        background-color: transparent;
        margin: 0 -15px;
    }

    .profile .tab-pane {
        padding: 30px 0px;
    }

}


.profile .nav-tabs .nav-item .nav-link {
    color: #949494;
    font-size: 0.9rem;
    font-weight: 600;

} 

.profile .nav-tabs .nav-item.show .nav-link, 
.profile .nav-tabs .nav-link.active {
    border-color: #fff #fff #4d0a6b;
    border-bottom: 4px solid #4d0a6b;
    color: #4d0a6b;
}




@media( max-width: 576px ){

    .nav {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        font-size: 0.7rem;
        line-height: 0.9rem;
    }
    
}

.profile h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4d0a6b;
}

.profile .title-term {
    font-size: 0.8rem;
}

.profile .cancelled-package-price {
    color: #999;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 10px;  
}

.profile .value-price {
    font-weight: 700;
    font-size: 1.1rem;
    color: #f9b64b;
}

.profile .small-title {
    font-size: 0.8rem;
    text-align: left;
    color: #4d0a6b;
    margin-bottom: 0;
}

.profile .date-value {
    font-size: 1.1rem;
    font-weight: 600;
}

.profile .info-container{
    font-size: 0.9rem;
}

.profile .no-subscription-message div{
    font-size: 0.9rem;
}
.profile .btn-new-plan{
    display: inline-block;
    padding: 10px 20px;
}

.profile-info-message-label{
    display: none;
}

.profile .value {
    font-weight: 600;
}

.profile .gray-bg-rounded{
    background: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}

.profile label{
    font-size: 0.9rem;
    color: #683280;
    font-weight: 600;
}


select:invalid, select option:first-child, select:invalid option:first-child, select:valid option:first-child {
    color: #000;
}


@media( max-width: 576px ){

    .profile .small-title {
        font-size: 0.7rem;
    }

    .profile .value {
        font-size: 0.8rem;
    }

    .profile .package-title {
        font-size: 0.8rem;
    }

    .profile .date-value {
        font-size: 0.9rem;
    }

    .current-subscription-plan-container .col-sm-4:nth-of-type(2){
        margin-top: 20px;
    }

    .profile .info-container{
        font-size: 0.8rem;
    }
}


@media( min-width: 576px ){
    #change-password-form .col-sm-6.margin-top-20{
        margin-top: 0;
    }
}

#ModalBody{
    font-size: 0.9rem;
}

#cancellationStep2Modal .alert-danger {
    display: none;
    margin-top: 20px;
}

.processing-label {
    display: none;
    font-size: 0.9rem;
}

.form-check-label {
    font-size: 0.9rem;
}

/* profile */ 





/* card view */ 


.card-view .item .title {
    color: #4d0a6b;
    font-weight: 600;
    padding-top: 5px;
    text-align: left;
    font-size: 0.9rem;
}

.card-view .item .title a {
    color: #4d0a6b;
}

.card-view .item .image-container {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.card-view .item .image-container .duration {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 600;
    background: #4d2196;
    padding: 4px;
    border-radius: 4px;
    opacity: 0.8;
}


.card-view .item .image-container .progress-container {
    position: absolute;
    bottom: 4px;
    right: 10px;
    left: 10px;
    height: 4px;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px #333;
}


.card-view .item .image-container .progress-container .progress {
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0px;
    height: 4px;
    background: #f9b64b;
}


.card-view.category{
    margin: 0 auto;
    max-width: 1000px;
}

.card-view.category .item{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 10px #776aa2;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.card-view.category .item:hover{
    transform: scale( 1.05 );
}

.card-view.category .item.bg-1{
    background-image: url( /assets/images/card-bg-1.jpg);
}

.card-view.category .item.bg-2{
    background-image: url( /assets/images/card-bg-2.jpg);
}

.card-view.category .item.bg-3{
    background-image: url( /assets/images/card-bg-3.jpg);
}

.card-view.category .item.bg-4{
    background-image: url( /assets/images/card-bg-4.jpg);
}

.card-view.category .item.bg-5{
    background-image: url( /assets/images/card-bg-5.jpg);
}

.card-view.category .item.bg-6{
    background-image: url( /assets/images/card-bg-6.jpg);
}

.card-view.category .item .title{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
    text-align: center;
    font-weight: 700;
    background: rgba(255,255,255,.3);
    font-size: 1.6rem;
    line-height: 2rem;
}


.card-view.category .item .title a:hover{
    text-decoration: none;
}




/* card view */ 



/* help / faq */ 

.help .faq {
    margin-top: 30px;
}


/* help / faq */ 



/* footer */ 


.footer {
    background: #ebe9f3;
    border-top: 1px solid #d2ccea;
    padding-top: 50px;
}

.footer-menu {
    min-height: 258px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-menu .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 60%;
    padding: 10px;
}

.footer-menu .nav a {
    color: #4d0a6b;
    font-size: 0.9rem;
    font-weight: 600;
}

.footer-menu .social {
    width: 45px;
}

.footer-legal{
    font-size: 0.7rem;
    font-weight: 600;
    color: #9a7bb7;
    text-align: center;
    margin-bottom: 30px;
}


@media( max-width: 1024px ){

    .footer-menu{
        min-height: 15vw;
    }
}


@media( max-width: 768px ){

    .footer{
        padding-top: 0;
    }

    .footer-menu {
        align-items: center;
    }

    
    .footer-menu .nav{
        width: 75%;
    }

    .footer-menu .logo{
        width: 12vw;
    }
    .footer-menu .social{
        width: 5vw;
    }
}


@media( max-width: 576px ){

    .footer-menu {
        flex-direction: column;
    }

    .footer-menu .nav {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

    }

    .footer-menu .nav a {
        font-size: 0.8rem;
        
    }

    .footer-legal{
        margin-top: 30px;
    }

    .footer-menu .logo{
        width: 20vw;
        margin-top: 20px;
    }

    .footer-menu .social{
        width: 8vw;
    }
}




/* footer */



/* file sharing in video details */

.video-details-file-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.video-details-file-container .icon{
    width: 30px;
    margin-right: 10px;
}

.video-details-file-container a{
    color: #800080 !important;
    font-size: 0.8rem;
    font-weight: 600;
}



/* file sharing in video details */




/* home age filter */


.age-filter-container {
    border-radius: 10px;
    background: #9a7bb7;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.age-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;

}

.age-filter .label {
    flex: 1;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}

.age-select {
    flex: 0.6;
    font-weight: 600;
    color: #4d0a79;
    font-size: 1.2rem;
    padding: 5px;
    text-align: right;
    font-size: 1.2rem;
}


/* monthly program */


.monthly-program-container {
    background-color: #ebe9f3;
    border-radius: 10px;
}

.monthly-program-container .month-title {
    background-color: #f9b64b;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #683280;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 10px 10px 20px;
}

.monthly-program-container .week-title {
    color: #6e5387;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 20px;
}

.monthly-program-container .item_title {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    color: #6e5387;
}


.monthly-program-container .item_content_title {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 400;
}

.monthly-program-container .item_content_title img {
    width: 0.9rem;
    opacity: 0.7;
}



.monthly-program-container .card {
    border-left: 1px solid #ccc;
    background: transparent;
    border: none;
    border-left: 1px solid #ccc;
    padding: 20px;
}

@media (max-width: 768px ){

    .monthly-program-container .col-6 {
        padding: 10px;
    }

    .monthly-program-container .card {
        padding: 10px;
    }

    .monthly-program-container .week-title {
        font-size: 1.2rem;

    }

    .monthly-program-container .item_title {
        font-size: 0.8rem;
    }
    
    
    .monthly-program-container .item_content_title {
        font-size: 0.7rem;
    }
    
    .monthly-program-container .item_content_title img {
        width: 0.7rem;
    }

    
}











































/* GDPR */ 

.gdpr-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
    box-shadow: 0 0 5px #ccc;
    border-top: 2px solid #4d0a6b; 
  }

  .gdpr-banner p {
    margin: 0;
    color: #000;
    text-align: center;
  }

  .gdpr-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    max-width: 150px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
  }

  @media ( max-width: 576px ){
    .gdpr-banner a {
        display: inline-block;
    }
  }
  .gdpr-banner a:hover {
    text-decoration: underline;
  }
  .gdpr-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
  }
  @media (min-width: 768px) {
    .gdpr-banner {
      padding: 1.5rem .5rem;
    }
    .gdpr-banner a {
      display: inline-block;
      margin: 0 10px;
    }
  }

  @media (max-width: 576px){
    .gdpr-banner {
        padding: 0.2rem .5rem;
        font-size: 10px;
        box-shadow: 0 0 10px #666;
        line-height: 12px;
    }
    .gdpr-banner a {
        margin: 5px auto 0 auto;
        font-size: 12px !important;
    }
  }


/* GDPR */











/*spinners */

/* button-spinner */ 

.button-spinner,
.button-spinner:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;

}
.button-spinner {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.2em solid rgba(255, 255, 255, 0.2);
    border-right: 0.2em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
    border-left: 0.2em solid #ffffff;
    /* border-top: 0.1em solid #fff; */
    /* border-right: 0.2em solid #fff; */
    /* border-bottom: 0.1em solid #55c0b1; */
    /* border-left: 0.1em solid #fff; */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  
  
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* button spinner */ 



/* page loader */ 


@keyframes changewidth {
    from {
      width: 100px;
    }
  
    to {
      width: 110px;
    }
  }
  
  .loader-logo {
    animation-duration: 1s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin-left: -50px;
  }


/* page loader */



.loader-wrapper{
 
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 9999;

}

.loader,
.loader:before,
.loader:after {
  background: #333;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #333;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


/* spinners */ 






