@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/* bootstrap icons css  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* bootstrap icons css  */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--main-font);
    overflow-x: hidden;
    color: #170F49;
    font-size: 12px;
    /* position: static !important; */
}

.translated-rtl body {
    direction: rtl;
}

:root {
    --main-font: "Lexend", sans-serif;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
    color: inherit;
}

span {
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}

img {
    max-width: 100%;
    object-fit: cover;
}

p {
    color: #444444;
}

.p-60 {
    padding: 60px 0;
}

.p-75 {
    padding: 75px 0;
}

section {
    position: relative;
}

.row.mb-50 {
    margin-bottom: 50px;
}

.box-row {
    row-gap: 24px;
}

.header-main {
    border-bottom: 1px solid #0000001A;
    box-shadow: 0px 15px 30px 0px #0000001A;
}

.header-main .header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 0;
}

.header-main .header-inner .navbar-brand {
    max-width: 280px;
}

.footer-logo .navbar-brand {
    max-width: 220px;
}

.header-main .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #170F49;
}

.header-main .nav-link.active,
.header-main .nav-link:hover,
.header-main .nav-link:focus {
    color: #567DB1;
}

.header-inner .navbar-nav {
    width: 100%;
    justify-content: end;
    margin-right: 24px;
    column-gap: 16px;
}

.header-inner .select-lang select {
    display: block;
    width: 100%;
    padding: 6px 36px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    border: solid 1px #0000001A;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 130px;
}

.select2-container span.selection {
    width: 100% !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget span a {
    display: none !important;
}

.skiptranslate iframe {
    /* display: none !important; */
    display: block;
}

.select-lang .select2-selection__rendered {
    line-height: 26px !important;
    color: #000 !important;
    padding-right: 36px !important;
    padding-left: 12px !important;
    font-size: 12px;
    min-width: 160px;
}

.select-lang .select2-container .select2-selection--single {
    height: 28px !important;
    border: solid 1px #0000001A !important;
    border-radius: 10px;
}

.select-lang .select2-selection__arrow {
    height: 28px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    width: 36px !important;
}

.select-lang .select2-selection__arrow b {
    display: none !important;
}

.select2-results__option--selectable {
    color: #000;
}

.select2-dropdown {
    border: solid 1px #0000001A !important;
    border-radius: 0 0 10px 10px !important;
}

.select2-results {
    border-radius: 0 0 10px 10px !important;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #567DB1 !important;
    color: white;
}

.select2-results__option {
    padding: 6px 12px !important;
}

.header-btn-main {
    display: flex;
    gap: 24px;
    min-width: max-content;
    align-items: center;
}

.header-btn-main .color-btn .btn,
.header-btn-main .border-btn .btn {
    font-size: 12px;
}

.header-btn-main .search-toggle {
    width: 48px;
    height: 48px;
    background-color: #170F49;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.create-dropdown-menu {
    padding: 0;
    border-radius: 10px;
    width: 100%;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.create-dropdown-menu .dropdown-item {
    padding: 8px 16px;
    color: #170F49;
    font-weight: 700;
    border-bottom: solid 1px #0000001A;
}

.create-dropdown-menu li:first-child .dropdown-item {
    border-radius: 10px 10px 0 0;

}

.create-dropdown-menu li:last-child .dropdown-item {
    border-radius: 0 0 10px 10px;
    border-bottom: 0;
}

.border-btn {
    position: relative;
    z-index: 2;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
}

.border-btn .btn {
    position: relative;
    z-index: 3;
    background: linear-gradient(to right, #fff, #fff);
    padding: 5px 14px;
    margin: 2px;
    border: none !important;
    transition: none;
    color: #567DB1;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    /*min-width: 120px;*/
}

.border-btn .btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #61ADE0, #567DB1);
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    z-index: -1;
    height: 104%;
    width: 104%;
}

.border-btn .btn:hover::before {
    transform: translateX(0);
}

.border-btn:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #61ADE0, #567DB1);
    inset: 0;
    width: 100%;
    z-index: -1;
    border-radius: 8px;
}

.border-btn .btn:hover {
    color: #fff;
}

.color-btn {
    position: relative;
    z-index: 2;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
}

.color-btn .btn {
    position: relative;
    z-index: 3;
    background: linear-gradient(to right, #61ADE0, #567DB1);
    padding: 5px 14px;
    margin: 2px;
    border: none !important;
    transition: none;
    color: #fff;
    overflow: hidden;
    max-width: 98.5%;
    font-weight: 600;
    font-size: 12px;
    /*min-width: 120px;*/
}

.color-btn .btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #fff, #fff);
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    z-index: -1;
    height: 104%;
    width: 104%;
}

.color-btn .btn:hover::before {
    transform: translateX(0);
}

.color-btn:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #61ADE0, #567DB1);
    inset: 0;
    width: 100%;
    z-index: -1;
    border-radius: 8px;
}

