body {
    font-family: 'Manrope', sans-serif;
    background-color: #ffffff;
    color: #050038;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: inherit;
}

.text-underline {
    text-decoration: underline !important;
}

.bg-light {
    background-color: #F0F0F3 !important;
}

.bg-lightest {
    background-color: #F4F4F6 !important;
}

.border-bottom-lg {
    border-bottom: 8px solid #dee1e3;
}

.border-primary {
    border-color: #1a9f3d;
}

.border-on-dark {
    border-color: #124e77 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

.bg-primary-dark {
    background-color: #052559 !important;
}

.row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.row-sm {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-xbold {
    font-weight: 800 !important;
}

.top-nav--menu .top-nav--link {
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #050038;
}

.top-nav--menu .top-nav--link:hover {
    background-color: #F4F6FF;
    color: #050038;
}

.top-nav--menu .top-nav--link.active {
    background-color: #E8ECFF;
    color: #050038;
}

.top-nav--menu .top-nav--link.active:hover {
    background-color: #E8ECFF;
    color: #050038;
}

.top-nav--menu .top-nav--link.top-nav--action {
    color: #ffffff;
}

.top-nav--menu .top-nav--link.top-nav--action:hover {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .top-nav--icon-mobile {
        font-size: 20px;
    }
}

.btn {
    font-weight: 700 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn.btn-primary {
    color: #ffffff !important;
}

.btn.btn-sm {
    line-height: 28px;
}

.btn.btn-white:hover {
    background-color: #F0F0F3 !important;
}

.btn.btn-white.active {
    background-color: #e3efff !important;
    border-color: #1a9f3d !important;
    color: #1a9f3d !important;
}

.btn.btn-white-naked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn.btn-white-naked:hover,
.btn.btn-white-naked:focus,
.btn.btn-white-naked:active {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #ffffff;
}

.btn.btn-light:focus,
.btn.btn-light:active {
    color: #111 !important;
}

.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #111 !important;
}

.btn.btn-link {
    font-weight: 600 !important;
}

.btn.btn-link [class*=" ph-"],
.btn.btn-link [class^=ph-] {
    -webkit-transform: translateY(2.8px);
    transform: translateY(2.8px);
}

.btn.btn-tag {
    font-weight: 600 !important;
    font-size: 11px;
    border-radius: 4px;
}

.btn:disabled {
    opacity: .2;
}

.btn.btn-purple-light {
    border-color: #ede2f9;
}

.card .card-img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-schedule-empty .text-muted {
    color: rgba(55, 53, 47, 0.4) !important;
}

.card-href-primary {
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.text-purple {
    color: #811ee5 !important;
}

.text-yellow {
    color: #FFFB00 !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-lg {
    font-size: 2.3rem !important;
    line-height: 1.4;
}

.text-md-2 {
    font-size: 1.2rem !important;
    line-height: 1.4;
}

.top-nav--logo img {
    height: 24px;
}

@media screen and (max-width: 767px) {
    .top-nav--logo img {
        height: 22px;
    }
}

.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
}

.side-menu-item {
    color: #050038;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-menu-item [class*=" ph-"],
.side-menu-item [class^=ph-] {
    -webkit-transform: translateY(3.4px);
    transform: translateY(3.4px);
}

.side-menu-item:hover {
    background-color: #F4F6FF;
    color: #050038;
}

.side-menu-item.active {
    background-color: #E8ECFF;
    color: #050038;
}

.side-menu-item.active:hover {
    background-color: #E8ECFF;
    color: #050038;
}

.side-menu-navigation {
    z-index: 98;
}

[class^=ph-].ph-normal-2 {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

select.form-control {
    line-height: 16px;
    font-weight: 600 !important;
}

.custom-select {
    font-weight: 600 !important;
}

.badge {
    border-radius: 4px;
    font-size: 11px;
}

.block-text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-tutor-schedule--content {
    background-color: #F0F0F3;
}

.modal {
    overflow-y: auto;
}

.modal-dialog-sm {
    max-width: 420px;
}

.menu-mobile-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 30;
    height: 56px;
    color: #111;
}

.menu-mobile-bottom .menu-mobile--inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--item {
    height: 56px;
    width: 25%;
    color: #111;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--item.active {
    background-color: rgba(0, 0, 0, 0.05);
    color: #111;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--item.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--item.dropdown .menu-btn-dropdown {
    width: 100%;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--item.dropdown .dropdown-menu {
    min-width: 160px !important;
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    top: -200% !important;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
    margin-top: 8px;
}

.menu-mobile-bottom .menu-mobile--inner .menu-mobile--text {
    font-size: 11px;
    text-align: center;
    display: block;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-mobile-bottom .menu-mobile--inner .avatar {
    height: 24px;
    width: 24px;
    margin: 0 auto;
    margin-bottom: 4px;
    display: block;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .menu-mobile-bottom {
        display: block;
    }
}

.pointer {
    cursor: pointer;
}

.dropdown-menu .dropdown-item {
    color: #050038;
    font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
    opacity: 1;
    color: #1a9f3d;
}

.chat-content .chat-content--inner {
    height: inherit;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chat-content-list .chat-content-list--box .chat-list-content {
    font-weight: 500;
}

.chat-content-list--sender .avatar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0 !important;
    margin-left: 0.375rem !important;
}

.chat-content-blocker {
    display: block;
    height: 8px;
}

.header-chat-fixed {
    display: block;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.section-hero {
    display: block;
    padding-bottom: 240px !important;
    overflow: hidden;
    position: relative;
}

.section-bottom-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-bottom-ribbon .bottom-ribbon {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 240px;
    -webkit-transform: skewY(-3deg) translateY(56px);
    transform: skewY(-3deg) translateY(56px);
    background-color: #F5F0FF;
}

.section-title {
    font-size: 3.1rem;
    line-height: 1.2;
}

.section-title-2 {
    font-size: 1.3rem;
}

.section-hero-image {
    position: absolute;
    right: 0;
    bottom: -244px;
    width: 662px;
    height: 595px;
}

.section-hero-image img {
    height: 100%;
}

.section-hero-btn {
    height: 52px;
    line-height: 48px;
    font-size: 1.1rem;
    padding: 0 22px;
}

.section-bottom-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 12px;
    bottom: -208px;
    width: 344px;
    height: 88px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dee1e3;
    border-radius: 8px;
}

.doni-tooltip {
    position: relative;
}

.doni-tooltip:before,
.doni-tooltip:after {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.doni-tooltip:before {
    content: attr(data-doni-tooltip);
    position: absolute;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0px 8px;
    border-radius: 4px;
    background-color: #050038;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    z-index: 98;
    height: 27px;
    line-height: 25px;
}

.doni-tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom: 6px solid #050038;
    z-index: 98;
}

.doni-tooltip:hover:before,
.doni-tooltip:hover:after {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.notif-block {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 420px;
    background-color: #ffffff;
    z-index: 999;
    border-left: 1px solid #dee1e3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.notif-block .notif-block-content {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.notif-block.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    right: 0px;
}

.panel-notif--class {
    position: relative;
}

.panel-notif--class .panel-notif--class--img {
    width: 88px;
    height: 52px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F0F0F3;
    border-radius: 4px;
}

.panel-notif--class .panel-notif--class--text {
    position: absolute;
    top: 10px;
    left: 112px;
    right: 18px;
}

.red-dot-2 {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ff3b00;
}

/*# sourceMappingURL=theme-update.css.map */
