body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #374151;
    background-color: #f2f4f6;
}

b, strong {
  font-weight: 600;
}

.mt-150 {
    margin-top: 150px;
}
.my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-image-1 {
    background-image: url(../images/woman-teaching-her-student-english.webp);
}
.bg-image-2 {
    background-image: url(../images/man-teaching-his-student-english.webp);
}
.bg-image-3 {
    background-image: url(../images/lock-background.webp);
}

.navbar-nav.navbar-align .dropdown-toggle::after {
    display: none;
}
.nav-flag, .nav-icon {
    color: #676c7b;
    display: block;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.4;
    padding: .1rem .8rem;
    transition: background .1s ease-in-out,color .1s ease-in-out;
    cursor: pointer;
}

.nav-flag .feather, .nav-flag svg, .nav-icon .feather, .nav-icon svg {
    height: 20px;
    width: 20px;
}

.nav-flag img {
    width: 20px;
    vertical-align: middle;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.login-wrapper{
    background-color: #ffffff;
    padding: 30px;
    margin: 15px;
    border: none;
    box-shadow: none;
    border-radius: 15px;
    width: 450px;
    z-index: 1;
    box-shadow: 0 0 10px 2px rgba(141, 141, 141, 0.3);
}

.login-wrapper .logo{
    max-width: 100%;
    padding: 10px;
}
.login-wrapper .page-title{
    font-weight: 600;
    font-size: 25px;
}
.login-wrapper .or-line {
    display: block;
    text-align: center;
    line-height: 0;
    border-bottom: 1px solid #a7b0b7;
    margin: 35px 0;
}
.login-wrapper .or-line .or-text{
    display: inline;
    padding: 0 10px;
    font-weight: 500;
    background: #fff;
    color: #666e7e;
    text-transform: lowercase;
}
.login-wrapper label {
    cursor: pointer;
}

#login-form {
    display: contents;
}

.register-wrapper {
    background-color: #ffffff;
    padding: 30px;
    margin: 15px;
    border: none;
    box-shadow: none;
    border-radius: 15px;
    z-index: 1;
}

.register-wrapper .page-title{
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
}
.register-wrapper .or-line {
    display: block;
    text-align: center;
    line-height: 0;
    border-bottom: 1px solid #a7b0b7;
    margin: 35px 0;
}
.register-wrapper .or-line .or-text{
    display: inline;
    padding: 0 10px;
    font-weight: 500;
    background: #fff;
    color: #666e7e;
    text-transform: lowercase;
}
.register-wrapper .btn-primary{
    width: auto;
    min-width: 150px;
}
.register-wrapper label {
    cursor: pointer;
}

@media (max-width: 480px){
    .login-wrapper {
        width: 100%;
        margin: 15px 0;
        padding: 30px 15px;
    }
    .register-wrapper {
        margin: 15px 0;
        padding: 30px 15px;
    }

    .login-page {
        background-color: #ffffff;
    }
}


.password-visibility-toggler {
    position: absolute;
    right: 0;
    top: 32px;
    cursor: pointer;
    padding: 11px 16px;
    color: #8a8d90;
    border-radius: 0 15px 15px 0;
    user-select: none;
  }
  .password-visibility-toggler svg {
    vertical-align: sub;
  }

  .error-list {
    margin-bottom: 10px;
    color: #dd2619;
  }
  .error-list span {
    color: #dd2619;
    display: block;
    margin-left: 5px;
  }
  
  .error-list span:before {
    content: "✖";
    margin-right: 8px;
  }

  .form-label{
    font-weight: 600;
  }
  .form-control{
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .btn-primary{
    width: 100%;
    border-radius: 8px;
    padding: 8px 15px;
    background-color: #1b4079;
    border-color: #1b4079;
  }

  .forgot-password{
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #1b4079;
    display: block;
  }

  .form-label-group{
      position: relative;
  }

.language-selector {
  margin: 25px 0 0;
  text-align: center;
}

.language-selector .dropdown-toggle {
  display: block;
  font-weight: 400;
  color: #374151;
  font-size: 16px;
  text-decoration: none;
}
.language-selector .dropdown-toggle:after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240.811 240.811' fill='%23374151' style='enable-background:new 0 0 240.811 240.811;' xml:space='preserve'%3E%3Cpath d='M220.088,57.667l-99.671,99.695L20.746,57.655c-4.752-4.752-12.439-4.752-17.191,0 c-4.74,4.752-4.74,12.451,0,17.203l108.261,108.297l0,0l0,0c4.74,4.752,12.439,4.752,17.179,0L237.256,74.859 c4.74-4.752,4.74-12.463,0-17.215C232.528,52.915,224.828,52.915,220.088,57.667z'/%3E%3C/svg%3E%0A");
  width: 11px;
  border: none;
  vertical-align: text-top;
}