.color-btn .btn:hover {
    color: #567DB1;
}

.section-heading h2,
.section-heading h1 {
    color: #567DB1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.text-box {
    padding: 32px 40px;
    border: 1px solid #F1F2F9;
    box-shadow: 0px 1px 8px 0px #19213D0F;
    border-radius: 20px;
    height: 100%;
}

.text-box h2 {
    color: #567DB1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.text-box p {
    margin-bottom: 16px;
    font-size: 10px;
}

.text-box-list li {
    margin-bottom: 16px;
    font-size: 10px;
    color: #444444;
}

.section-heading p {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 10px;
}

.section-heading .text-blue {
    color: #567DB1;
}

.login-section .col-form-box {
    margin: 0 auto;
    max-width: 660px;
}

.form-group {
    position: relative;
}

.form-error {
    font-size: 14px;
    /* color: #991B1B; */
    color: #D82222;
    margin-top: 6px;
}

.eye-btn {
    color: #1E293B;
    position: absolute;
    top: 35px;
    right: 14px;
    font-size: 14px;
}

.form-row {
    row-gap: 20px;
}

.form-group label {
    display: inline-block;
    width: 100%;
    color: #170F49;
    margin-bottom: 10px;
    font-size: 10px;
}

.form-group .form-control {
    border: 1px solid #D9DBE9;
    color: #212529;
    padding: 8px 16px;
    border-radius: 10px;
    min-height: 40px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 12px;
}

.form-control[readonly] {
    background-color: #f5f5f5;
}

.form-control:focus {
    border-color: #170F49;
}

.login-section .col-form-box form,
.col-signup-form .signup-outer-form {
    padding: 32px 40px;
    border: 1px solid #F1F2F9;
    box-shadow: 0px 1px 8px 0px #19213D0F;
    border-radius: 20px;
}

.forgot-link {
    color: #567DB1;
    text-decoration: underline;
}

.forgot-link:hover {
    color: #170F49;
}

/*.login-section .col-form-box .form-action .btn,*/
/*.col-signup-form .form-action .btn {*/
/*    min-width: 350px;*/
/*    font-size: 18px;*/
/*}*/

.form-dropdown-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    column-gap: 5px;
}

.form-action p {
    margin-bottom: 0;
}

footer {
    border-top: 1px solid #0000001A;
    padding: 40px 0;
}

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

footer .copyright p {
    margin-bottom: 0;
    color: #170F49;
    font-size: 10px;
}

.footer-logo {
    text-align: center;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 24px;
    list-style: none;
    justify-content: end;
}

.footer-links ul li a {
    color: #170F49;
    font-size: 10px;
}

.footer-links ul li a:hover {
    color: #567DB1;
}

form .form-heading {
    font-size: 20px;
    font-weight: 600;
    color: #170F49;
    margin-bottom: 24px;
}

.col-signup-form .form-inner-row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.col-signup-form .form-inner-row .form-heading {
    margin-bottom: 0 !important;
}

.col-signup-form .profile-upload {
    text-align: center;
}

.col-signup-form .profile-upload img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
}

.file-input-div h6 {
    margin: 20px 0;
}

.select2-container {
    display: flex !important;
}

.select2-container span.selection {
    width: 100% !important;
}

.form-group .select2-selection__rendered {
    line-height: 40px !important;
    color: #212529 !important;
    padding-right: 36px !important;
    padding-left: 12px !important;
    font-size: 12px;
}

