/* Inter-VariableFont_slnt,wght.ttf */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ::-webkit-scrollbar-track
{
	border: 1px solid #147DB9;
	background-color: #F5F5F5;
    border-radius: 50px;
}
::-webkit-scrollbar
{
	width: 8px;
    height: 8px;
	background-color: #F5F5F5;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb
{
	background-color: #147DB8;	
    border-radius: 50px;
} */



:root{
    --clr: white;
}
a{color: var(--147-db-8, #147DB8);}
/* Color on body (not *) so dark surfaces can override via cascade — DS contrast fix */
*{font-family: 'inter', sans-serif;}
body{color: #122A5F;}
.navbar-light .navbar-text{color: #122A5F;}
.navbar-light .navbar-nav .nav-link{color: #122A5F;}
.nav-link.floating-icon{
    position: relative;
}
.nav-link.floating-icon svg{
    position: absolute;
    right: -10px;
    bottom: 3px;
}
#translate_switch{
    cursor: pointer;
}
.text-small{font-size: 14px !important;}
/* .navbar-main{border-bottom: 2px solid #E7EAEF;} */

/* .navbar-brand {font-size: 18px;background-color:#EAF0FC;padding: 10px;border-radius: 3px;} */
/* .navbar-brand:hover{text-decoration: underline;box-shadow: 0 0 4px 1px rgba(0,0,0,.5);} */
/* .navbar-brand span {font-size: 14px!important;display: block; text-align: center;} */
.main-navigation-wrapper .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}
.main-navigation-wrapper .icon{
    background: #E6E9EB;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

nav.navbar{
    border-bottom: 2px solid #E6E9EB;
}
.navbar-nav .nav-item{display: flex;}
.navbar-nav .nav-item .nav-link.addon.with-padding{
    padding: 0px 15px;
    display: flex;
}
.navbar-nav .nav-item .nav-link.addon{
    min-width: 34px;min-height: 32px;line-height: 32px;text-align: center;margin: auto;background-color: white;border: 1px solid #E6E9EB; 
    padding: 0px 8px;
       border-radius: 42px;position: relative;margin-right: 10px;font-size: 18px;}



.navbar-nav .nav-item .nav-link.addon.active::before{content: '';height: 0;width: 0;border: 3px solid red;position: absolute;border-radius: 100%;right: 6px;top: 6px;}

.profile-menu .nav-link{font-weight: 600;display: flex;align-items: center;}
.profile-menu .dropdown-toggle::after{position: absolute;top: 46%;right: 0px;}
.profile-pic-holder{
    border-radius: 50%;
    max-width: 48px;
    background-size: cover;
    max-height: 48px;
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
}
.navbar-text {border-radius: nullpx;font-size: 32px;font-weight: 600;text-align: left;}

.heading-section{margin-top: 40px;width: auto;}
.heading-section h1{display: inline-block;margin: 0;line-height: 48px;font-size: 24px;}
.heading-section a{
    text-decoration: none;
}
.heading-section .row:first-child a i{
    display: flex;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #E7EAEF;
    border-radius: 100%;
    margin-right: 6px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.border-left-lang-code{
    border-left: 1.5px solid #E6E9EB;
}
.heading-section .col.header{border-bottom: 1.5px solid #E7EAEF;padding-bottom: 20px;margin-bottom: 20px;}
.heading-section .col-three>a {font-weight: 500;margin-bottom: 8px;position: relative;}
.heading-section .col-three>a i.icon{width: 32px;
    height: 32px;
    left: 16px;
    top: 16px;
    line-height: 32px;
    background: #E7EAEF;
    display: inline-block; text-align: center;
    border: 1.5px solid #E7EAEF;
    border-radius: 100%;
    margin-right: 6px;
}
.dropdown-for-website-lang li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-for-website-lang .add-more-languages span{
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #147db8;
}
.navbar-nav .nav-item .nav-link.lang_setting_icon.with-padding.addon{
    border-radius: 50%;
    padding: 6px;
}
.navbar-nav .nav-item .nav-link.lang_setting_icon img{
    width: 20px;
    border-radius: 6px;
    height: 20px;
}
#mynavbar .dropdown-menu{
    border-radius: 16px;
}

/* Custom Alert Dajngo Message */
.custom-alert{
    padding: 12px;
    border-radius: 16px;
    border: none;
}
.custom-alert.alert-danger p,.custom-alert.alert-danger svg circle{color:  #E5595B; fill:#E5595B}
.custom-alert.alert-danger{
    background: rgba(229, 89, 91, 0.12);
}
.custom-alert.alert-success p{color: #4CAF50}
.custom-alert.alert-success{
    background: rgba(76, 175, 79, 0.12);
}
.custom-alert.alert-info p{color: #147DB8;}
.custom-alert.alert-info{
    background: rgba(20, 125, 184, 0.12);
}
.custom-alert.alert-warning p{color: #F9A825;}
.custom-alert.alert-warning{
    background: rgba(249, 168, 37, 0.12);
}
.custom-alert p{
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}
/* End Custom Alert Dajngo Message */
.heading-section .col-three a i.icon svg{vertical-align: text-bottom;}
.heading-section .col-three a i.arrow{float: right;
    line-height: 32px;
}

.heading-section .col-three a .fire img{
    display: block;
    float: left;
    margin-right: 5px;
}
.heading-section .col-three a>svg,.heading-section .col-three a .fire{
    position: absolute;
    right: 40px;
    top: 12px;
}


.heading-section .col-three .nav-pills .nav-link, .nav-pills .show>.nav-link{
    background: white;
    color: #122A5F;
    border: 2px solid transparent;
    border-radius: 16px;
    line-height: 32px;
    position: relative;
}
.heading-section .col-three .nav-pills .nav-link:hover,.heading-section .col-three .nav-pills .nav-link.active, .heading-section .col-three .nav-pills .show>.nav-link{
    background: white;
    color: #122A5F;
    border: 2px solid #122A5F;
    border-radius: 16px;
    line-height: 32px;
}

.lang-box{
    padding: 30px;
    background: #EAF0FC;
    border-radius: 16px;
}

.tb-content-custom{
    width: 100%;
}

.tb-content-custom .tab-pane{
    /* padding: 15px; */
}

.lang-box .r-box{
    margin-bottom: 30px;
}
.lang-box .r-box h3{font-weight: 600;
    font-size: 24px;margin-bottom: 0px;}
.lang-box .r-box>a{
    background-color: #122A5F;
    color: white;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.user-selected-lang-btn,.select-lang-btn{
    padding: 16px;
    border-radius: 16px;
}
.select-lang-btn img{border-radius: 6px;}
.lang-search-filter{
    border-radius: 24px;
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    background: #FFF;
    padding: 10px 16px;
}
.lang-search-filter input{
    width: 100%;
    margin-left: 8px;
    border: none;
}
.lang-box .r-box a:hover{box-shadow: 0 0 5px 3px #E6E9EB;}
.lang-box .r-box a.btn-custom-light{
    background-color: white;
    color: #122A5F;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}


.lang-box .r-box a svg{margin-right: 5px;}

footer .container-fluid{
    border-radius: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 70px;
    background-color: #147DB8;
    color: white;
    width: auto;
}

footer .logo-bottom{

}
footer .links .col{
    margin: 10px 0;
}
footer .link-custom{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

/* footer .logo-bottom {font-size: 18px;background-color:#929DB5;padding: 10px;border-radius: 3px;width: 200px;display: block;text-align: center; color:#FFFFFF;text-decoration: none;}
footer .logo-bottom:hover{text-decoration: underline;box-shadow: 0 0 4px 1px rgba(0,0,0,.5);}
footer .logo-bottom span {font-size: 14px!important;display: block; text-align: center;color:#FFFFFF;} */
footer .logo-bottom {
    display: flex;
    align-items: center;
}
footer .logo-bottom span{
    padding-left: 12px;
    display: inline-block;
    color: white;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
}


footer p{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}
.floating-footer-fixed{
    z-index: 200;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: fit-content;
    pointer-events: none;
}
.floating-footer-fixed .footer-quick-access,
.floating-footer-fixed a{
    pointer-events: auto;
}

/* Keep page content clear of the fixed bottom nav */
:root{
    --mt-floating-footer-height: 100px;
}
body{
    padding-bottom: var(--mt-floating-footer-height);
}
.social-box{margin: 10px 10px 10px 0;}
.social-box .btn-social{margin-right: 8px;}

.cs-fs-16 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.h-48 {
    height: 48px;
}

.w-48 {
    width: 48px;
}

footer .form-control::placeholder {
    color: white;
    opacity: 0.5;
  }

  .tab-mobile{
      flex-wrap: unset;
      overflow-x: scroll;
      border-bottom: none;
    }

    .tab-mobile::-webkit-scrollbar {
        width: 0.1em;
        height: 5px;

    }
     
    .tab-mobile::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); */
        background-color: #E6E9EB;
    }
     
    .tab-mobile::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      /* border: 1px solid #122A5F; */
      box-sizing: content-box;
    }

.tab-mobile a{white-space: nowrap;padding-right: 56px; padding-bottom: 30px;color: #122A5F;}
.heading-section .col-three a>svg, .heading-section .col-three .tab-mobile a .fire{
    /* right: 8px!important; */
    
}
.fire{
    display: flex;
    align-items: center;
}
.heading-section .col-three .tab-mobile a i.arrow{
    float: none;
    position: absolute;
    bottom: 0%;
    left: 50%;
}
.text-copied-popup{
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 16px;
    display: none;
    border: 2px solid #E6E9EB;
    z-index: 100;
}

.pop-up-wrapper{
    /* border: 1px solid black; */
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 9;

}

.pop-up-wrapper .mbox{
    /* position: fixed; */
    position: absolute;
    bottom: 50px;
    left: 50%;
    max-width: 856px;
    width: 50%;
    transform: translateX(-50%);
    padding: 70px 40px ;
    background-color: #4CAF50;
    border-radius: 24px;
    /* border-top: 6px solid white; */
}
.pop-up-wrapper.completed .mbox{
    width: 100%;height:100%;
    display: flex;
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
}

.btn-dark.btn-custom-success{
    color:white;
    background-color: transparent;
    border: 1px solid white;
}

.pop-up-wrapper .mbox .pop-up-status-icon{
    position: absolute;
    top: -25px;
    border: 5px solid white;
    background-color: #4CAF50;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}
.pop-up-wrapper .mbox .pop-up-status-icon i{
    margin: auto;
    color: white;
}
.pop-up-wrapper .mbox .pop-up-status-icon:before{
    content: '';
    position: absolute;
    top: 20px;
    left: -19px;
    width: 20px;height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 1px -6px var(--clr)
}

.pop-up-wrapper .mbox .pop-up-status-icon:after{
    content: '';
    position: absolute;
    top: 20px;
    right: -19px;
    width: 20px;height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: -1px -6px var(--clr);
}



.mbox p{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: white;
}
.mbox p>span{
    font-weight: 600;
    color: white;
    font-size: 20px;
    line-height: 24px;
}

.btn-custom-success{
    border-radius: 28px;
    height: 56px;
    color: #122A5F;
    font-weight: 600;
    font-size: 16px;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-up-wrapper.success .btn-custom-success:hover{
    color: white;
    background-color: #4CAF50;
}
.pop-up-wrapper.error .btn-custom-success:hover{
    background-color: #D33F49;
    color: white;
}

.pop-up-wrapper.success .mbox .pop-up-status-icon{background-color: #4CAF50;}
.pop-up-wrapper.error .mbox .pop-up-status-icon{background-color: #D33F49;}
.pop-up-wrapper.completed .mbox .pop-up-status-icon{background-color: #147DB8;}
.pop-up-wrapper.success .mbox{background-color: #4CAF50;}
.pop-up-wrapper.error .mbox{background-color: #D33F49;}
.pop-up-wrapper.completed .mbox{background-color: #147DB8;}


  /* web learning page start  */
  .progress {
        margin: 8px 50px;
  }
  .progress-label {
    float: left;
    margin-right: 5px;
  }
  .progress-label img{
    border-radius: 4px;
  }
  .process-close{
    float: right;
    margin-top: -35px;
  }

  .qa-main{
    position: relative;
  }

  .stat .question{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #929DB5;
    margin-bottom: 0;
  }
  .stat .answer{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #122A5F;
    position: relative;
    display: inline-block;
    border-bottom: 2px dashed transparent;
    transition: 1s;
  }

  .stat .answer:hover{
    border-bottom: 2px dashed #122A5F;
  }
  .stat .answer span{
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    padding: 17px 28px;
    border-radius: 28px;
    border: 2px solid #E7EAEF;
    display: none;
    

  }

  .stat .answer span:before{
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    display: inline-block;
    left: 50%;
    bottom: 100%;
    border: 15px solid red;
    border-color: transparent transparent #E7EAEF transparent;
    transform: translateX(-50%);
  }
  .stat .answer span:after{
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    display: inline-block;
    left: 50%;
    top: -26px;
    border: 14px solid red;
    border-color: transparent transparent #fff transparent;
    transform: translateX(-50%);
    
  }

  .stat .answer:hover span{
    display: inline-block;
  }

.ans-right-btns{
    position: absolute;
    right: 10px;
    top: 0;
}
.ans-right-btns .btn-speaker{
    border-radius: 24px;
    background: #147DB8;
    color: white;
}
.ans-right-btns .btn-speaker i{color: white;font-size: 15px;}

.selected-answer-box{
    min-height: 200px;
    padding: 20px;
    background-color: #EAF0FC;
    border-radius: 16px;
    margin-top: 120px;
}

.selected-answer-box .selected-options{
    background-color: white;
    display: inline-block;
    padding: 10px 20px;
    border: 1.5px solid #E7EAEF;
    border-radius: 16px;
    margin-right: 20px;
}

.selected-answer-box .selected-options label{
    font-size: 14px;
    line-height: 18px;
    color: #929DB5;
}
.selected-answer-box .selected-options p{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    color: #122A5F;
}

.choose-options{
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #E7EAEF;
}
.choose-options .btn-checkbox input{display: none;}
.choose-options .btn-checkbox{color: #122A5F;font-weight: 600;font-size: 20px;line-height: 24px;border: 2px solid #E7EAEF;padding: 20px;margin-bottom: 10px;margin-right: 10px;}

.choose-options .btn-check:active+.btn-outline-dark, .choose-options .btn-check:checked+.btn-outline-dark, .choose-options .btn-outline-dark.active, .choose-options .btn-outline-dark.dropdown-toggle.show, .choose-options .btn-outline-dark:active, .choose-options .btn-outline-dark:hover{
    background-color: white;
    border: 2px solid #147DB8;
    color: #147DB8;
    
}

.choose-options .btn-outline-dark:active{
    border: 2px solid #E7EAEF;
    color: #122A5F;
}

.check-answer button{
    padding: 16px!important;
    border: 2px solid #147DB8;
    border-radius: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
/* web learning page end  */

/* popup page end chapter start  */
.chapter-completed.pop-up-wrapper {
    background-color: rgba(18, 42, 95, 0.6);
    overflow-y: scroll;
    padding-bottom: 50px;
}
.chapter-completed.pop-up-wrapper .mbox{
    background-color: white;
    top: 25%;
    bottom: auto;
    background-color: white;
    
    
}

.chapter-completed.pop-up-wrapper .btn-custom-success.left{
    border-color: #147DB8;
    color: #147DB8;

}
.chapter-completed.pop-up-wrapper .btn-custom-success.right{
    border-color: #147DB8;
    color: white;
    background-color: #147DB8;
}
.chapter-completed .mbox svg{
    background-color: #F9A825;
    border-radius: 50%;
    padding: 10px;
}

.chapter-completed .mbox p{
    color: #122A5F;
}
.chapter-completed .mbox p span{
    color: #929DB5;
}

.chapter-completed .pop-up-status-icon.custom::before{display: none;}
.chapter-completed .pop-up-status-icon.custom::after{display: none;}
.chapter-completed .pop-up-status-icon.custom{
    border: none;
    top: -70px;
    background-color: white;
    color: #122A5F;
    
}
.chapter-completed .pop-up-status-icon.custom i{
    color: #122A5F;
}

/* popup page end chapter end  */

/* profile page start  */

.img-box .imgbox-inner{border-radius: 50%;height: 104px;
    width: 104px;overflow: hidden;border-radius: 2px solid gray;}
.img-box{
    height: 104px;
    width: 104px;
    
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    margin-top: 50px;
    

}
.img-box .svg{
    position: absolute;
    background-color: #147DB8;
    padding: 8px;
    border-radius: 50%;
    border: 3px solid white;
    height: 35px;
    width: 35px;
    line-height: 42px;
    display: flex;
    bottom: -5px;
    right: -5px;
    cursor: pointer;
}
.img-box .inputfile{
    display: none;
}

.img-box svg{
    margin: auto;
    display: block;
}

.profile-form .input-group button{border-color: #E7EAEF #E7EAEF #E7EAEF transparent;border-width: 2px;}
.profile-form .input-group button:last-child{color:#147DB8;border-radius: 28px;}
.profile-form .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.profile-form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-right: 0;}
.profile-form .input-group input{border-right: 0;color: #122A5F;border-radius: 28px;border-color: #E7EAEF;border-width: 2px;}
.profile-form  input{border-radius: 28px;border-width: 2px;border-color: #E7EAEF;padding: 9px 20px;}
.profile-form.d-grid>button{border-radius: 28px;background-color: #147DB8;padding: 8px;}
.profile-form.d-grid{margin-top: 60px;margin-bottom: 60px;}

.profile-form  .btn-outline-secondary:hover{background-color: transparent;}
.change-email-wrapper h3{
    font-size: 24px;
    font-weight: 600;
}
.change-email-wrapper p{
    color: #8C9BA3;
    line-height: 24px;
}
input.form-control-with-icon{
    border: 2px solid #E6E9EB;
    border-radius: 28px;
    padding-left: 45px;
    width: 100%;
}
.input-group-change-email svg{
    position: absolute;
    left: 15px;   
}
.terms-and-condition-email-change{
    color: #8C9BA3;
    font-weight: 500;
}
.terms-and-condition-email-change span{
    color:#062638;
    font-weight: 600;
}
/* profile page end  */


/* accountsetting progress tracker page start  */
input.otp-input{
    border-radius: 12px;
    text-align: center;
    width: 42px;
    height: 42px;
    border: 2px solid #E6E9EB;
}
.change-password-page #show_password{
    position: absolute;
    right: 5px;
    border: none;
    border-radius: 28px;
}
.top-bluebox{
    background-color: #122A5F;
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    
}
.top-bluebox .col-6:first-child{
    border-right: 2px solid white;
}
.top-bluebox .f-h2{
    color: white;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}
.top-bluebox .f-h2 svg{margin-top: -6px;}
.top-bluebox .f-h2 span{font-size: 20px;color: white;}
.top-bluebox .f-p{color: #929DB5;font-weight: 600;font-size: 14px;}

.heading-tabs h3{
    line-height: 50px;
}
.heading-tabs nav{
    border: 1px solid #E7EAEF;
    background-color: white;
    border-radius: 24px;
    overflow: hidden;
    
    
}
.heading-tabs nav button{
    border-radius: 24px!important;
    border: 0!important;
    color: #122A5F;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 40px;
    
}
.nav-tabs .nav-link.active{
    background-color: #147DB8;
    color: white;
}
.nav-tabs .nav-link{
    margin-bottom: 0px;
}

.graph-heading{
    margin-top: 30px;
}
.graph-heading h3{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.graph-heading h3 span{
    font-size: 16px!important;

}

.graph-heading p{
    color: #929DB5;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

}

.chartboxes{text-align: center;margin-top: 30px;}
.chartboxes>div h3{margin-bottom: 0;}
.chartboxes>div.correct{border-left: 4px solid rgba(76, 175, 80, 1);}
.chartboxes>div.incorrect{border-left: 4px solid rgba(216, 67, 21, 1)}
.chartboxes>div{
    border-radius: 8px;
    height: auto;
    width: 200px;
    background-color: white;
    padding: 15px 10px;
    /* float: left; */
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* accountsetting progress tracker page end  */


/* home page translation my vocabulary section start  */
.my-vocabulary-wrapper .mtabs .nav{
    display: block;
    text-align: center;
    border-width: 2px;
}
.my-vocabulary-wrapper .mtabs .nav button{
    display: inline-block;
    color: #929DB5;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 18px;
    background-color: transparent;
    border: 0px;
    position: relative;
    
}
.my-vocabulary-wrapper .mtabs .nav button.active{
    color: #122A5F;
    background-color: transparent;
}
.my-vocabulary-wrapper .mtabs .nav button.active::before{
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #122A5F;
    border-radius: 16px 16px 0 0;
    
}

.my-vocabulary-wrapper>.tab-content{
    padding-top: 40px;
}

.my-vocabulary-wrapper .subtabs .nav{
    display: block;
    text-align: center;
    padding-bottom: 24px;
    border-width: 2px;
    overflow-x: auto;
    white-space: nowrap;
}
.my-vocabulary-wrapper .subtabs .nav button{
    display: inline-block;
    color: #929DB5;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 30px;
    background: #FFFFFF;
    border: 1px solid #E7EAEF!important;
    border-radius: 20px;
    border: 0px;
    position: relative;
    color: #122A5F;
    margin-right: 16px;
    
}
.my-vocabulary-wrapper .subtabs .nav button.active{
    color: #fff;
    background-color: #147DB8;
}

.subtab-lang-wrapper .tab-pane{
    padding-top: 40px;
}
.subtab-lang-wrapper .tab-pane .row h3{
    margin-bottom: 24px;
}

.subtab-lang-wrapper .tab-pane .row .card {
    margin-bottom: 24px;
    border-radius: 16px;
}

.subtab-lang-wrapper .tab-pane .row .card .cssui-usercard__header{
    display: flex;
    align-items: center;
}
.subtab-lang-wrapper .tab-pane .row .card .cssui-usercard__header .cssui-usercard__post i.fa{
    color: #929DB5!important;
}
.subtab-lang-wrapper .tab-pane .row .card .cssui-usercard__header .cssui-usercard__post {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #929DB5!important;
}
.subtab-lang-wrapper .tab-pane .row .card .cssui-usercard__header .cssui-usercard__name  {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #122A5F;
}
.subtab-lang-wrapper .tab-pane .row .card .cssui-usercard__header .cssui-usercard__avatar  {
    width: 40px;
    height: 40px;
    margin: 20px;
}
.subtab-lang-wrapper .tab-pane .row .card .arrow i{
    border: 0px!important;
}
.subtab-lang-wrapper .tab-pane .row .card .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    
}
.no_vocabulary_words{
    opacity: 0.7;
    cursor: no-drop;
}
.my_vocabulary_words{
    
}

.p-15{
    padding: 15px;
}

.btn-custom-addnew{
    position: absolute;
    right: 0;
    top: 0;
    color: #147DB8;
    font-weight: 600;
}

/* home page translation my vocabulary section end  */

/* home page my vocabulary section start  */
.slt-lang{
    border-radius: 24px;
}
.slt-lang-wrap{
    position: relative;
}
.slt-lang-wrap::before{
    content: attr(data-label);
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    white-space: nowrap;
}
/* home page my vocabulary section end */

.my-vocabulary-card {
    margin-bottom: 30px;
    border-radius: 16px;
}
.my-vocabulary-card h4{
    font-size: 16px!important;
}
.my-vocabulary-card .arrow{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    /* padding: 15px; */
    border-radius: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    
}

.lang-box:only-child{
    border-radius: 16px!important;
    padding: 30px!important;
}
.lang-box:first-child{
    border-radius: 16px 16px 0 0; 
}
.lang-box:last-child{
    border-radius: 0 0 16px 16px;
    padding-top:10px;
    border-top: 2px solid white;
}
.lang-box:last-child .r-box{
    margin-bottom: 0;
}
.lang-box:last-child .r-box nav>ul>li{
    font-weight: 500;
}
.lang-box:last-child .r-box nav>ul>li p{
    line-height: 38px;
    padding-right: 15px;
}
.lang-box:last-child .r-box nav>ul>li.page-item a{
    border-radius: 25px;
    margin-left: 10px;
}

/* .langsecond .my-vocabulary-card .top{
    position: relative;
} */
.langsecond .my-vocabulary-card .right-btns a:hover{
    border-color: transparent!important;
    box-shadow: none;
}
.langsecond .my-vocabulary-card .right-btns a svg:hover{
    border: 0;
}

.langsecond .my-vocabulary-card .right-btns{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* connected accounts start */
.connect-list {
    background-color: #FFFFFF;
    padding: 10px 15px;
    border: 2px solid #E7EAEF;
    border-radius: 16px;
    margin-bottom: 15px;
    position: relative;
}
.connect-list a {
    display: flex;
}
.connect-list a span{
    line-height: 24px;
    display: inline-block;
    height: 24px;
}

.account-status{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #929DB5;
    font-weight: 500;
    font-size: 14px;
}

.account-status.connected,.account-status.connected span{
    color: #4CAF50;
    display: flex;
    align-items: center;
}
.account-status-connected,.account-status-connected span{
    color: #4CAF50;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.account-status-not-connected span{
    color: #8C9BA3;
}
.min-h400{min-height: 400px;}

/* connected accounts end */


/* learning settings start */
.learn-words-page .select-custom{
    padding: 12px 16px;
}
.learn-words-page .web-learn-wrapper .bottom-bluebox{
    background: var(--background, linear-gradient(141deg, #EC5762 0%, #B24469 100%));
}
.learning-settings .imgbox{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    border: 2px solid #E7EAEF;
    text-align: center;
    display: flex;
    margin: 0 auto;
}

.learning-settings .imgbox img{
    margin: auto;
    display: block;
    
}
.learning-settings .d-flex{
    /* height: 100%; */
}
.learning-settings .progressbar{
    height: 12px;
    background-color: #EAF0FC;
    margin: auto;
    width: 100%;
    border-radius: 24px;
    margin-top: 22px;
}
.learning-settings .progressbar .inner.active{
    background-color: #147DB8;
    
}
.learning-settings .progressbar .inner.active:last-child{position: relative;}

.learning-settings .progressbar .inner.active{
    position: relative;
}
.learning-settings .progressbar .inner.active>div{
    height: 12px;
    width: 4px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid #147DB8;
    /* border: 8px solid rgba(0,0,0,.3); */
    background-color: #fff!important;
    display: inline-block;
    box-sizing: content-box;
    border-width: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 0 1px 3px white;
    cursor: pointer;
}
.learning-settings .progressbar .inner{
    width: 14.28%;
    border-right: 4px solid white;    
    height: 100%;  
    float: left;  
}
.learning-settings p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.top-progress-wrapper{
    padding: 20px 0 50px 0;
    border-bottom: 2px solid #E7EAEF;
    margin-bottom: 50px;
}

.frm-checkbox .form-check{
    background: #FFFFFF;
    border: 2px solid #E7EAEF;
    border-radius: 16px;
    padding: 12px 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.frm-checkbox .form-check .form-check-label{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.frm-checkbox input[type='checkbox']{
    float: right;
    
}

.learning-settings .btn-save-custom{padding: 10px 0;background-color: #147DB8;border-radius: 28px;margin: 44px 0 34px 0;}

/* learning settings end */

/* web learn start */
.web-learn-wrapper h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.web-learn-wrapper .select-custom{
    border-radius: 28px;
    background-color: #EAF0FC;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.web-learn-wrapper .catebox{
    padding: 25px;
    border: 2px solid #E7EAEF;
    border-radius: 16px;
    position: relative;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
}
.web-learn-wrapper .catebox:hover svg{
    opacity: .6;
}
.web-learn-wrapper .catebox svg{position: absolute;bottom: 0;right: 0;opacity: .3;}

.web-learn-wrapper .catebox h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}
.web-learn-wrapper .catebox h3 span{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.web-learn-wrapper .bottom-bluebox{
    padding: 22px 24px;
    background-color: #147DB8;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.web-learn-wrapper .bottom-bluebox h4{
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.web-learn-wrapper .bottom-bluebox .btn{
    background: #FFFFFF;
    border-radius: 48px;
    color: #147DB8;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 18px;
}
.web-learn-wrapper .bottom-bluebox .btn i{
    color: #147DB8;
    margin-right: 0 !important;
}
.web-learn-wrapper .bottom-bluebox .right-icon{
    position: absolute;
    right: -21px;
    bottom: -18px;
    padding: 10px;
    background-color: #F9A825;
    border-radius: 50%;
    height: 104px;
    width: 104px;
    text-align: center;
    line-height: 84px;
}

.speed-icon{
    border: 2px solid #E6E9EB;
    padding: 15px;
    border-radius: 50%;
    max-width: 56px;
    max-height: 56px;

}
.learning-spped-range{
    padding-bottom: 26px;
    border-bottom: 2px solid #E6E9EB;
}
.learning-spped-range p{
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.reminder-wrapper{
    border: 2px solid #E6E9EB;
    border-radius: 16px;
    padding: 8px 16px;
    min-height: 56px;
    margin: 16px 0;
}
.reminder-wrapper input{
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.learning-settings-page button{
    min-height: 56px;
}















.wrap {
    padding: 50px 10px;
}
#nlVal {
    display: inline-block;
}
#slider {
    width: 95%;
    margin: auto;
    height: 10px;
    background: #E6E9EB;
    border-radius: 50px;
}
#slider label {
    position: absolute;
    width: 20px;
    margin-top: 20px;
    margin-left: -10px;
    text-align: left;
    font-size: 13px;
}
#slider label:last-of-type::after {
    content: '+';
}
.ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 100%;
    background: #147DB8;
    border: 2px solid white;
    width: 25px;
    height: 25px;
    top: -8px;
    cursor: grab;
    position: relative;
    display: block;
}
.ui-slider-handle.ui-state-active, .ui-slider-handle.ui-state-hover, .ui-slider-handle.ui-state-focus {
    border: none;
    outline: 0;
}
.ui-slider-handle:before {
    content: '';
    background: white;
    position: absolute;
    width: 3px;
    height: 10px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    border-radius: 30px;
}
















/* web learn end */


/* how learning words start */
.back-arrow-btn{
    text-decoration: none;
    margin-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.back-arrow-btn i{margin-left: 10px;}
.back-arrow-btn h3{margin-left: 10px;}

.bb-2{border-bottom: 2px solid #E7EAEF;}

.para{margin-top: 60px;margin-bottom: 30px;}
.para p{font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #122A5F;}
    
.learn-finish .btn-group-learn a{
    color: #147DB8;
}
.learn-finish .btn-group-learn a:hover{
    color: white;
}
/* how learning words end */


/* notifications start */

input[type="checkbox"].switch_1{
    font-size: 30px;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    width: 56px;
    height: 24px;
    background: #ddd;
    border-radius: 48px;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

input[type="checkbox"].switch_1:checked{
    background: #147DB8;
}

input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
            box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
            transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 24px);
}

.lang-box .r-box .connect-list a:hover{
    box-shadow: none;
}
.notifications-box label{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #929DB5;
    margin-bottom: 0px;
}
.notifications-box .connect-list span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #122A5F;
}

.radio-email-phone .btn{
    background-color: white;
    color: #122A5F;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border-radius: 30px;text-transform: capitalize;
}
.radio-email-phone .btn.btn-outline-primary{
    border-color: white;
}
.notifications-box .btn-group{
    border: 2px solid #E7EAEF;
    box-shadow: 0px 2px 16px rgba(18, 42, 95, 0.08);
    border-radius: 30px;
    /* margin-bottom: 20px; */
}

/* notifications end */


/* help start */
.f24{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.f18{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.btn-category{background-color: white;border: 2px solid #E7EAEF;border-radius: 20px;padding: 8px 24px;font-weight: 500;font-size: 14px;line-height: 17px;color: #122A5F;margin-bottom: 10px;}

.btn-submit{
    padding: 16px 70px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 28px;
    background: #147DB8;
}

.del-box{
    padding: 20px;
    background-color: white;
    border: 2px solid #E7EAEF;
    border-radius: 16px;
    display: block;
    position: relative;
    color: #122A5F;
    font-weight: 600;
    font-size: 16px;
    
}
.del-box label{color: #D33F49;text-transform: uppercase;}
.del-box i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.p-40{
    padding: 40px!important;
}

.delete-header .btn.float-start{
    border-radius: 50%;
    border: 1px solid #122A5F;
    background-color: white;
    height: 38px;
    width: 38px;
    text-align: center;
}

.your-progressbox{
    border: 1px solid #E7EAEF;
    border-radius: 16px;
    overflow: hidden;
}
.your-progressbox .list-row{
    background: white;
    line-height: 40px;
    border-bottom: 1px solid #E7EAEF;
    padding:0 15px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}
.bg-yellow .list-row{
    line-height: 30px;
}
.your-progressbox .list-row.active{
    background: #122A5F;
    color: white;
}
.your-progressbox .list-row .rightbox{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.your-progressbox.bg-yellow .list-row svg{
    margin-right: 8px;
}
.your-progressbox.bg-yellow {
    margin-top: 40px;
}
.your-progressbox.bg-yellow .list-row {
    background: var(--background, linear-gradient(141deg, #EC5762 0%, #B24469 100%));
    padding: 4px 15px;
    color: white;
}

.f-14{font-weight: 500;
    font-size: 14px;
    line-height: 18px;}

.btn-send-feedback{
    padding: 16px 70px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 28px;
    background: transparent;
    border-color: #147DB8;
    color: #147DB8;
}

.bg-red{background-color: #D33F49;border-color: #D33F49;}
.bg-red:hover{background-color: #D33F49;border-color: #D33F49;}
.border-gray{border-color: #929DB5;}

.delete-msgbox{color: #D33F49;background: rgba(211, 63, 73, 0.12);text-align: center;border-radius: 16px;padding: 8px;}

.form-check {
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

  padding-left: 35px;
  margin-bottom: 16px;
  }
  
  /* Hide the browser's default checkbox */
  .form-check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom checkbox */
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 6px;
    border: 1px solid #147DB8;
  }
  
  /* On mouse-over, add a grey background color */
  .form-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .form-check input:checked ~ .checkmark {
    background-color: #147DB8;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .form-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .form-check .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.color-blue{
    color: #122A5F!important;
}



.custom-help-form{
    border-radius: 16px;
    border: 1.5px solid #E6E9EB;
    background: #FFF;
}
.custom-help-form,
.custom-help-form:-moz-placeholder, /* Firefox 18- */
.custom-help-form::-moz-placeholder, /* Firefox 19+ */
.custom-help-form:-ms-input-placeholder, /* IE 10+ */
.custom-help-form::-webkit-input-placeholder, /* Webkit based */
.custom-help-form::placeholder{
    color: #B2BCC1;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/* help end */


/* privacy policy start */
.privacy-policy-wrapper-section a{
word-wrap: break-word;
}
.privacy-policy .logobox img{
    height: 64px;
    width: 64px;
    float: left;
    border-radius: 8px;
}
.privacy-policy .logobox h3{
    float: left;
    margin-left: 15px;
    line-height: 64px;
    margin-bottom: 0;
    /* color: #122A5F; */
}
.privacy-policy .content .updated-text{
    color: #929DB5;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.privacy-policy .content p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #122A5F;
}
/* privacy policy end */

.rating-status{
    background-color: rgba(249, 168, 37, 0.24);
    padding: 0 20px;
    line-height: 25px;
    display: inline-block;
    width: auto;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.ratings{
    /* margin-right:10px; */
    margin: 20px auto 30px auto;
}

.ratings i{
    
    color:#cecece;
    font-size:32px;
}

.rating-color{
    color:rgba(249, 168, 37, 1) !important;
}

.small-ratings i{
    color:#cecece;   
}

.btn-contact-link {
    color: #147DB8;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.btn-contact-link i{
    color: #147DB8;
    
}

.textarea-custon-feedback{
    border: 1px solid #E7EAEF;
    border-radius: 16px;
    padding: 16px;
}

.logobox-app-rating img{
    height: 74px;
    width: 74px;
    border-radius: 8px;
}

.translate-ddbox{
    background: #EAF0FC;
    border-radius: 32px;
    padding: 10px 24px;
}

.trans-lang{
    margin-inline: 32px;
}

.change-lang-input textarea {
    height: 100%;
    resize: none;
    min-height: 200px;
    border: 1.5px solid #e7eaef;
    border-radius: 16px;
    padding-right: 48px !important;
    padding-bottom: 64px !important;
}

.change-lang-input .form-control:disabled, .change-lang-input .form-control[readonly]{
    background-color: white;
}

.change-lang-input .mark-icon {
    right: 16px;
    bottom: 16px;
}

.position-absolute.close-btn {
    right: 20px;
    top: 20px;
}

.trans-label{font-weight: 600;font-size: 18px;line-height: 22px;}

.landing-page.login-section .hr-or::after,
.landing-page.login-section{
    background-color: #062638;
}
.landing-page.login-section .btn-social{
    border-color:rgba(255, 255, 255, 0.08) ;
    background: rgba(255, 255, 255, 0.08);

}
.landing-page.login-section .btn-outline-light.register{
    color:#062638
}
.menu-login-logout{
    background: #147DB8;
    border-radius: 28px;
}

.Suggestions-btn a {
    border: 1.5px solid #E7EAEF;
    border-radius: 24px;
    background-color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #122A5F;
}

.btn-custom-view-all{
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #122A5F;
}

.recent-translation-card{
    background: #FFFFFF;
    border: 1px solid #E7EAEF;
    border-radius: 16px;
    /* overflow: hidden; */
    margin-bottom: 15px;
}

.recent-translation-card .header{
    border-bottom: 1px solid #E7EAEF;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.recent-translation-card .header h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #122A5F;
}

.recent-translation-card .body p{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #929DB5;
}

.recent-translation-card .header, .recent-translation-card .body{
    padding: 10px 15px; 
}

.recent-translation-card .body{
    background:#E6E8EC;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.recent-translation-card .right-opt{
    display: flex;
}

.recent-translation-card .right-opt .dropdown-menu{
    min-height: 150px!important;
}

.translation-places-popup .card.p-15{
    border-radius: 16px;
    border: 1.5px solid #E6E9EB;
}

.translation-places-popup .search-place{
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border: 2px solid #E6E9EB;
    border-radius: 28px;
}
.translation-places-popup input{
    border: none;
    padding: 8px;
    width: 100%;
    margin: 0 0 0 40px
}
.translation-places-popup .locaton-icon{
    position: absolute;
    padding: 8px 12px;
}

.translation-places-popup .card.active,.translation-places-popup .card:hover{
    background-color: #E8F2F8;
    color:#147DB8;
    cursor: pointer;
}
.use-current-location h4,.use-current-location h6{
    color:#147DB8;
}
.use-current-location .cssui-usercard__post{
    margin-left: 32px;
}
.btn-filter-wrapper{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn-filter{
    
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #122A5F;

    background: #FFFFFF;
    border: 1px solid #E7EAEF;
    border-radius: 40px;
}


.btn-filter.btn-outline-primary.active, 
.btn-filter.btn-outline-primary.dropdown-toggle.show, 
.btn-filter.btn-outline-primary:active,.btn-filter.btn-outline-primary:hover{
    background-color: white;
    color: #122A5F;
    border-color: #E7EAEF;
}

.btn-filter.dropdown-toggle::after{display: none;}

.filter-dd{
    border: 1px solid #E7EAEF;
    box-shadow: 0px 2px 16px rgba(18, 42, 95, 0.08);
    border-radius: 16px;
    top: 10px!important;
    z-index: 999;
}
.filter-dd li{
    border-bottom: 1px solid #E7EAEF;
}
.filter-dd li a{
    color: #122A5F;
    font-weight: 600;
}
.filter-dd li:last-child{
    border-bottom: none;
}

.filter-dd li a svg{
    visibility: hidden;
}
.filter-dd li a.checked svg{
    visibility: visible;
}

.btn-dotopt::after{display: none;}
.dd-opt{
    border: 1px solid #E7EAEF;
    box-shadow: 0px 2px 16px rgba(18, 42, 95, 0.08);
    border-radius: 16px;
    top: -53px!important;
    left: 80px!important;
    z-index: 999;
}
.dd-opt li{
    border-bottom: 1px solid #E7EAEF;
}
.dd-opt li a{
    color: #122A5F;
    font-weight: 600;
}
.dd-opt li:last-child{
    border-bottom: none;
}

.login-section{
    background-color: #147DB8;
    height: 100vh;
    overflow-y: scroll;
}

.login-section .logobox{
    margin: 0 auto;
    display: inline;
}
.login-section .logobox img{
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.login-section .btn-skip-link{
    color: #fff;
}

.login-section h3{
    margin-top: 48px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: white;
}
.login-section p{
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

.login-section .btn-outline-light{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 28px;
    padding: 12px;
    margin-top: 48px;
}

.login-section .btn-outline-light.register{
    background-color: white;
    color: #4285F4;
    border-color: white;
}

.hr-or{
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 40px 0;
    position: relative;
}
.hr-or::after{
    content: 'or';
    display: inline-block;
    line-height: 30px;
    background-color: #147DB8;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.login-section .btn-social{
    background: #122A5F;
    border-color: #122A5F;
    border-radius: 28px;
    color: white!important;
    margin-top: 0;
}
.login-section .btn-social span{
    color: white;
    margin-left: 5px;
}

/* register page start */
.mt-56{margin-top: 56px;}
.mt-48{margin-top: 48px;}
.mt-40{margin-top: 32px;}
.mt-32{margin-top: 32px;}
.mt-24{margin-top: 24px;}
.mb-40{margin-bottom: 32px;}


.register-section p>span{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #929DB5;
}

.input-grp-custom .input-group-text{
    border-color: #E7EAEF;
    border-width: 2px;
    background-color: transparent;
    border-right: 0;
    border-radius: 28px;
}
.input-grp-custom .form-control{
    border-color: #E7EAEF;
    border-width: 2px;
    background-color: transparent;
    border-left: 0;
    padding: 12px 12px 12px 0px;
    
    border-radius: 28px;
}
.input-grp-custom .form-control::placeholder{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B6BDCD;
}

.add-more-languages-modal .form-control:focus,.input-grp-custom .form-control:focus{
    box-shadow: none;
}

.form-check-custom{
    padding-left: 20px;
    text-align: left;
}
.form-check-custom .form-check-label{
    color: #929DB5;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    
}
.form-check-custom .form-check-label a{
    color: #122A5F;
    text-decoration: none;
}

.btn-signup{
    background: #147DB8;
    border-radius: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
}
#agree_checkbox{
    width: 16px;
    height: 16px;
    opacity: 1;
}
.btn-skip-link-blue{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #147DB8;
}

.already-account{
    margin-bottom: 24px;
}
.already-account span{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #929DB5;
    font-style: normal;
}
.already-account a{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #122A5F;
    font-style: normal;
    text-decoration: none;
}

.btn-social-light{
    background: #FFFFFF;
    border: 2px solid #E7EAEF;
    border-radius: 28px;
    padding: 12px;
}

.hr-or.light{
    border-color: #E7EAEF;
}
.hr-or.light::after{
    background-color: white;
    color: #122A5F;

}

/* register page end */


/* forgot password popup start */

.chapter-completed.reset-pass .mbox svg{
    background-color: inherit;
    border-radius: 0;
    padding: 0;
}
.chapter-completed.reset-pass p{
    line-height: 18px!important;
    margin-bottom: 40px;
}
.chapter-completed.reset-pass p>span{
    font-weight: 500;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    color: #929DB5;
}

/* forgot password popup end */

.highlighter-section {
    border-radius: 40px;
    background: var(--062638-text-color, #062638);
    box-shadow: 0px 2px 16px 0px rgba(44, 100, 227, 0.12);
    padding: 8px;
    width: fit-content;
    margin: auto;
    color: #ccc;
  }
  
  .fs-18 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  
  .highlighter-section .fs-18 {
    padding: 17px 28px;
    color: #ccc;
    text-decoration: none;
    transition: all 200ms ease;
    border-radius: 32px;
  }
  .highlighter-section .fs-18:nth-child(2){
    margin: 0 8px;
  }
  .highlighter-section .fs-18 span{
    color: #ccc;
  }

  .errorlist.nonfield,.errorlist{
    list-style: none;
    margin: 0;
    padding: 0 10px;
    text-align: left;
  }

  .errorlist.nonfield li,.errorlist li{
    color: red!important;
    font-size: 12px;
    font-weight: bolder;
  }

  .ln-hi-48{line-height: 48px;}

  .verified-txt {color: green;}
  .unverified-txt {color: red;}


  /* SKILL CHECK  */

  .skill-check-modal{
    z-index: 9;
  }
  .skill-check-modal .mbox svg{
    background: var(--icon-background, linear-gradient(41deg, #F8DE0A 0%, #FB7251 100%));
  }

  .info-box{
    border-radius: 16px;
    background: var(--e-8-f-2-f-8-button-background, #E8F2F8);  
    padding: 18px 16px;
  }
  
  .search-wrapper{
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    border-radius: 24px;
  }
  .search-wrapper input,.search-wrapper span{
    border-radius: 24px;
    padding: 12px 16px;
    border: none;
    background-color: transparent;

  }
  .choose-language-box .btn-custom-light{
    width: 100%;
    text-align: left;
    border-radius: 16px;
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    margin: 10px 0;
    padding: 12px;
  }
  
  .choose-language-box .btn-custom-light span:last-child{
    display: none;
  }
  .choose-language-box .btn-custom-light.active span:last-child{
    display: inline-block;
  }
  .choose-language-box .btn-custom-light.active,
  .choose-language-box .btn-custom-light:hover{
    border: 1.5px solid var(--062638-text-color, #062638);
  }
  .progress,.start-skill-check .progress div{
    border-radius: 18px;
  }
  .start-skill-title span{
    color : #8C9BA3;
    font-size: 18px;
    font-weight: 600;
  }
  
  .start-skill-title h5{
    font-size: 24px;
    font-weight: 600;
  }
  .start-skill-check-question-wrapper .text-wrapper{
    padding: 18px;
    border:2px solid #E6E9EB;
    border-radius: 12px;
    cursor: pointer;
    transition: all 200ms ease;
  }
  .start-skill-check-question-wrapper .text-wrapper:hover,
  .start-skill-check-question-wrapper .text-wrapper.active{
    border-color: #147DB8;
    background-color: #E8F2F8;
  }
  .start-skill-check-question-wrapper .text-wrapper:nth-child(2){
    border: none;
    background-color: transparent;
    cursor: default;
  }
  .skill-report p{
    font-size: 18px;
    font-weight: 500;
  }
  
  .skill-report h4{
    font-size: 18px;
    font-weight: 600;
  }
  .canvasjs-chart-credit{
    display: none;
  }


/* Skill Report */

.skill-report-wrapper .progress-info-text {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 32px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    color: #4CAF50;
  }
  .skill-report-wrapper .canvas-wrap p{
    font-weight: 500;
    font-size: 16px;
    margin: 0;
  }
  .skill-report-wrapper  span#procent::after {
    content: '%';
  }
  
 .skill-report-wrapper .canvas-wrap {
    position: relative;
    width: 300px;
    height: 300px;
  }
  .info-tip{
    display: flex;
    border-radius: 8px;
    border: 2px solid #E6E9EB;
    overflow: hidden;
  }
  .info-tip span{
    display: inline-block;
    background-color: #4CAF50;
    width: 10px;
  }
  .info-tip p{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
  }
  .unknown-words div div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;

    border: 2px solid #E6E9EB;
    border-radius: 12px;
    cursor: pointer;
  }
  .skill-report-slider .carousel-inner{
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  .skill-report-slider .carousel-indicators [data-bs-target]{
    width: 8px;
    height: 8px;
    border: 2px solid black;
    border-radius: 50%;
  }
  .skill-report-slider .carousel-indicators .active{
    background-color: #062638;
  }
/* SHORT USEFUL SNIPPETS  */

/* Marketplace  */
.marketplace-page .disabled{
    cursor: no-drop;
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    background: var(--e-6-e-9-eb-outline, #E6E9EB);
}
.marketplace-page .notifications-box label{
    margin-bottom: 8px;
}
.marketplace-page .disabled .btn-coming-soon{
    cursor: no-drop;
}
.btn-coming-soon{
    background: var(--background, linear-gradient(141deg, #EC5762 0%, #B24469 100%));
    border: none;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
}

.cursor-pointer{
    cursor: pointer;
}

.mb-min-h-100{
    min-height: 100vh;
}

.display-on-mobile{
    display: none;
}
.display-on-mobile .floating-delete-btn{
    padding: 0 !important;
}
.display-on-desktop{
    display: block;
}

.footer-quick-access .active svg path{
stroke: #062638;
}


/* Add More languages modal */
.add-more-languages-modal .fa-search{
    color: #147DB8;
    font-size: 22px;
}
.add-more-languages-modal .mbox{
    padding: 36px 0;
}
.add-more-languages-modal .mbox .box{
    overflow-y: auto;
    overflow-x: hidden;
}
.add-more-languages-modal .mbox svg{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.bottom-border{
    border-bottom: 1.5px solid #E6E9EB;;
}
.add-lang-box-wrapper{
    border-radius: 16px;
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    padding: 16px;
    margin: 18px 0;
}
.lang-icons-name{
    display: flex;
    align-items: center;
}
.lang-icons-name img{
    border-radius: 4px;
    border: 2px solid #333;
}
.lang-icons-name p{
    margin: 0;
    font-size: 16px;
    margin-left: 16px;
}
.all-lang-wrapper{
    overflow: auto;
    max-height: 480px;
}


/* About Page */
.section-padding-large{
    padding: 70px;
}
.section-padding-medium{
    padding: 45px;
}
.section-wrapper.dark-section{
    background: var(--062638, #062638);
}
.light-section{
    background: var(--e-8-f-2-f-8, #E8F2F8);
    background-color:  #E8F2F8;
}
.section-wrapper{
    border-radius: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: white;
    width: auto;
    overflow: hidden;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p{
    color: #fff;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section p{
    color: var(--062638, #062638);
}
.section-wrapper h1{
    font-size: 48px;
    font-weight: 600;
}
.section-wrapper p{
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.section-wrapper .image-holder>div:last-child{
    bottom: 0;
    left: 250px;
}
.btn-layout-border{
    border-radius: 24px;
    background: var(--062638, #062638);
    color: #fff;
}
button.btn-layout-border{
    padding: 8px 16px;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
}
button.btn-layout-border:hover{
    color: #fff;
}
.btn-layout-border.btn-info{
    background: rgba(20, 125, 184, 0.16);
    color: #147DB8;
}
.btn-layout-border.btn-warning{
    background: rgba(249, 168, 37, 0.16);
    color: #F9A825;
}
.btn-layout-border.btn-red{
    background: rgba(229, 89, 91, 0.16);
    color: #E5595B;
}
.btn-layout-border.btn-orange{
    background: rgba(247, 125, 63, 0.16);
    color: #F77D3F;
}
.btn-layout-border.btn-purple{
    color: #C624C0;
    background: rgba(198, 36, 192, 0.16);
}
.btn-layout-border.btn-success{
    color: #4CAF50;
    background: rgba(76, 175, 80, 0.16);
}
.floating-buttons{
    bottom: 0px;
    width: 100%;
}
.floating-buttons button{
    height: 48px;
    position: absolute;
    width: fit-content;
    bottom: 120px;
}
.floating-buttons button:nth-child(1){
    left: -65px;
    transform: rotate(18deg);
}
.floating-buttons button:nth-child(2){
    left: 70px;
    transform: rotate(25deg);
}
.floating-buttons button:nth-child(3){
    left: 245px;
    transform: rotate(-20deg);
}
.floating-buttons button:nth-child(4){
    left: 430px;
    transform: rotate(45deg);
}
.floating-buttons button:nth-child(5){
    left: -50px;
    bottom: 30px;
}
.floating-buttons button:nth-child(6){
    left: 90px;
    bottom: 30px;
}
.floating-buttons button:nth-child(7){
    left: 320px;
    bottom: 30px;
}
.gap-large{
    margin-top: 70px;
}
.heading-main h1{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
}
.heading-main>p{
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: auto;
}

.custom-card{
    border-radius: 24px;
    padding: 24px;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}
.custom-card.card-red-faded{
    background: rgba(229, 89, 91, 0.16);
}
.custom-card.card-blue{
    background: rgba(20, 125, 184, 0.16);
}
.custom-card.card-orange{
    background: rgba(249, 168, 37, 0.16);
}
.custom-card.card-orange-faded{
    background: rgba(247, 125, 63, 0.16);
}
.custom-card.card-pink{
    background: rgba(198, 36, 192, 0.16);
}
.custom-card.card-success{
    background: rgba(76, 175, 80, 0.16);
}
.custom-card h2{
    font-size: 24px;
    font-weight: 600;
}
.custom-card h2 span{
    font-size: 14px;
    font-weight: 500;
}
.custom-card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.custom-card .card-info.catebox{
    padding: 16px;
}
.card-info{
    padding: 16px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgba(6, 38, 56, 0.12);
    margin: auto;
    width: 100%;
}
.fit-card-size{
    width: fit-content;
}
.card-info .light-p,.custom-card .light-p,.light-p{
    color: var(--8-c-9-ba-3-subtext, #8C9BA3);
}
.divider{
    border-left: 2px solid var(--062638, #E6E9EB);;
}
.custom-card .floater-wrapper{
    min-height: 100px;
}
.custom-card .floaters{
    position: absolute;
    left: -30px;
}
.custom-card .floaters .card-info{
    margin: 8px;
}
.custom-card .floaters h5{
    font-size: 16px;
    font-weight: 600;
}
.custom-card .floaters p{
    font-size: 12px;
    font-weight: 600;
}
.custom-card .heading-tabs{
    width: fit-content;
    margin: auto;
}
.custom-card .heading-tabs nav button{
    padding: 14px 32px;
}
.fake-textarea{
    min-height: 105px;
}
.fake-suggestions h5{
    font-size: 18px;
}
.fake-suggestions a{
    font-weight: 500;
    font-size: 14px;
}
.stat.card-info .answer{
    border-bottom: 2px dashed #122A5F;
    font-size: 24px;
}
.stat.card-info .answer span{
    display: inline-block;
}
.about-vocabulary .light-p,.press-wrapper .light-p{
    font-size: 12px;
}
.madeby-tag{
    border-radius: 24px;
    background: linear-gradient(6deg, #F8DE0A 0%, #FB7251 70%), #D9D9D9;
}
.madeby-tag>svg{
    position: absolute;
}
.madeby-tag>svg:nth-child(odd){
    top:20px
}
.madeby-tag>svg:nth-child(even){
    bottom:20px
}

.madeby-tag>svg:nth-child(1){
    left:20px
}
.madeby-tag>svg:nth-child(2){
    left:130px
}
.madeby-tag>svg:nth-child(3){
    right:20px
}
.madeby-tag>svg:nth-child(4){
    right:130px
}
.review-section p{
    font-size: 14px;
}
.review-section p span,.team-member-info h6{
    font-weight: 600;
}
.review-section .text-success{
    color: #4caf50 !important;
}
.review-section .text-info{
    color: var(--147-db-8, #147DB8) !important;
}
.review-section .text-purple{
    color: #C624C0;
}
.review-section .text-pink{
    color: #E5595B;
}
.review-section .text-orange{
    color: #F77D3F;
}
.team-member{
    overflow: hidden;
}
.team-member .position-absolute{
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 100%;
}
.bg-pink{
    background: #E5595B;
}
.bg-purple{
    background: #C624C0;
}
.bg-success{
    background: #4CAF50;
}
.bg-orange{
    background: #F77D3F;
}
.team-member-info h6,.team-member-info p{
    color: #fff;
    margin: 0;
}
.section-wrapper .founder-message{
    font-size: 32px;
}
.founder-message span{
    border-radius: 8px;
    background: #F9A825;
    color: white;
    padding: 4px ;
    display: inline-block;
}


/* FAQ Section  */
.faq-header img{
    position: absolute;
    bottom: 20px;
}
.faq-header img:nth-child(2){
    left: 140px;
    bottom: 65px;
}
.faq-header img:nth-child(3){
    left: 320px;
    bottom: 0;
}

.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.0004 21.6004C17.3023 21.6004 21.6004 17.3023 21.6004 12.0004C21.6004 6.69846 17.3023 2.40039 12.0004 2.40039C6.69846 2.40039 2.40039 6.69846 2.40039 12.0004C2.40039 17.3023 6.69846 21.6004 12.0004 21.6004Z" stroke="%23062638" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 8.16016V15.8402" stroke="%23062638" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.16016 12.001H15.8402" stroke="%23062638" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.0004 21.6004C17.3023 21.6004 21.6004 17.3023 21.6004 12.0004C21.6004 6.69846 17.3023 2.40039 12.0004 2.40039C6.69846 2.40039 2.40039 6.69846 2.40039 12.0004C2.40039 17.3023 6.69846 21.6004 12.0004 21.6004Z" stroke="%23062638" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.16016 12.001H15.8402" stroke="%23062638" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
.faq-item .card-info{
    border-radius: 16px;
    overflow: hidden;
}
.faq-item .card-info{
    padding: 0;
}
.accordion-button:focus,.accordion-button{
    box-shadow: none !important;
}
.faq-item .accordion-button{
    color: var(--062638, #062638);
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Cookie Banner  */
.cookie-banner{
    bottom: var(--mt-floating-footer-height);
    z-index: 201;
    border-top: 2px solid #fff;
    background-color: #147DB8;
    padding: 24px 0;
}
.cookie-banner p,.cookie-banner a{
    color: white;
}
.cookie-banner a{
    text-decoration: underline;
    font-weight: 600;
}
.cookie-banner .btn-light{
    color: #147DB8;
}
.cookie-banner .btn-light:hover{
    color: var(--062638, #062638);
}

/* Contact Us page */
.contact-us-form .input-grp-custom{
    background-color: #fff;
    border-radius: 28px;
}
.contact-message span{
    padding: 12px 0.75rem;
}
.contact-message textarea{
    min-height: 52px;
    max-height: 250px
}
.map-overlay{
    /* background: linear-gradient(90deg, #E8F2F8 60%, transparent); */
    background: var(--e-8-f-2-f-8, #E8F2F8);
    top: 0;
    height: 100%;
    width: 40%;
    position: absolute;
}
.map-overlay::after{
    content: "";
    position: absolute;
    left: 100%;
    width: 60%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #E8F2F8 0%, rgba(230, 233, 235, 0.00) 100%), transparent;
}
.contact-shortcuts span.social-btn{
    background-color: var(--062638, #062638);
    border-radius: 50%;
    padding: 8px;
}
.contact-shortcuts a{
    color: #062638;
}
.place-card-large{
    display: none;
}

/* Password change page */
.password_change .input-fields>div{
    border-radius: 28px;
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    background: #FFF;
    padding: 16px;
}
.password_change .input-fields>div input{
    border: none;
    outline: none;
    width: 100%;
    margin: 0 5px;
}
.password_change .input-fields>div i{
    cursor: pointer;
}
.password_change button{
    border-radius: 28px;
    background: var(--147-db-8-button-color, #147DB8);
    padding: 16px 32px;
}
/* Email Page */
fieldset .ctrlHolder{
    padding: 16px;
    margin: 16px 0;
    border-radius: 16px;
    border: 1.5px solid var(--e-6-e-9-eb-outline, #E6E9EB);
    background: #FFF;
}
fieldset .ctrlHolder .select-btn{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
fieldset .ctrlHolder .custom-alert{
    width: fit-content;
}
fieldset .buttonHolder button{
    border-radius: 28px;
    border: 1.5px solid var(--147-db-8-button-color, #147DB8);
    color: var(--147-db-8-button-color, #147DB8);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    background-color: #fff;
}
fieldset .buttonHolder button.remove{
    border: 1.5px solid var(--147-db-8-button-color, #E5595B);
    color: var(--147-db-8-button-color, #E5595B);
}

/* mobile */

@media (max-width: 768px) {
    #map-area iframe{
        width: 100%;
    }
    .map-overlay{
        position: relative;
        width: 100%;
    }
    .faq-header img{
        max-width: 50%;
        position: static;
    }
    .faq-header img:nth-child(1){
        max-width: 30%;
    }
    .image-holder{
        margin-top: 20px;
        text-align: center;
    }
    .faq-header img:nth-child(1){
        transform: translate(20px,30px);
    }
    .faq-header img:nth-child(2){
        transform: translate(-5px,0);
        /* z-index: 2; */
    }
    .faq-header img:nth-child(3){
        transform: translate(20px,-30px);
    }
    .footer-quick-access .active svg path{
        stroke: #fff;
    }
    .highlighter-section{
        padding: 12px 28px;
    }
    .highlighter-section .fs-18 span{
        font-size: 12px;
        font-weight: 600;
    }
    .highlighter-section .fs-18{
        padding: 0 10px;
    }
    .highlighter-section .active,.highlighter-section .active span{
        background-color: transparent;
        color: white;
    }

    .info-box{
        background-color: rgba(249, 168, 37, 0.24);
    }
    .display-on-mobile{
        display: block;
    }
    .display-on-desktop{
        display: none;
    }
    .lang-box{
        padding: 18px;
    }
    .navbar-nav{
        display: block;
        text-align: center;
        padding: 10px;
    }
    .navbar-nav .nav-item{
        display: inline-block;
        
    }
    .navbar-nav .nav-item a{
        display: inline-block!important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute;
    }
    .tb-content-custom .tab-pane{padding-top:5px;}

    /* header */
    .heading-section{
        margin-top: 15px;
    }
    .heading-section .row:first-child>a{text-align: center;}
    .heading-section .row:first-child h3{display: inline-block;font-size: 16px;line-height: 48px;
    }
    .heading-section .row:first-child a i{
        border:none;
    }
    
    .heading-section .col.header{padding-bottom: 8px;border: none;}

    .setting-label{color:#929DB5 ;text-transform: uppercase;font-size: 14px;}
    .mobile-menu{background-color: white;margin-bottom: 20px;}
    .mobile-menu a{border: 1px solid #E7EAEF!important;border-radius: 0%!important;border-color: transparent #E7EAEF #E7EAEF #E7EAEF!important;margin-bottom: 0px!important;}
    .mobile-menu a:first-child{border: 1px solid #E7EAEF!important;border-radius: 16px 16px 0 0!important;}
    .mobile-menu a:last-child{border: 1px solid #E7EAEF!important;border-radius:  0 0 16px 16px!important;border-color: transparent #E7EAEF #E7EAEF #E7EAEF!important;}
    .mobile-menu a:only-child{border: 1px solid #E7EAEF!important;border-radius:  16px 16px 16px 16px!important;border-color: #E7EAEF #E7EAEF #E7EAEF #E7EAEF!important;}

    .btn-logout{
        border-radius: 28px;
        line-height: 2.5;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .version{color: #929DB5;font-weight: 600;
        font-size: 12px;
        line-height: 15px;text-align: center;}

        .made-with{font-weight: 500;
            font-size: 16px;
            line-height: 19px;color: #252845;text-align: center;}

    .profile-card .top{background-color:#EAF0FC;padding: 16px 16px 16px 16px;position: relative;border-radius: 16px 16px 0 0 ;}

    .cssui-usercard__header {
        /* padding: 3rem 5% 2rem; */
        display: flex;
        align-items: center;
        /* background-image: linear-gradient(to bottom, #3F51B5, #041886); */
        color: #fff;
    }

    .cssui-usercard__avatar {
        border-radius: 50%;
        border: 4px solid #fff;
        box-sizing: border-box;
        margin-right: 10px;
        width: 64px;
        height: 64px;
    }

    .cssui-usercard__name {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;

        color: #122A5F;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cssui-usercard__post {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;


        color: #122A5F;
    }

    .profile-card .top .arrow{
        position: absolute;
        right: 20px;
        top: 40%;
    }

    .profile-card .bottom{
        background-color: #122A5F;
        border-radius: 0 0 16px 16px ;
        color: white;
        padding: 5px 5px 5px 20px;
        margin-bottom: 30px;
    }

    .profile-card .bottom p{
        color: white;
        margin: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
    }
    .profile-card .bottom p span{
        color: white;
        float: right;
        margin-right: 20px;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }

    .pop-up-wrapper .mbox{width: 100%;border-radius: 0;bottom: 0;z-index: 9;}
    .pop-up-wrapper.completed .mbox{width: 100%;height:100%;border-radius: 0;bottom: 0;z-index: 9;}

    .chapter-completed.pop-up-wrapper .mbox{
        top: auto;
        bottom: 0px;
        border-top-left-radius: 24px;
        z-index: 9;
        border-top-right-radius: 24px;
    }

    .mbox p{font-size: 24px;line-height: 24px;}
    .mbox p>span{font-size: 16px;line-height: 24px;}

    .heading-tabs .float-end{
        float: none;
    }

    .my-vocabulary-wrapper .subtabs .nav{
        overflow: scroll;
        white-space: nowrap;
        display: block;
        border-bottom: 0px!important;
        padding-bottom: 8px;
    }

    .subtab-lang-wrapper .tab-pane .row .card .cssui-usercard__header .cssui-usercard__name{
        margin-bottom: 10px;
    }

    /* .my-vocabulary-wrapper .subtabs .nav .nav-link{
        
    } */

    .heading-section .navbar-nav{
        text-align: right;
    }
    .heading-section .navbar-nav.avatar-wrapper{
        position: absolute;
        left: 0;
        top: 0;
    }
    .heading-section .navbar-nav.avatar-wrapper .left-avtar .nav-link{
        padding: 0;
    }
    .heading-section .navbar-nav.avatar-wrapper .left-avtar .nav-link svg{
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .learning-settings .progressbar .inner:first-child{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .learning-settings .progressbar .inner:last-child{
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .learning-settings .progressbar{
        height: 8px;
        
    }

    .frm-checkbox .form-check{border-width: 0;}

    .back-arrow-btn{text-decoration: none;margin-top: 0px;padding-bottom: 0px;}

    .heading-section .col.header{
        margin-bottom: 0;
    }

    .lang-box{
        background-color: white;
    }

    .notifications-box .btn-group{
        margin-bottom: 20px;
    }

    .p-40{
        padding: 30px!important;
    }

    .del-box label{font-size: 14px;}
    .del-box h4{font-size: 16px;}

    .dd-opt{top: 0!important;left: auto!important;}

    .login-section .logobox{
        height: 75px;
        width: 75px;
        margin: 0 auto;
    }
    .login-section .logobox img{
        height: 75px;
        width: 75px;
        margin: 0 auto;
    }

    .heading-section .row:first-child a.addon i{
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 0;
        padding: 16px;
    }

    .btn-submit{
        padding:8px 30px;
    }

    .btn-send-feedback{
        padding:8px 30px;
    }

    .floating-delete-btn{
        position: absolute;
        width: 90%;
        margin: auto;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    #sec-delete-1{
        margin-bottom: 50px;
    }
    #sec-delete-1 .lang-box,#sec-delete-2 .lang-box{
        /* padding: 0 !important; */
    }
    .form-check{
        padding: 0;
    }
    .checkmark{
        right: 0;
        left: auto;
    }
    .form-check .form-check-label{        
        position: absolute;
        width: 100%;
        height: 100%;
    }
    #sec-delete-2 .btn-submit,
    #sec-delete-2 .btn-send-feedback{
        font-size: 14px;
        padding: 8px 14px;
    }

    
.help-panel-main{
    margin-top: 15px;
    width: 100vw;
    overflow-x: hidden;
}
}
.help-page-divider,#translete_clear,#copy_from_icon,#copy_to_icon,#make_favourite_icon{
    display: none;
}
@media screen and (min-width: 978px) {
    .faq-footer .fit-card-size{
        max-width: 100%;
    }
    .faq-footer input.email-input{
        min-width: 28ch;
        max-width: 100%;
    }
    .highlighter-section .active,.highlighter-section a:hover {
        background: #fff;
        color: #122a5f;
      }
      .highlighter-section .active span,.highlighter-section a:hover span,.highlighter-section a:hover svg path{
        color: #122a5f;
        stroke: #062638;
      }
    .help-panel-main.heading-section{
        margin-top: 0;
    }
    .help-page-divider{
        display: block;
        height: 1.5px;
        background-color: #fff;
        margin: 40px 0;
        opacity: 1;
    }
    .lang-box.floating-delete-btn{
        border: none !important;
    }
    .custom-help-form{
        border-radius: 16px;
        border: 2px solid var(--e-6-e-9-eb-outline, #E6E9EB);
        background: #FFF;
        min-height: 120px !important;
    }
    .lang-box{
        border-radius: 16px !important;
    }
}

@media screen and (max-width:1500px) {
    footer .social-box{
        flex-direction: column;
    }
    footer .social-box>div:first-child{
        margin-bottom: 10px;
    }.dd-opt{
        left: auto !important;
        right: 40px !important;
    }
}

@media screen and (max-width:1200px) {
    .section-wrapper .image-holder>div:last-child{
        left: 90px;
    }
    .section-padding-large{
        padding: 35px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 978px)  {
    .faq-header img:nth-child(2){
        left: 60px;
    }
    .faq-header img:nth-child(3){
        right: 0px;
        left: auto;
    }
}
@media screen and (max-width: 978px) {
    .faq-header img:nth-child(2){
        left: 40px;
    }
    .faq-header img:nth-child(3){
        left: 130px;
    }
    .section-padding-medium{
        padding: 18px;
    }
    .section-wrapper h1,.heading-main h1{
        font-size: 36px;
        line-height: 36px;
    }
    .section-wrapper p,.heading-main p{
        font-size: 14px;
    }
    .custom-card .heading-tabs nav button{
        padding: 12px 24px;
    }
    .madeby-tag .heading-main h1{
        font-size: 18px;
    }.madeby-tag .heading-main svg{
        width: 28px;
    }
}
@media (max-width: 576px) { 
    .about-header .image-holder img{
        width: 100%;
    }
    .section-padding-large{
        padding: 24px;
    }
}
/* Bootstrap Customization  */
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #147DB8 !important;
    border-color: #147DB8 !important;
}
.chapter-completed.pop-up-wrapper .btn-custom-success.left:hover,
.btn-primary:hover{
    background-color: #fff !important;
    color: #147DB8 !important;
}

.btn-primary:hover i,.btn-primary:hover svg,.btn-primary:hover input{
    color: #147DB8 !important;
    fill: #147DB8;
}
.btn-primary img,.btn-primary i,.btn-primary svg,.btn-primary input{
    transition: all 200ms ease;
}
.btn-primary:hover img.rotate-arrow{
    transform: rotate(45deg);
}
.opacity-0{
    opacity: 0;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #EAF0FC;
}
/* Bootstrap Customization End */


/* Django  Messages  */
.django-messages-wrapper{
    position: absolute;
    width: 50%;
    left: 50%;
    top: 100%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 10;
}
.django-messages-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.django-messages-wrapper ul li{
    padding: 8px 12px;
    border-radius: 16px;
    margin: 6px 0;
}

@media screen and (max-width:960px) {
    .django-messages-wrapper{
        width: 90%;
    }
}