.language-selector .dropdown-toggle img {
    border-radius: 50%;
    height: 16px;
    object-fit: cover;
    width: 16px;
    vertical-align: sub;
    margin-right: 5px;
}
.language-selector .dropdown-menu {
  border: 1px solid rgba(161, 161, 161, 0.15);
  border-radius: 15px;
}
.language-selector .dropdown-menu.show[data-popper-placement="bottom-start"] {
  transform: translate3d(55%, 30px, 0px) !important;
}
.language-selector .dropdown-menu.show[data-popper-placement="top-start"] {
  transform: translate3d(55%, -30px, 0px) !important;
}

@media (max-width: 400px){
  .language-selector .dropdown-menu.show[data-popper-placement="bottom-start"] {
    transform: translate3d(0, 30px, 0px) !important;
  }
  .language-selector .dropdown-menu.show[data-popper-placement="top-start"] {
    transform: translate3d(0, -30px, 0px) !important;
  }
}

.return-login {
  text-align: center;
}
.return-login a {
  text-decoration: none;
  color: #374151;
}

.return-login a svg{
  height: 18px;
}

.success-message .icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.success-message .icon svg {
  max-width: 50px;
  fill: currentColor;
}

.has-error {
  border-color: #dc3545;
}

.notfound-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/not-found.webp);
}

.notfound-wrapper {
    background-color: #ffffff;
    padding: 30px 20px;
    margin: 15px;
    border: none;
    border-radius: 15px;
    width: 450px;
    z-index: 1;
    box-shadow: 0 0 10px 2px rgba(141, 141, 141, 0.3);
}

@media (max-width: 480px){
    .notfound-wrapper {
        width: 100%;
        margin: 15px 0;
        padding: 30px 15px;
        box-shadow: none;
    }

    .notfound-page {
        background-color: #ffffff;
        background-image: none;
    }
}

.notfound-404 {
    font-size: 80px;
    line-height: 140px;
}

.notfound-text {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-header {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    border-bottom: solid 1px #e5e4e1;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.page-header .navbar-brand {
    font-weight: 600;
    display: block;
    transition: all 0.3s ease-in-out;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-header .navbar-brand img {
    max-height: 50px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 50px;
    }
}



/* Toast Messages */
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-bottom-center {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
}
#toast-container > .toast .btn-close-toast {
    margin: auto 0.5rem auto auto;
    filter: invert(1) grayscale(100%) brightness(200%);
}
#toast-container > .toast:hover,
#toast-container > .toast:focus {
    opacity: 1;
}
@media (max-width: 576px) {
    #toast-container > .toast {
      width: 300px;
    }
}
/* Toast Messages */

/* Custom Modal */
.custom-alert .modal-content {
    border: none;
    border-radius: 5px;
    color: #545454;
}

.custom-alert .modal-body {
    text-align: center;
    padding: 20px;
}

.custom-alert .modal-body .custom-modal-title {
    position: relative;
    max-width: 100%;
    margin: 10px;
    color: #595959;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.custom-alert .modal-body .custom-modal-message {
    z-index: 1;
    justify-content: center;
    margin: 10px 10px 20px;
    padding: 0;
    overflow: auto;
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.custom-alert .custom-alert-icon {
    text-align: center;
    display: block;
    height: 80px;
    margin-bottom: 20px;
}

.custom-alert .custom-alert-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 20px auto 0;
    padding: 0;
}