.form-group .select2-container .select2-selection--single {
    height: 40px !important;
    border: solid 1px #0000001A !important;
    border-radius: 10px;
}

.form-group .select2-selection__arrow {
    height: 40px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    width: 36px !important;
}

.form-group .select2-selection__arrow b {
    display: none !important;
}

.col-results-box {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    align-items: center;
    justify-content: center;
}

.results-single {
    padding: 16px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    column-gap: 16px;
    border-radius: 10px;
}

.results-single button {
    background-color: transparent;
}

.results-single p {
    margin-bottom: 0;
    color: #170F49;
}

.results-single-ins {
    padding: 16px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    column-gap: 16px;
    border-radius: 10px;
}

.results-single-ins button {
    background-color: transparent;
}

.results-single-ins p {
    margin-bottom: 0;
    color: #170F49;
}

.table-results {
    margin-bottom: 70px;
}

.session-table thead tr th {
    background-color: #EAF7FF;
    padding: 16px;
    border: 0;
    color: #6E6893;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.session-table thead tr th:first-child {
    border-radius: 20px 0 0 0;
}

.session-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.session-table thead tr th:last-child {
    border-radius: 0 20px 0 0;
}

.session-table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.session-table tbody tr td {
    border: 0;
    padding: 16px;
    color: #25213B;
}

.session-table tbody tr td p {
    margin-bottom: 0;
    font-size: 12px;
    color: #6E6893;
    text-align: center;
}

.session-table tbody tr:nth-child(2n) td {
    background-color: #EAF7FF;
}

.session-table tbody tr td .name-details {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.session-table tbody tr td .name-details img {
    height: 24px;
    width: auto;
    margin-right: 10px;
}

.session-table .badge {
    padding: 5px 5px 5px 16px;
    border-radius: 30px;
    position: relative;
}

.session-table .badge::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.session-table .badge.text-bg-success {
    background-color: #CDFFCD !important;
    color: #007F00 !important;
}

.session-table .badge.text-bg-success::before {
    background-color: #007F00 !important;
}

.session-table .badge.text-bg-danger {
    background-color: #FFE0E0 !important;
    color: #D30000 !important;
}

.session-table .badge.text-bg-danger::before {
    background-color: #D30000 !important;
}

.session-table .badge.text-bg-warning {
    background-color: #FFF2DD !important;
    color: #D98634 !important;
}

.session-table .badge.text-bg-warning::before {
    background-color: #D98634 !important;
}

.col-nofound-box {
    border: 1px solid #0000001A;
    padding: 40px;
    border-radius: 10px;
    /* margin-bottom: 70px; */
}

.col-nofound-box h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px !important;
    margin: 0 auto;
    max-width: 70%;
}

.col-nofound-box p {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    font-size: 10px;
}

.col-nofound-box form {
    padding: 32px 40px;
    border: 1px solid #F1F2F9;
    box-shadow: 0px 1px 8px 0px #19213D0F;
    border-radius: 20px;
    max-width: 80%;
    margin: 40px auto;
}

.profile-dropdown .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_6464_36757" fill="white"><path d="M6.43652 0.812988L12.0934 6.46985L6.43652 12.1267L0.779661 6.46985L6.43652 0.812988Z"/></mask><path d="M6.43652 12.1267L5.02231 13.5409L6.43652 14.9551L7.85074 13.5409L6.43652 12.1267ZM10.6792 5.05564L5.02231 10.7125L7.85074 13.5409L13.5076 7.88406L10.6792 5.05564ZM7.85074 10.7125L2.19388 5.05564L-0.634552 7.88406L5.02231 13.5409L7.85074 10.7125Z" fill="%237E84A3" mask="url(%23path-1-inside-1_6464_36757)"/></svg>');
    background-position: right;
    background-size: 13px;
    background-repeat: no-repeat;
    padding-right: 20px !important;
    border: none !important;
}

.profile-dropdown img {
    width: 38px;
    height: 38px;
    border: solid 2px #E6E6E6;
    border-radius: 50%;
}

.profile-dropdown .inner-profile {
    width: auto;
    height: auto;
    border: 0;
}

