/*
Author       : Dreamguys
Template Name: PreClinic - Medical and Hospital Admin Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Header
6. Sidebar
7. Content
8. Login
9. Dashboard
10. Select2
11. Nav tabs
12. Invoice
13. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url(../fonts/stylesheet.css);

:root {
    --main-font: 'Tajawal', sans-serif;
}

html {
    height: 100%;
}

body {
    font-family: 'Tajawal', sans-serif;
    font-size: 0.875rem;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
    height: 100%;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 19px;
}

body::-webkit-scrollbar-thumb {
    background: var(--light-blue);
    border-radius: 19px;
}

body::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 0.875rem;
}

h6,
.h6 {
    font-size: 0.75rem;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: rtl;
}

.form-control {
    border-radius: 54px;
    box-shadow: none;
    padding: 9px 20px;
    border-color: #F1F1F1;
    font-size: 14px;
    background-color: #F8F9F9;
}

.form-control::placeholder {
    color: #929A9F;
}

.header .form-search input[type="search"] {
    border-color: transparent;
}

.form-control:focus,
.header .form-search input[type="search"]:focus {
    border-color: var(--blue);
    box-shadow: none;
    outline: 0 none;
}

a {
    color: #009ce7;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
button {
    outline: none;
}

input[type="file"] {
    height: auto;
    padding: 6px 0.75rem;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
}

.navbar-nav>li {
    float: left;
}

.form-group {
    margin-bottom: 16px;
}

.display-block {
    display: block;
}

.btn.rounded {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn.focus,
.btn:focus {
    box-shadow: inherit !important;
}

.list-group-item {
    border: 1px solid #eaeaea;
}

/*-----------------
	2. Table
-----------------------*/

.table {
    color: #000;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.table.table-white {
    background-color: #fff;
}