.custom-alert .custom-alert-actions .btn {
    margin: 0 5px;
}

.custom-alert.custom-alert-info .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2334a7da' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M290.211,360.727c-5.234,0.488-10.489-0.693-15.011-3.375c-3.304-3.392-4.888-8.101-4.305-12.8 c0.122-3.912,0.589-7.806,1.396-11.636c0.781-4.394,1.79-8.744,3.025-13.033l13.731-47.244c1.416-4.663,2.352-9.459,2.793-14.313 c0-5.236,0.698-8.844,0.698-10.938c0.292-9.333-3.693-18.289-10.822-24.32c-8.769-6.732-19.689-10.041-30.72-9.309 c-7.905,0.119-15.749,1.413-23.273,3.84c-8.223,2.56-16.873,5.624-25.949,9.193l-3.956,15.36 c2.676-0.931,5.935-1.978,9.658-3.142c3.552-1.052,7.234-1.601,10.938-1.629c5.196-0.563,10.426,0.713,14.778,3.607 c2.956,3.527,4.343,8.109,3.84,12.684c-0.013,3.913-0.442,7.814-1.28,11.636c-0.815,4.073-1.862,8.378-3.142,12.916 l-13.847,47.476c-1.116,4.413-2.009,8.879-2.676,13.382c-0.544,3.855-0.816,7.743-0.815,11.636 c-0.057,9.397,4.24,18.291,11.636,24.087c8.904,6.837,19.98,10.226,31.185,9.542c7.89,0.162,15.753-0.978,23.273-3.375 c6.594-2.25,15.399-5.469,26.415-9.658l3.724-14.662c-2.984,1.238-6.057,2.249-9.193,3.025 C298.346,360.583,294.274,360.935,290.211,360.727z'%3E%3C/path%3E%3Cpath d='M304.756,136.727c-6.333-5.816-14.677-8.945-23.273-8.727c-8.591-0.194-16.927,2.932-23.273,8.727 c-11.632,10.03-12.931,27.591-2.9,39.224c0.894,1.037,1.863,2.006,2.9,2.9c13.252,11.853,33.294,11.853,46.545,0 c11.632-10.129,12.851-27.769,2.722-39.401C306.635,138.481,305.725,137.571,304.756,136.727z'%3E%3C/path%3E%3Cpath d='M256,0C114.615,0,0,114.615,0,256s114.615,256,256,256s256-114.615,256-256S397.385,0,256,0z M256,488.727 C127.468,488.727,23.273,384.532,23.273,256S127.468,23.273,256,23.273S488.727,127.468,488.727,256S384.532,488.727,256,488.727 z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-success .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.257 512.257' fill='%239dd97b' xml:space='preserve' %3E%3Cpath d='M147.379,213.709c-4.881-4.18-12.227-3.612-16.407,1.269c-3.731,4.356-3.731,10.781,0,15.138L247.335,346.48 c4.493,4.595,11.86,4.678,16.455,0.185c0.062-0.061,0.124-0.122,0.185-0.185L458.07,142.843l16.64-17.455l33.396-34.909 c4.92-4.134,5.557-11.474,1.423-16.395c-4.134-4.92-11.474-5.557-16.395-1.423c-0.663,0.557-1.261,1.186-1.785,1.876 l-29.905,31.069l-16.175,16.989L255.364,321.694L147.379,213.709z'%3E%3C/path%3E%3Cpath fill='rgba(165,220,134,.5)' d='M490.768,158.785h0.233c-4.742-4.338-12.102-4.01-16.44,0.732c-2.691,2.942-3.689,7.057-2.644,10.905 c47.548,119.414-10.711,254.763-130.124,302.31S87.03,462.021,39.482,342.607C-8.066,223.194,50.193,87.845,169.607,40.297 C257.374,5.35,357.559,26.925,423.161,94.901c4.976,4.067,12.307,3.33,16.374-1.646c3.66-4.478,3.476-10.964-0.432-15.227 c-0.48-0.348-0.986-0.66-1.513-0.931C338.714-23.513,176.998-24.919,76.388,73.957s-102.017,260.592-3.141,361.202 c98.876,100.611,260.592,102.017,361.202,3.141c72.747-71.493,95.986-179.413,59.112-274.511 C493.061,161.914,492.101,160.194,490.768,158.785z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-error .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 512 512' style='fill:%23DC3545;' xml:space='preserve'%3E%3Cpath d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0 S484.3,190.1,403.1,108.9z M390.8,390.8c-74.3,74.3-195.3,74.3-269.6,0c-74.3-74.3-74.3-195.3,0-269.6s195.3-74.3,269.6,0 C465.2,195.5,465.2,316.5,390.8,390.8z'/%3E%3Cpolygon points='340.2,160 255.8,244.2 171.8,160.4 160,172.2 244,256 160,339.8 171.8,351.6 255.8,267.8 340.2,352 352,340.2 267.6,256 352,171.8 '/%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-warning .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%23ff9000' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 338.531 338.531' xml:space='preserve'%3E%3Cpath d='M333.413,275.866l-139.2-239.6c-6.4-10.8-15.6-17.2-25.2-17.2c-10,0-19.2,6.4-25.2,17.2l-138.4,239.6 c-6.4,10.8-7.2,22-2,30.4c4.8,8.4,14.8,13.2,27.6,13.2h276.8c12.4,0,22.4-4.8,27.6-13.2 C340.213,297.866,339.413,286.666,333.413,275.866z M320.213,297.866c-2,3.2-6.4,4.8-12.8,4.8h-276.8c-6.4,0-11.2-2-12.8-4.8 c-2-3.2-1.2-8,2-13.6l138.4-239.6c3.2-5.6,7.2-8.8,10.8-8.8c3.6,0,7.6,3.2,10.8,8.8l138.4,239.6 C321.413,289.866,322.213,294.666,320.213,297.866z'%3E%3C/path%3E%3Cpath d='M169.013,97.866c-4.8,0-8.4,3.6-8.4,8.4v111.2c0,4.8,3.6,8.4,8.4,8.4s8.4-3.6,8.4-8.4v-111.2 C177.413,101.466,173.813,97.866,169.013,97.866z'%3E%3C/path%3E%3Ccircle cx='169.013' cy='259.466' r='14.8'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-question .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2387adbd' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 612 612' xml:space='preserve'%3E%3Cpath d='m306.022 612v-13.984l-.022 13.984c-168.73 0-306-137.275-306-306.005 0-168.725 137.27-305.995 306-305.995s306 137.27 306 305.995c0 168.73-137.265 306.005-305.978 306.005zm-.022-584.03c-153.308 0-278.03 124.723-278.03 278.025 0 153.307 124.722 278.035 278.03 278.035h.022c153.29 0 278.008-124.729 278.008-278.036 0-153.302-124.722-278.024-278.03-278.024z' fill='%23c9dae1'%3E%3C/path%3E%3Cpath d='m306 370.409c-7.725 0-13.985-6.26-13.985-13.985v-59.195c0-7.725 6.26-13.985 13.985-13.985 30.951 0 56.13-25.178 56.13-56.129 0-30.957-25.179-56.146-56.13-56.146s-56.135 25.189-56.135 56.146c0 7.725-6.26 13.985-13.985 13.985s-13.985-6.26-13.985-13.985c0-46.379 37.731-84.116 84.105-84.116s84.1 37.737 84.1 84.116c0 41.608-30.375 76.257-70.114 82.936v46.374c-.002 7.724-6.26 13.984-13.986 13.984z'%3E%3C/path%3E%3Ccircle cx='305.995' cy='433.743' r='23.03' fill='%2387adbd'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert .close {
    position: absolute;
    right: 20px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

/* Custom Modal */


#lhc_widget_v2 {
    border-radius: 10px !important;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
}