.profile-dropdown .name {
    font-size: 14px;
    color: #170F49;
    margin-bottom: 0;
    text-align: left;
}

.profile-dropdown .categ {
    margin-bottom: 0;
    color: #567DB1;
    font-size: 12px;
    text-align: left;
}

.profile-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 -4px 15px #00000014;
    border-radius: 10px;
    padding: 10px 0;
}

.profile-dropdown li .dropdown-item img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 0;
    border: none;
}

.profile-dropdown .btn::after {
    display: none;
}

.VIpgJd-ZVi9od-ORHb img {
    display: none !important;
}

.dash-head .head-row {
    justify-content: space-between;
    align-items: center;
}

.search-group.form-group {
    display: flex;
    align-items: stretch;
    column-gap: 16px;
}

/* .search-group.form-group .color-btn,
.search-group.form-group .color-btn::before {
    border-radius: 50%;
} */

.search-group.form-group .color-btn .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    min-width: 48px;
    max-width: 48px;
    padding: 0;
    /* border-radius: 50%; */
}

.col-table-pagination {
    margin-top: 40px;
}

.col-table-pagination .pagination {
    margin-bottom: 0;
    justify-content: end;
}

.col-table-pagination .pagination .active>.page-link,
.col-table-pagination .pagination .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #567DB1;
    border-color: #567DB1;
    pointer-events: none;
}

.col-table-pagination .page-link {
    color: #567DB1;
    box-shadow: none !important;
}

.col-table-pagination .page-link:focus,
.col-table-pagination .page-link:hover {
    background-color: #e9ecef !important;
}

.col-form-box .success-payment {
    padding: 32px 40px;
    border: 1px solid #F1F2F9;
    box-shadow: 0px 1px 8px 0px #19213D0F;
    border-radius: 20px;
    margin: 5% 0;
}

.success-payment .image img {
    max-width: 150px;
    margin: 0 auto;
}


.billing-invoice-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* row-gap: 16px; */
    padding: 0;
    margin: 0;
}

.billing-invoice-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    padding-bottom: 12px;
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 12px;
}

.billing-invoice-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cta-row {
    background-image: url(../images/bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #567DB1;
    padding: 50px;
    border-radius: 20px;
    /* margin-top: 30px; */
}

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

@media (max-width:992px) {
    .navbar-collapse {
        position: absolute;
        top: 130px;
        background-color: #fff;
        left: 12px;
        right: 12px;
        padding: 20px;
        border-radius: 20px;
        z-index: 2;
        box-shadow: 0px 1px 8px 0px #19213D0F;
    }

    .navbar-toggler {
        box-shadow: none !important;
    }

    .header-main .header-inner {
        justify-content: space-between;
    }

    footer .copyright p {
        margin-bottom: 24px !important;
        text-align: center;
    }

    .footer-links ul {
        justify-content: center !important;
        margin-top: 24px !important;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5m-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") !important;
    }



    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23212529' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e") !important;
    }

    .header-btn-main {
        flex-direction: column;
        align-items: start;
        margin-top: 8px;
        row-gap: 16px;
    }

    .col-nofound-box form {
        max-width: 100%;
    }
}

@media (max-width:576px) {

    /*.login-section .col-form-box .form-action .btn,*/
    /*.col-signup-form .form-action .btn {*/
    /*    min-width: 150px !important;*/
    /*}*/

    .row.mb-50 {
        margin-bottom: 30px;
    }

    .cta-row {
        padding: 30px;
    }

    /* .section-heading h2,
    .section-heading h1 {
        font-size: 24px;
    } */

    .section-heading p {
        margin-top: 8px;
    }

    .table-results {
        margin-bottom: 40px;
    }

    .table-results .row {
        margin: 0;
    }

    .table-results .session-table {
        padding: 0;
    }

    .login-section .col-form-box form,
    .col-signup-form .signup-outer-form,
    .text-box {
        padding: 24px;
    }

    footer {
        padding: 24px 0;
    }

    .p-75 {
        padding: 40px 0;
    }

    .header-main {
        box-shadow: 0px 5px 10px 0px #0000001A;
    }
}