table.table td .avatar {
    margin: 0 5px 0 0;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2 a:hover {
    color: #009efb;
}

table.table td h2 span {
    color: var(--blue);
    display: block;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 400;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-group-xs>.btn,
.btn-xs {
    min-height: 22px;
    min-width: 22px;
}

.dropdown-menu {
    font-size: 13px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    box-shadow: none;
}

.btn-link {
    color: #333;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.card {
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 0;
}

.card-title {
    margin-bottom: 1.125rem;
}

.dropdown-action .dropdown-toggle:after {
    display: none;
}

.badge.badge-pill {
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.nav-tabs {
    border-radius: 8;
    border: 1px solid #E9EBEC;
}

.nav-tabs .nav-item {
    border: 0px;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
}

.nav-tabs .nav-item:not(:last-child) .nav-link {
    border-left: 1px solid #E9EBEC;
}

.nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px 0px 4px 0px;
    border-color: transparent;
    border-bottom-width: 2px;
    color: #7C858B;
    font-weight: 400;
    padding: 18px 65px;
    display: block;
}

.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item.active .nav-link {
    color: #BA9660;
}

.nav-tabs .nav-item.active .nav-link {
    border-bottom: 2px solid #BA9660;
    font-weight: 500;
}

.table.dataTable {
    border-spacing: 0px;
    border: 0px;
}

textarea.form-control {
    height: auto;
}

/*-----------------
	5. Header
-----------------------*/

.header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1038;
    height: 82px;
    padding: 19px 30px;
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
}

.header-right {
    padding: 10px 25px;
    position: relative;
    z-index: 1;
}

.logo img {
    width: 100px;
}

.logo span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.header .navbar-nav .badge {
    position: absolute;
    right: 7px;
    top: 4px;
}

.header .dropdown-menu>li>a {
    position: relative;
}

.dropdown-toggle::after {
    width: 22px;
    height: 22px;
    background: url(../img/exit-right.svg) center/contain no-repeat;
    border: 0px;
    flex-shrink: 0;
    margin-inline-start: 10px;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .has-arrow .dropdown-toggle:after {
    display: inline-block;
    margin-inline-start: 0 !important;
}

.page-title-box {
    border-radius: 0;
    height: 50px;
    margin-bottom: 0;
    padding: 14px 20px;
}

.page-title-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.user-menu {
    margin: 0;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-menu.nav>li>a {
    color: #515D65;
    font-size: 14px;
    padding: 0 10px;
}

.user-menu.nav>li>a.user-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-img {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.user-menu .dropdown-menu {
    min-width: 136px;
    left: 20px !important;
}

/*-----------------
	6. Sidebar
-----------------------*/

.sidebar {
    top: 0;
    width: 230px;
    z-index: 1039;
    background-color: var(--blue);
    bottom: 0;
    margin-top: 0px;
    position: fixed;
    right: 0;
    transition: all 0.2s ease-in-out;
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.toggle_SMenu {
    z-index: 9;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: url(../img/Toggle.png) center/contain no-repeat;
    background-color: #fff;
}

.sidebar .toggle_SMenu {
    position: absolute;
    top: 21px;
    left: -16px;
}

.sidebar-inner {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.sidebar-inner::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera, newer Edge */
}

.sidebar-menu ul {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 40px 13px;
}

.sidebar-menu li {
    margin-bottom: 8px;
}

.sidebar-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu li a:hover {
    color: #fff;
}

.sidebar-menu li.active a,
.sidebar-menu li:hover a {
    color: #fff;
    font-weight: 700;
    background-color: var(--blue-dash);
    border-radius: 60px;
}

.sidebar-menu li.active a::before,
.sidebar-menu li:hover a::before {
    filter: brightness(9);
}

.sidebar-menu ul ul a.active {
    color: #009efb;
    text-decoration: underline;
}

.mobile-user-menu {
    color: #fff;
    display: none;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50px;
    z-index: 10;
}

.mobile-user-menu>a {
    color: #fff;
    padding: 0;
}

.mobile-user-menu>a:hover {
    color: #fff;
}

.mobile-user-menu>.dropdown-menu>a {
    line-height: 23px;
}

.profile-rightbar {
    display: none !important;
    color: #009efb;
    font-size: 26px;
    margin-left: 15px;
}

.fixed-sidebar-right {
    position: fixed;
    top: 60px;
    right: 0;
    width: 300px;
    margin-right: -300px;
    bottom: 0;
    z-index: 101;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile_btn {
    display: none;
}

.sidebar .sidebar-menu>ul>li>a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
    color: #fff;
    margin-left: auto;
}

.sidebar-menu ul ul a {
    display: block;
    font-size: 14px;
    padding: 9px 10px 9px 50px;
    position: relative;
}

.sidebar-menu ul ul {
    background-color: #f3f3f3;
    display: none;
}

.sidebar-menu ul ul ul a {
    padding-left: 70px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 90px;
}

.sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 15px;
}

.sidebar-menu .menu-arrow:before {
    content: "\f105";
}

.sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu ul ul a .menu-arrow {
    top: 6px;
}

.sidebar-menu a {
    transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    -webkit-transition: unset;
}

.sidebar-menu>ul>li>a {
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li a:before {
    content: '';
    display: inline-block;
    font-size: 18px;
    min-height: 20px;
    line-height: 18px;
    width: 20px;
    flex-shrink: 0;
    transition: all 0.2s ease-in-out 0s;
    background: url(../img/dashboard-icon.svg) center/contain no-repeat;
}

.sidebar-menu ul li.tap-schools a:before {
    background-image: url(../img/school-icon.svg);
}

.sidebar-menu ul li.tap-regOrders a:before {
    background-image: url(../img/regOrders-icon.svg);
}

.sidebar-menu ul li.tap-direct a:before {
    background-image: url(../img/direct-icon.svg);
}

.sidebar-menu ul li.tap-parents a:before {
    background-size: 26px;
    background-image: url(../img/parents-icon.svg);
}

.sidebar-menu ul li.tap-students a:before {
    background-image: url(../img/students-icon.svg);
}

.sidebar-menu ul li.tap-vehicles a:before {
    background-image: url(../img/vehicles-icon.svg);
}

.sidebar-menu ul li.tap-superVisors a:before {
    background-image: url(../img/superVisors-icon.svg);
}

.sidebar-menu ul li.tap-drivers a:before {
    background-image: url(../img/drivers-icon.svg);
}

.sidebar-menu ul li.tap-subscribe a:before {
    background-image: url(../img/subscribe-icon.svg);
}

.sidebar-menu ul li.tap-invoices a:before {
    background-image: url(../img/invoices-icon.svg);
}

.sidebar-menu ul li.tap-reports a:before {
    background-image: url(../img/reports-icon.svg);
}

.sidebar-menu ul li.tap-help a:before {
    background-image: url(../img/help-icon.svg);
}

.sidebar-menu ul li.tap-settings a:before {
    background-image: url(../img/settings-icon.svg);
}


/*-----------------
	7. Content
-----------------------*/

.page-wrapper {
    right: 0;
    margin-right: 230px;
    padding-top: 82px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.page-wrapper>.content {
    padding: 42px 38px;
}

.page-wrapper>.content.content_md {
    padding: 24px 30px;
}

/*-----------------
	8. Login
-----------------------*/

.account-page {
    display: table-row;
    height: 100%;
    padding: 40px 0;
}

.account-title {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 40px;
    text-align: center;
}

.account-wrapper {
    padding: 20px;
    padding-top: clamp(20px, 20vw, 243px);
}

.account-center {
    display: table-cell;
    /* vertical-align: middle; */
}

.account-wrapper .login-logo {
    display: block;
    width: 80px;
    margin-bottom: 20px;
}

.account-wrapper .login-logo img {
    width: 80px;
}

.account-wrapper .text-cont h3 {
    position: relative;
    font-family: 'ArbFONTS-DINNextLTArabic-Bold-2', sans-serif;
    width: fit-content;
}

.account-wrapper .text-cont h3::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--light-blue);
    left: -20px;
    bottom: 0;
}

.account-wrapper .text-cont h2 {
    color: var(--dark-color);
    font-weight: 700;
}

.account-wrapper .form-group {
    margin-bottom: 20px;
}

.account-wrapper .forget_pass {
    color: var(--dark-color);
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline;
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
}

.account-wrapper .register-link {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    line-height: 140.4%;
}

.account-wrapper .register-link a {
    color: #404040;
    font-weight: 700;
}

.account-wrapper a:hover {
    color: var(--light-blue);
}

.account-wrapper .form-control {
    border: 1px solid var(--dark-blue);
    font-size: 16px;
    height: 50px;
    border-radius: 40px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 120%;
}

.account-wrapper .form-control::placeholder {
    color: rgba(22, 19, 19, 0.6);
    font-weight: 400;
    line-height: 120%;
}

.account-wrapper .form-control,
.account-wrapper .form-control:focus {
    background-color: #FFFFFF;
}

.account-wrapper input[type="tel"].form-control {
    padding-left: 75px;
}

.account-wrapper input[type="password"]::-ms-reveal,
.account-wrapper input[type="password"]::-ms-clear {
    display: none;
}

.account-wrapper textarea.form-control {
    height: 130px;
}

.account-wrapper label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dark-color);
    font-size: 14px;
}

.account-wrapper .account-btn {
    height: 50px;
    font-weight: 700;
    line-height: normal;
}

.check_input {
    accent-color: var(--light-blue-2);
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

/*-----------------
	9. Dashboard
-----------------------*/

.topFlex_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.title-cont {
    margin-bottom: 20px;
}

.title-cont .block-title {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.24px;
    margin-bottom: 12px;
}

.title-cont p {
    color: #A1A5B7;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
}

.chart_cardN .title-cont .block-title {
    color: #181C32;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.18px;
    margin-bottom: 10px;
}

.chart_cardN .title-cont p {
    font-size: 12px;
}


.dash-widget {
    background-color: #fff;
    margin-bottom: 16px;
    padding: 24px 22px;
    border-radius: 12px;
    border: 1px solid #F1F1F2;
    background: #FFF;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
}

.dash-widget .block-title {
    color: var(--text-color);
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0;
}

.dash-widget .block-title .up_perc {
    color: #50CD89;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    margin-inline-start: 12px;
}

.dash-widget .block-title .up_perc.down_red {
    color: #F1416C;
}

.dash-widget .block-subtitle {
    color: #5A5A5A;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
}

/***new chart ***/
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: var(--blue);
}

.chart_cardN {
    background-color: #fff;
    margin-bottom: 16px;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #F1F1F2;
    background: #FFF;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
}

.card-table.card-table-top .card-body {
    height: 175px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.driver_cardN {
    display: flex;
    gap: 13px;
    padding: 17px 26px;
    border-radius: 10px;
    position: relative;
}

.driver_cardN:not(:last-of-type) {
    border-bottom: 1px solid #F3F3F3;
}

.driv_thumbN,
.driv_tIMG {
    display: inline-block;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

.driver_name {
    color: #2F2D38;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.driver_contN p {
    color: #A3A5B4;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.schollDet_card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sImg_cont,
.sImg_thumb {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
}

.moreIcon_bttn {
    width: 30px;
    height: 30px;
    background: url(../img/back.svg) center/contain no-repeat;
}

/*** requests page ***/
.reqDet_card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 75px;
}

.reqImg_cont,
.reqImg_thumb {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.numbertd_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.numbertd_img {
    max-width: 25px;
}

.status_flex {
    display: flex;
    gap: 5px;
}

.status_flex i {
    color: #798497 !important;
}

.flex_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.status_flex>span,
.status_flex .flex_btn {
    padding: 8px 25px;
    color: #178147;
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 14px;
    border-radius: 49px;
    background-color: transparent;
    border: none;
}

.accept_span {
    color: #178147 !important;
    background: #C9FFE2;
    width: fit-content;
    cursor: pointer;
}

.accept_span.with_border {
    color: #31643A !important;
    border: 1px solid #AEEDB9;
    background: #E2FBE8;
}

.accept_span.with_border i {
    color: #166534 !important;
}

.attend_span {
    color: #fff !important;
    background: #1fb31f !important;
    width: fit-content;
    cursor: pointer;
}

.attend_span i {
    color: inherit !important;
}

.oranGe_span {
    color: #fff !important;
    background: orange !important;
    width: fit-content;
    cursor: pointer;
}

.oranGe_span i {
    color: inherit !important;
}

.grAbs_span {
    color: #4b4d4c !important;
    background: #eef3f1 !important;
    width: fit-content;
    cursor: pointer;
}

.grAbs_span.with_border {
    color: #4b4d4c !important;
    border: 1px solid #AEEDB9;
    background: #E2FBE8;
}

.grAbs_span.with_border i {
    color: inherit !important;
}

.notaccept_span {
    color: #002333 !important;
    background: #F2F2F2;
    width: fit-content;
    cursor: pointer;
}

.notaccept_span.with_border {
    color: #010101 !important;
    border: 1px solid #E1E1E1;
    background: #EFEFEF;
}

.refuse_span {
    color: #F1416C !important;
    background: #FFEBF0;
    cursor: pointer;
}

.refuse_span.with_border {
    color: #8F3B1F !important;
    border: 1px solid #DFBEB2;
    background: #FBEED8;
}

.reDinv_span {
    color: #f00 !important;
    background: rgba(255, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
    cursor: pointer;
}

.reDinv_span i {
    color: inherit !important;
}

.reply_span {
    color: #fff !important;
    background: #002333;
    cursor: pointer;
    width: fit-content;
}

.basic_Subs {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    cursor: pointer;
    font-weight: 600;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.basic_Subs i {
    color: inherit !important;
}

.basic_Subs.purple_span {
    color: #7C3AED !important;
    background-color: rgba(124, 58, 237, 0.1) !important;
    border: 1px solid rgba(124, 58, 237, 0.2) !important;
}

.basic_Subs.green_subs {
    color: #166534 !important;
    background-color: #ecfaf1 !important;
    border: 1px solid #beeacf !important;
}

.school_span {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: fit-content;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}

.school_span.special_span {
    color: #7C3AED !important;
    background-color: rgba(124, 58, 237, 0.1) !important;
}

.school_span.general_span {
    color: #2A51D0 !important;
    background-color: #DEEAFC !important;
}

.school_span.inter_span {
    color: #A75823 !important;
    background-color: #FCF3CC !important;
}

.Subs_bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    font-family: var(--main-font);
    font-size: var(--fs16);
    font-weight: 400;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.Subs_bttn.Subs_blue {
    background-color: var(--blue);
    color: var(--white);
    border: 1px solid var(--blue);
}

.Subs_bttn.Subs_outline {
    background-color: #f1f2f5;
    color: #6B7280;
    border: 1px solid #E5E7EB;
}

/*** students page ***/
.modal-title {
    color: var(--text-color);
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.63px;
}

/*** new student ***/
.addNew_from .form-control {
    min-height: 53px;
    background-color: #F9F9F9;
    color: #959595;
    margin-bottom: 16px;
}

.addNew_from textarea.form-control {
    min-height: 75px;
    resize: none;
    overflow: hidden;
}

.form-label {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
    margin-bottom: 17px;
}

.select-group {
    position: relative;
}

.select-group::before {
    position: absolute;
    content: '';
    top: 19px;
    left: 30px;
    width: 15px;
    height: 15px;
    background: url(../img/arrow-down.svg);
    pointer-events: none;
}

.uploadIMG_relative {
    position: relative;
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 50px;
}

.uploadIMG_relative::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../img/edit.svg);
    pointer-events: none;
}

.uploadIMG_relative .hidden_file {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.uploadIMG_relative .preview_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.uploadIMG_relative.rounded_dashed {
    border: 2px dashed #CFCFCF;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.uploadIMG_relative.rounded_dashed::after {
    display: none;
}

.uploadIMG_relative.rounded_dashed .preview_img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.preIMG_label {
    color: var(--black);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
}

.uploadIMG_relative.full_width .preview_img {
    width: 100% !important;
    height: 100% !important;
}

/*** school profile page ***/
.back_title {
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.back_title.absolute_link {
    position: absolute;
    top: 44px;
    left: 29px;
    transform: rotate(180deg);
}

.back_title * {
    color: inherit;
}

.backLink_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/right-icon.svg);
}

.scWide_cardN {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(23, 162, 184, 0.10) 0%, rgba(23, 162, 184, 0.00) 100%);
}

.scWide_cardN .edit_school {
    position: absolute;
    top: 30px;
    left: 30px;
}

.edit_school {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 31px;
    border: 1px solid rgba(225, 225, 225, 0.35);
    background: #FFF;

}

.addblue_Bttn {
    gap: 10px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    border: none;
    border-radius: 49px;
    background: #BAFEFF;
    padding: 9px 10px 9px 13px;
}

.edit_school .edit_icoN {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: url(../img/edit2.svg);
}

.schoolTop_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 31px;
}

.schoolTop_flex .img-thumb,
.schoolTop_flex .img-thumb img {
    display: inline-block;
    width: 152px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 50%;
}

.schoolTop_flex .img-thumb img {
    border: 6px solid #fff;
}

.scTitle_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-bottom: 20px;
}

.scTitle_flex h3 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
    margin-bottom: 0;
}

.scTitle_flex .sc_typeN {
    display: inline-block;
    padding: 7px 21px;
    text-align: center;
    border-radius: 29px;
    border: 1px solid rgba(128, 178, 185, 0.44);
    background: rgba(128, 178, 185, 0.15);
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.join_date {
    color: rgba(7, 7, 7, 0.44);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.nav-pills {
    gap: 8px;
}

.nav-pills .nav-link {
    display: flex;
    height: 34px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    border: 1px solid rgba(225, 225, 225, 0.35);
    background: #FFF;
    color: rgba(7, 7, 7, 0.66);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: var(--blue);
}

.nav-pills.invoicesN_tabs .nav-link {
    font-size: 11px;
    border-color: #B4BEC9;
    background: #FAFAFA;
    color: var(--main-color);
    font-weight: 700;
}

.nav-pills.invoicesN_tabs .nav-link.active,
.nav-pills.invoicesN_tabs .show>.nav-link {
    background-color: var(--blue-dash);
    border-color: var(--blue-dash);
}

.inSchool_cardN {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    margin-bottom: 19px;
}

.inSchool_desc {
    color: var(--text-color);
    padding: 24px 0;
}

.inSchool_desc * {
    color: var(--text-color);
}

.inSchool_desc:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inSchool_desc h3 {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 7px;
}

.inSchool_desc p {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 7px;
}

.inSchool_desc p:last-child {
    margin-bottom: 0;
}

.inSchool_desc ul {
    padding-inline-start: 20px;
    margin-bottom: 0;
}

.inSchool_desc ul li {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 6px;
}

.inSchool_desc.grey_text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

/*** virtual classes ***/
.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    color: var(--main-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.custom-select::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 19px;
    width: 15px;
    height: 15px;
    background: url(../img/arrow-down.svg);
    pointer-events: none;
}

.custom-select .selected {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 30px;
    border: 1px solid var(--b-4-bec-9, #B4BEC9);
    background: #FAFAFA;
    padding: 8px;
}

.custom-select .selected img {
    width: 32px;
    height: 32px;
}

.custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 10;
}

.custom-select .option {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px;
    cursor: pointer;
}

.custom-select .option:hover {
    background-color: var(--light-blue);
}

.custom-select .option img {
    width: 32px;
    height: 32px;
}

.schools_form .form-control {
    height: 48px;
    border-radius: 30px;
    border: 1px solid var(--b-4-bec-9, #B4BEC9);
    background: #FAFAFA;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 16px;
}

.date-group {
    position: relative;
}

.date-group::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 19px;
    width: 18px;
    height: 18px;
    background: url(../img/bag.svg);
    pointer-events: none;
}

.subSct_cardN {
    position: relative;
    padding: 44px 28px;
    border-radius: 14px;
    border: 1px solid #F6F6F6;
    background: #FBFBFB;
    margin-bottom: 30px;
}

.a-full {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.main_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.between_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subCrd_icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 6px solid var(--blue-dash);
    background: var(--blue-dash);
}

.subCrd_icon img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.status_SBJ {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    color: #C1272D;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    height: fit-content;
}

.status_icon {
    display: inline-block;
    background-color: #f00;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
}

.subTitle_name {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.left_arrow {
    width: 14px;
    height: 15px;
    display: inline-block;
    background: url(../img/right-icon.svg);
    transform: rotate(180deg);
}

/*** invoices page ***/
.done_modal .modal-body {
    text-align: center;
}

.done_modal .modal-body p {
    color: var(--blue);
    text-align: center;
    font-weight: 700;
    line-height: normal;
}

.done_thumbN {
    margin-bottom: 26px;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    background-color: #17A2B8 !important;
    border-color: #17A2B8 !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #fff !important;
    z-index: 9 !important;
}

div:where(.swal2-icon).swal2-success {
    border-color: #17A2B8 !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    height: 10px !important;
    border-radius: 10px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    width: 28px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 16px !important;
    background: #FFF !important;
    box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.08) !important;
    padding: 40px 60px !important;
}

.swal2-title {
    color: var(--blue) !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}

.invDet_cardIN {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.invDet_cardIN h5 {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12px;
    margin-bottom: 17px;
}

.invDet_cardIN p {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
}

.total_numN {
    color: #109A9E;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14px;
}

/*** student inf ***/
.smCards_Info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.smCards_title {
    color: #A1A5B7;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
}

.smCards_desc {
    color: #5E6278;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    word-break: break-all;
}

.smCards_desc img {
    max-width: 25px;
}

.classVideo_wrap {
    width: 100%;
    aspect-ratio: 412/409;
    border-radius: 20px;
}

.classVideo_wrap iframe {
    width: 100%;
    aspect-ratio: 412/409;
    border-radius: 20px;
}

.studFlex_cardN {
    gap: 5px;
    padding: 16px 5px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    margin-bottom: 16px;
}

.studFlex_cardN .img-cont,
.studFlex_cardN .img-cont * {
    width: 53px;
    height: 49px;
    flex-shrink: 0;
    border-radius: 50%;
}

.studFlex_cont h5 {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.studFlex_cont p {
    color: rgba(30, 30, 30, 0.6);
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}

.LessImg_cont,
.LessImg_cont * {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 7px;
}

.buttons_wrap {
    gap: 13px;
}

.edSmall_bttn {
    width: 39px;
    height: 39px;
    border-radius: 29px;
}

.add_bttn {
    border: 1px solid rgba(23, 162, 184, 0.22);
    background: rgba(23, 162, 184, 0.08);
}

.remove_bttn {
    border: 1px solid rgba(255, 107, 107, 0.22);
    background: rgba(255, 107, 107, 0.08);
}

.edit_bttn {
    border: 1px solid rgba(128, 178, 185, 0.22);
    background: rgba(128, 178, 185, 0.08);
}

.plusSM_icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background: url(../img/add.svg);
}

.plusMD_icon {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    background: url(../img/add2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.moveSM_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url(../img/Delete.svg);
}

.editSM_icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: url(../img/edit2.svg);
}

/*** educational library ***/
.table.lessons_table>:not(caption)>* * {
    color: var(--main-color);

}

.upVideoIMG_relative {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115px;
    gap: 24px 0;
    border-radius: 8px;
    border: 1px dashed #C0C0C0;
    background: #FFF;
}

.upVideoIMG_relative .hidden_IMGFile {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.upVideoIMG_relative .abdsVideo_bttn {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(225, 225, 225, 0.35);
    background: #F3F3F3;
}

.upVideoIMG_relative .abdsplay_bttn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
}

.prevideo_img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 8px;
}

.prevideo_label {
    color: #959595;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
}

.upVideoIMG_relative.full_width .prevideo_img {
    width: 100%;
    height: 100%;
}

.upVideoIMG_relative.full_width .prevideo_label,
.uploadIMG_relative.full_width .preIMG_label {
    display: none;
}

.swal2-actions,
.swal2-actions button {
    width: 100% !important;
}

.swal2-actions {
    gap: 10px !important;
}

.swal2-actions button {
    height: 47px !important;
    border-radius: 54px !important;
    line-height: 24px !important;
    margin: 0;
    box-shadow: none !important;
}

.swal2-confirm {
    background-color: var(--blue) !important;
    color: #fff;
}

.swal2-cancel {
    color: var(--blue) !important;
    background-color: #F4F4F4;
}

.swal2-cancel:hover {
    background-color: rgba(255, 107, 107, 0.7);
}

.swal2-image {
    border-radius: 50%;
}

div:where(.swal2-icon).swal2-info {
    color: rgba(255, 107, 107, 0.7) !important;
    border-color: rgba(255, 107, 107, 0.7) !important;
}

.uploaded_Fullimg {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.uploaded_Fullvid {
    width: 100%;
    aspect-ratio: 1249/644;
    border-radius: 14px;
}

.paly_bttn {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.playSM_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background: url(../img/play.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-close {
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 3;
    background-color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

.video_modal .upVideoIMG_relative {
    border-radius: 14px;
    overflow: hidden;
}

.blue_bttn {
    gap: 10px;
    padding: 10px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    min-width: 161px;
    height: 39px;
    border-radius: 29px;
    border: 1px solid rgba(128, 178, 185, 0.44);
    background: rgba(128, 178, 185, 0.15);
}

.blue_bttn:hover {
    background-color: var(--light-blue);
}

.separator_line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 34px;
}

.asideMid_title {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 22px;
}

.table_dropdown {
    border: 1px solid #F1F1F2;
    background-color: #fff;
    width: 35px;
    height: 35px;
}

.table_dropdown .dropdown-toggle {
    width: 16px;
    height: 16px;
}

.table_dropdown .dropdown-toggle::after {
    width: 16px;
    height: 16px;
    background: url(../img/dots_menu.svg) center/contain no-repeat;
    border: 0px;
    flex-shrink: 0;
    margin-inline-start: 0;
    border-radius: 6px;
}

.table_dropdown .dropdown-item {
    padding: 8px;
}

.grey_header div.dataTables_wrapper div.dataTables_paginate {
    display: none;
}

.addChild_cardFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px 23px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    margin-bottom: 16px;
}

.CHildDet_card {
    display: flex;
    gap: 5px;
}

.childImg_cont,
.childImg_thumb {
    width: 53px;
    aspect-ratio: 53/49;
    flex-shrink: 0;
    border-radius: 50%;
}

.childDet_name h5 {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.childDet_name p {
    color: var(--main-color);
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.addChild_cardFlex .remove_bttn {
    background: #FFE7E7;
}

/*** live tracking ***/
.asideFull_cardN {
    border-radius: 14px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-bottom: 17px;
}

.asideOne_partN {
    padding: 24px 16px 12px 12px;
}

.asideOne_partN:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.address_cName {
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
    margin-bottom: 13px;
}

.address_cDate {
    color: #159A9C;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
    margin-bottom: 13px;
}

.address_cTime {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
}

.watchIN_link {
    gap: 6px;
    height: 24px;
    padding: 3px 8px;
    border-radius: 26px;
    background: #B4BEC9;
    color: var(--blue);
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
}

.cam_icoN {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/cam.svg);
}

.addSite_line {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(30, 30, 30, 0.66);
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
}

.addSite_line:not(:last-of-type)::before {
    position: absolute;
    right: 7px;
    bottom: -44px;
    content: url(../img/Line.svg);
}

.blue_gps {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url(../img/gps.svg);
}

.loc_icoN {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url(../img/location.svg);
}

.STsm_carDN {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.STsm_img,
.STsm_img img {
    width: 37px;
    height: 35px;
    flex-shrink: 0;
}

.STsm_cont h5 {
    color: var(--main-color);
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
}

.STsm_cont p {
    overflow: hidden;
    color: rgba(30, 30, 30, 0.6);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.timeZ_desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}

.timeZ_num {
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.asiDIN_font {
    font-family: 'ArbFONTS-DINNextLTArabic-Bold-2', sans-serif;
    color: var(--main-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 20px;
}

.whatts_linkN {
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    cursor: pointer;
}

.whatts_icoN {
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    background: url(../img/whatts.svg);
}

.iframe_maPwrap {
    position: relative;
    width: 100%;
    aspect-ratio: 802/739;
    border-radius: 20px;
    border: 2px solid #ECECEC;
}

.iframe_maPwrap .mapSRc_View {
    width: 100%;
    aspect-ratio: 802/739;
    border-radius: 20px;
}

.absTime_expected {
    position: absolute;
    top: 24px;
    left: 24px;
    border-radius: 12px;
    background: #FBFBFB;
    box-shadow: 5px 8px 40px 0 rgba(161, 161, 161, 0.10);
    padding: 24px
}

.time_expCardN {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.40);
}

.time_expdes {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.time_expNum {
    color: #030303;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.contSW_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(../img/phone_line.svg);
}

.swal2-confirm.callSW_bttn {
    background-color: #3FD47B !important;
    color: #fff !important;
}

.confThumb_wrap {
    width: 114px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.confThumb_img {
    width: 114px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 50%;
}

.confirm_titleN {
    color: var(--main-color);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px;
}

.confirm_Modal .swal2-actions {
    display: flex;
    flex-direction: column;
}

.confirm_Modal .swal2-styled {
    border: none;
    gap: 10px;
}

.confirm_Modal .modal-body {
    padding: 36px 24px;
}

/*** prev style ***/
.table.custom-table>tbody>tr>td,
.table.custom-table>tbody>tr>th,
.table.custom-table>tfoot>tr>td,
.table.custom-table>tfoot>tr>th,
.table.custom-table>thead>tr>td,
.table.custom-table>thead>tr>th {
    padding: 20px;
    vertical-align: middle;
}

.table.custom-table>thead>tr>th:first-child {
    border-top-right-radius: 8px !important;
}

.table.custom-table>thead>tr>th:last-child {
    border-top-left-radius: 8px !important;
}

.grey_header .table.custom-table>thead>tr>td,
.grey_header .table.custom-table>thead>tr>th {
    background: #F8F8F8 !important;
}

.grey_header .table.custom-table>thead>tr>th:first-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.grey_header .table.custom-table>thead>tr>th:last-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*-----------------
	21. Notifications
-----------------------*/

.notifications {
    padding: 0;
}

.notifications .drop-scroll {
    height: 290px;
    width: 400px;
}

.notifications.msg-noti .drop-scroll {
    width: 310px;
}

.notifications .notification-heading {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.45;
    color: #616161;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notifications ul.notification-list>li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list>li:last-child {
    border-bottom: none;
}

.notifications ul.notification-list>li a {
    display: block;
    padding: 12px;
    border-radius: 2px;
}

.notifications ul.notification-list>li a:hover {
    background-color: #fafafa;
}

.drop-scroll {
    overflow-y: scroll;
    position: relative;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.user-menu.nav>li>a .badge {
    color: #fff;
    font-size: 60%;
    font-weight: 700;
    position: absolute;
    right: 3px;
    top: 6px;
}

.user-menu.nav>li>a>i {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.user-menu.nav>li>a>i.fa-bell-o {
    background: url(../img/bell-icon.svg) center/contain no-repeat;
}

.user-menu.nav>li>a>i.fa-chat {
    background: url(../img/chat-icon.svg) center/contain no-repeat;
}

.noti-details {
    color: #989c9e;
    margin: 0;
}

.noti-time {
    margin: 0;
}

.noti-title {
    color: #333;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.menu-opened .sidebar-overlay {
    display: block;
}

.sidebar-menu.opened {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin-left: 0;
}

html.menu-opened {
    overflow: hidden;
}

html.menu-opened body {
    overflow: hidden;
}

.modal-backdrop {
    background-color: #002333;
}

.modal-backdrop.show {
    opacity: .65;
}

.tab-content {
    padding-top: 20px;
}

/*-----------------
	39. Notification settings
-----------------------*/

.notification-list .list-group-item {
    padding: 15px;
}

/*** settings page ***/
.blueCard_bk {
    padding: 38px 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(23, 162, 184, 0.10) 0%, rgba(23, 162, 184, 0.00) 100%);
}

.settings_label {
    color: var(--text-color);
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 8px;
}

.settings_label.gSM_label {
    font-size: 13px;
}

.settings_input {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #EAEAEA;
    border-radius: 67px;
    padding: 8px 18px;
    margin-bottom: 20px;
}

select.settings_input {
    appearance: none;
    -webkit-appearance: none;
    /* For Safari and Chrome */
    -moz-appearance: none;
    /* For Firefox */
    outline: none !important;
}

.main-btn.save_bttn {
    font-size: 15px;
    padding: 14px 34px;
    min-width: 142px;
}

.main-btn.light_bk {
    background-color: #17A2B8;
}

.mid-bttn.blue_rgbk {
    background: rgba(128, 178, 185, 0.15);
    border: 1px solid rgba(128, 178, 185, 0.44);
    padding: 13px 18px;
}

.mid-bttn.dark_rgbk {
    background: #002333;
    border: 1px solid #002333;
    padding: 13px 18px;
    color: #fff;
    min-width: 98px;
}

.editST_bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1.1px solid rgba(128, 178, 185, 0.22);
    background: rgba(128, 178, 185, 0.08);
    width: 43px;
    height: 43px;
    flex-shrink: 0;
}

.edit-icon {
    width: 16px;
    height: 16px;
    background: url(../img/edit2.svg) 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

textarea.settings_input {
    min-height: 228px;
    border-radius: 17px;
    resize: none;
}

.row_text_end label,
.row_text_end input {
    text-align: end;
}

.row_text_end .settings_input {
    border-radius: 10px;
}

.notGrey_cardN {
    background-color: #F9FAFB;
    padding: 9px 20px;
    border-radius: 9px;
    margin-bottom: 40px;
    min-height: 81px;
}

.notGrey_cardN h4 {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.notGrey_cardN p {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.noti_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.noti_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.noti_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 162, 184, 0.1);
    border-radius: 100px;
    -webkit-transition: .4s;
    transition: .4s;
}

.noti_switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.noti_switch input:checked+.slider {
    background-color: #002333;
}

.noti_switch input:focus+.slider {
    box-shadow: 0 0 1px #002333;
}

.noti_switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.ticketGrey_card {
    border-radius: 9px;
    border: 1px solid #EEE9E9;
    background: #F9FAFB;
    margin-bottom: 18px;
}

.ticketGrey_cont {
    padding: 13px 20px;
    border-bottom: 1px solid #EEE9E9;
}

.ticketCrd_msg {
    padding-inline-start: 36px;
}

.ticketCrd_msg p {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

.ticketGrey_footer {
    padding: 12px;
    padding-inline-start: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ticketG_date {
    color: var(--text-color);
    opacity: 0.4;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

.ticketG_number {
    color: #2F2D38;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}

.ticketG_details .dropdown-toggle::after {
    display: none;
}

.ticketG_details .dropdown {
    border: none;
    background-color: transparent;
    height: 18px;
    width: 20px;
    text-align: center;
}

.back_link {
    color: #2F2D38;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
}

.CHWhite_cardN {
    border-radius: 9px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding-top: 20px;
    margin-bottom: 22px;
}

.CHWhite_body {
    padding-top: 24px;
    padding-inline: 40px;
}

.chatCRD_right {
    max-width: 600px;
}

.chatCRD_right .schollDet_name {
    color: #2F2D38;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}

.chatCRD_left {
    margin-inline-start: auto;
}

.chatCRD_left .reqDet_card {
    flex-direction: row-reverse;
    width: fit-content;
    margin-inline-start: auto;
}

.chatW_title {
    padding: 14px;
    color: #2F2D38;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #EEE9E9;
}

.chatCRD_time {
    color: var(--text-color);
    opacity: 0.45;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 4px;
}

.chatCRD_msg {
    border-radius: 10px;
    background: #F9FAFB;
    padding: 20px;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    min-height: 38px;
}

.chatCRD_msg.chBlue_msg {
    color: #fff;
    background: #17A2B8;
}

.CHatWrite_MSG {
    background: rgba(229, 231, 235, 0.44);
    border-radius: 10px;
    padding: 29px 26px;
    color: rgba(0, 35, 51, 0.44);
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 28px;
}

.check_FlexCH {
    color: #2F2D38;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.logoFlex_wrap {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.browse_logoN {
    width: 77px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px dashed #BBB1B1;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadLG_relative {
    position: relative;
    flex: 1;
}

.uploadLG_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--text-color);
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    height: 34px;
    margin-bottom: 9px;
}

.upload_icoN2 {
    width: 11px;
    height: 11px;
    background-image: url(../img/upload2.svg);
    background-size: 11px 11px;
    background-position: center;
    background-repeat: no-repeat;
}

.uploadFile_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.browse_thumbN {
    max-width: 100%;
    aspect-ratio: 1;
}

.payment_cardN {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.borderd_bttn {
    border-radius: 5px !important;
    border: 1px solid #EAEAEA;
    color: var(--text-color) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.payment_cardN .payDet_name {
    text-align: end;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.payment_cardN .payDet_state {
    text-align: end;
    color: var(--text-color);
    opacity: 0.7;
    font-size: 15px;
    font-weight: 700;
}

.payDet_IMGN {
    width: 40px;
    height: 36px;
    background-color: rgba(23, 162, 184, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.payDet_IMGN img {
    max-width: 20px;
}

.page-link:focus {
    box-shadow: none !important;
}






/*-----------------
	42. Responsive
-----------------------*/
@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 992px) {
    .account-wrapper {
        padding: 30px 80px;
    }

    .modal {
        --bs-modal-width: 794px;
    }

    .modal.confirm_Modal {
        --bs-modal-width: 375px;
    }

    .smCards_Inrow {
        width: 84%;
    }

    .flexBttns_wrap.width_70 {
        width: 70%;
        flex: unset;
    }

    .asideScroll_column {
        max-height: 800px;
        overflow-y: scroll;
        padding-inline-end: 8px;
    }

    .asideScroll_column::-webkit-scrollbar {
        width: 6px;
    }

    .asideScroll_column::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 19px;
    }

    .asideScroll_column::-webkit-scrollbar-thumb {
        background: #D9D9D9;
        border-radius: 19px;
    }

    .asideScroll_column::-webkit-scrollbar-thumb:hover {
        background: var(--blue);
    }

    .chatCRD_rpadd {
        padding-right: 60px;
    }

    .chatCRD_left .chatCRD_rpadd {
        padding-right: 0;
        padding-left: 60px;
    }
}

@media only screen and (min-width: 991px) {
    .mini-sidebar .header-left .logo span {
        display: none;
    }

    .mini-sidebar .sidebar {
        width: 60px;
    }

    .mini-sidebar.expand-menu .sidebar {
        width: 230px;
    }

    .modal-open .mini-sidebar .sidebar {
        z-index: 1051;
    }

    .mini-sidebar .sidebar .sidebar-menu ul>li>a span {
        width: 0px;
        overflow: hidden;
        margin-right: 0px;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
        width: auto;
        margin-right: 10px;
        opacity: 1;
    }

    .mini-sidebar .page-wrapper {
        margin-right: 60px;
    }

    .chatCRD_msg {
        font-size: 14px;
    }

}

@media only screen and (min-width: 768px) {

    /* .left_absBttn {
		position: absolute;
		top: 33px;
		left: 32px;
	} */

    .nav-tabs.nav-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs.nav-justified.nav-tabs-top>li>a,
    .nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
    .nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
        border-width: 2px 0 0 0;
    }

    .nav-tabs.nav-tabs-top>li {
        margin-bottom: 0;
    }

    .nav-tabs.nav-tabs-top>li>a,
    .nav-tabs.nav-tabs-top>li>a:hover,
    .nav-tabs.nav-tabs-top>li>a:focus {
        border-width: 2px 0 0 0;
    }

    .nav-tabs.nav-tabs-top>li+li>a {
        margin-left: 1px;
    }

    .nav-tabs.nav-tabs-top>li>a.active,
    .nav-tabs.nav-tabs-top>li>a.active:hover,
    .nav-tabs.nav-tabs-top>li>a.active:focus {
        border-top-color: #009efb;
    }

    .nav-tabs.nav-tabs-bottom>li {
        margin-bottom: -1px;
    }

    .nav-tabs.nav-tabs-bottom>li>a.active,
    .nav-tabs.nav-tabs-bottom>li>a.active:hover,
    .nav-tabs.nav-tabs-bottom>li>a.active:focus {
        border-bottom-width: 2px;
        border-color: transparent;
        border-bottom-color: #009efb;
        background-color: transparent;
        transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }

    .nav-tabs.nav-tabs-bottom>li {
        margin-bottom: -1px;
    }

    .nav-tabs.nav-tabs-bottom>li>a.active,
    .nav-tabs.nav-tabs-bottom>li>a.active:hover,
    .nav-tabs.nav-tabs-bottom>li>a.active:focus {
        border-bottom-width: 2px;
        border-color: transparent;
        border-bottom-color: #009efb;
        background-color: transparent;
        transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }

    .nav-tabs.nav-tabs-solid {
        background-color: #fafafa;
        border: 0;
    }

    .nav-tabs.nav-tabs-solid>li {
        margin-bottom: 0;
    }

    .nav-tabs.nav-tabs-solid>li>a {
        border-color: transparent;
    }

    .nav-tabs.nav-tabs-solid>li>a:hover,
    .nav-tabs.nav-tabs-solid>li>a:focus {
        background-color: #f5f5f5;
    }

    .nav-tabs.nav-tabs-solid>.open:not(.active)>a {
        background-color: #f5f5f5;
        border-color: transparent;
    }

    .nav-tabs-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified.nav-tabs-top>li>a,
    .nav-tabs-justified.nav-tabs-top>li>a:hover,
    .nav-tabs-justified.nav-tabs-top>li>a:focus {
        border-width: 2px 0 0 0;
    }
}

@media only screen and (max-width: 1199.98px) {
    .invoices-view {
        width: 90%;
        float: right;
    }
}

@media only screen and (max-width: 991.98px) {
    .profile-rightbar {
        display: inline-block !important;
    }

    .mobile_btn {
        display: block;
    }

    .page-title-box {
        display: none;
    }

    .sidebar {
        margin-right: -225px;
        width: 225px;
    }

    .page-wrapper {
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .slide-nav .sidebar {
        margin-right: 0;
    }

    a.mobile_btn {
        color: #fff;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        z-index: 10;
    }

    .slide-nav .page-wrapper {
        right: 225px;
        margin-right: 0;
    }

    .invoices-view {
        width: 100%;
        float: none;
    }

    .sidebar {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .page-wrapper {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    /*** new ***/
    .account-wrapper .text-cont h2 {
        font-size: 34px !important;
    }

    .back_link {
        font-size: 20px;
    }

    .back_link svg {
        width: 30px;
        height: 30px;
    }

    .CHWhite_body {
        padding-inline: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }

    /* .notifications {
		right: -48px;
	} */

    .notifications:before,
    .notifications:after {
        right: 60px;
    }

    .modal-body.card-box {
        background-color: #fff;
        border: none;
        border-radius: inherit;
        box-shadow: unset;
        margin-bottom: 0;
        padding: 15px;
    }

    .roles-menu {
        margin-bottom: 20px;
    }

    .left-action {
        text-align: center;
        margin-bottom: 15px;
    }

    .right-action {
        text-align: center;
    }

    .top-action-left .float-left {
        float: none !important;
    }

    .top-action-left .btn-group {
        margin-bottom: 15px;
    }

    .top-action-right {
        text-align: center;
    }

    .top-action-right a.btn.btn-white {
        margin-bottom: 15px;
    }

    .mail-sent-time {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs.nav-justified>li>a.active,
    .nav-tabs.nav-justified>li>a.active:hover,
    .nav-tabs.nav-justified>li>a.active:focus {
        border-color: transparent transparent transparent #009efb;
        border-left-width: 2px;
    }

    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .nav-tabs>li>a {
        border-width: 2px;
        border-left-color: transparent;
    }

    .nav-tabs>li.open:not(.active)>a,
    .nav-tabs>li.open:not(.active)>a:hover,
    .nav-tabs>li.open:not(.active)>a:focus {
        background-color: #fafafa;
    }

    .nav-tabs.nav-tabs-solid {
        padding: 5px;
    }

    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
    }

    .nav-tabs.nav-tabs-solid>li>a {
        border-left-width: 0 !important;
    }

    .nav-tabs-justified {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified>li>a.active,
    .nav-tabs-justified>li>a.active:hover,
    .nav-tabs-justified>li>a.active:focus {
        border-width: 0 0 0 2px;
        border-left-color: #009efb;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.17em;
    }

    h4 {
        font-size: 1.12em;
    }

    h5 {
        font-size: .83em;
    }

    h6 {
        font-size: .75em;
    }

    .page-title {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .card-title {
        font-size: 1.12em;
    }

    .blog-view .blog-title {
        font-size: 24px;
    }

    .widget h3 {
        font-size: 18px;
    }

    .my-video ul li {
        width: 80px;
    }

    .voice-call-avatar .call-avatar {
        width: 120px;
        height: 120px;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .header .has-arrow .dropdown-toggle>span:nth-child(2) {
        display: none;
    }

    .header .has-arrow .dropdown-toggle:after {
        display: none;
    }

    .btn-white {
        margin: 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    .contact-cat {
        padding-right: 70px;
    }

    .user-menu {
        display: none;
    }

    .mobile-user-menu {
        display: block;
    }

    .search-box {
        display: none;
    }

    .filter-row {
        margin-bottom: 15px;
    }

    .page-wrapper>.content {
        padding: 15px;
    }

    .profile-view .profile-basic {
        margin-left: 0;
    }

    .profile-img-wrap {
        position: relative;
        margin: 0 auto;
    }

    .profile-view .profile-img-wrap {
        margin: 0 auto 10px;
        height: 100px;
        width: 100px;
    }

    .profile-view .profile-img {
        height: 100px;
        width: 100px;
    }

    .profile-view .profile-img .avatar {
        font-size: 24px;
        height: 100px;
        line-height: 100px;
        margin: 0;
        width: 100px;
    }

    .profile-info-left {
        text-align: center;
    }

    .profile-basic {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-title {
        font-size: 18px;
    }

    .fc-toolbar .fc-right {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        width: 200px;
        clear: both;
    }

    .fc-toolbar .fc-left {
        float: none;
        margin: 0 auto;
        width: 200px;
    }

    .upload-text {
        font-size: 18px;
    }

    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit;
    }

    .end-call {
        margin-top: 10px;
        position: inherit;
    }

    .content {
        padding: 0 50px;
    }

    .custom-menu.navbar-nav>li>a {
        margin-left: 10px;
    }

    .error-box h1 {
        font-size: 50px;
    }

    .submit-btn {
        min-width: 150px;
    }

    .ui-kit-wrapper button {
        margin-bottom: 5px;
    }

    .flexBttns_wrap {
        width: 100%;
        justify-content: center !important;
        flex: unset !important;
    }

    .mid-bttn.blue-bk {
        padding: 13px 20px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .compose-btn button {
        padding: 0.365rem 0.5rem;
    }

    .attachments li {
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

/* Custom Styles for Filters & Table - Added by AI */

/* Filters Bar */
.filters-container {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

.filters-container .form-control,
.filters-container .form-select {
    background-color: #FAFAFA !important;
    border: 1px solid #EBEBEB !important;
    border-radius: 8px !important;
    height: 48px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    color: #333 !important;
    box-shadow: none !important;
}

.filters-container .form-control:focus,
.filters-container .form-select:focus {
    border-color: #009EF7 !important;
    background-color: #fff !important;
}

/* School Type Badges */
.school_span {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.special_span {
    /* Private - Purple */
    background-color: #F8F5FF;
    color: #7239EA;
}

.general_span {
    /* Public - Blue */
    background-color: #E1F0FF;
    color: #009EF7;
}

.inter_span {
    /* International - Yellow */
    background-color: #FFF8DD;
    color: #F6C000;
}

/* Status Badges */
.accept_span {
    background-color: #E8FFF3 !important;
    color: #50CD89 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.accept_span i {
    font-size: 6px;
    color: #50CD89;
}

.refuse_span {
    background-color: #FFF5F8 !important;
    color: #F1416C !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.refuse_span i {
    font-size: 6px;
    color: #F1416C;
}

/* Custom Table Styling */
.table_cardIN {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F1F1F4;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

.custom-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

.custom-table thead tr th {
    background-color: #FAFAFA !important;
    color: #B5B5C3 !important;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 20px !important;
    border-bottom: 1px solid #EFF2F5;
    border-top: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-table tbody tr td {
    padding: 16px 20px !important;
    border-bottom: 1px solid #EFF2F5;
    vertical-align: middle;
    color: #3F4254;
    font-size: 14px;
    font-weight: 500;
}

.custom-table tbody tr:hover td {
    background-color: #F9F9F9;
}

.custom-table tbody tr:last-child td {
    border-bottom: none;
}

/* Avatar in Table */
.reqImg_thumb {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    object-fit: cover;
}

.reqDet_card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.schollDet_name {
    font-weight: 600;
    color: #3F4254;
    font-size: 14px;
}

/* Action Icons Refresh */
.edSmall_bttn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    color: #7E8299 !important;
    padding: 0 !important;
    transition: all 0.3s;
}

.edSmall_bttn:hover {
    color: #009EF7 !important;
    background: #F5F8FA !important;
}

.edSmall_bttn i {
    font-size: 16px;
}

/* Checkbox Alignment */
.custom-table .form-check-input {
    margin-top: 0;
}


.google-map-live {
    height: 500px;
    width: 100%;
    border-radius: 15px;
}