@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600");
body.admin {
    line-height: 24px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #828bb2;
    background: url(../img/body-bg.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position: top;
}
@media (max-width: 1199px) and (min-width: 992px) {
    body.admin {
        font-size: 11px;
        line-height: 22px;
    }
}
@-webkit-keyframes autofill {
    to {
        color: #828bb2;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #415094;
    line-height: 1.5;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
textarea {
    overflow: hidden;
    resize: none;
}
input.placeholder,
textarea.placeholder {
    position: relative;
    bottom: -5px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    position: relative;
    bottom: -5px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    position: relative;
    bottom: -5px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    position: relative;
    bottom: -5px;
}
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-color {
    background: transparent !important;
}
.primary-color {
    color: #415094;
}
.primary-color2 {
    color: #7c32ff;
}
.black-color {
    color: #000000;
}
.text-color {
    color: #828bb2;
}
.exam-bg {
    background: rgba(130, 139, 178, 0.3);
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fs-12 {
    font-size: 12px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-75 {
    margin-right: 75px;
}
.mt--48 {
    margin-top: -48px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.pb-7 {
    padding-bottom: 7px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pr-30 {
    padding-right: 30px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.p-h-20 {
    padding: 0px 16px;
}
@media (max-width: 991px) {
    .mb-20-lg {
        margin-bottom: 20px;
    }
    .mb-30-lg {
        margin-bottom: 30px;
    }
    .mt-20-lg {
        margin-top: 20px;
    }
    .mt-30-lg {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .mt-30-md {
        margin-top: 30px;
    }
    .mt-30-md {
        margin-top: 30px;
    }
    .mt-50-md {
        margin-top: 50px;
    }
}
.white-box {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #dce1ef;
    border-radius: 4px;
}
@media (max-width: 1300px) and (min-width: 992px) {
    .white-box {
        padding: 30px 15px;
    }
}
.white-box.single-summery {
    padding: 21px 30px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.white-box.single-summery:after,
.white-box.single-summery:before {
    content: "";
    background: transparent;
    min-height: 100px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media (max-width: 1440px) and (min-width: 992px) {
    .white-box.single-summery .d-flex {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
}
.white-box.single-summery h1,
.white-box.single-summery h3,
.white-box.single-summery p {
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media (max-width: 1480px) and (min-width: 992px) {
    .white-box.single-summery h1 {
        margin-top: 6px;
    }
}
.white-box.single-summery p {
    color: #828bb2;
}
.white-box.single-summery:hover {
    background: url(../img/summery-bg1.png) no-repeat center;
    -webkit-box-shadow: 0px 10px 30px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 30px rgba(108, 39, 255, 0.3);
    background-size: 100% 100%;
}
.white-box.single-summery:hover:before {
    background: url(../img/summery-bg2.png) no-repeat center;
    top: 8px;
}
.white-box.single-summery:hover:after {
    background: url(../img/summery-bg3.png) no-repeat center;
    top: 16px;
}
.white-box.single-summery:hover h1,
.white-box.single-summery:hover h3,
.white-box.single-summery:hover p {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}
.white-box.radius-t-y-0 {
    border-radius: 0px 0px 10px 10px;
}
.table thead th {
    color: #415094;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 0px;
    padding: 12px 12px 12px 0px;
}
.table tbody td {
    padding: 20px 18px 20px 0px;
}
.no-search .dataTables_filter > label {
    display: none;
}
.no-paginate .dataTables_wrapper .dataTables_paginate {
    display: none;
}
.no-table-info .dataTables_wrapper .dataTables_info {
    display: none;
}
.school-table .dropdown .dropdown-toggle {
    background: transparent;
    color: #415094;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #7c32ff;
    border-radius: 32px;
    padding: 5px 20px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.school-table .dropdown .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.school-table .dropdown .dropdown-toggle:focus,
.school-table .dropdown .dropdown-toggle:hover {
    color: #ffffff;
    border: 1px solid transparent;
}
.school-table .dropdown .dropdown-toggle:after {
    content: "\e62a";
    font-family: "themify";
    border: none;
    border-top: 0px;
    font-size: 10px;
    position: relative;
    top: 3px;
    left: 0;
    font-weight: 600;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.school-table .dropdown .dropdown-menu {
    border-radius: 5px 5px 10px 10px;
    border: 0px;
    padding: 15px 0px;
}
.school-table .dropdown .dropdown-menu .dropdown-item {
    color: #828bb2;
    text-align: right;
    font-size: 12px;
    padding: 4px 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.school-table .dropdown .dropdown-menu .dropdown-item:hover {
    color: #415094;
}
.school-table .dropdown .dropdown-menu .dropdown-item:active {
    background: transparent;
    color: #415094;
}
.school-table .dropdown.show .dropdown-toggle:after {
    top: 16px;
    left: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.modal .modal-dialog.large-modal {
    min-width: 1050px;
}
.modal .modal-dialog.full-width-modal {
    min-width: 90%;
}
.modal-content {
    border: 0;
}
.modal-content .modal-header {
    background: url(../img/modal-header-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 5px 5px 0px 0px;
    border: 0;
    padding: 11px 10px;
}
.modal-content .modal-header .modal-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.modal-content .modal-header .close {
    color: #ffffff;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.modal-content .modal-header .close:hover {
    opacity: 0.7;
}
.modal-content table.dataTable {
    padding: 0px;
}
.modal-content .dataTables_filter > label {
    top: -60px;
}
.modal-footer {
    padding: 10px;
}
.modal-footer .btn {
    font-size: 14px;
}
@media (min-width: 992px) {
    .qrcode-package-page .modal-lg {
        max-width: 90%;
    }
}
.radio-label {
    display: inline-block;
    color: #415094;
}
@media (max-width: 1280px) and (min-width: 992px) {
    .radio-btn-flex {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .radio-btn-flex .mr-30 {
        margin-bottom: 15px;
    }
}
@media (max-width: 359px) {
    .radio-btn-flex {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .radio-btn-flex .mr-30 {
        margin-bottom: 15px;
    }
}
.common-radio:empty {
    opacity: 0;
    visibility: hidden;
    position: relative;
    max-height: 0;
    display: block;
    margin-top: -10px;
}
.common-radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 16px;
    text-indent: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.bootstrap-datetimepicker-widget table td {
    width: 62px;
}
.bootstrap-datetimepicker-widget table td.hour,
.bootstrap-datetimepicker-widget table td.minute {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:after,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:after {
    display: inline-block;
    font-family: "themify";
    font-size: 12px;
    color: #415094;
    border: 1px solid #7c32ff;
    border-radius: 40px;
    width: 30px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:after {
    content: "\e627";
}
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:after {
    content: "\e62a";
}
.bootstrap-datetimepicker-widget table td span.timepicker-hour,
.bootstrap-datetimepicker-widget table td span.timepicker-minute {
    border: 1px solid #7c32ff;
    background: transparent;
    color: #415094;
    border-radius: 10px;
    height: 80px;
    line-height: 80px;
    width: 60px;
    font-size: 13px;
}
.bootstrap-datetimepicker-widget table td.separator {
    display: none;
}
.bootstrap-datetimepicker-widget table td .btn.btn-primary {
    color: #415094;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #7c32ff;
    padding: 29px 19px;
}
.bootstrap-datetimepicker-widget table td .btn.btn-primary:hover {
    background: transparent;
    color: #415094;
}
.datepicker {
    padding: 30px 25px;
}
.datepicker.dropdown-menu {
    border: 0;
}
.datepicker.dropdown-menu td {
    padding: 10px 12.5px;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    color: #828bb2;
}
.datepicker .datepicker tfoot tr th,
.datepicker .datepicker thead tr:first-child th {
    cursor: pointer;
    border-radius: 20px;
    font-size: 12px;
}
.datepicker table tr td {
    border-radius: 20px;
}
.datepicker table tr td.day {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.datepicker table tr td.day:hover {
    border-radius: 20px;
}
.datepicker thead tr:first-child th {
    position: relative;
}
.datepicker thead tr:first-child th:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 99%;
    height: 100%;
    border-radius: 50px;
    border: 1px solid #7c32ff;
}
.common-radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #415094;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.common-radio:checked ~ label:before {
    content: "";
    text-indent: 1px;
    color: #415094;
    background-color: transparent;
    border: 1px solid #415094;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    font-size: 12px;
    font-weight: 600;
    border-top-color: transparent;
}
.common-radio:checked ~ label:after {
    content: "\e64c";
    font-family: "themify";
    position: absolute;
    display: block;
    top: -2px;
    left: 3px;
    text-indent: 1px;
    color: #415094;
    background-color: transparent;
    border: 0px;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    font-size: 14px;
    font-weight: 600;
}
.dropdown-menu.top {
    display: block;
}
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}
.rippleEffect {
    -webkit-animation: rippleDrop 0.6s linear;
    animation: rippleDrop 0.6s linear;
}
@-webkit-keyframes rippleDrop {
    to {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}
@keyframes rippleDrop {
    to {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}
.invalid-feedback {
    margin-top: -24px;
}
.invalid-feedback strong {
    position: relative;
    top: 22px;
    font-weight: 500;
}
.invalid-feedback.invalid-select strong {
    top: 58px;
}
.sms-breadcrumb.white-box {
    padding: 12px 30px;
}
@media (max-width: 1300px) and (min-width: 992px) {
    .sms-breadcrumb.white-box {
        padding: 12px 15px;
    }
}
.sms-breadcrumb .row.justify-content-between {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.sms-breadcrumb h1 {
    font-size: 18px;
    margin-bottom: 0;
    color: #415094;
}
.sms-breadcrumb .bc-pages a {
    display: inline-block;
    color: #828bb2;
    font-size: 13px;
    position: relative;
    margin-right: 28px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sms-breadcrumb .bc-pages a:after {
    content: "|";
    color: #828bb2;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: -16px;
}
.sms-breadcrumb .bc-pages a:last-child {
    margin-right: 0px;
    color: #415094;
}
.sms-breadcrumb .bc-pages a:last-child:after {
    content: none;
}
.sms-breadcrumb .bc-pages a:hover {
    color: #7c32ff;
}
.main-wrapper .fstElement {
    width: 90%;
}
.main-wrapper .fstElement .fstControls {
    width: auto;
}
.main-wrapper .fstElement .fstChoiceItem {
    padding: 4px 16px 4px 20px;
    background: #828bb2;
    border: none;
    font-size: 13px;
    text-transform: capitalize;
    margin: 1px 5px 5px 0px;
}
.main-wrapper .fstResults {
    max-height: 250px;
}
.main-wrapper .fstResults .fstResultItem {
    font-size: 14px;
    padding: 5px 10px;
    background: #ffffff;
    border-top: 1px solid #828bb2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-wrapper .fstResults .fstResultItem.fstSelected,
.main-wrapper .fstResults .fstResultItem:hover {
    color: #828bb2;
}
.main-wrapper .fstResults .fstResultItem.fstSelected {
    border-color: #828bb2;
}
.custom-table th {
    font-size: 12px;
    text-transform: uppercase;
}
.custom-table td,
.custom-table th {
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
    padding: 5px 0px;
}
.pagination .page-link {
    padding: 6px 0;
    width: 30px;
    text-align: center;
    color: #828bb2;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
    border: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.pagination .page-link:hover {
    color: #ffffff;
}
.school-table-style {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px rgba(236, 208, 244, 0.3);
    box-shadow: 0px 10px 15px rgba(236, 208, 244, 0.3);
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
.school-table-style tr:first-child td {
    border-top: 0px;
}
.school-table-style tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: #415094;
    font-weight: 600;
    padding: 10px 18px 10px 0px;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
}
.school-table-style tr td {
    padding: 20px 10px 20px 0px;
    border-top: 1px solid rgba(130, 139, 178, 0.15);
}
.school-table-style tfoot tr td {
    border-top: 1px solid rgba(130, 139, 178, 0.15) !important;
}
.single-to-do {
    margin-bottom: 15px;
}
.single-to-do:last-of-type {
    margin-bottom: 0;
}
.single-to-do p {
    margin-bottom: 0px;
}
.single-to-do label {
    display: block;
}
.common-calendar .fc .fc-button-group > * {
    display: block;
}
.common-calendar .fc-basic-view .fc-body .fc-row {
    height: 95px !important;
}
.common-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}
.common-calendar .fc-day.fc-widget-content.fc-today {
    background: #828bb2;
}
.common-calendar .fc-day-top.fc-today .fc-day-number {
    color: #ffffff;
}
.common-calendar .fc-button.fc-state-default,
.common-calendar .fc-state-default.fc-corner-left {
    color: #415094;
    border: 1px solid #7c32ff;
    background: transparent;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.common-calendar .fc-button.fc-state-default:hover,
.common-calendar .fc-state-default.fc-corner-left:hover {
    color: #ffffff;
    border: 1px solid transparent;
}
.morris-hover {
    position: absolute;
    z-index: 1000;
}
.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #415094;
    background: #ffffff;
    border: 1px solid #c738d8;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}
.loader {
    display: none;
}
.loader_style {
    margin-top: -30px;
    padding-right: 25px;
}
img.loader_img_style {
    width: 25px;
    height: 25px;
}
.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-wrapper ::-webkit-scrollbar {
    width: 5px;
}
.main-wrapper ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.main-wrapper ::-webkit-scrollbar-thumb {
    background: #828bb2;
    border-radius: 10px;
}
.main-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #828bb2;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.admin .navbar .right-navbar .dropdown .badge,
.bootstrap-datetimepicker-widget
    table
    td
    span.glyphicon-chevron-down:after:hover:after,
.bootstrap-datetimepicker-widget
    table
    td
    span.glyphicon-chevron-up:after:hover:after,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.common-box-shadow,
.common-calendar .fc-button.fc-state-default:hover,
.common-calendar .fc-month-view .fc-day.fc-widget-content.fc-today,
.common-calendar .fc-state-default.fc-corner-left:hover,
.datepicker table tr td.active.day,
.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.datepicker.dropdown-menu,
.nice-select .list,
.pagination .page-link:hover,
.primary-btn.fix-gr-bg:hover,
.primary-btn:hover,
.school-table .dropdown .dropdown-menu,
.school-table .dropdown .dropdown-toggle:focus,
.school-table .dropdown .dropdown-toggle:hover,
.single-cms-box:hover .single-cms,
.sms-accordion .card {
    -webkit-box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}
.bb-15 {
    border-bottom: 1px solid rgba(65, 80, 148, 0.15);
}
.bootstrap-datetimepicker-widget
    table
    td
    span.glyphicon-chevron-down:after:hover:after,
.bootstrap-datetimepicker-widget
    table
    td
    span.glyphicon-chevron-up:after:hover:after,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.datepicker table tr td.active.day,
.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.white-text {
    color: #ffffff;
}
.img-100 {
    max-width: 100px;
    max-height: 115px;
    height: auto;
    border-radius: 6px;
}
.img-180 {
    max-width: 180px;
    max-height: 180px;
    height: auto;
}
#main-content {
    width: 100%;
    padding: 30px;
    margin-left: 15%;
    min-height: 88vh;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media (max-width: 1370px) {
    #main-content {
        margin-left: 20%;
        padding: 30px 15px;
    }
}
@media (max-width: 991px) {
    #main-content {
        margin-left: 0;
        margin-top: 50px;
    }
}
@media (max-width: 575px) {
    #main-content {
        padding: 15px;
    }
}
.main-title h3 {
    color: #415094;
    line-height: 1;
}
.admin .navbar .right-navbar .dropdown .badge,
.admin .navbar .right-navbar .dropdown .primary-btn,
.bootstrap-datetimepicker-widget
    table
    td
    span.glyphicon-chevron-down:after:hover:after,
.bootstrap-datetimepicker-widget
    table
    td
    span.glyphicon-chevron-up:after:hover:after,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.client .events-item:hover .card .card-body .date,
.client.color .overview-area .nav-tabs .nav-link.active,
.client.color .overview-area .nav-tabs .nav-link:hover,
.client.light .overview-area .nav-tabs .nav-link.active,
.client.light .overview-area .nav-tabs .nav-link:hover,
.common-calendar .fc-button.fc-state-default:hover,
.common-calendar .fc-month-view .fc-day.fc-widget-content.fc-today,
.common-calendar .fc-state-default.fc-corner-left:hover,
.datepicker table tr td.active.day,
.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.gradient-bg,
.nice-select.tr-bg:hover,
.pagination .page-link:hover,
.primary-btn.white:hover,
.school-table .dropdown .dropdown-toggle:focus,
.school-table .dropdown .dropdown-toggle:hover,
.single-cms-box:hover .single-cms .overlay {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#7c32ff),
        to(#c738d8)
    );
    background: linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
}
.border-gradient {
    -o-border-image: linear-gradient(90deg, #415094 0%, #7c32ff 100%);
    border-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#415094),
        to(#7c32ff)
    );
    border-image: linear-gradient(90deg, #415094 0%, #7c32ff 100%);
}
.gradient-bg2 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#415094),
        to(#7c32ff)
    );
    background: linear-gradient(90deg, #415094 0%, #7c32ff 100%);
}
.gradient-color {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#415094),
        to(#7c32ff)
    );
    background: linear-gradient(90deg, #415094 0%, #7c32ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-color2 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#7c32ff),
        to(#c738d8)
    );
    background: linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-success {
    font-size: 12px;
}
.primary-btn {
    display: inline-block;
    color: #415094;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    padding: 0px 20px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.primary-btn.form-control {
    background: transparent;
}
.primary-btn label {
    margin-bottom: 0px;
}
.primary-btn .common-checkbox:checked + label:before {
    color: #ffffff;
    top: -13px;
}
.primary-btn .common-checkbox + label:before {
    border: 1px solid #ffffff;
    top: -13px;
}
.primary-btn span {
    font-weight: 600;
}
.primary-btn span.pl {
    padding-left: 8px;
}
.primary-btn span.pr {
    padding-right: 8px;
}
.primary-btn.small {
    letter-spacing: 1px;
    line-height: 30px;
    border-radius: 50px;
    font-weight: 600;
}
.primary-btn.small:hover {
    color: #415094;
}
.primary-btn.medium {
    line-height: 38px !important;
}
.primary-btn.semi-large {
    line-height: 48px !important;
}
.primary-btn.large {
    letter-spacing: 1px;
    line-height: 60px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 24px;
}
.primary-btn.large:hover {
    color: #415094;
}
.primary-btn.fix-gr-bg {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#7c32ff),
        color-stop(51%, #c738d8),
        to(#7c32ff)
    );
    background: linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%);
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.primary-btn.fix-gr-bg:hover {
    background-position: right center;
    color: #ffffff;
}
.primary-btn.white {
    background: #ffffff;
}
.primary-btn.white:hover {
    color: #ffffff;
}
.primary-btn.tr-bg {
    background: transparent;
    border: 1px solid #c738d8;
    line-height: 28px;
}
.primary-btn.bord-rad {
    border-radius: 30px;
}
.primary-btn.icon-only {
    padding: 0 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
}
.input-right-icon button {
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    margin-left: -38px;
    position: relative;
    z-index: 999;
}
.input-right-icon button.primary-btn-small-input {
    margin-left: -95px;
    padding: 0;
}
.input-right-icon button i {
    position: relative;
    top: 12px;
}
.input-effect {
    float: left;
    width: 100%;
    position: relative;
}
.primary-input {
    color: #415094;
    font-size: 13px;
    width: 100%;
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
    background-color: transparent;
    padding-bottom: 8px;
    position: relative;
    border-radius: 0px;
    z-index: 99;
}
.primary-input ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7c32ff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-input ~ label {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 13px;
    color: #828bb2;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.primary-input.placeholder {
    color: #828bb2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.primary-input:-moz-placeholder {
    color: #828bb2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.primary-input::-moz-placeholder {
    color: #828bb2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.primary-input::-webkit-input-placeholder {
    color: #828bb2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.primary-input:focus {
    color: #415094 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-color: transparent !important;
}
.primary-input.form-control[readonly] {
    background: transparent;
}
.primary-input.form-control.is-invalid {
    border-color: transparent;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
}
textarea.primary-input {
    padding: 10px 0px 0px 0;
}
.form-control:focus {
    border-color: rgba(130, 139, 178, 0.3) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.has-content.primary-input ~ .focus-border,
.primary-input:focus ~ .focus-border {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.has-content.primary-input ~ label,
.primary-input.read-only-input ~ label,
.primary-input:focus ~ label {
    top: -14px;
    font-size: 11px;
    color: rgba(130, 139, 178, 0.8);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.common-checkbox + label {
    display: block;
    cursor: pointer;
}
.common-checkbox {
    display: none;
}
.common-checkbox + label:before {
    content: "";
    border: 1px solid #415094;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    line-height: 15px;
    padding-left: 0px;
    margin-right: 14px;
    vertical-align: bottom;
    color: transparent;
    position: relative;
    top: -6px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.common-checkbox + label:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.common-checkbox:checked + label:before {
    content: "\e64d";
    border: 0px;
    font-family: "themify";
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    line-height: 15px;
    padding-left: 0px;
    margin-right: 14px;
    vertical-align: bottom;
    color: #415094;
    position: relative;
    top: -6px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.common-checkbox:disabled + label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #828bb2;
}
.common-checkbox:checked:disabled + label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}
.niceSelect {
    border: 0px;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #828bb2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    background: transparent;
}
.nice-select {
    border: 0;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 30px;
}
.nice-select:after {
    content: "\e62a";
    font-family: "themify";
    border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -16px;
    font-size: 12px;
    font-weight: 500;
    right: 18px;
    -webkit-transform-origin: none;
    transform-origin: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.nice-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 15px;
}
.nice-select .current {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nice-select .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0px 0px 10px 10px;
    margin-top: 50px;
    z-index: 9999 !important;
}
.nice-select .list li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.nice-select .list li:first-child {
    color: #7c32ff;
}
.nice-select .list li:first-child:hover {
    color: #7c32ff;
}
.nice-select .list li:last-child {
    margin-bottom: 20px;
}
.nice-select .list li:first-child {
    color: #7c32ff;
}
.nice-select .list li:first-child:hover {
    color: #7c32ff;
}
.nice-select .list li:hover {
    color: #415094;
}
.nice-select.tr-bg {
    background: transparent;
    border: 1px solid #7c32ff;
    border-radius: 31px;
    height: 30px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 0 36px 0px 30px;
}
.nice-select.tr-bg:after {
    color: #415094;
    margin-top: -14px;
}
.nice-select.tr-bg.open:after {
    margin-top: 6px;
}
.nice-select.tr-bg .current {
    color: #415094;
}
.nice-select.tr-bg .list {
    min-width: 180px;
}
.nice-select.tr-bg:hover {
    border: 1px solid transparent;
}
.nice-select.tr-bg:hover:after {
    color: #ffffff;
}
.nice-select.tr-bg:hover .current {
    color: #ffffff;
}
.nice-select.bb {
    background: transparent;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 37px;
    position: relative;
}
.nice-select.bb:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0px;
    height: 2px;
    background: #7c32ff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nice-select.bb .current {
    color: #828bb2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    bottom: -4px;
}
.nice-select.bb.open:before {
    width: 100%;
}
.sms-accordion .card {
    margin-bottom: 8px;
}
.sms-accordion .card-header {
    border-bottom: 0px;
}
.sms-accordion .card-header .card-link {
    color: #415094;
    font-weight: 500;
    font-size: 15p;
}
.sms-accordion .card-header .primary-btn {
    color: #415094;
}
.v-h-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container-multi .select2-choices {
    min-height: 38px;
    border: 1px solid rgba(130, 139, 178, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background: #cad5f3;
    color: #415094;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 18px;
}
.select2-container-multi .select2-choices .select2-search-choice > div {
    margin-left: 15px;
}
.select2-container-multi
    .select2-choices
    .select2-search-choice
    .select2-search-choice-close {
    left: 6px;
    height: 16px;
    min-width: 17px;
    top: 7px;
    background-size: 80px;
}
.select2-container-multi
    .select2-choices
    .select2-search-choice
    .select2-search-choice-close:hover {
    background-position: right 0px;
}
.select2-results .select2-highlighted {
    background: rgba(130, 139, 178, 0.3);
    color: #415094;
}
body.login {
    background: url(../img/login-bg.jpg) no-repeat center;
    background-size: cover;
}
body.login .footer_area {
    background: transparent;
    border: 0;
}
@media (max-width: 1199px) {
    body.login .footer_area {
        text-align: center;
    }
}
body.login .footer_area a {
    color: #ffffff;
}
.login-area {
}
.login-area a {
    color: #828bb2;
}
.login-area a:hover {
    opacity: 0.8;
}
.login-area .login-height {
    min-height: 95vh;
}
.login-area .form-wrap {
    background: rgba(28, 0, 78, 0.25);
    padding: 50px 70px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .login-area .form-wrap {
        padding: 50px 20px;
    }
}
@media (max-width: 480px) {
    .login-area .form-wrap {
        padding: 50px 20px;
    }
}
.login-area h5 {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
}
.login-area .form-group .form-control {
    color: #828bb2;
    border: 0px;
    border-bottom: 1px solid rgba(247, 247, 255, 0.2);
    border-radius: 0px;
    background: transparent !important;
    padding: 0px 30px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.login-area .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-area .form-group .form-control.placeholder {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #828bb2;
    letter-spacing: 1px;
}
.login-area .form-group .form-control:-moz-placeholder {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #828bb2;
    letter-spacing: 1px;
}
.login-area .form-group .form-control::-moz-placeholder {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #828bb2;
    letter-spacing: 1px;
}
.login-area .form-group .form-control::-webkit-input-placeholder {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #828bb2;
    letter-spacing: 1px;
}
.login-area .form-group a {
    font-size: 12px;
    font-weight: 700;
}
.login-area .form-group i {
    color: #828bb2;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 14px;
    font-size: 12px;
    font-weight: 400;
}
.login-area .checkbox input {
    margin-right: 6px;
}
.login-area input[type="checkbox"] {
    display: none;
}
.login-area input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font: 12px/20px "Poppins", sans-serif;
    color: #828bb2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.login-area input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.login-area input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #828bb2;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.login-area input[type="checkbox"]:checked + label:before {
    width: 8px;
    top: 1px;
    left: 5px;
    border-radius: 0px;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sidebar {
    background: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    min-width: 14%;
    max-width: 14%;
    color: #fff;
    margin-left: 0px;
    -webkit-box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media (max-width: 1370px) {
    #sidebar {
        min-width: 20%;
        max-width: 20%;
    }
}
@media (max-width: 991px) {
    #sidebar {
        min-width: 50%;
        max-width: 50%;
        margin-left: -50%;
        z-index: 999;
        background: #ffffff;
        -webkit-box-shadow: 4px 0px 8px rgba(221, 221, 221, 0.4);
        box-shadow: 4px 0px 8px rgba(221, 221, 221, 0.4);
    }
}
@media (max-width: 991px) {
    #sidebar.active {
        margin-left: 0px;
        z-index: 999;
        background: #ffffff;
        -webkit-box-shadow: 4px 0px 8px rgba(221, 221, 221, 0.4);
        box-shadow: 4px 0px 8px rgba(221, 221, 221, 0.4);
    }
}
#sidebar .sidebar-header {
    padding: 30px;
}
#sidebar .sidebar-header img {
    cursor: pointer;
    width: 192px;
    height: auto;
}
#sidebar ul.components {
    padding: 0px;
}
#sidebar ul li a {
    padding: 9px 20px;
    font-size: 14px;
    text-transform: inherit;
    display: block;
    color: #2e2e2e;
    font-weight: 500;
}
@media (max-width: 1300px) and (min-width: 992px) {
    #sidebar ul li a {
        padding: 8px 12px;
    }
}
#sidebar ul li a span {
    margin-right: 8px;
}
#sidebar ul li a span[class^="flaticon-"]:before {
    margin-left: 8px;
}
#sidebar ul li a.active,
#sidebar ul li a:hover {
    color: #000;
    background: #e8eef0;
}
#sidebar ul li ul li a {
    font-size: 14px;
    padding-left: 45px;
    font-weight: 400;
}
@media (max-width: 1300px) and (min-width: 992px) {
    #sidebar ul li ul li a {
        font-size: 10px;
    }
}
#sidebar ul li ul li a.active {
    color: #000;
    background: #e6f2f7;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}
#sidebar .dropdown-toggle:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.admin .navbar {
    padding: 0px;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .admin .navbar {
        position: absolute;
        top: 20px;
        width: 92%;
        z-index: 10000;
    }
}
.admin .navbar .container-fluid {
    padding: 0;
}
@media (max-width: 991px) {
    .admin .navbar .navbar-collapse {
        margin-top: 10px;
        padding: 30px;
        background: url(../img/body-bg.jpg) no-repeat right;
    }
}
@media (max-width: 1150px) and (min-width: 992px) {
    .admin .navbar .nav-buttons .nav-item .primary-btn {
        padding: 0px 8px;
        font-size: 10px;
        line-height: 32px;
    }
}
.admin .navbar .nav-setting .nice-select {
    background: transparent;
    border-bottom: 0;
    padding-left: 12px;
    border-right: 1px solid rgba(130, 139, 178, 0.3);
}
@media (max-width: 1150px) and (min-width: 992px) {
    .admin .navbar .nav-setting .nice-select {
        padding-left: 5px;
        padding-right: 25px;
    }
}
.admin .navbar .nav-setting .nice-select:after {
    margin-top: -22px;
}
.admin .navbar .nav-setting .nice-select.open:after {
    margin-top: 12px;
    right: 12px;
}
.admin .navbar .nav-setting .nice-select .current {
    color: #415094;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.admin .navbar .nav-setting .nice-select .current:hover {
    color: #7c32ff;
}
.admin .navbar .nav-setting .nav-item:last-child .nice-select {
    border-right: 0px;
}
.admin .navbar .right-navbar {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .admin .navbar .right-navbar {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: start;
    }
}
.admin .navbar .right-navbar .notification-area .dropdown .dropdown-toggle {
    margin-left: -6px;
}
.admin .navbar .right-navbar .notification-area .badge {
    position: relative;
    left: 30px;
    top: -12px;
    padding: 4px 3px !important;
    max-width: 18px;
    max-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.admin .navbar .right-navbar .dropdown:hover > .dropdown-menu {
    max-height: 200px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.admin .navbar .right-navbar .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.admin .navbar .right-navbar .dropdown .dropdown-toggle {
    margin-left: 12px;
    padding-left: 0px;
}
@media (max-width: 1150px) and (min-width: 992px) {
    .admin .navbar .right-navbar .dropdown .dropdown-toggle {
        margin-left: 2px;
    }
}
.admin .navbar .right-navbar .dropdown .dropdown-toggle img {
    max-width: 40px;
    height: auto;
}
.admin .navbar .right-navbar .dropdown p {
    margin-bottom: 0;
    line-height: 12px;
    color: #828bb2;
}
.admin .navbar .right-navbar .dropdown span:before {
    color: #415094;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.admin .navbar .right-navbar .dropdown span:hover:before {
    color: #7c32ff;
}
.admin .navbar .right-navbar .dropdown .flaticon-bell:before {
    font-size: 23px;
    position: relative;
    top: 4px;
}
.admin .navbar .right-navbar .dropdown .dropdown-menu {
    top: 30px;
    right: 0;
    left: auto;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 290px;
    max-width: 290px;
    border-radius: 8px 8px 0px 0px;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: block;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box {
    min-width: 220px;
    max-width: 440px;
}
.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .white-box {
    padding: 20px;
    border-radius: 8px;
}
.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .message,
.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .name {
    max-width: 440px;
}
.admin .navbar .right-navbar .dropdown .dropdown-item {
    padding: 0px 20px;
}
.admin .navbar .right-navbar .dropdown .single-message {
    border-bottom: 1px solid rgba(65, 80, 148, 0.1);
    padding: 15px 0px;
}
.admin .navbar .right-navbar .dropdown .single-message .message-avatar {
    position: relative;
}
.admin .navbar .right-navbar .dropdown .single-message .active-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 7px;
    width: 7px;
    background-color: #c738d8;
    border-radius: 50%;
    display: inline-block;
}
.admin .navbar .right-navbar .dropdown .single-message:hover .name {
    color: #7c32ff;
}
.admin .navbar .right-navbar .dropdown .single-notifi:hover .message {
    color: #7c32ff;
}
.admin .navbar .right-navbar .dropdown .single-notifi:hover span:before {
    color: #7c32ff;
}
.admin .navbar .right-navbar .dropdown .white-box {
    padding: 20px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
.admin .navbar .right-navbar .dropdown .notification {
    font-size: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(65, 80, 148, 0.3);
}
.admin .navbar .right-navbar .dropdown .notification span {
    color: #415094;
}
.admin .navbar .right-navbar .dropdown .name {
    font-size: 12px;
    color: #415094;
    margin-bottom: 6px;
    max-height: 15px;
    max-width: 127px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.admin .navbar .right-navbar .dropdown .message {
    font-size: 12px;
    max-width: 127px;
    max-height: 13px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.admin .navbar .right-navbar .dropdown .time {
    font-size: 12px;
}
.admin .navbar .right-navbar .dropdown .badge {
    color: #ffffff;
    border-radius: 20px;
    font-size: 10px;
    padding: 4px 7px;
}
.admin .navbar .right-navbar .dropdown .primary-btn {
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    color: #ffffff;
}
.admin .navbar .right-navbar .dropdown .profile-box ul {
    padding-top: 20px;
    border-top: 1px solid rgba(65, 80, 148, 0.1);
    margin-top: 20px;
}
.admin .navbar .right-navbar .dropdown .profile-box ul li a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #828bb2;
}
.admin .navbar .right-navbar .dropdown .profile-box ul li a span {
    margin-right: 10px;
    color: #828bb2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.admin .navbar .right-navbar .dropdown .profile-box ul li:hover a {
    color: #7c32ff;
}
.admin .navbar .right-navbar .dropdown .profile-box ul li:hover span {
    color: #7c32ff;
}
.admin .navbar .setting-area .dropdown .dropdown-item {
    padding: 0;
}
.admin .navbar .dropdown button {
    border: 0;
    background: transparent;
    cursor: pointer;
}
.admin .navbar .dropdown-toggle:after {
    display: none;
}
@media (max-width: 991px) {
    .admin #sidebarCollapse {
        background: #000000;
        color: #ffffff;
        position: relative;
        z-index: 9999;
        cursor: pointer;
    }
    .admin #sidebarCollapse:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }
}
@media (max-width: 991px) {
    .search-bar {
        margin-bottom: 20px;
    }
}
.search-bar li {
    min-width: 375px;
}
@media (max-width: 1499px) {
    .search-bar li {
        min-width: auto;
    }
}
.search-bar .ti-search {
    position: absolute;
    margin-left: 5px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #415094;
}
.search-bar input {
    padding-left: 25px;
    height: 38px;
    padding-bottom: 19px;
    color: #415094;
    font-size: 14px;
}
.search-bar input:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.search-bar input:focus.placeholder {
    bottom: 0px;
    left: 16px;
    opacity: 0;
}
.search-bar input:focus:-moz-placeholder {
    bottom: 0px;
    left: 16px;
    opacity: 0;
}
.search-bar input:focus::-moz-placeholder {
    bottom: 0px;
    left: 16px;
    opacity: 0;
}
.search-bar input:focus::-webkit-input-placeholder {
    bottom: 0px;
    left: 16px;
    opacity: 0;
}
.search-bar input.placeholder {
    color: #415094;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.search-bar input:-moz-placeholder {
    color: #415094;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.search-bar input::-moz-placeholder {
    color: #415094;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.search-bar input::-webkit-input-placeholder {
    color: #415094;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-cms-box .cms-img {
    border-radius: 5px;
}
.single-cms-box .single-cms {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-cms-box .single-cms .overlay {
    background: transparent;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-cms-box .icons {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-cms-box .icons i {
    padding: 9px;
    border-radius: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-cms-box .icons i:hover {
    color: #828bb2;
    background: #ffffff;
}
.single-cms-box .btn {
    background: transparent;
    padding: 0;
}
.single-cms-box .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.single-cms-box:hover .single-cms .overlay {
    opacity: 0.9;
}
.single-cms-box:hover .icons {
    top: 50%;
    opacity: 1;
}
.single-cms-box:hover .btn {
    background: transparent;
}
.exam-cus-btns {
    margin-top: -150px;
}
.invoice-details-left input[type="file"] {
    display: none;
}
.invoice-details-left .company-logo {
    border: 1px solid #c738d8;
    display: inline-block;
    padding: 0px 12px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #415094;
    cursor: pointer;
}
.invoice-details-left .company-logo i {
    font-size: 24px;
    color: #c738d8;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.invoice-details-left .business-info p {
    margin-bottom: 0;
}
.invoice-details-left .business-info p:first-of-type {
    margin-bottom: 10px;
}
.invoice-details-right {
    text-align: right;
}
.invoice-details-right h1 {
    font-size: 36px;
    margin-bottom: 15px;
}
.invoice-details-right p {
    margin-bottom: 3px;
}
.customer-info h2 {
    font-weight: 300;
    color: #000000;
    margin-bottom: 25px;
}
.client-info h3 {
    color: #000000;
}
.client-info p {
    color: #000000;
    margin-bottom: 0;
}
.client-info p:first-of-type {
    margin-bottom: 10px;
}
.base-setup .card .card-body {
    padding: 0px 15px;
}
.base-setup .card .card-header {
    background: rgba(65, 80, 148, 0.85);
}
.base-setup .card .card-header .primary-btn,
.base-setup .card .card-header a {
    color: #ffffff;
}
.base-setup .card .card-header .tr-bg {
    border: 1px solid #ffffff;
}
.base-setup .card .card-header .icon-only:before {
    content: "\e62a";
    font-family: "themify";
}
.base-setup .card .card-header .icon-only.collapsed:before {
    content: "\e627";
    font-family: "themify";
}
body.client {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #828bb2;
    line-height: 26px;
}
body.client.dark {
    background: url(../img/client/dark-body-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
body.client.light {
    background: #ffffff;
}
body.client.color {
    background: url(../img/client/color-body-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
@media (min-width: 1200px) {
    .container.box-1420 {
        max-width: 1420px;
    }
}
.client .title {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}
.client .section-gap {
    padding: 100px 0px;
}
.client .section-gap-top {
    padding-top: 100px;
}
.client .section-gap-bottom {
    padding-bottom: 100px;
}
.client .client-btn {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .client-btn:hover {
    color: #415094;
}
.client.color .client-btn,
.client.color .footer_area .f_widget .f_title h4,
.client.color .title,
.client.light .client-btn,
.client.light .footer_area .f_widget .f_title h4,
.client.light .title {
    color: #415094;
}
.client .header-area {
    position: relative;
    width: 100%;
    z-index: 99;
    -webkit-transition: background 0.4s, all 0.3s linear;
    transition: background 0.4s, all 0.3s linear;
}
@media (max-width: 991px) {
    .client .header-area {
        position: fixed;
        padding: 10px 0px;
        top: 0px;
        background: #415094;
    }
}
@media (max-width: 575px) {
    .client .header-area {
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .client .header-area .navbar-collapse {
        margin-top: 20px;
    }
}
.client .header-area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}
.client .header-area .navbar .navbar-toggler {
    color: #ffffff;
    font-size: 20px;
}
.client .header-area .navbar .nav .nav-item {
    margin-right: 45px;
}
.client .header-area .navbar .nav .nav-item .nav-link {
    font: 500 12px/80px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
    display: inline-block;
}
.client .header-area .navbar .nav .nav-item .nav-link:after {
    display: none;
}
@media (max-width: 991px) {
    .client .header-area .navbar .nav .nav-item .nav-link {
        font: 500 12px/40px "Poppins", sans-serif;
    }
}
.client .header-area .navbar .nav .nav-item.submenu {
    position: relative;
}
.client .header-area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}
@media (min-width: 992px) {
    .client .header-area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}
.client .header-area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.client .header-area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.client .header-area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #415094;
    padding: 0px 30px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}
.client .header-area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}
.client
    .header-area
    .navbar
    .nav
    .nav-item.submenu
    ul
    .nav-item:hover
    .nav-link {
    background: #415094;
    color: #fff;
}
@media (min-width: 992px) {
    .client .header-area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}
.client .header-area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}
.client .header-area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}
.client .header-area .navbar .search-bar {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #ffffff;
    margin-left: 195px;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .client .header-area .navbar .search-bar {
        margin-left: 50px;
    }
}
@media (max-width: 991px) {
    .client .header-area .navbar .search-bar {
        margin-left: 0px;
        margin-top: 10px;
    }
}
.client .header-area .navbar .search-bar .ti-search {
    color: #828bb2;
}
.client .header-area .navbar .search-bar input {
    color: #828bb2 !important;
}
.client .header-area .navbar .search-bar input.placeholder {
    color: #828bb2;
}
.client .header-area .navbar .search-bar input:-moz-placeholder {
    color: #828bb2;
}
.client .header-area .navbar .search-bar input::-moz-placeholder {
    color: #828bb2;
}
.client .header-area .navbar .search-bar input::-webkit-input-placeholder {
    color: #828bb2;
}
.client .header-area .navbar .search-bar input:focus {
    color: #ffffff !important;
    font-weight: 300;
}
.client .header-area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background-image: -ms-linear-gradient(
        0deg,
        rgb(20, 29, 162) 0%,
        rgb(155, 92, 246) 100%
    );
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease,
        -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.client .header-area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}
.client.color .header-area .navbar .nav .nav-item .nav-link,
.client.light .header-area .navbar .nav .nav-item .nav-link {
    color: #415094;
}
.client {
}
.client .home-banner-area {
    min-height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(124, 50, 255, 0.6)),
            to(rgba(199, 56, 216, 0.6))
        ),
        url(../img/client/home-banner1.jpg) no-repeat center;
    background: linear-gradient(
            0deg,
            rgba(124, 50, 255, 0.6),
            rgba(199, 56, 216, 0.6)
        ),
        url(../img/client/home-banner1.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
}
@media (max-width: 991px) {
    .client .home-banner-area {
        margin-top: 120px;
    }
}
.client .banner-area {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(124, 50, 255, 0.6)),
            to(rgba(199, 56, 216, 0.6))
        ),
        url(../img/client/common-banner1.jpg) no-repeat center;
    background: linear-gradient(
            0deg,
            rgba(124, 50, 255, 0.6),
            rgba(199, 56, 216, 0.6)
        ),
        url(../img/client/common-banner1.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
}
@media (max-width: 991px) {
    .client .banner-area {
        margin-top: 120px;
    }
}
.client .banner-area .banner-inner .banner-content h2 {
    font-size: 60px;
    max-width: 500px;
    margin: 0px auto 10px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .client .banner-area .banner-inner .banner-content h2 {
        font-size: 40px;
    }
}
.client .banner-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.client .banner-inner .container {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.client .banner-inner .banner-content {
    width: 100%;
    color: #ffffff;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}
.client .banner-inner .banner-content h5 {
    color: #ffffff;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 6px 0px;
    letter-spacing: 1.5px;
}
.client .banner-inner .banner-content h2 {
    color: #ffffff;
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.client .banner-inner .banner-content p {
    color: #ffffff;
    max-width: 550px;
    font-size: 14px;
    margin: 0px auto 40px;
}
.client .news-area {
    margin-bottom: 60px;
}
.client .news-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.client .news-item .news-img {
    position: relative;
}
.client .news-item .news-img:before {
    content: "";
    background: #27006e;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#27006e),
        to(#3a0d7e)
    );
    background: linear-gradient(90deg, #27006e 0%, #3a0d7e 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .news-item .news-img img {
    opacity: 0.75;
}
.client .news-item .news-img:hover img {
    opacity: 0.2;
}
.client .news-item .news-text {
    position: absolute;
    left: 10%;
    bottom: 50px;
    width: 90%;
}
.client .news-item .news-text h4 {
    max-height: 72px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    padding-right: 20px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .news-item .news-text h4 a {
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .news-item .news-text h4 a:hover {
    opacity: 0.8;
}
.client .news-item .news-text .date {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .news-details-area h1 {
    color: #ffffff;
    font-size: 36px;
}
.client .news-details-area .meta .date {
    font-size: 12px;
    margin-right: 30px;
}
.client .news-details-area .meta .date span {
    color: #ffffff;
}
.client .news-details-area h3 {
    color: #ffffff;
}
.client .news-details-area p {
    margin-bottom: 30px;
}
.client .news-details-area p:last-child {
    margin-bottom: 0px;
}
.client .news-details-area .notice-board {
    max-height: none;
}
@media (max-width: 991px) {
    .client .notice-board-area {
        margin-top: 50px;
    }
}
.client .notice-board {
    max-height: 340px;
    overflow-y: auto;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .client .notice-board {
        max-height: 270px;
    }
}
.client .notice-item {
    padding-bottom: 18px;
    margin-top: 18px;
    border-bottom: 2px solid #415094;
}
.client .notice-item:first-child {
    margin-top: 0px;
}
.client .notice-item .date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.client .notice-item h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
}
.client .academics-area {
    margin-bottom: 60px;
}
.client .academic-item {
    margin-bottom: 40px;
}
.client .academic-item .academic-text {
    margin-top: 25px;
}
.client .academic-item .academic-text h4 {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 12px;
}
.client .academic-item .academic-text h4 a {
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .academic-item .academic-text h4 a:hover {
    opacity: 0.6;
}
.client .academic-item .academic-text p {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 18px;
}
.client .events-area {
    margin-bottom: 60px;
}
.client .events-item {
    margin-bottom: 40px;
}
.client .events-item .card {
    background: transparent;
    border-radius: 0px;
}
.client .events-item .card .card-img-top {
    border-radius: 0px;
}
.client .events-item .card .card-body {
    position: relative;
    background: #ffffff;
}
.client .events-item .card .card-body .date {
    position: absolute;
    top: -30px;
    left: 20px;
    background: #415094;
    display: inline-block;
    padding: 12px;
    max-width: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .events-item .card .card-title {
    max-height: 72px;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
}
.client .events-item .card .card-text {
    font-size: 12px;
    text-transform: uppercase;
}
.client .testimonial-area {
    background: url(../img/client/testimonial-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.client .testimonial-area .overlay-bg {
    background: rgba(39, 0, 110, 0.8);
}
.client .testimonial-area .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.client .testimonial-area .owl-nav .owl-next img,
.client .testimonial-area .owl-nav .owl-prev img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .testimonial-area .owl-nav .owl-next img:hover,
.client .testimonial-area .owl-nav .owl-prev img:hover {
    filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.client .testimonial-area .owl-nav .owl-prev {
    margin-right: 30px;
}
@media (max-width: 991px) {
    .client .testimonial-area .owl-nav {
        display: none;
    }
}
.client .single-testimonial {
    position: relative;
    z-index: 9;
    padding-bottom: 85px;
}
.client .single-testimonial .thumb {
    margin-right: 20px;
}
.client .single-testimonial h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .single-testimonial h4:hover {
    color: #415094;
    cursor: pointer;
}
.client .single-testimonial .desc {
    max-width: 810px;
    font-style: italic;
    font-size: 16px;
    margin: 20px auto 0px;
}
.client .fact-area .white-box.single-summery {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.client .department-area h3 {
    color: #ffffff;
    margin-bottom: 10px;
}
.client .info-area .info-thumb {
    overflow: hidden;
    display: inline-block;
}
@media (max-width: 800px) {
    .client .info-area .info-content {
        text-align: center;
        padding: 80px 30px 80px 0;
    }
}
.client .info-area .info-content {
    position: relative;
    background: rgba(65, 80, 148, 0.3);
    padding: 95px 80px;
    top: -4px;
}
@media (max-width: 991px) {
    .client .info-area .info-content {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .client .info-area .info-content {
        padding: 30px;
    }
}
.client .info-area .info-content h2 {
    color: #ffffff;
    margin-bottom: 20px;
}
.client .info-area .info-content p {
    margin-bottom: 0;
}
.client .info-area .info-left {
    z-index: 2;
}
@media (max-width: 800px) {
    .client .info-area .info-left {
        margin-top: 0px;
        margin-bottom: 40px;
    }
}
.client .overview-area .nav-tabs {
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
}
@media (max-width: 991px) {
    .client .overview-area .nav-tabs {
        margin-top: 0px;
    }
}
.client .overview-area .nav-tabs .nav-link {
    background: rgba(82, 101, 165, 0.3);
    color: #828bb2;
}
.client .overview-area .nav-tabs .nav-link.active,
.client .overview-area .nav-tabs .nav-link:hover {
    background: #ffffff;
    color: #415094;
}
.client .overview-area .tab-content h3 {
    color: #ffffff;
}
.client .overview-area .tab-content p {
    margin-bottom: 30px;
}
.client .overview-area .tab-content p:last-child {
    margin-bottom: 0px;
}
.client .mapBox {
    height: 700px;
}
@media (max-width: 991px) {
    .client .contact_info {
        margin-top: 50px;
    }
}
.client .contact_info .info_item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
.client .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
}
.client .contact_info .info_item h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}
.client .contact_info .info_item h6 a {
    color: #ffffff;
}
.client .contact_info .info_item p {
    margin-bottom: 0px;
}
.client.color .academic-item .academic-text h4 a,
.client.color .contact_info .info_item h6,
.client.color .contact_info .info_item h6 a,
.client.color .contact_info .info_item i,
.client.color .department-area h3,
.client.color .info-area .info-content h2,
.client.color .news-details-area .meta .date span,
.client.color .news-details-area h1,
.client.color .news-details-area h3,
.client.color .notice-item h4,
.client.color .overview-area .nav-tabs .nav-link,
.client.color .overview-area .tab-content h3,
.client.light .academic-item .academic-text h4 a,
.client.light .contact_info .info_item h6,
.client.light .contact_info .info_item h6 a,
.client.light .contact_info .info_item i,
.client.light .department-area h3,
.client.light .info-area .info-content h2,
.client.light .news-details-area .meta .date span,
.client.light .news-details-area h1,
.client.light .news-details-area h3,
.client.light .notice-item h4,
.client.light .overview-area .nav-tabs .nav-link,
.client.light .overview-area .tab-content h3 {
    color: #415094;
}
.client.color .fact-area .white-box.single-summery,
.client.light .fact-area .white-box.single-summery {
    -webkit-box-shadow: 0px 10px 15px rgba(236, 208, 244, 0.3);
    box-shadow: 0px 10px 15px rgba(236, 208, 244, 0.3);
}
.client.color .info-area .info-content,
.client.light .info-area .info-content {
    background: rgba(65, 80, 148, 0.05);
}
.client.color .overview-area .nav-tabs .nav-link.active,
.client.color .overview-area .nav-tabs .nav-link:hover,
.client.light .overview-area .nav-tabs .nav-link.active,
.client.light .overview-area .nav-tabs .nav-link:hover {
    color: #ffffff;
}
.client .footer_area .f_widget .f_title {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .client .footer_area .f_widget .f_title {
        margin-bottom: 20px;
    }
}
.client .footer_area .f_widget .f_title h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.client .footer_area .f_widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}
.client .footer_area .f_widget ul li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.client .footer_area .f_widget ul li:hover {
    color: #415094;
}
.client .single-footer-widget {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.client .single-footer-widget .copy_right_text p {
    margin: 0;
    color: #ffffff;
    margin-left: -15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
    .client .single-footer-widget .copy_right_text p {
        text-align: center;
        padding: 0px 15px;
    }
}
.client .single-footer-widget .copy_right_text p a {
    color: #415094;
}
.client .single-footer-widget .social_widget {
    text-align: right;
    position: relative;
    margin-right: -15px;
}
@media (max-width: 767px) {
    .client .single-footer-widget .social_widget {
        text-align: center;
        margin-top: 20px;
    }
}
.client .single-footer-widget .social_widget a {
    color: #ffffff;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.client .single-footer-widget .social_widget a:hover {
    color: #415094;
}
.client.color .single-footer-widget .copy_right_text p,
.client.color .single-footer-widget .social_widget a,
.client.light .single-footer-widget .copy_right_text p,
.client.light .single-footer-widget .social_widget a {
    color: #415094;
}
.client.color .single-footer-widget .social_widget a:hover,
.client.light .single-footer-widget .social_widget a:hover {
    color: #7c32ff;
}
.client.color .single-footer-widget,
.client.light .single-footer-widget {
    border-top: 1px solid rgba(65, 80, 148, 0.1);
}
.client.color .single-footer-widget .copy_right_text p a {
    color: #7c32ff;
}

.type-package-label {
  position: relative;
  min-width: 130px;
  padding: 12px;
  background: #fff;
  border: 2px solid #e7ecf3;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Hiệu ứng khi được chọn */
.type-package-input:checked+.type-package-label {
  border-color: #415094;
  background-color: #f8faff;
}

.type-package-input:checked+.type-package-label .icon-main,
.type-package-input:checked+.type-package-label span {
  color: #415094;
  font-weight: 600;
}

/* Icon tích xanh nhỏ ở góc */
.check-overlay {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #415094;
  background: #fff;
  border-radius: 50%;
  display: none;
}

.type-package-input:checked+.type-package-label .check-overlay {
  display: block;
}