@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,700;1,300&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,700;1,800&family=Roboto:wght@300;400&display=swap");
:root {
    --primaryDeep: #d92d8a;
    --primaryLight: #2196F3;
    --primaryGradient: linear-gradient(to right, #1f8de4, #125890);
    --slideBar: #d92d8a;
    /* --primaryDeep: rgb(54 96 218);
    --primaryLight: rgb(64 113 255); */
    --primaryActive: #7D41A5;
    --secondary: #da3749;

    --primary: #4361ee;
    --primary-dark: #3a56d4;
    --secondary: #3f37c9;
    --light: #f8f9fa;
    --dark: #212529;
    --gray: #6c757d;
    --light-gray: #e9ecef;
    --border-radius: 12px;
    --box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fa-regular,
.far {
    margin-top: 7px;
}

.fa-light,
.fal {
    margin-top: 7px;
}

.eBlue {
    background-color: #00a3ff !important;
}

.eBlueish {
    background-color: #181c32 !important;
}

.eGreen {
    background-color: #50cd89 !important;
}

.eGreenish {
    background-color: #aae1cb !important;
}

.eYellow {
    background-color: #ffc700 !important;
}

.eYellowish {
    background-color: #ffe5ba !important;
}

.eRed {
    background-color: #f1416c !important;
}

.p-h-12 {
    height: 12px !important;
    border-radius: 5px !important;
}

.p-h-12 .eProgress-bar {
    border-radius: 5px !important;
}

.p-h-16 {
    height: 16px !important;
    border-radius: 8px !important;
}

.p-h-16 .eProgress-bar {
    border-radius: 8px !important;
}

.p-h-20 {
    height: 20px !important;
    border-radius: 12px !important;
}

.p-h-20 .eProgress-bar {
    border-radius: 12px !important;
}

/*@import url('assets/vendors/bootstrap-icons-1.8.1/fonts/bootstrap-icons.woff');*/
:root {
    --dark-color-1: #181c32;
    --text-color-1: #797c8b;
    --blue-bg-color-1: #d1eeff;
    --seperate-color: $eColor_Seperate;
}

html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #6c6c6c;
    scroll-behavior: smooth;
}

hr {
    background-color: #dedede;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
button,
label,
div,
span {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 90px;
    line-height: 1;
}

h2 {
    font-size: 42px;
    line-height: 52px;
}

h3 {
    font-size: 27px;
    line-height: 37px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 22px;
    line-height: 32px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

p {
    font-size: 16px;
    line-height: 25px;
    color: #6c6c6c;
}

/*====================
Common styles
=========================*/
ul,
ol,
p {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

tr {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #9e9e9e;
}

a:hover {
    transition: all 0.4s ease;
}

/*When a tag stay inside header tag, then header's color set to the a tag*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/*====================
Common styles END
=========================*/
/*Bootstrap color overwrite*/
.btn:focus,
.btn:active {
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0) !important;
}

.bg-success {
    background-color: #50cd89 !important;
}

.bg-danger {
    background-color: #f1416c !important;
}

.bg-primary {
    background-color: #00a3ff !important;
}

.bg-warning {
    background-color: #ffc700 !important;
}

.bg-secondary {
    background-color: #797c8b !important;
}

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

.color-success {
    color: #50cd89 !important;
}

.color-danger {
    color: #f1416c !important;
}

.color-primary {
    color: #00a3ff !important;
}

.color-warning {
    color: #ffc700 !important;
}

.color-secondary {
    color: #797c8b !important;
}

.color-light {
    color: #dedede !important;
}

.btn-success {
    background-color: #50cd89 !important;
    border-color: #50cd89 !important;
}

.btn-danger {
    background-color: #f1416c !important;
    border-color: #f1416c !important;
}

.btn-primary {
    background-color: #00a3ff !important;
    border-color: #00a3ff !important;
}

.btn-warning {
    background-color: #ffc700 !important;
    border-color: #ffc700 !important;
}

.btn-secondary {
    background-color: #797c8b !important;
    border-color: #797c8b !important;
}

.btn-light {
    background-color: #dedede !important;
    border-color: #dedede !important;
}

/*Light btn*/
.btn-light-success {
    background-color: #dbffec !important;
    border-color: #dbffec !important;
    color: #50cd89 !important;
}

.btn-light-danger {
    background-color: #fee4eb !important;
    border-color: #fee4eb !important;
    color: #f1416c !important;
}

.btn-light-primary {
    background-color: #d1eeff !important;
    border-color: #d1eeff !important;
    color: #00a3ff !important;
}

.btn-light-warning {
    background-color: #fef5d4 !important;
    border-color: #fef5d4 !important;
    color: #ffc700 !important;
}

.btn-light-success:hover {
    background-color: #50cd89 !important;
    border-color: #50cd89 !important;
    color: #fff !important;
}

.btn-light-danger:hover {
    background-color: #f1416c !important;
    border-color: #f1416c !important;
    color: #fff !important;
}

.btn-light-primary:hover {
    background-color: #00a3ff !important;
    border-color: #00a3ff !important;
    color: #fff !important;
}

.btn-light-warning:hover {
    background-color: #ffc700 !important;
    border-color: #ffc700 !important;
    color: #fff !important;
}

.btn-outline-success {
    color: #50cd89 !important;
    border-color: #50cd89 !important;
}

.btn-outline-danger {
    color: #f1416c !important;
    border-color: #f1416c !important;
}

.btn-outline-primary {
    color: #00a3ff !important;
    border-color: #00a3ff !important;
}

.btn-outline-warning {
    color: #ffc700 !important;
    border-color: #ffc700 !important;
}

.btn-outline-secondary {
    color: #797c8b !important;
    border-color: #797c8b !important;
}

.btn-outline-light {
    color: #dedede !important;
    border-color: #dedede !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #fff !important;
    background-color: #50cd89 !important;
    border-color: #50cd89 !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #fff !important;
    background-color: #f1416c !important;
    border-color: #f1416c !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff !important;
    background-color: #00a3ff !important;
    border-color: #00a3ff !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    color: #fff !important;
    background-color: #ffc700 !important;
    border-color: #ffc700 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #fff !important;
    background-color: #797c8b !important;
    border-color: #797c8b !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #fff !important;
    background-color: #dedede !important;
    border-color: #dedede !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.page-item.active .page-link {
    background-color: #00a3ff;
    border-color: #00a3ff;
}

/*Bootstrap color overwrite end*/
/* Specing Start */
.max-w-100px {
    max-width: 100px !important;
}

.min-w-100px {
    min-width: 100px !important;
}

.min-w-150px {
    min-width: 150px !important;
}

.min-w-200px {
    min-width: 200px !important;
}

.min-w-250px {
    min-width: 250px !important;
}

.min-w-245px {
    min-width: 245px !important;
}

.min-w-330px {
    min-width: 330px !important;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-57 {
    padding-top: 57px;
}

@media screen and (max-width: 576px) {
    .pt-57 {
        padding-top: 30px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}

/* Specing End */
.wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    overflow-x: hidden;
}

.navigation-section {
    background-color: #fff;
    width: 100%;
    max-width: 266px;
    transition: all 0.5s;
}

/* Dark Navbar */
.navigation-section-dark {
    background-color: #181c32;
}

.navigation-section>.navigation-section-backdrop {
    display: none;
}

.navigation-section::-webkit-scrollbar {
    width: 0px;
}

@media only screen and (max-width: 1099px) {
    .navigation-section {
        position: fixed;
        margin-left: -266px;
        top: 0;
        bottom: 0;
        z-index: 1000;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navigation-section>.navigation-section-backdrop {
        background-color: rgba(2, 2, 2, 0.3490196078);
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* Dark Navabr */
.navigation-section-dark .side-navigation-bar {
    background-color: #181c32;
}

.side-navigation-bar {
    background-color: #fff;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .side-navigation-bar {
        position: absolute;
        z-index: 99;
    }
}

.side-navigation-bar .nav-header {
    display: flex;
    padding-left: 52px;
    height: 54px;
    margin-bottom: 17px;
    margin-top: 60px;
    width: 100%;
    float: left;
}

.side-navigation-bar .nav-header .logo img {
    height: 54px;
    width: 54px;
}

/* Dark Navabr */
.navigation-section-dark .side-navigation-bar .nav-header .header h3 {
    color: #fff;
}

.side-navigation-bar .nav-header .header h3 {
    font-size: 29px;
    margin-top: 8px;
    padding-left: 8px;
    color: #000;
}

.form-logo {
    margin-bottom: 100px;
}

.form-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-btn {
    width: 145px;
    height: 60px;
    background-color: #00a3ff;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.signup-btn {
    width: 145px;
    height: 60px;
    background-color: #fff;
    color: #181c32;
    border: 1px solid #dedede;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

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

.signup-btn:hover {
    color: #181c32;
}

/* Dark Navbar */
.navigation-section-dark .side-navigation-bar>.parent-side-bar {
    background-color: #181c32;
}

.side-navigation-bar>.parent-side-bar {
    list-style: none;
    background-color: #fff;
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.side-navigation-bar>.parent-side-bar>li>a {
    padding-left: 35px;
    font-size: 13px;
    margin-top: 28px;
    display: flex;
    line-height: 20px;
    color: #797c8b;
    border-left: 4px solid rgba(0, 163, 255, 0);
    font-weight: 500;
    stroke: #797c8b;
}

.side-navigation-bar>.parent-side-bar>li>a>.badge {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 13px;
}

/* Dark Navabr */
.navigation-section-dark .side-navigation-bar>.parent-side-bar>li>a.active,
.navigation-section-dark .side-navigation-bar>.parent-side-bar>li>a:hover {
    color: #fff;
}

.side-navigation-bar>.parent-side-bar>li>a.active,
.side-navigation-bar>.parent-side-bar>li>a:hover {
    color: #00a3ff;
    border-left: 4px solid #00a3ff;
    font-weight: 500;
}

/*SVG icon's hover effect*/
.side-navigation-bar>.parent-side-bar>li>a .svg-icon1 {
    padding-right: 8px;
    display: inline-block;
    line-height: 23px;
    stroke: #797c8b;
    fill: #fff;
}

.side-navigation-bar>.parent-side-bar>li>a.active .svg-icon1,
.side-navigation-bar>.parent-side-bar>li>a:hover .svg-icon1 {
    fill: #fff;
    stroke: #00a3ff;
    transition: all 0.4s ease;
}

.side-navigation-bar>.parent-side-bar>li>a .svg-icon2 {
    padding-right: 8px;
    display: inline-block;
    line-height: 23px;
    fill: #797c8b;
    stroke: rgba(0, 0, 0, 0);
}

.side-navigation-bar>.parent-side-bar>li>a.active .svg-icon2,
.side-navigation-bar>.parent-side-bar>li>a:hover .svg-icon2 {
    fill: #00a3ff;
    stroke: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
}

.side-navigation-bar>.parent-side-bar>li>a .svg-icon3 {
    padding-right: 8px;
    display: inline-block;
    line-height: 23px;
}

.side-navigation-bar>.parent-side-bar>li>a .svg-icon3 path {
    fill: #fff;
    stroke: #797c8b;
}

.side-navigation-bar>.parent-side-bar>li>a.active .svg-icon3 path,
.side-navigation-bar>.parent-side-bar>li>a:hover .svg-icon3 path {
    fill: #fff;
    stroke: #00a3ff;
    transition: all 0.4s ease;
}

.side-navigation-bar>.parent-side-bar>li>a .svg-icon3 g {
    fill: #fff;
    stroke: #797c8b;
}

.side-navigation-bar>.parent-side-bar>li>a.active .svg-icon3 g,
.side-navigation-bar>.parent-side-bar>li>a:hover .svg-icon3 g {
    fill: #fff;
    stroke: #00a3ff;
    transition: all 0.4s ease;
}

.side-navigation-bar>.parent-side-bar>li>a .svg-icon3 circle {
    fill: #fff;
    stroke: #797c8b;
}

.side-navigation-bar>.parent-side-bar>li>a.active .svg-icon3 circle,
.side-navigation-bar>.parent-side-bar>li>a:hover .svg-icon3 circle {
    fill: #fff;
    stroke: #00a3ff;
    transition: all 0.4s ease;
}

.showNav {
    max-width: 60px;
    transform: translateX(0px);
    transition: all 0.5s;
    overflow: hidden;
}

.showNav .side-navigation-bar .nav-header {
    transform: translateX(-50px);
    transition: all 0.5s;
}

.showNav .side-navigation-bar .nav-header .header {
    opacity: 0;
    visibility: hidden;
}

.showNav .parent-side-bar li a {
    padding-left: 20px;
    transition: all 0.5s;
}

.showNav .parent-side-bar li a span {
    opacity: 0;
    visibility: hidden;
}

.showNav .parent-side-bar li a::after {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1099px) {
    .navigation-section {
        margin-left: 0;
        left: -266px;
    }

    .showNav {
        max-width: 100%;
        left: 0;
        margin-left: 0;
    }
}

/*SVG icon's hover effect end*/
/****************
  Parent droupdown
*****************/
.parent-droupdown>a.parent-droupdown-menu {
    position: relative;
}

.parent-droupdown>a.parent-droupdown-menu span {
    display: inline-block;
    padding-right: 25px;
}

.parent-droupdown>a:after {
    content: "\f285";
    font-family: bootstrap-icons;
    margin-left: auto;
    transition: all 0.4s ease;
    position: absolute;
    right: 30px;
    font-weight: 600;
}

.parent-droupdown>a.active:after {
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.child-side-bar {
    display: none;
}

.child-side-bar>li>a {
    padding-left: 63px;
    margin-top: 28px;
    font-size: 15px;
    display: flex;
    line-height: 25px;
    color: #797c8b;
}

.child-side-bar>li>a>.badge {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 13px;
}

.child-side-bar>li>a.active,
.child-side-bar>li>a:hover {
    color: #00a3ff;
}

.parent-droupdown.active>ul.child-side-bar {
    display: block;
}

/**Child dwoupdown or 2nd**/
.parent-droupdown-2nd>a.parent-droupdown-menu-2nd {
    position: relative;
}

.parent-droupdown-2nd>a.parent-droupdown-menu-2nd span {
    display: inline-block;
    padding-right: 25px;
}

.parent-droupdown-2nd>a:after {
    content: "\f285";
    font-family: bootstrap-icons;
    margin-left: auto;
    transition: all 0.4s ease;
    position: absolute;
    right: 50px;
}

.parent-droupdown-2nd>a.active:after {
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.child-side-bar-2nd {
    display: none;
}

.child-side-bar-2nd>li>a {
    padding-left: 76px;
    padding-right: 50px;
    margin-top: 28px;
    font-size: 14px;
    display: flex;
    line-height: 25px;
    color: #797c8b;
}

.child-side-bar-2nd>li>a>.badge {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 13px;
}

.child-side-bar-2nd>li>a.active,
.child-side-bar-2nd>li>a:hover {
    color: #00a3ff;
}

.parent-droupdown-2nd.active>ul.child-side-bar-2nd {
    display: block;
}

.ek-menu-button {
    background-color: #181c32;
    text-align: center;
    padding-bottom: 20px;
}

.visit-btn {
    display: flex;
    justify-content: center;
    margin-top: 85px;
}

.visit-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 163px;
    height: 50px;
    background-color: #00a3ff;
    color: #fff;
    border-radius: 5px;
}

/*******************************
Body Section
********************************/
.body-section {
    max-width: calc(100% - 266px);
}

.body-section-dark .page-header {
    background-color: #fff;
    height: 70px;
    padding: 0px 50px 0px 0px;
}

.page-header {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.062745098);
    display: flex;
    border-radius: 2px;
    padding-top: 16px;
    height: 120px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1367px) {
    .body-section {
        width: 100%;
        padding: 50px 50px 20px 50px;
    }

    .body-section-dark {
        padding: 0;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1366px) {
    .body-section {
        width: 100%;
    }
}

@media only screen and (max-width: 1099px) {
    .page-header {
        position: fixed;
        z-index: 999;
        margin-bottom: 0px;
        right: 0;
        left: 0;
        top: 0;
        padding: 10px 20px;
        background: #fff;
        height: 80px;
        border-color: rgba(0, 0, 0, 0);
        box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.0352941176);
    }

    .body-section-dark .page-header {
        height: 80px;
        padding: 10px 20px;
    }

    .body-section {
        width: 100%;
        padding: 100px 20px 20px 20px;
    }
}

.page-header .navbar-toggle {
    display: block;
    line-height: 46px;
    font-size: 24px;
    width: 46px;
    height: 46px;
    text-align: center;
    margin: 7px 15px 7px -6px;
}

.page-header .navbar-toggle:hover,
.page-header .navbar-toggle.active {
    background-color: rgba(43, 120, 219, 0.0901960784);
    border-radius: 6px;
}

.page-header .header-search {
    width: 324px;
}

.page-header .header-search .input-group .input-group-text {
    border-right: none;
    background-color: #fff;
}

.page-header .header-search .input-group input {
    height: 55px;
    font-size: 14px;
    border-left: none;
}

.page-header .header-search .input-group .form-control:focus {
    box-shadow: none;
    border-color: #dedede;
}

.page-header .header-title {
    width: auto;
    color: #000;
    line-height: 20px;
}

@media only screen and (max-width: 1099px) {
    .page-header .header-title {
        display: none;
    }
}

.page-header .header-title h5 {
    color: #181c32;
    font-size: 34px;
    padding: 7px 0px;
}

.page-header .header-title span,
.page-header .header-title p {
    font-size: 14px;
    color: #797c8b;
}

/*Primary form*/
.primary-form {
    max-width: 550px;
    margin-left: 120px;
    margin-right: 50px;
}

@media only screen and (max-width: 991px) {
    .primary-form {
        margin-left: auto;
        margin-right: auto;
    }

    .toggle-label {
        font-size: 1rem !important;
        font-weight: 600 !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .primary-form {
        margin-left: 20px;
        margin-right: 20px;
    }

    .primary-form .w-sm-100 {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
}

.primary-form .subtitle p {
    font-size: 22px;
    font-weight: 600;
    color: #181c32;
    line-height: 34px;
    padding: 20px 0px 40px 0px;
}

.signin-diff {
    display: flex;
    align-items: center;
    gap: 20px;
}

.signin-diff-btn {
    width: 255px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #181c32;
}

.signin-diff-btn i {
    font-size: 26px;
    margin-right: 10px;
}

.signin-diff-btn1 i {
    color: #648fe4;
}

.signin-diff-btn2 i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #e34133;
    color: #fff;
    font-size: 10px;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-seperate {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #181c32;
    margin: 14px 0 20px;
}

.signup-seperate::after,
.signup-seperate::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 47%;
    height: 1px;
    background-color: #dedede;
}

.signup-seperate::before {
    left: 0;
}

.login-form form input:not([type=checkbox]) {
    border: 1px solid #dddddd;
    border-left: 0;
    height: 60px;
    font-size: 13px;
    border-radius: 5px;
    color: #797c8b;
    margin-bottom: 14px;
}

.login-form form input:focus {
    box-shadow: 0px 0px 0px 0px #000;
    border-color: #dedede;
}

.login-form form .input-group input[type=password] {
    border-right: 0;
}

.login-form form .input-group span:last-child {
    border-left: 0;
    border-right: 1px solid #dddddd;
}

.login-form form .input-group-text {
    background-color: #fff;
    padding: 0px 8px 0px 18px;
    color: #797c8b;
    border: 1px solid #dddddd;
    height: 60px;
    border-right: 0;
}

.login-form form label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #181c32;
    margin-bottom: 8px;
}

.login-form form a {
    font-size: 14px;
    color: #797c8b;
    font-weight: 500;
}

.login-form form button {
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
}

/*Primary form end*/
/*Vertically allignment of a div*/
.parent-elem {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle-elem {
    display: table-cell;
    vertical-align: middle;
}

/*Vertically allignment of a div end*/
/*Table start*/
/*Table End*/
.ekator-offcanvas {
    width: 630px;
}

.ekator-offcanvas .offcanvas-header {
    border-bottom: 1px solid #dedede;
}

.ekator-offcanvas .offcanvas-body {
    padding: 10px 50px 0px;
}

.ekator-offcanvas .offcanvas-header {
    padding: 11px 50px 7px;
}

.ekator-offcanvas .offcanvas-footer {
    padding: 10px 65px 10px 50px;
}

.ekator-offcanvas .offcanvas-header h5 {
    font-weight: 600;
    font-size: 18px;
    color: #181c32;
}

.eoff-form .form-group {
    padding-bottom: 12px;
}

.eoff-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #797c8b;
    line-height: 21px;
    margin-bottom: 10px;
}

.eoff-form .form-group input,
.eoff-form .form-group select {
    height: 60px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding-left: 22px;
}

.eoff-form .form-group input:-moz-placeholder-shown,
.eoff-form .form-group textarea:-moz-placeholder-shown {
    font-size: 12px;
    color: #797c8b;
}

.eoff-form .form-group input:placeholder-shown,
.eoff-form .form-group textarea:placeholder-shown,
.eoff-form .form-group select {
    font-size: 12px;
    color: #797c8b;
}

.eoff-form .form-group textarea {
    height: 222px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 22px;
}

.eoff-form .form-group .textarea2 {
    height: 158px;
}

.eoff-form .form-group .input-group .input-group-text {
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #dedede;
    border-right: 0;
    border-radius: 5px;
    background-color: #e3e4ea;
}

.eoff-form .form-group .input-group .input-group-text i {
    color: #797c8b;
}

.eoff-form .form-group .input-group .input-group-text svg {
    width: 16px;
    fill: #797c8b;
}

.eoff-form .form-group .input-group .input-group-text#fb_link svg {
    width: 12px;
}

.eoff-form .form-group .input-group>label.input-group-text {
    background: none;
}

.eoff-form .form-group .input-group>label.input-group-text i {
    font-size: 24px;
}

.eoff-form .form-group .input-group>select#imageUp_group {
    border-left: 0;
    padding-left: 0;
}

.eoff-form .form-group .input-group input {
    border-left: 0;
}

.updateAdmin-btn {
    width: 100%;
    height: 60px;
    background-color: #00a3ff;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
}

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

/* Update Admin Button */
.dCreate_admin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px 43px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 50px 43px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 340px;
}

.dCreate_admin .dCreate_admin_img {
    width: 253px;
}

.dCreate_admin .dCreate_admin_btn a {
    width: 151px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.dCreate_admin .dCreate_admin_btn a:focus {
    box-shadow: none;
}

/* Table Design */
.dCard_table th {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color-1);
}

.dCard_table th:last-child,
.dCard_table td:last-child {
    text-align: right;
}

.dCard_table tbody {
    border-top: 1px solid var(--seperate-color) !important;
}

.dCard_table tbody tr {
    border-bottom: 1px dashed var(--seperate-color) !important;
}

.dCard_table tr:last-child {
    border-bottom: 0 !important;
}

.dAdmin_profile {
    gap: 10px;
}

.dAdmin_profile .dAdmin_profile_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.dAdmin_profile .dAdmin_profile_name h4 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #181c32;
    margin: 0;
}

.dAdmin_profile .dAdmin_profile_name p {
    font-size: 13px;
    line-height: 21px;
    color: #797c8b;
    margin: 0;
}

.dAdmin_info {
    gap: 10px;
}

.dAdmin_info .dAdmin_info_img {
    width: 50px;
    height: 50px;
    background-color: var(--blue-bg-color-1);
    color: #fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dAdmin_info .dAdmin_info_img i {
    font-size: 18px;
    color: #00a3ff;
}

.dAdmin_info_name p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #797c8b;
}

.dAdmin_info_name p span {
    font-weight: 600;
    color: #181c32;
}

.dAdmin_btn {
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.dAdmin_btn a {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dAdmin_btn a i {
    font-size: 11px;
}

@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: 0.75rem;
    }

    to {
        margin-top: 0;
    }
}

@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: 0.75rem;
    }

    to {
        margin-bottom: 0;
    }
}

/* Assigned Permissions Offcanvas */
.assignPermi_area h3.title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #181c32;
    margin-bottom: 28px;
}

.assignPermi_items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.assignPermi_item {
    background-color: #fcfcfc;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px 50px;
}

.assignPermi_item .table tbody tr:last-child {
    border-top: 1px dashed #dedede !important;
    border-bottom: 0px solid transparent;
}

.assignPermi_item .table thead,
.assignPermi_item .table tbody {
    border-width: 0;
}

.assignPermi_item .table th,
.assignPermi_item .table td {
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.assignPermi_item .table td {
    padding-top: 20px !important;
}

.assignPermi_item .table tr:last-child td {
    padding-bottom: 0px !important;
}

.assignPermi_item .table th:last-child,
.assignPermi_item .table td:last-child {
    width: 72px;
}

.custom_striped tbody tr:not(.no-striped):nth-of-type(odd) {
    background-color: #f8f9fa !important;
}

.table th,
.table td {
    vertical-align: middle;
}

.table-striped tbody tr:not(.no-striped):nth-of-type(even) {
    background-color: #ffffff;
}

.table-striped tbody tr.no-striped {
    background-color: transparent !important;
    font-weight: bold;
}

.assignPermi_tText p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #797c8b;
}

.assignPermi_On {
    position: relative;
    padding-left: 16px;
}

.assignPermi_On::before {
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #50cd89;
}

.assignPermi_Off {
    position: relative;
    padding-left: 16px;
}

.assignPermi_Off::before {
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f1416c;
}

.assignPermi_switch .form-switch .form-check-input {
    width: 32px;
    height: 20px;
    background-color: #f1416c;
    border-color: #f1416c;
    box-shadow: none;
}

.assignPermi_switch .form-check-input:checked {
    background-color: #50cd89;
    border-color: #50cd89;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 223px;
    background: #2196F3;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.0117647059);
    z-index: 100;
    transition: all 0.5s ease;
}

.sidebar.close {
    width: 78px;
}

.sidebar .logo-details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .sidebar .logo-details {
        justify-content: flex-start;
        background: #2196F3;
    }
}

.sidebar .logo-details .img_wrapper {
    min-width: 78px;
    text-align: center;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    /* background: linear-gradient(to right, #1f8de4, #125890);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
    margin-left: -9px;
}


.sidebar.close .logo-details .img_wrapper {
    transition-delay: 1s;
}

.sidebar.close .logo-details .logo_name {
    display: none;
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 0 0 150px 0;
    overflow: auto;
    /* background: var(--primaryGradient); */
    background: #d92d8a;
    transition: height 0.3s ease-in-out;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links>li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    cursor: pointer;
    border-bottom: solid 2px var(--primaryDeep);
}

.sidebar .nav-links>li:hover .arrow,
.sidebar .nav-links>li:hover .link_name {
    color: #fff;
}

.sidebar .nav-links>li .sMenu-title .sidebar_icon {
    opacity: 0;
    line-height: 44px;
}

.sidebar .nav-links>li .sMenu-title .sidebar_icon svg {
    fill: #00a3ff;
}

.sidebar .nav-links>li .sMenu-title .link_name {
    font-size: 14px;
    color: #fff;
}

.sidebar .nav-links>li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    position: relative;
}

.sidebar .nav-links>li .iocn-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    width: 3px;
    height: 23px;
    border-radius: 0 2px 2px 0;
    background-color: #00a3ff;
    transition: all 0.3s;
}

.sidebar .nav-links>li .iocn-link:hover::before {
    left: 0;
}

.sidebar .nav-links>li .iocn-link:hover a i,
.sidebar .nav-links>li .iocn-link:hover a svg {
    color: #fff;
    fill: #fff;
}

.sidebar .nav-links>li.showMenu .iocn-link {
    position: relative;
}

.showMenu {
    background-color: var(--primaryDeep);
}

.sidebar .nav-links>li.showMenu .iocn-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 23px;
    border-radius: 0 2px 2px 0;
    background-color: #00a3ff;
    transition: all 0.3s;
}

.sidebar .nav-links>li .icon-link,
.sidebar .nav-links>li .sidebar_icon {
    min-width: 57px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s;
    padding: 0 11px 0 26px;
}

.sidebar .nav-links>li .icon-link svg,
.sidebar .nav-links>li .sidebar_icon svg {
    width: 20px;
    fill: #797c8b;
}

.sidebar .nav-links>li .arrow {
    min-width: 50px;
    color: #d7d8dd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    margin-right: 15px;
    margin-top: 5px;
}

.sidebar .nav-links>li.showMenu .iocn-link a .sidebar_icon svg {
    color: #00a3ff;
    fill: #00a3ff;
}

.sidebar .nav-links>li.showMenu .iocn-link a .link_name {
    color: #fff;
}

.sidebar .nav-links>li.showMenu .iocn-link .arrow {
    transform: rotate(90deg);
    padding-right: 0;
}

.sidebar.close .nav-links .arrow {
    display: none;
}

.sidebar .nav-links>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 44px;
}

.sidebar .nav-links>li a .link_name {
    font-size: 13px;
    font-weight: 500;
    color: #d7d8dd;
    transition: all 0.4s ease;
    padding-top: 5px;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links>li .sub-menu {
    padding: 20px 6px 14px 45px;
    margin-top: -10px;
    background: var(--primaryDeep);
    display: none;
}

.sidebar .nav-links>li .sub-menu li a {
    height: auto;
    padding: 5px 0px 8px;
}

.sidebar .nav-links>li.showMenu .sub-menu {
    display: block;
    transition: all 0.8s;
}


.sidebar .nav-links>li .sub-menu a {
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.sidebar .nav-links>li .sub-menu a:hover {
    opacity: 1;
    color: #fff;
}

.sidebar.close .nav-links li .sMenu-title .sidebar_icon {
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links>li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 13px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links>li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links>li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.home-section {
    position: relative;
    /* background: #e4e9f7; */
    left: 223px;
    width: calc(100% - 223px);
    transition: all 0.5s ease;
}

.sidebar.close~.home-section {
    left: 78px;
    width: calc(100% - 78px);
}

.home-content {
    /* background-color: #f6f6f9; */
}

.home-section .home-content .sidebar_menu_icon {
    cursor: pointer;
}

.menuList {
    text-align: center;
    transition: all 0.3s;
}

@media screen and (max-width: 991px) {
    .sidebar {
        width: 240px;
        left: -240px;
    }

    .sk-sub-menu-item {
        padding-top: 12px;
    }

    .sk-sub-menu-last {
        padding-top: 12px;
    }

    .sidebar.close {
        max-width: 450px;
        width: calc(100vw - 30px);
        left: 0;
        overflow: auto;
    }

    .sidebar.close::-webkit-scrollbar {
        display: none;
    }

    .sidebar.close .logo-details .logo_name {
        display: block;
        opacity: 1;
    }

    .sidebar.close .nav-links li a .link_name {
        opacity: 1;
        pointer-events: visible;
    }

    .sidebar.close .nav-links li .sub-menu {
        position: relative;
        left: 0;
        display: none;
    }

    .sidebar.close .nav-links li.showMenu .sub-menu {
        display: block;
        padding: 6px 6px 14px 44px;
        opacity: 1;
    }

    .sidebar.close .nav-links li.showMenu .sub-menu .link_name {
        display: none;
    }

    .sidebar.close .nav-links .arrow {
        display: flex;
    }

    .home-section {
        left: 0;
        width: 100%;
    }

    .sidebar.close~.home-section {
        left: 0px;
        width: 100%;
    }
}


.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 70px;
    padding-left: 20px;
}

.header-menu {
    width: auto;
    height: 100%;
    height: 60px;
}

.header-menu>ul {
    display: inline-flex;
    list-style: none;
    height: inherit;
}

.header-menu>ul>li {
    margin-left: 0px;
    padding: 7px 0px;
}

.header-menu>ul>li>a.list {
    padding: 0px;
    display: block;
    font-size: 21px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0px 2px;
    color: #797c8b;
    position: relative;
}

.header-menu>ul>li>a:hover {
    background-color: rgba(43, 120, 219, 0);
    border-radius: 6px;
}

.header-menu>ul>li>a>span.danger {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f1416c;
    border-radius: 100%;
    position: absolute;
    margin-top: 8px;
    margin-left: 15px;
}

.header-menu>ul>li>a>span.success {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #50cd89;
    border-radius: 100%;
    position: absolute;
    margin-top: 8px;
    margin-left: 15px;
}

.header-menu>ul>li>a>span.danger-counter {
    font-size: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1416c;
    border-radius: 100%;
    position: absolute;
    margin-left: 9px;
    color: #ffffff;
    font-weight: 700;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    margin-top: 8px;
}

.header-menu>ul>li>a>span.success-counter {
    font-size: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #50cd89;
    border-radius: 100%;
    position: absolute;
    margin-left: 9px;
    color: #ffffff;
    font-weight: 700;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
}

ul>li.user-profile {
    padding-top: 10px;
}

ul>li.user-profile>.btn-group>button {
    display: flex;
    padding: 0px;
    height: 42px;
    margin: 0px 0px 0px 6px;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0) !important;
}

ul>li.user-profile>.btn-group .dropdown-toggle::after {
    display: none !important;
}

ul>li.user-profile>.btn-group>button img {
    border-radius: 50%;
}

ul>li.user-profile.user-profile-inner .btn {
    padding: 4px 30px 22px;
}

ul>li.user-profile .user-name {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-top: 1px;
}

ul>li.user-profile .user-title {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #797c8b;
    display: block;
}

ul>li.user-profile>.btn-group .dropdown-menu {
    width: 280px;
    margin-top: 10px !important;
    padding-bottom: 25px;
    border: none;
    box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.0352941176);
    transition: all 0.5s;
    transform: translateY(55px);
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn) {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    padding: 7px 30px;
    position: relative;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn) span {
    line-height: 1;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 256px;
    height: 38px;
    border-radius: 5px;
    background-color: #edf2f6;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):hover {
    background-color: transparent;
    color: #00a3ff;
    border-radius: 5px;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):hover span svg {
    color: #00a3ff;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):hover span svg path,
ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):hover span svg circle,
ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):hover span svg g g {
    stroke: #00a3ff;
    fill: #00a3ff;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):hover::before {
    opacity: 1;
}

ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):active,
ul>li.user-profile>.btn-group .dropdown-menu li:not(.user-profile)>a:not(.btn):focus {
    background-color: #edf2ed;
    color: #00a3ff;
}

.header_notification {
    gap: 7px;
}

.header_notification .notification_icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #d1eeff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_notification .notification_icon i {
    color: #00a3ff;
    font-size: 15px;
    font-weight: 700;
}

.header_notification p {
    font-size: 13px;
    font-weight: 400;
    color: #6e6f78;
}

.header_notification p span {
    color: #00a3ff;
}

.eDropdown-menu li:first-child {
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
}

.eDropdown-menu li:last-child {
    padding-top: 25px;
    border-top: 1px solid #dedede;
    padding-left: 30px;
    margin-top: 11px;
}

.eLogut_btn {
    background-color: #00a3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 126px;
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.eLogut_btn:hover {
    color: #fff;
}

.main_content {
    padding: 20px 20px 20px;
}

body {
    /* background-color: #d3e6ed4d; */
    background: linear-gradient(to right, #ebffff, #fff1f1);
}

.main-section {
    margin: 0 20px;
}

.mainSection-title {
    padding-bottom: 14px;
}

.mainSection-title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #181c32;
}

.ksection-wrap {
    background: #fff;
    padding-top: 40px;
    border-radius: 12px;
    min-height: 100vh;
    box-shadow: 0 6px 20px rgba(121, 124, 139, 0.0156862745);
}

.eSection-wrap {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(121, 124, 139, 0.0156862745);
    border-radius: 12px;
}

.eSection-wrap .title {
    border-bottom: 1px solid #cacfd4;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.eSection-wrap .title h3 {
    font-size: 15px;
    line-height: 23px;
    color: #181c32;
}

.eSection-wrap .title p {
    font-size: 12px;
    line-height: 22px;
    max-width: 710px;
    color: #797c8b;
}

.eSection-wrap-2 {
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    border-radius: 12px;
}

.eSection-wrap-2 .table-responsive {
    overflow-x: visible;
}

@media screen and (width < 1300px) {
    .eSection-wrap-2 .table-responsive {
        overflow-x: auto;
    }
}

.eMain {
    padding-bottom: 20px;
}

.column-title {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #181c32;
    padding-left: 12px;
    position: relative;
}

.column-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e3e4ea;
}

.copyright-text {
    padding-top: 30px;
    padding-bottom: 13px;
}

.copyright-text p {
    font-size: 16px;
    color: #797c8b;
}

.copyright-text p span {
    color: #00a3ff;
}

.gr-15 {
    row-gap: 15px;
}

.pr-10 {
    padding-right: 10px;
}

.pCard {
    position: relative;
    width: 200px;
    height: 250px;
    text-align: center;
}

.progress-1 {
    position: relative;
    width: 150px;
    height: 150px;
}

.progress-1 .percent {
    position: relative;
    width: 150px;
    height: 150px;
}

.progress-1 .percent svg {
    position: relative;
    width: 150px;
    height: 150px;
}

.progress-1 .percent svg circle {
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 10;
    stroke: #f2f2f2;
    transform: translate(5px, 5px);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    stroke-linecap: round;
}

.progress-1 .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #f2f2f2;
}

.progress-1 .percent svg circle:nth-child(2) {
    stroke-dashoffset: 44;
    stroke: #dedede;
}

.progress-1 .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.progress-1 .percent .number h2 {
    font-size: 48px;
}

.progress-1 .percent .number h2 span {
    font-size: 24px;
}

.text {
    padding-top: 10px;
    color: #999;
    font-weight: 700;
    letter-spacing: 1px;
}

.skill {
    width: 160px;
    height: 160px;
    position: relative;
}

.skill .outer {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.skill .outer .inner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2), inset 4px 4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px rgb(255, 255, 255), 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}

.skill .outer .inner #number {
    font-weight: 600;
    color: #555;
}

.skill circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim 2s linear forwards;
}

.skill svg {
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes anim {
    100% {
        stroke-dashoffset: 165;
    }
}

.eButton_toolbar_wrap {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

.eButton_toolbar {
    display: flex;
}

.eButton_toolbar li {
    border-right: 1px solid #000;
}

.eButton_toolbar li:last-child {
    border-right: 0;
}

.eButton_toolbar li:hover,
.eButton_toolbar li.active {
    background-color: rgba(0, 0, 0, 0.3137254902);
}

.eButton_toolbar li:hover a,
.eButton_toolbar li.active a {
    color: #000;
}

.eButton_toolbar li a {
    display: inline-block;
    padding: 10px;
}

.eButton_toolbar.eButton_toolbar_color {
    background-color: blue;
}

.eButton_toolbar.eButton_toolbar_color li a {
    color: #fff;
}

.export_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 127px;
    height: 42px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #00a3ff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
}

.export_btn:hover {
    background-color: transparent;
    border-color: #00a3ff;
    color: #00a3ff;
}

.print_invoice_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    max-width: 154px;
    height: 55px;
    margin-left: auto;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #00a3ff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
}

.print_invoice_btn svg path {
    transition: all 0.3s;
}

.print_invoice_btn:hover {
    background-color: transparent;
    border-color: #00a3ff;
    color: #00a3ff;
}

.print_invoice_btn:hover svg path {
    fill: #00a3ff;
}

.paypal_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    max-width: 175px;
    height: 55px;
    margin-top: 50px;
    margin-left: auto;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #00a3ff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
}

.paypal_btn:hover {
    background-color: transparent;
    border-color: #00a3ff;
    color: #00a3ff;
}

.off_payment_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    max-width: 283px;
    height: 55px;
    margin-top: 60px;
    margin-left: auto;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #00a3ff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
}

.off_payment_btn:hover {
    background-color: transparent;
    border-color: #00a3ff;
    color: #00a3ff;
}

.eBtn-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 127px;
    height: 42px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #edf2f6;
    font-size: 13px;
    font-weight: 500;
    color: #00a3ff;
    transition: all 0.3s;
}

.eBtn-3:hover {
    background-color: transparent;
    border-color: #00a3ff;
    color: #00a3ff;
}

.eBtn-3::after {
    display: none;
}

.ePagination_wrap {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 5px;
}

.ePagination {
    display: flex;
}

.ePagination li {
    border-right: 1px solid #000;
}

.ePagination li:last-child {
    border-right: 0;
}

.ePagination li:hover,
.ePagination li.active {
    background-color: rgba(0, 0, 0, 0.3137254902);
}

.ePagination li:hover a,
.ePagination li.active a {
    color: #000;
}

.ePagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-width: 35px;
    line-height: 1;
}

.ePagination.ePagination_color {
    background-color: blue;
}

.ePagination.ePagination_color li a {
    color: #fff;
}

.eBtn-Wrapper {
    gap: 15px;
    padding-bottom: 15px;
}

.eAlert {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #181c32;
}

.eAlert.alert-dismissible .btn-close {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: transparent url("../images/alert-close.svg") center/1em auto no-repeat;
    z-index: 2;
    padding: 0;
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.eAlert.alert-dismissible .btn-close:hover {
    opacity: 1;
}

.eBtn-2 {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eBtn {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    width: 119px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eBtn.dropdown-toggle::after {
    margin-left: 15px;
    vertical-align: middle;
}

.eBtn~.dropdown-menu {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.0352941176);
}

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

.dropstart .dropdown-toggle::before {
    margin-right: 15px;
}

.eBtn-link {
    font-weight: 500;
    color: #181c32;
}

.eBtn-blue {
    background-color: #00a3ff;
    border: 1px solid #00a3ff;
    border-radius: 5px;
}

.eBtn-outline-blue {
    background-color: transparent;
    border: 1px solid #00a3ff;
    border-radius: 5px;
    border-width: 1.5px;
    color: #00a3ff;
}

.eBtn-blueish {
    background-color: #b0dff9;
    border: 1px solid #7bc0e6;
    border-radius: 5px;
}

.eBtn-outline-blueish {
    background-color: transparent;
    border: 1px solid #00a3ff;
    border-radius: 5px;
    color: #00a3ff;
}

.eBtn-green {
    background-color: #50cd89;
    border: 1px solid #50cd89;
    border-radius: 5px;
}

.eBtn-outline-green {
    background-color: transparent;
    border: 1px solid #50cd89;
    border-radius: 5px;
    border-width: 1.5px;
    color: #50cd89;
}

.eBtn-greenish {
    background-color: #aae1cb;
    border: 1px solid #83d4b3;
    border-radius: 5px;
}

.eBtn-outline-greenish {
    background-color: transparent;
    border: 1px solid #83d4b3;
    border-radius: 5px;
    color: #50cd89;
}

.eBtn-pink {
    background-color: #f1416c;
    border: 1px solid #f1416c;
    border-radius: 5px;
}

.eBtn-outline-pink {
    background-color: #f1416c;
    border: 1px solid #f1416c;
    border-radius: 5px;
    border-width: 1.5px;
    color: #f1416c;
}

.eBtn-pinkish {
    background-color: #fec0bf;
    border: 1px solid #f29a99;
    border-radius: 5px;
}

.eBtn-outline-pinkish {
    background-color: transparent;
    border: 1px solid #f29a99;
    border-radius: 5px;
    color: #f1416c;
}

.eBtn-yellow {
    background-color: #ffc700;
    border: 1px solid #ffc700;
    border-radius: 5px;
}

.eBtn-outline-yellow {
    background-color: transparent;
    border: 1px solid #ffc700;
    border-radius: 5px;
    border-width: 1.5px;
    color: #ffc700;
}

.eBtn-yellowish {
    background-color: #ffe5ba;
    border: 1px solid #ebc27d;
    border-radius: 5px;
}

.eBtn-outline-yellowish {
    background-color: transparent;
    border: 1px solid #ebc27d;
    border-radius: 5px;
    color: #ffc700;
}

.eBtn-purple {
    background-color: #7239ea;
    border: 1px solid #7239ea;
    border-radius: 5px;
}

.eBtn-outline-purple {
    background-color: transparent;
    border: 1px solid #7239ea;
    border-radius: 5px;
    border-width: 1.5px;
    color: #7239ea;
}

.eBtn-purpleish {
    background-color: #b9bbe5;
    border: 1px solid #8f92d1;
    border-radius: 5px;
}

.eBtn-outline-purpleish {
    background-color: transparent;
    border: 1px solid #8f92d1;
    border-radius: 5px;
    color: #7239ea;
}

.eBtn-red {
    background-color: #f1416c;
    border: 1px solid #f1416c;
    border-radius: 5px;
}

.eBtn-outline-red {
    background-color: transparent;
    border: 1px solid #f1416c;
    border-radius: 5px;
    border-width: 1.5px;
    color: #f1416c;
}

.eBtn-black {
    background-color: #797c8b;
    border: 1px solid #797c8b;
    border-radius: 5px;
}

.eBtn-outline-black {
    background-color: transparent;
    border: 1px solid #abafb2;
    border-radius: 5px;
    border-width: 1.5px;
    color: #797c8b;
}

.eBtn-blackish {
    background-color: #cacfd4;
    border: 1px solid #abafb2;
    border-radius: 5px;
}

.eBtn-outline-blackish {
    background-color: transparent;
    border: 1px solid #cacfd4;
    border-radius: 5px;
    color: #797c8b;
}

.eBtn-white {
    background-color: #e3e4ea;
    border: 1px solid #cacfd4;
    border-radius: 5px;
}

.eBtn-outline-whiteish {
    background-color: transparent;
    border: 1px solid #cacfd4;
    border-radius: 5px;
    color: #00a3ff;
}

.eCard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 7px 15px rgba(121, 124, 139, 0.0784313725);
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.eCard.eCard-2 {
    border: 1px solid #e3e4ea;
    border-radius: 5px;
}

.eCard.eCard-2 .eCard-title {
    margin-bottom: 0;
}

.eCard.eCard-special .eCard-body {
    padding: 20px 20px 30px;
}

.eCard-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.eCard-img {
    width: 100%;
}

.eCard-body {
    flex: 1 1 auto;
    padding: 10px 20px 20px;
}

.eCard-body .eCard-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: #181c32;
    margin-bottom: 5px;
}

.eCard-body .eCard-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #797c8b;
}

.eCard-body .eCard-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #797c8b;
    margin-bottom: 13px;
}

.eCard-body .eCard-AdminBtn {
    gap: 10px;
}

.eCard-body .eCard-Admin {
    gap: 5px;
}

.eCard-body .eCard-Admin .eCard-userImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e3e4ea;
}

.eCard-body .eCard-Admin span {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #797c8b;
}

.eCard-body .eBtn {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 86px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carouselOnly,
.carouselControlsOnly,
.carouselIndicatorsOnly {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.carouselControlsOnly .swiper-button-next,
.carouselControlsOnly .swiper-button-prev,
.carouselIndicatorsOnly .swiper-button-next,
.carouselIndicatorsOnly .swiper-button-prev {
    width: auto;
    height: auto;
}

.carouselControlsOnly .swiper-button-next::after,
.carouselControlsOnly .swiper-button-prev::after,
.carouselIndicatorsOnly .swiper-button-next::after,
.carouselIndicatorsOnly .swiper-button-prev::after {
    color: transparent;
    display: none;
}

.carouselControlsOnly .swiper-button-next svg,
.carouselControlsOnly .swiper-button-prev svg,
.carouselIndicatorsOnly .swiper-button-next svg,
.carouselIndicatorsOnly .swiper-button-prev svg {
    width: 20px;
    height: 20px;
    color: #797c8b;
}

.carouselControlsOnly .swiper-button-next,
.carouselIndicatorsOnly .swiper-button-next {
    right: 14px;
}

.carouselControlsOnly .swiper-button-prev,
.carouselIndicatorsOnly .swiper-button-prev {
    left: 15px;
}

.carouselIndicatorsOnly .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #797c8b;
    opacity: 30%;
}

.carouselIndicatorsOnly .swiper-pagination-bullet-active {
    opacity: 100%;
}

.eSwiper-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
}

.eSwiper-caption h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #181c32;
    padding-bottom: 5px;
}

.eSwiper-caption p {
    font-size: 11px;
    line-height: 19px;
    color: #797c8b;
}

.drawer-item ul {
    gap: 16px;
}

.eBtn-offcanvas {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    width: 75px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eOffcanvas .offcanvas-header {
    padding: 20px;
    padding-bottom: 0;
}

.eOffcanvas .offcanvas-body {
    padding: 20px;
    padding-top: 0;
}

.eOffcanvas .offcanvas-body h5 {
    font-size: 15px;
    font-weight: 500;
    color: #181c32;
}

.eOffcanvas .offcanvas-body p {
    font-size: 12px;
    font-weight: 400;
    color: #797c8b;
}

.offcanvas-btn {
    width: 13px;
}

.offcanvas-btn svg {
    fill: #797c8b;
}

.eProgress {
    display: flex;
    height: 12px;
    overflow: hidden;
    font-size: 9px;
    font-weight: 500;
    background-color: #e3e4ea;
    border-radius: 5px;
}

.eProgress-multi .eProgress-bar {
    border-radius: 0 !important;
}

.eProgress-multi .eProgress-bar:first-child {
    border-radius: 5px 0 0 5px !important;
}

.eProgress-multi .eProgress-bar:last-child {
    border-radius: 0 5px 5px 0 !important;
}

.eProgress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    border-radius: 5px;
    transition: width 0.6s ease;
}

.eProgress-bar-striped {
    background-image: linear-gradient(-45deg, #61c1f8 25%, transparent 25%, transparent 50%, #61c1f8 50%, #61c1f8 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.eSweet_alerts_title {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .eSweet_alerts_title {
        text-align: left;
    }
}

.e_sAlert {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    width: 94px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #00a3ff;
    border: 1px solid #00a3ff;
    border-radius: 5px;
}

.eModal .modal-dialog {
    margin: 0 auto;
}

.eModal .modal-dialog.sweet-alerts {
    max-width: 287px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eModal .modal-dialog.modal-dialog-centered {
    justify-content: center;
}

.eModal .modal-dialog .modal-content .modal-body {
    padding: 13px 30px 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eModal .modal-dialog .modal-content .modal-body .icon {
    width: 68px;
    height: 68px;
    border: 1.5px solid #e3e4ea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.eModal .modal-dialog .modal-content .modal-body .icon svg {
    fill: #00a3ff;
}

.eModal .modal-dialog .modal-content .modal-body .icon.icon-success svg {
    fill: #50cd89;
}

.eModal .modal-dialog .modal-content .modal-body .icon.icon-confirm svg {
    fill: #ffc700;
}

.eModal .modal-dialog .modal-content .modal-body p {
    font-size: 15px;
    font-weight: 500;
    color: #181c32;
    padding-bottom: 16px;
}

.eModal .modal-dialog .modal-content .modal-body .focus-text {
    color: #797c8b;
    margin-top: -10px;
}

.eModal .modal-dialog .modal-content .modal-body button {
    width: 68px;
    height: 40px;
    background-color: #00a3ff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.eModal .modal-dialog .modal-content .modal-body .confirmBtn {
    display: flex;
    gap: 14px;
}

.eModal .modal-dialog .modal-content .modal-body .confirmBtn .eBtn-green {
    width: 116px;
    background-color: #50cd89 !important;
}

.eModal .modal-dialog .modal-content .modal-body .confirmBtn .eBtn-red {
    width: 100px;
    background-color: #f1416c !important;
}

.eModal .modal-dialog.text-sweet-alerts {
    max-width: 320px;
}

.eModal .modal-dialog.text-sweet-alerts .modal-body {
    padding: 28px 0 !important;
}

.eNav-Tabs {
    border-bottom-color: #cacfd4;
    margin-bottom: 10px;
}

.eNav-Tabs button.nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    padding: 2px 20px;
}

.eNav-Tabs button.nav-link.active,
.eNav-Tabs button.nav-link:hover {
    color: #181c32;
    border-color: #cacfd4 #cacfd4 #fff;
    border-radius: 5px 5px 0 0;
}

.eNav-Tabs-justify {
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.eNav-Tabs-justify::-webkit-scrollbar {
    display: none;
}

.eNav-Tabs-justify button.nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    padding: 2px 16px;
}

.eNav-Tabs-justify button.nav-link.active {
    color: #fff;
    background-color: #00a3ff;
}

.vTabs-gap {
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .vTabs-gap {
        gap: 10px;
    }

    .mobile_bg {
        background-color: #ffffff !important;
    }
}

@media screen and (min-width: 800px) {
    .mobile_bg {
        background-color: #3498db !important;
    }
}

.eNav-Tabs-vertical {
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-basis: 97px;
}

@media screen and (max-width: 767px) {
    .eNav-Tabs-vertical {
        flex-basis: 100%;
    }
}

.eNav-Tabs-vertical::-webkit-scrollbar {
    display: none;
}

.eNav-Tabs-vertical~.eNav-Tabs-content {
    flex-basis: calc(100% - 97px);
}

.eNav-Tabs-vertical button.nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    padding: 2px 16px;
    text-align: left;
}

.eNav-Tabs-vertical button.nav-link.active {
    color: #fff;
    background-color: #00a3ff;
}

.eNav-Tabs-custom {
    border-bottom: none;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 50px;
    position: relative;
}

.eNav-Tabs-custom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cacfd4;
}

.eNav-Tabs-custom::-webkit-scrollbar {
    display: none;
}

.eNav-Tabs-custom button.nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    padding-left: 0;
    padding-right: 0;
    padding: 0 0 14px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.eNav-Tabs-custom button.nav-link.active,
.eNav-Tabs-custom button.nav-link:hover {
    border-color: transparent;
    background: transparent !important;
}

.eNav-Tabs-custom button.nav-link.active span,
.eNav-Tabs-custom button.nav-link:hover span {
    opacity: 1;
    z-index: 1;
    background-color: #00a3ff;
}

.eNav-Tabs-custom button.nav-link span {
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00a3ff;
    z-index: 1;
    opacity: 0;
}

.eNav-Tabs-content .tab-pane p {
    font-size: 12px;
    color: #797c8b;
}

/* Global styling for tabs */
.sktab-card {
    border-radius: 8px;
    overflow: hidden;
}

.sktab-card .card-header {
    background: linear-gradient(156deg, #2196F3, #0751c1);
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sktab-card .nav-tabs {
    border-bottom: 2px solid #e9ecef;
}

.sktab-card .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    padding: 0.75rem 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.sktab-card .nav-link.active {
    color: #4e73df !important;
    border-bottom: 2px solid #4e73df !important;
    background: #f8f9fc;
    font-weight: 600;
}

.sktab-card .tab-pane {
    padding: 1.5rem;
}

.sktab-card h3.h6 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.5rem;
}

.sktab-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* Additional enhancements for modern aesthetics */
.sktab-card .nav-tabs .nav-link:hover {
    color: #224abe;
    background: rgba(78, 115, 223, 0.1);
}

.sktab-card .tab-pane h3.h6 {
    position: relative;
    padding-left: 1.25rem;
}

.sktab-card .tab-pane h3.h6::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #4e73df;
    border-radius: 50%;
}

.colorGradient {
    border-radius: 50%;
    width: 172px;
    height: 172px;
    transform: rotate(15deg);
    position: relative;
    margin-bottom: 20px;
}

.colors_1 {
    position: absolute;
    top: 35%;
    left: 10%;
    transform: rotate(-15deg);
    color: #fff;
    font-size: 12px;
}

.colors_2 {
    position: absolute;
    top: 35%;
    right: 10%;
    transform: rotate(-15deg);
    color: #fff;
    font-size: 12px;
}

.colors_3 {
    position: absolute;
    bottom: 15%;
    left: 35%;
    transform: rotate(-15deg);
    color: #fff;
    font-size: 12px;
}

.blueColors {
    background: conic-gradient(#4dbfff 0deg 120deg, #b1e2fe 120deg 240deg, #00a3ff 240deg 360deg);
}

.greenColors {
    background: conic-gradient(#86dfaf 0deg 120deg, #c0f3d8 120deg 240deg, #50cd89 240deg 360deg);
}

.yellowColors {
    background: conic-gradient(#fedd69 0deg 120deg, #f9ecbe 120deg 240deg, #ffc700 240deg 360deg);
}

.purpleColors {
    background: conic-gradient(#a57cfb 0deg 120deg, #d3befe 120deg 240deg, #7239ea 240deg 360deg);
}

.redColors {
    background: conic-gradient(#fe90ab 0deg 120deg, #fcc0cf 120deg 240deg, #f1416c 240deg 360deg);
}

.ebg-primary {
    background-color: #00a3ff !important;
}

.ebg-outline-primary {
    color: #181c32;
    border-color: #00a3ff !important;
}

.ebg-outline-primary:hover {
    color: #fff;
    background-color: #00a3ff;
}

.ebg-primary-dark {
    background-color: #0079be !important;
}

.ebg-soft-primary {
    background-color: #daf1fe !important;
    color: #00a3ff !important;
}

.ebg-success {
    background-color: #34c38f !important;
}

.ebg-outline-success {
    color: #181c32;
    border-color: #34c38f !important;
}

.ebg-outline-success:hover {
    color: #fff;
    background-color: #34c38f;
}

.ebg-soft-success {
    background-color: #d1fee5 !important;
    color: #50cd89 !important;
}

.ebg-info {
    background-color: #556ee6 !important;
}

.ebg-outline-info {
    color: #181c32;
    border-color: #556ee6 !important;
}

.ebg-outline-info:hover {
    color: #fff;
    background-color: #556ee6;
}

.ebg-soft-info {
    background-color: #eae3f9 !important;
    color: #7239ea !important;
}

.ebg-warning {
    background-color: #f1b44c !important;
}

.ebg-soft-warning {
    background-color: #fcf5db !important;
    color: #ffc700 !important;
}

.ebg-danger {
    background-color: #f65e5e !important;
}

.ebg-soft-danger {
    background-color: #ffe9ef !important;
    color: #f1416c !important;
}

.ebg-soft-red {
    background-color: #ffe1e8 !important;
    color: #f3416c !important;
}

.ebg-dark {
    background-color: #181c32 !important;
}

.ebg-soft-dark {
    background-color: #d6d6d6 !important;
    color: #181c32 !important;
}

.fpb-7 {
    padding-bottom: 7px;
}

.fmb-12 {
    margin-bottom: 12px;
}

.fmb-14 {
    margin-bottom: 14px;
}

.eForm-label {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
}

.col-eForm-label {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    line-height: 1.5;
}

@media screen and (max-width: 575px) {
    .col-eForm-label {
        margin-bottom: 6px;
    }
}

.eForm-check-label {
    font-size: 12px;
    font-weight: 500;
    color: #181c32;
}

.eForm-control-color {
    width: 60px;
    padding: 8px;
}

.eForm-control-sm {
    min-height: 30px !important;
    padding: 8px 16px !important;
    font-size: 10px !important;
    border-radius: 5px !important;
}

.eForm-control-lg {
    min-height: 55px !important;
    padding: 16px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
}

.eForm-control {
    display: block;
    width: 100%;
    padding: 11px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #797c8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cacfd4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eForm-control:focus,
.eForm-control:hover {
    border: 1px solid #00a3ff;
}

.eForm-control::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #181c32;
}

.eForm-control::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #181c32;
}

textarea.eForm-control {
    min-height: 120px !important;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator {
    background-image: url(../images/calendar-regular.svg);
}

input[type=time]::-webkit-calendar-picker-indicator {
    background-image: url(../images/clock.svg);
}

.btn-form {
    border: 0;
    width: 119px;
    height: 40px;
    border-radius: 5px;
    background-color: #00a3ff;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.eForm-control-file[type=file] {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #797c8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cacfd4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eForm-control-file[type=file]::-webkit-file-upload-button {
    padding: 11px 16px;
    margin-right: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #797c8b;
    background-color: #eff2f7;
    border-right: 1px solid #cacfd4;
    border-radius: 5px 0 0 5px;
}

.eForm-control-file[type=file]:hover::-webkit-file-upload-button {
    background-color: #eff2ef !important;
}

.eForm-control-file[type=file].eForm-control-file-lg {
    font-size: 14px;
}

.eForm-control-file[type=file].eForm-control-file-lg::-webkit-file-upload-button {
    padding: 17px 20px 15px;
    font-size: 14px;
}

.eForm-control-file[type=file].eForm-control-file-sm {
    font-size: 10px;
}

.eForm-control-file[type=file].eForm-control-file-sm::-webkit-file-upload-button {
    padding: 7px 20px 6px;
    font-size: 10px;
}

.eForm-select~.select2-container--default .select2-selection--multiple,
.eForm-select~.select2-container--default .select2-selection--single {
    border: 1px solid #cacfd4;
    border-radius: 5px;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    min-height: 40px;
}

.eForm-select~.select2-container--default .select2-selection--multiple:focus,
.eForm-select~.select2-container--default .select2-selection--multiple:hover,
.eForm-select~.select2-container--default .select2-selection--single:focus,
.eForm-select~.select2-container--default .select2-selection--single:hover {
    border: 1px solid #00a3ff;
}

.eForm-select~.select2-container--default .select2-selection--multiple .select2-selection__choice,
.eForm-select~.select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: #00a3ff;
    border: 0px solid #aaa;
    border-radius: 13px;
    margin-left: 8px;
    padding-left: 0;
    padding-right: 30px;
}

.eForm-select~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.eForm-select~.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
    border-right: 0px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 12px;
    color: #bce7ff;
    right: 0;
    left: auto;
}

.eForm-select~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover,
.eForm-select~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:focus,
.eForm-select~.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove:hover,
.eForm-select~.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove:focus {
    background-color: transparent !important;
}

.eForm-select~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display,
.eForm-select~.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__display {
    padding-left: 11px;
    color: #fff;
    font-size: 12px;
    padding-right: 10px;
    position: relative;
}

.eForm-select~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display::after,
.eForm-select~.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__display::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 17px;
    background-color: #7dcffe;
}

.eForm-select~.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #797c8b;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 16px;
}

.eForm-select~.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    top: 0 !important;
    right: 11px !important;
}

.eForm-select~.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 !important;
    background-image: url(../images/select-arrow.svg);
    width: 8px !important;
    height: 7px !important;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.eForm-select~.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: -2px !important;
}

.eForm-select~.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.eForm-select~.select2-container--default .select2-search--inline .select2-search__field {
    margin-left: 16px !important;
    margin-top: 14px !important;
    line-height: 1;
}

.eForm-select~.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder-shown {
    font-size: 12px;
    font-weight: 400;
    color: #797c8b;
}

.eForm-select~.select2-container--default .select2-search--inline .select2-search__field:placeholder-shown {
    font-size: 12px;
    font-weight: 400;
    color: #797c8b;
}

.eForm-select~.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cacfd4;
}

.eForm-select.eChoice-multiple-without-remove~.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 1px;
}

.eForm-select.eChoice-multiple-without-remove~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}

.eForm-select.eChoice-multiple-without-remove~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    padding-left: 11px;
    color: #fff;
    font-size: 12px;
    padding-right: 10px;
    position: relative;
}

.eForm-select.eChoice-multiple-without-remove~.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display::after {
    display: none;
}

.select2-dropdown {
    border: none !important;
    border-radius: 0 0 5px 5px !important;
    overflow: hidden;
    box-shadow: 0 7px 25px rgba(121, 124, 139, 0.1450980392);
}

.select2-results__option {
    padding: 6px 16px !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #797c8b;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #edf2f6 !important;
    color: #00a3ff !important;
}

.select2-search--dropdown {
    display: none !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #edf2f6 !important;
    color: #00a3ff !important;
}

.eImage-wrap {
    gap: 20px;
    padding-bottom: 40px;
}

.ew-20 {
    width: 134px;
    height: 115px;
    border-radius: 5px;
}

.ew-40 {
    width: 194px;
    height: 141px;
    border-radius: 5px;
}

.ew-60 {
    width: 206px;
    height: 168px;
    border-radius: 5px;
}

.ew-80 {
    width: 222px;
    height: 201px;
    border-radius: 5px;
}

.ew-100 {
    width: 294px;
    height: 269px;
    border-radius: 5px;
}

.eImage-avator {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.eAvatar {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.eAvatar .eAvatar-img {
    background-size: cover;
}

.eAvatar:not(img) {
    background-color: #e3e4ea;
}

.eAvatar-xl {
    width: 130px;
    height: 130px;
}

.eAvatar-lg {
    width: 100px;
    height: 100px;
}

.eAvatar-sm {
    width: 50px;
    height: 50px;
}

.eAvatar-circle {
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .custom-accordion {
        margin-bottom: 20px;
    }
}

.custom-accordion .accordion-item {
    overflow: hidden;
    border-color: rgba(231, 234, 243, 0.7);
}

.custom-accordion .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.custom-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #181c32;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    padding: 7px 12px 7px 20px;
}

.custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    position: relative;
    background-color: #f1f2f7;
    border-top: 0px solid rgba(231, 234, 243, 0.7);
    border-bottom: 0px solid rgba(231, 234, 243, 0.7);
}

.custom-accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../images/arrow_bottom.svg) !important;
    background-size: 12px;
    height: 7px;
    width: 12px;
}

.custom-accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: transparent !important;
}

.custom-accordion .accordion-item .accordion-header .accordion-button:focus-within {
    outline: none !important;
}

.custom-accordion .accordion-item .accordion-body {
    padding: 4px 19px 6px;
}

.custom-accordion .accordion-item .accordion-body p {
    font-size: 13px;
    font-weight: 400;
    color: #797c8b;
}

.custom-accordion-flush {
    padding: 0px 14px;
    border: 1px solid rgba(231, 234, 243, 0.7);
    border-radius: 10px;
}

.custom-accordion-flush .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #181c32;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    padding: 7px 12px 7px 20px;
}

.custom-accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    position: relative;
    background-color: #f1f2f7;
    border-top: 0px solid rgba(231, 234, 243, 0.7);
    border-bottom: 0px solid rgba(231, 234, 243, 0.7);
}

.custom-accordion-flush .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../images/arrow_bottom.svg) !important;
    background-size: 12px;
    height: 7px;
    width: 12px;
}

.custom-accordion-flush .accordion-item .accordion-header .accordion-button:focus {
    border-color: transparent !important;
}

.custom-accordion-flush .accordion-item .accordion-header .accordion-button:focus-within {
    outline: none !important;
}

.custom-accordion-flush .accordion-item .accordion-body {
    padding: 4px 19px 6px;
}

.custom-accordion-flush .accordion-item .accordion-body p {
    font-size: 13px;
    font-weight: 400;
    color: #797c8b;
}

.eHeading .table> :not(caption)>*>* {
    display: block;
    border-bottom: none;
}

.eh1 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh2 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh6 {
    font-size: 1rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh7 {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.eh8 {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #181c32;
    line-height: 28px;
}

.display-heading .table> :not(caption)>*>* {
    display: block;
    border-bottom: none;
}

.eDisplay-1 {
    font-size: 3.75rem;
    font-weight: 500;
    line-height: 28px;
    color: #181c32;
}

.eDisplay-2 {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 28px;
    color: #181c32;
}

.eDisplay-3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 28px;
    color: #181c32;
}

.eDisplay-4 {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 28px;
    color: #181c32;
}

.eDisplay-5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 28px;
    color: #181c32;
}

.eCheckbox .form-check.eForm-check {
    padding-left: 0;
}

.eCheckbox .form-check.eForm-check .row {
    gap: 8px;
}

.eCheckbox input.form-check-input {
    margin-top: 0.35em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacfd4;
}

.eCheckbox input.form-check-input:checked {
    background-color: #00a3ff;
    border-color: #00a3ff;
}

.eCheckbox input.form-check-input.eCheckboxPrimary:checked {
    background-color: #00a3ff;
    border-color: #00a3ff;
}

.eCheckbox input.form-check-input.eCheckboxSuccess:checked {
    background-color: #34c38f;
    border-color: #34c38f;
}

.eCheckbox input.form-check-input.eCheckboxInfo:checked {
    background-color: #556ee6;
    border-color: #556ee6;
}

.eCheckbox input.form-check-input.eCheckboxWarning:checked {
    background-color: #f1b44c;
    border-color: #f1b44c;
}

.eCheckbox input.form-check-input.eCheckboxDanger:checked {
    background-color: #f65e5e;
    border-color: #f65e5e;
}

.eCheckbox input.form-check-input.eCheckboxOutlinePrimary:checked {
    background-color: transparent;
    border-color: #00a3ff;
    background-image: url(../images/checkbox-check.svg);
}

.eCheckbox input.form-check-input.eCheckboxOutlineSuccess:checked {
    background-color: transparent;
    border-color: #34c38f;
    background-image: url(../images/checkbox-check.svg);
}

.eCheckbox input.form-check-input.eCheckboxOutlineInfo:checked {
    background-color: transparent;
    border-color: #556ee6;
    background-image: url(../images/checkbox-check.svg);
}

.eCheckbox input.form-check-input.eCheckboxOutlineWarning:checked {
    background-color: transparent;
    border-color: #f1b44c;
    background-image: url(../images/checkbox-check.svg);
}

.eCheckbox input.form-check-input.eCheckboxOutlineDanger:checked {
    background-color: transparent;
    border-color: #f65e5e;
    background-image: url(../images/checkbox-check.svg);
}

.eCheckbox label {
    font-size: 12px;
    font-weight: 500;
    color: #181c32;
}

.eRadios .form-check.eForm-radio {
    padding-left: 0;
}

.eRadios .form-check.eForm-radio .row {
    gap: 8px;
}

.eRadios input.form-check-input {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: 0.45em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacfd4;
}

.eRadios input.form-check-input:checked {
    background-color: #00a3ff;
    border-color: #00a3ff;
}

.eRadios input.form-check-input.eRadioPrimary:checked {
    background-color: #00a3ff;
    border-color: #00a3ff;
}

.eRadios input.form-check-input.eRadioSuccess:checked {
    background-color: #34c38f;
    border-color: #34c38f;
}

.eRadios input.form-check-input.eRadioInfo:checked {
    background-color: #556ee6;
    border-color: #556ee6;
}

.eRadios input.form-check-input.eRadioWarning:checked {
    background-color: #f1b44c;
    border-color: #f1b44c;
}

.eRadios input.form-check-input.eRadioDanger:checked {
    background-color: #f65e5e;
    border-color: #f65e5e;
}

.eRadios input.form-check-input.eRadioOutlinePrimary:checked {
    background-color: transparent;
    border-color: #00a3ff;
    background-image: none;
    position: relative;
}

.eRadios input.form-check-input.eRadioOutlinePrimary:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #00a3ff;
    border-radius: 50%;
}

.eRadios input.form-check-input.eRadioOutlineSuccess:checked {
    background-color: transparent;
    border-color: #34c38f;
    background-image: none;
    position: relative;
}

.eRadios input.form-check-input.eRadioOutlineSuccess:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #34c38f;
    border-radius: 50%;
}

.eRadios input.form-check-input.eRadioOutlineInfo:checked {
    background-color: transparent;
    border-color: #556ee6;
    background-image: none;
    position: relative;
}

.eRadios input.form-check-input.eRadioOutlineInfo:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #556ee6;
    border-radius: 50%;
}

.eRadios input.form-check-input.eRadioOutlineWarning:checked {
    background-color: transparent;
    border-color: #f1b44c;
    background-image: none;
    position: relative;
}

.eRadios input.form-check-input.eRadioOutlineWarning:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #f1b44c;
    border-radius: 50%;
}

.eRadios input.form-check-input.eRadioOutlineDanger:checked {
    background-color: transparent;
    border-color: #f65e5e;
    background-image: none;
    position: relative;
}

.eRadios input.form-check-input.eRadioOutlineDanger:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #f65e5e;
    border-radius: 50%;
}

.eRadios label {
    font-size: 12px;
    font-weight: 500;
    color: #181c32;
}

.eSwitches .form-switch input.form-check-input {
    width: 29px;
    height: 14px;
    margin-top: 0.35em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacfd4;
    border-radius: 8px;
    background-color: #fff;
    background-image: url(../images/switch.svg);
}

.eSwitches .form-switch input.form-check-input:checked {
    background-color: #00a3ff;
    border-color: #00a3ff;
    background-image: url(../images/switch-checked.svg);
}

.eSwitches .form-switch input.form-check-input.form-switch-medium {
    height: 16px;
}

.eSwitches .form-switch input.form-check-input.form-switch-large {
    width: 35px;
    height: 18px;
}

.eSwitches label {
    font-size: 12px;
    font-weight: 500;
    color: #181c32;
}

.eBadge {
    display: inline-block;
    padding: 5px 10px;
    outline: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.eBadge-pill {
    border-radius: 10px !important;
}

.eBadge-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 9px 18px 8px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eBadge-btn .eBadge {
    min-width: 18px;
    min-height: 18px;
    border-radius: 3px;
    margin-left: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 7px 1px;
}

.epagination .page-item .page-link {
    padding: 10px 15px;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #797c8b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dedede;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.epagination .page-item .page-link:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.epagination .page-item .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #00a3ff;
    border-color: #00a3ff;
}

.epagination .page-item .page-link:hover svg path {
    fill: #fff;
}

.epagination .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.epagination .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.epagination-2 .page-item .page-link {
    padding: 10px 15px;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #797c8b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.epagination-2 .page-item .page-link:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.epagination-2 .page-item .page-link:hover,
.epagination-2 .page-item .page-link.active {
    z-index: 2;
    color: #fff;
    background-color: #00a3ff;
}

.epagination-2 .page-item .page-link:hover svg path,
.epagination-2 .page-item .page-link.active svg path {
    stroke: #fff;
}

.eBtnTooltip {
    display: inline-block;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 11px 18px 9px;
    font-size: 13px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eSection-wrap .toast:not(.show) {
    display: block !important;
}

.eSection-wrap .fade:not(.show) {
    opacity: 1 !important;
}

.eToastBasic {
    width: 287px;
    max-width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e4ea;
    box-shadow: 0 7px 15px rgba(121, 124, 139, 0.14);
    border-radius: 5px;
}

.eToastBasic .toast-header {
    padding: 6px 12px;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #e3e4ea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.eToastBasic .toast-header strong {
    font-size: 16px;
    font-weight: 600;
    color: #181c32;
}

.eToastBasic .toast-header small {
    font-size: 10px;
    font-weight: 400;
    color: #797c8b;
}

.eToastBasic .toast-header .btn-close {
    width: 11px;
    height: 11px;
    margin-right: 0;
    margin-left: 13px;
    padding: 0 !important;
    background: transparent url("../images/toast-close-1.svg") center/1em auto no-repeat;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
}

.eToastBasic .toast-body {
    font-size: 10px;
    font-weight: 400;
    color: #181c32;
    line-height: 24px;
    padding: 13.5px 11px 12px;
}

.eToastCustom {
    width: 287px;
    max-width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e4ea;
    box-shadow: 0 7px 15px rgba(121, 124, 139, 0.14);
    border-radius: 5px;
}

.eToastCustom .toast-body {
    padding: 9px 0 12px;
}

.eToastCustom .toast-body p {
    font-size: 13px;
    font-weight: 500;
    color: #181c32;
    line-height: 24px;
    padding-left: 12px;
    padding-bottom: 8px;
}

.eToastCustom .toast-body .toastAction {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    border-top: 1px solid #e3e4ea;
    padding: 11px 12px 0;
}

.eToastColor {
    position: relative;
    width: 303px;
    max-width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    box-shadow: 0 7px 15px rgba(121, 124, 139, 0.14);
    border-radius: 5px;
}

.eToastColor .toast-body {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 19px 13px;
}

.eToastColor .btn-close {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    background: transparent url("../images/toast-close-2.svg") center/1em auto no-repeat;
    width: 11px;
    height: 11px;
    padding: 0 !important;
    padding-right: 20px;
    opacity: 1 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.eTable {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #181c32 !important;
}

.eTable> :not(caption)>*>* {
    padding: 11px 16px !important;
    border-bottom-color: #e3e4ea !important;
}

.eTable> :not(caption)>*>*:first-child {
    padding-left: 30px !important;
}

.eTable> :not(:first-child) {
    border-top: 1px solid #e3e4ea;
}

.eTable.table-borderless> :not(:first-child) {
    border-top: none;
}

.eTable .table-light {
    --bs-table-bg: $table-light-bg;
}

.eTable tbody tr {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.eTable tbody tr th {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.eTable.table-hover>tbody>tr:hover>* {
    background-color: #e3e4ea;
    color: #181c32;
}

.eTable.table-dark {
    --bs-table-bg: #181c32;
    --bs-table-hover-bg: #181c3215;
    --bs-table-hover-color: #181c32;
    color: #fff !important;
    border-color: #4c5067 !important;
}

.eTable.table-dark> :not(caption)>*>* {
    border-bottom-color: #4c5067 !important;
}

.eTable.table-dark.table-hover>tbody>tr:hover>* {
    background-color: rgba(24, 28, 50, 0.5647058824);
    color: #fff;
}


.eTable-2> :not(caption)>*>*:last-child {
    width: 107px;
}

.table-action-btn {
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 5px;
    background-color: #e3e4ea;
    font-size: 12px;
    font-weight: 400;
    color: #181c32;
}

.table-action-btn:hover {
    color: #181c32;
}

.table-action-btn-2 {
    display: inline-block;
    height: 35px;
    padding: 8px 18px;
    line-height: 1;
    border: none;
    border-radius: 5px;
    background-color: #edf2f6;
    font-size: 14px;
    font-weight: 500;
    color: #797c8b;
}

.table-action-btn-2~.eDropdown-menu-2 li a {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 30px;
}

.eTable-2.tbody-border thead tr th {
    font-size: 16px;
    font-weight: 600;
    color: #181c32;
}

.eTable-2.tbody-border tbody tr {
    border-bottom: 1.1px solid #dedede !important;
}

.eTable-2.tbody-border tbody tr:first-child {
    border-bottom: 1.1px solid transparent !important;
}

.eBreadcrumb {
    gap: 20px;
}

.eBreadcrumb li {
    font-size: 12px;
    line-height: 19px;
    color: #797c8b;
}

.eBreadcrumb li:first-child {
    color: #181c32;
    font-weight: 600;
    position: relative;
}

.eBreadcrumb li:first-child::before {
    content: ">";
    position: absolute;
    top: 0;
    right: -17px;
    width: 10px;
    height: 10px;
}

.eBreadcrumb-2 {
    gap: 15px;
}

.eBreadcrumb-2 li {
    position: relative;
}

.eBreadcrumb-2 li::before {
    content: "";
    position: absolute;
    top: 55%;
    right: -10px;
    transform: translateY(-50%);
    width: 5px;
    height: 2px;
    background-color: #797c8b;
}

.eBreadcrumb-2 li:last-child::before {
    display: none;
}

.eBreadcrumb-2 li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #797c8b;
}

.classRoutines-item {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.classRoutines-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.classRoutines-item .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #181c32;
    min-width: 130px;
}

.classTime-items {
    gap: 20px;
    overflow-x: scroll;
}

.classTime-items::-webkit-scrollbar {
    display: none;
}

.classTime-item {
    background-color: #f1faff;
    border: 1px dashed rgba(0, 163, 255, 0.4);
    border-radius: 5px;
    padding: 16px 20px;
    min-width: 206px;
}

.classTime-item .subjectName {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #181c32;
    padding-bottom: 10px;
}

.classDetails-info {
    gap: 9px;
    padding-bottom: 10px;
}

.classDetails-info:last-child {
    padding-bottom: 0;
}

.classDetails-info .icon {
    flex: 0 0 20px;
    text-align: center;
    width: 20px;
    line-height: 1;
}

.classDetails-info .info {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #181c32;
}

.search-filter-area {
    padding-bottom: 7px;
}

.search-input {
    gap: 8px;
    min-width: 250px;
    height: 42px;
    border-radius: 5px;
    background-color: #edf2f6;
    padding: 13px 17px;
}

.search-input input {
    background-color: transparent;
    border: none;
    font-size: 12px;
    line-height: 28px;
    color: #797c8b;
    width: 100%;
}

.search-input input:focus {
    background-color: transparent;
    color: #797c8b;
}

.eDropdown-menu-2 {
    transform: translateY(44px);
    background-color: #181C14;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1450980392) !important;
    padding: 10px 7px 12px;
    border: none;
    transition: all 0.5s;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

.eDropdown-menu-2.eDropdown-table-action {
    transform: translate3d(12px, 44px, 0);
}

.eDropdown-menu-2 li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #cdcdcd;
    line-height: 30px;
    border-radius: 3px;
    padding: 4px 13px 2px;
    cursor: pointer;
}

.eDropdown-menu-2 li a:hover {
    background-color: #edf2f6;
    color: #00a3ff;
}

.adminTable-action {
    position: relative;
    width: 107px;
    margin-left: auto;
}

.filter-options {
    min-width: 260px;
    transform: translateY(44px);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1450980392);
    padding: 10px 0 20px;
    border: none;
    transition: all 0.5s;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

.filter-options .title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
    padding-left: 15px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e3e4ea;
    margin-bottom: 15px;
}

.filter-option {
    padding: 0px 16px 20px;
    gap: 7px;
}

.filter-option select,
.filter-option input {
    background-color: #edf2f6;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 500;
    color: #797c8b;
    min-height: 38px;
}

.filter-option select:hover,
.filter-option input:hover {
    border: 1px solid #00a3ff;
}

.filter-button {
    gap: 10px;
    padding-right: 16px;
}

.eFilter-reset,
.eFilter-apply {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 78px;
    height: 38px;
    border-radius: 5px;
    background-color: #edf2f6;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #797c8b;
}

.eFilter-reset:hover,
.eFilter-apply:hover {
    color: #797c8b;
}

.eFilter-apply {
    background-color: #00a3ff;
    color: #fff;
}

.eFilter-apply:hover {
    color: #fff;
}

.filter-export-area {
    gap: 15px;
}

.admin-tInfo {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    color: #797c8b;
}

.eTable-2> :not(caption)>*>* {
    border-bottom: 1px dashed #dedede;
    padding: 20px 16px !important;
}

.eTable-2> :not(caption)>*>*:first-child {
    padding-left: 0px !important;
}

.eTable-2> :not(:first-child) {
    border-top: 1.2px solid #dedede !important;
}

.eTable-2 thead tr th {
    font-size: 13px;
    font-weight: 500;
    color: #797c8b;
    border-bottom: 1.1px solid #dedede !important;
}

.eTable-2 tbody tr:not(:last-child) {
    border-bottom: 1px dashed #dedede;
}

.eTable-2> :not(caption)>*:last-child>* {
    border-bottom-color: transparent !important;
}

.row-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #797c8b;
}

.att-filter {
    gap: 18px;
    padding-bottom: 30px;
}

.att-filter .att-filter-option {
    flex: 0 0 auto;
    min-width: 350px;
}

@media screen and (max-width: 991px) {
    .att-filter .att-filter-option {
        min-width: 335px !important;
    }
}

@media screen and (max-width: 767px) {
    .att-filter .att-filter-option {
        min-width: 300px !important;
    }
}

.att-filter .att-filter-option .select2 {
    width: 100%;
}

.att-filter .att-filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 125px;
    height: 40px;
    background-color: #797c8b;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 160px !important;
}

.att-report-banner {
    background-color: #eff0f5;
    padding: 25px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .att-report-banner {
        padding: 25px;
    }
}

.att-report-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #00a3ff;
}

.att-report-banner .att-report-summary .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #181c32;
    padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .att-report-banner .att-report-summary .title {
        font-size: 20px;
    }
}

.att-report-banner .att-report-summary .summary-item {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #181c32;
    padding-bottom: 5px;
}

.att-report-banner .att-report-summary .summary-item span {
    font-weight: 500;
    color: #797c8b;
}

.att-report-banner .att-report-summary .summary-item:last-child {
    padding-bottom: 0;
}

.att-report-banner .att-banner-img {
    max-width: 170px;
}

.att-table {
    overflow: hidden;
    display: flex;
}

.att-title {
    min-width: 160px;
    max-width: 160px;
    width: 100%;
}

.att-title-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #797c8b;
    border-bottom: 1px solid #dedede;
    min-height: 77px;
}

.att-stuName-items .att-stuName-item {
    border-bottom: 1px dashed #dedede;
}

.att-stuName-items .att-stuName-item a {
    min-height: 77px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #181c32;
}

.att-stuName-items .att-stuName-item:last-child {
    border-bottom: none;
}

.att-stuName-items .att-stuName-item:last-child a {
    min-height: 39px;
    align-items: flex-end;
}

.att-content {
    max-width: 1440px;
    overflow-x: scroll;
    overflow-y: inherit;
}

.att-content::-webkit-scrollbar {
    display: none;
}

.att-dayWeek {
    min-width: 1440px;
    min-height: 77px;
    border-bottom: 1px solid #dedede;
}

.att-wDay,
.att-date {
    gap: 30px;
}

.att-wDay div p,
.att-date div p {
    width: 16px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #797c8b;
}

.admin-att .att-wDay,
.admin-att .att-date {
    gap: 26px;
}

.att-wDay {
    padding-bottom: 7px;
}

.att-wDay div p {
    color: #181c32;
}

.att-count-items {
    min-width: 1440px;
}

.att-count-item {
    border-bottom: 1px dashed #dedede;
}

.att-count-item:last-child {
    border-bottom: none;
}

.att-count-item:last-child .att-count-stu {
    min-height: 39px;
    align-items: flex-end;
}

.att-count-stu {
    min-height: 77px;
    align-items: center;
    gap: 30px;
}

.att-count-stu div {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: rgba(24, 28, 50, 0.3);
    position: relative;
}

.att-count-stu div::before {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 7px;
    height: 7px;
}

.att-count-stu div.late {
    background-color: #FFC107; /* Amber */
}

.att-count-stu div.leave {
    background-color: #2196F3; /* Blue */
}

.att-count-stu div.present {
    background-color: rgba(80, 205, 137, 0.3);
}

.att-count-stu div.present::before {
    content: url(../images/att-check.svg);
}

.att-count-stu div.absent {
    background-color: rgba(243, 65, 108, 0.3);
}

.att-count-stu div.absent::before {
    content: url(../images/att-times.svg);
}

.user-profile-area {
    gap: 40px;
}

.user-profile-area .user-info {
    flex: 1 0 330px;
    max-width: 330px;
    align-self: stretch;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    border-radius: 5px;
    padding: 20px;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .user-profile-area .user-info {
        max-width: 465px;
    }
}

@media screen and (max-width: 767px) {
    .user-profile-area .user-info {
        max-width: 345px;
    }
}

.user-profile-area .user-details-info {
    flex: 1 0 auto;
    overflow: hidden;
    max-width: auto;
}

@media screen and (max-width: 991px) {
    .user-profile-area .user-details-info {
        max-width: 465px;
    }
}

@media screen and (max-width: 767px) {
    .user-profile-area .user-details-info {
        max-width: 345px;
    }
}

.user-profile-area .user-details-info .eNav-Tabs-custom {
    overflow-x: scroll;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px 30px 0;
}

.user-profile-area .user-details-info .eNav-Tabs-custom::after {
    display: none;
}

.user-profile-area .user-details-info .eNav-Tabs-custom button.nav-link {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #797c8b;
}

.user-profile-area .user-details-info .eNav-Tabs-custom button.nav-link.active,
.user-profile-area .user-details-info .eNav-Tabs-custom button.nav-link:hover {
    color: #181c32;
}

.user-profile-area .user-details-info .eNav-Tabs-content {
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    border-radius: 12px;
    padding: 30px;
}

.user-info-basic {
    gap: 20px;
    padding-top: 20px;
    position: relative;
}

.user-info-basic .userImg {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    background-color: #797c8b;
    margin: 0 auto;
}

.user-info-basic .userContent .title {
    font-size: 18px;
    font-weight: 600;
    color: #181c32;
    padding-bottom: 5px;
    line-height: 27px;
}

.user-info-basic .userContent .info {
    font-size: 13px;
    line-height: 21px;
    color: #797c8b;
    padding-bottom: 8px;
}

.user-info-basic .userContent .user-status-verify {
    max-width: 88px;
    margin: 0 auto;
    background-color: #eef9ff;
    border-radius: 3px;
    padding: 4px 11px;
    font-size: 11px;
    font-weight: 500;
    color: #00a3ff;
    line-height: 17px;
}

.user-graphic-element-1 {
    position: absolute;
    top: 0;
    left: 28px;
}

.user-graphic-element-2 {
    position: absolute;
    top: 10px;
    left: 20px;
}

.user-graphic-element-3 {
    position: absolute;
    top: 63px;
    right: 42px;
}

.user-edit-title {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.user-edit-title .title {
    font-size: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #181c32;
}

.user-edit-title .userInfo-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101px;
    height: 30px;
    border-radius: 3px;
    background-color: #f3f9fe;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #797c8b;
}

.user-edit-title .userInfo-edit span {
    padding-right: 6px;
}

.user-info-edit-items .item {
    padding-bottom: 14px;
}

.user-info-edit-items .item:last-child {
    padding-bottom: 0;
}

.user-info-edit-items .item .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #181c32;
}

.user-info-edit-items .item .info {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #797c8b;
}

.eForm-select~.select2-container {
    width: 100% !important;
}

.userFormEdit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 127px;
    height: 40px;
    border-radius: 5px;
    background-color: #00a3ff;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-left: auto;
    margin-top: 13px;
}

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

.error_wrap {
    height: 50vh;
}

.error_content {
    padding-top: 12px;
}

.error_content .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #181c32;
    padding-bottom: 5px;
}

.error_content .info {
    font-size: 16px;
    line-height: 26px;
    color: #797c8b;
}

.invoice_logo {
    max-width: 125px;
}

.invoice_details {
    padding-top: 24px;
}

.invoice_details .item .sub-title,
.invoice_details .item .title {
    font-size: 16px;
    color: #797c8b;
}

.invoice_details .item .title {
    font-weight: 600;
    color: #181c32 !important;
}

.invoice_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #181c32;
}

.invoice_summary {
    padding-top: 38px;
    gap: 27px;
    margin-bottom: 60px;
}

.invoice_summary_item .summary_title {
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.invoice_summary_item .summary_title .summary_title_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid #797c8b;
    border-radius: 50%;
}

.invoice_summary_item .summary_title .summary_title_icon.allowance_icon {
    border-color: #00a3ff;
}

.invoice_summary_item .summary_title .summary_title_icon.deduction_icon {
    border-color: #50cd89;
}

.invoice_summary_item .summary_title .summary_title_icon.payslip_icon {
    border-color: #f3416c;
}

.invoice_summary_item .summary_title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #181c32;
}

.summary_table .summary_thead {
    padding-top: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 17px;
}

.summary_table .summary_thead h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #797c8b;
}

.summary_table .summary_tbody .amount {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #181c32;
}

.payslip_modal_content {
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(121, 124, 139, 0.25);
}

.payslip_modal_content .modal-header {
    padding: 20px;
    border-bottom: 1px solid #dedede;
}

.payslip_modal_content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #181c32;
}

.payslip_modal_content .modal-header button.btn-close {
    background: transparent url(../images/close-2.svg) center/1em auto no-repeat;
}

.payslip_modal_content .payslip_modal_body {
    padding-bottom: 0;
}

.payslip_user_summary {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(236, 236, 241) 85%, rgb(237, 237, 242) 100%);
    height: 131px;
    padding: 23px 0;
    border-radius: 10px;
    margin-top: 4px;
}

.payslip_user_summary .item {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #797c8b;
    padding-bottom: 8px;
}

.payslip_user_summary .item:last-child {
    padding-bottom: 0;
}

.payslip_user_summary .item .inner-item {
    color: #181c32;
}

.payslip_modal_body_content {
    gap: 17px;
    padding-top: 14px;
    border-top: 1px solid #dedede;
    margin-bottom: 0;
}

.payslip_modal_body_content .summary_title {
    padding-bottom: 8px;
}

.payslip_modal_body_content .summary_thead {
    padding: 5px 0 4px;
    border-bottom-style: dashed;
    margin-bottom: 8px;
}

.payslip_modal_body_content .summary_thead h4 {
    font-size: 13px;
    line-height: 20px;
}

.payslip_modal_body_content .salary_table {
    max-width: 100%;
}

.salary_table {
    max-width: 360px;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .salary_table {
        max-width: 100%;
        margin: 0 auto;
    }
}

.salary_table .eTable-2 {
    margin-bottom: 0 !important;
}

.salary_table .eTable-2 tbody tr td:last-child {
    padding-right: 0 !important;
}

.salary_table .eTable-2 tbody tr td:last-child div {
    text-align: right;
}

.paymentContent {
    max-width: 1172px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    border-radius: 5px;
}

.paymentHeader {
    padding: 28px 75px 26px 64px;
    border-bottom: 1px solid #dedede;
}

.paymentHeader .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #181c32;
}

.paymentHeader .btn-close {
    width: 14px;
    height: 14px;
    border: 1px solid #e3e4ea;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paymentLeft {
    flex: 0 0 auto;
    max-width: 402px;
    width: 100%;
}

.paymentRight {
    flex: 0 0 auto;
    max-width: 573px;
    width: 100%;
}

.paymentWrap {
    gap: 57px;
    padding: 33px 75px 40px 64px;
}

.payment_tab_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #181c32;
}

.payment_body_content .row {
    gap: 57px;
}

.payment_modalTab {
    gap: 30px;
}

.payment_modalTab .tabItem {
    padding: 20px;
    border: 1px dashed #cfd1dc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .payment_modalTab .tabItem {
        padding: 20px 10px;
    }
}

.payment_modalTab .tabItem.active {
    background-color: #f1faff;
}

.payment_modalTab .tabItem.active .payment_gateway_option .logo {
    background-color: #d0eaf8;
}

.payment_gateway_option {
    gap: 20px;
}

.payment_gateway_option .logo {
    width: 177px;
    height: 65px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efeff3;
}

.payment_gateway_option .info .card_no {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #181c32;
    padding-bottom: 5px;
}

.card {
    border-radius: 12px;
}

@media screen and (max-width: 576px) {
    .payment_gateway_option .info .card_no {
        font-size: 14px;
    }
}

.payment_gateway_option .info .card_date {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #797c8b;
}

@media screen and (max-width: 576px) {
    .payment_gateway_option .info .card_date {
        font-size: 14px;
    }
}

.payment_table {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.payment_table .table {
    margin-bottom: 0;
}

.eSection-packageList .row {
    row-gap: 20px;
}

.packageBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1450980392);
    min-width: 280px;
    transition: all 0.3s;
}

.packageBox:hover {
    background-color: #181c32;
}

.packageBox:hover .packagePrice,
.packageBox:hover .packagePrice span,
.packageBox:hover .packageFeatures li {
    color: #fff;
}

.packageTitle {
    display: inline-block;
    background-color: #f1f8fc;
    border: 1px solid #00a3ff;
    border-radius: 22px;
    padding: 8px 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00a3ff;
    margin-bottom: 25px;
}

.packagePrice {
    font-size: 14px;
    line-height: 23px;
    color: #181c32;
    margin-bottom: 22px;
    transition: all 0.3s;
}

.packagePrice span {
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    color: #181c32;
    transition: all 0.3s;
}

.packageFeatures {
    padding: 15px 0px 25px;
    border-top: 1px solid #edf2f6;
}

.packageFeatures li {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #181c32;
    padding-bottom: 10px;
    opacity: 0.22;
    transition: all 0.3s;
}

.packageFeatures li.mainFeature {
    opacity: 1;
}

.packageFeatures li:last-child {
    padding-bottom: 0;
}

.packageSubs_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 45px;
    background-color: #00a3ff;
    border: 1px solid #00a3ff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
}

.packageSubs_btn:hover {
    background-color: transparent;
    color: #00a3ff;
}

.eSection-dashboardItems .row {
    row-gap: 30px;
}

.dashboard_ShortListItems .row {
    row-gap: 30px;
}

.dashboard_ShortListItem {
    min-width: 274px;
    min-height: 168px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    padding: 14px;
}

.dsHeader {
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e4ea;
}

.dsHeader .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #797c8b;
}

.dsHeader .ds_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background-color: #eef9ff;
}

.dsHeader .ds_link.ds_sutdent svg path {
    fill: #00a3ff !important;
}

.dsHeader .ds_link.ds_teacher svg path {
    fill: #50cd89 !important;
}

.dsHeader .ds_link.ds_parent svg path {
    fill: #ffc700 !important;
}

.dsHeader .ds_link.ds_staff svg path {
    fill: #f3416c !important;
}

.dsBody {
    padding-top: 24px;
}

.dsBody .total_no {
    font-size: 34px;
    font-weight: 700;
    line-height: 28px;
    color: #181c32;
}

.dsBody .total_info {
    font-size: 14px;
    line-height: 28px;
    color: #797c8b;
}

.dsBody .ds_item_icon {
    max-width: 74px;
}

.dashboard_report {
    border-radius: 5px;
    padding: 20px 20px 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.0039215686);
    min-height: 366px;
}

.dashboard_attendance {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ds_report_header {
    gap: 20px;
}

.ds_report_left .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--primaryLight);
}

.ds_report_count {
    gap: 14px;
    padding-top: 14px;
}

.ds_report_count .total_no {
    font-size: 34px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primaryLight);
}

.ds_attend_percent {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 65px;
    height: 25px;
    padding: 4px 12px;
    background-color: #445661;
    border-radius: 15px;
}

.ds_attend_percent .icon {
    margin-right: 3px;
}

.ds_attend_percent span {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}

.all_report_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 164px;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid var(--primaryLight);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--primaryLight);
    transition: all 0.3s;
}

.all_report_btn:hover {
    background-color: var(--primaryLight);
    color: #fff;
}

.dashboard_income_report {
    background-color: #fff;
    border-radius: 12px;
}

.dashboard_income_report .ds_report_count {
    padding-top: 26px;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    min-height: 300px;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    min-height: 300px;
}


.dashboard_upcoming_events {
    background-color: #fff;
    border-radius: 12px;
    padding-bottom: 20px;
}

.upcoming_events_items {
    padding-bottom: 30px;
}

.upcoming_events_items>li {
    padding-left: 19px;
    margin-bottom: 20px;
    position: relative;
    background: #fed;
}

.upcoming_events_items>li:last-child {
    margin-bottom: 0;
}

.upcoming_events_items>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 14px;
    background-color: #fb7d9c;
}

.upcoming_events_item .events_info .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.upcoming_events_item .events_info .date {
    font-size: 14px;
    color: #fcb7c8;
}

.all_report_btn_2 {
    width: 77px;
    height: 29px;
    margin-left: auto;
    text-align: center;
    line-height: 29px;
    padding: 4px 15px;
    background-color: var(--primaryLight);
    border: 1px solid var(--primaryDeep);
    border-radius: 5px;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    transition: all 0.3s;
}

.all_report_btn_2:hover {
    background-color: transparent;
    color: #fff;
}

.verticalMenu {
    position: relative;
}

.verticalMenu .eBtn {
    background-color: transparent;
    text-align: right;
    width: auto;
    height: auto;
}

.verticalMenu .eBtn::after {
    display: none;
}

/*# sourceMappingURL=style.css.map */

/* Starting with 'sk-' as requested */
.sk-form-group {
    margin-bottom: 20px;
}

.sk-icon {
    font-size: 1.2em;
}

.sk-input {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 10px 12px;
}

.sk-dropdown-btn,
.sk-clear-btn {
    background: none;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

.data_time_wrapper {
    transition: all 0.3s ease-in-out;
}

/* Center Button Styling */
.sk-submit-btn {
    background-color: #007bff;
    /* Primary Bootstrap color */
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.sk-submit-btn:hover {
    background-color: #0056b3;
    /* Darker shade for hover */
}

/* Toggle Button Styling */
.toggle-container {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 30px;
}

.toggle-checkbox {
    display: none;
}

.toggle-switch {
    background-color: #ccc;
    border-radius: 30px;
    height: 83%;
    width: 85%;
    position: relative;
    transition: background-color 0.4s;
}

.toggle-checkbox:checked+.toggle-switch {
    background-color: var(--primaryLight);
}

.toggle-circle {
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 8px;
    transition: all 0.4s ease;
}

.toggle-checkbox:checked+.toggle-switch .toggle-circle {
    transform: translateX(30px);
}

.toggle-label {
    margin-left: 40px;
    font-size: 1.2rem;
    font-weight: 600;
}

.email-wrapper::-webkit-scrollbar {
    width: 8px;
}

.email-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.email-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.email-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 3px;
}


/* Date & Time Wrapper Animation */
.data_time_wrapper {
    transition: opacity 0.8s ease, height 0.5s ease;
}


/* Parent label alignment */
.form-check-label {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Adjust space between the label and the toggle */
}

/* Toggle Button Styling */
.toggle-container {
    position: relative;
    display: inline-block;
    margin-top: 7px;
    width: 60px;
    height: 30px;
}

.toggle-checkbox {
    display: none;
    /* Hide the checkbox */
}

.toggle-checkbox:checked+.toggle-switch {
    background-color: #40e0d0;
}

.toggle-checkbox:checked+.toggle-switch .toggle-circle {
    transform: translateX(20px);
}

.custom-button {
    background-color: transparent;
    border: 2px solid #40e0d0;
    color: #40e0d0;
    padding: 7px 70px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.custom-button:hover {
    background-color: #40e0d0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(64, 224, 208, 0.5);
}

/* Disabled button state */
.custom-button:disabled {
    cursor: not-allowed;
}

/* Loader styles */
.custom-button .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    transform: translate(-50%, -50%);
    display: none;
    /* Hidden by default */
}

.class-section {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 12px;
}

/* Add custom styling for the form if necessary */
textarea {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    transition: border 0.6s ease;
}

textarea:focus {
    border-color: #40e0d0;
    outline: none;
}

/* agenda */
.agenda-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
}

.agenda-header {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    border-radius: 8px;
}

.agenda-time-slot {
    display: flex;
}

.time-column {
    width: 80px;
    text-align: right;
    margin-right: 16px;
}

.events-column {
    flex-grow: 1;
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px;
    min-height: 400px;
}

.event {
    position: absolute;
    left: 0;
    right: 0;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    color: #0d47a1;
}

.agenda-wrapper {
    font-family: Arial, sans-serif;
}

.agenda-header {
    background-color: #f95c44;
    color: white;
    padding: 10px;
    font-size: 18px;
}

.agenda-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agenda-row {
    display: flex;
    align-items: flex-start;
}

.agenda-time {
    font-weight: bold;
    color: #555;
    min-width: 80px;
}

.agenda-events {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    .agenda-events {
        flex-direction: column;
    }
}

.sk-card-modern {
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    padding: 30px;
    transition: all 0.3s ease;
}

.sk-card-modern:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.sk-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.sk-icon {
    margin-right: 8px;
    color: #007bff;
}

.sk-form-select {
    border-radius: 10px;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.sk-form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.sk-form-control {
    border-radius: 8px;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.sk-form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.sk-btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sk-btn-primary:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.sk-btn-icon {
    margin-right: 8px;
}

/* agenda calender */
.sk-card-modern {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 20px;
}

.sk-agenda-day {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.agenda-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.agenda-date {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.sk-icon {
    margin-right: 10px;
    color: #007bff;
}

.agenda-list {
    margin-left: 10px;
}

.sk-agenda-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.sk-agenda-row:hover {
    background-color: #f4f9ff;
}

.sk-agenda-time {
    width: 80px;
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    padding-right: 15px;
}

.agenda-events {
    flex-grow: 1;
}

.agenda-event {
    background-color: #f8f9fa;
}

.grade_one {
    background: #f74b4b;
    color: #ffffff;
}

.grade_two {
    background: #ffb352;
    color: #ffffff;
}

.grade_three {
    background: var(--primaryLight);
    color: #ffffff;
}

.sk-agenda-event {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sk-agenda-event:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.sk-agenda-event strong {
    font-size: 1.1rem;
}

.text-muted {
    color: #000 !important;
}

.agenda-event span {
    color: #333;
    font-size: 0.9rem;
}

.agenda-event .text-muted {
    font-size: 0.8rem;
    color: #888;
}

/* agenda file */
.sk-gender-form {
    background: #f6faff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.sk-gender-form h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.sk-gender-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.sk-gender-buttons button {
    flex: 1;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    background: #e2e8f0;
    color: #1f2937;
    transition: all 0.3s ease;
}

.sk-gender-buttons button.active {
    background: #17a2b8;
    color: white !important;
}

.sk-upload-box {
    margin-top: 20px;
    padding: 20px;
    border: 2px dashed #cbd5e1;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    color: #64748b;
    background: white;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.sk-upload-box.drag-over {
    background: #e2e8f0;
    border-color: #17a2b8;
}

.sk-upload-box svg {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #17a2b8;
}

.sk-upload-box span {
    display: block;
    font-size: 0.875rem;
}

.sk-file-list {
    margin-top: 10px;
}

.sk-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 5px;
    background: #f9fafb;
}

.sk-file-item span {
    font-size: 0.875rem;
    color: #1f2937;
}

.sk-file-item button {
    border: none;
    background: transparent;
    color: #dc3545;
    font-size: 1rem;
    cursor: pointer;
}

.sk-file-item button:hover {
    color: #b02a37;
}

.sk-error-message {
    margin-top: 10px;
    color: #dc3545;
    font-size: 0.875rem;
    display: none;
}

/* Parent menu */
.sk-menu-item {
    position: relative;
    font-family: 'Arial', sans-serif;
}

.sk-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sk-menu-icon {
    font-size: 18px;
    color: #6c757d;
}

.sk-menu-text {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
}

.sk-menu-arrow {
    font-size: 14px;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.sk-menu-item.showMenu .sk-menu-arrow {
    transform: rotate(90deg);
}

/* Submenu */
/* Parent menu */
.nav-links-li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.sk-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
}

.sk-menu-link:hover {
    color: #000;
}

/* Sub-menu container */
.sub-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sk-sub-menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.sk-sub-menu-last {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

/* Connector (curved line using before/after) */
.sk-sub-menu-item::before {
    content: '';
    position: absolute;
    top: 43%;
    left: -15px;
    width: 14px;
    height: 10px;
    border-left: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0 50px 0 40px;
    transform: translateY(-50%);
}

.sk-sub-menu-last::before {
    content: '';
    position: absolute;
    top: 9%;
    left: -15px;
    width: 14px;
    height: 34px;
    border-left: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0 50px 0 40px;
    transform: translateY(-50%);
}

.menu-active {
    background-color: var(--slideBar);
}

.sk-sub-menu-last::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 2px;
    background-color: #e0e0e0;
}

.sk-sub-menu-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 2px;
    background-color: #e0e0e0;
}

.sk-sub-menu-item:last-child::after {
    display: none;
}

.sk-sub-menu-last:last-child::after {
    display: none;
}

/* mailbox */
.receiver_wrapper {
    height: 200px;
    background: #f5f5f5;
    overflow: auto;
    border-radius: 10px;
    padding: 7px;
}

.icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #495057;
    font-size: 18px;
}

.icon-container i {
    line-height: 1;
}

.email-wrapper {
    width: auto;
    height: 100vh;
    overflow: auto;
    border-radius: 0.25rem;
    position: relative;
}

.email-sidebar {
    width: 250px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {

    width: auto;
    height: auto;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 0px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.email-navigation {
    position: relative;
    padding: 0px;
    height: 345px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.email-header {
    position: absolute;
    height: 70px;
    left: 250px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.email-content {
    position: absolute;
    left: 10px;
    right: 0;
    width: auto;
    top: 70px;
    height: auto;
    margin-left: 250px;
    padding: 0;
    background: #ffffff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.email-navigation a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: white;
    transition: all .3s ease-out;
}

.email-navigation a.list-group-item:hover {
    background-color: rgb(103 58 183 / 12%);
}

.email-navigation a.list-group-item.active {
    color: #673ab7;
    font-weight: 600;
    background-color: rgb(103 58 183 / 12%);
}

.email-meeting {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.email-meeting a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: white;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.email-meeting a.list-group-item:hover {
    background-color: rgb(0 123 255 / 15%);
    transition: all .3s ease-out;
}

.email-hangout .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 37px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.email-toggle-btn {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    color: #404142;
    border-radius: 0;
    cursor: pointer;
    background-color: white;
    border: 0px solid rgb(0 0 0 / 15%);
}

.email-actions {
    width: 230px;
}

.email-time {
    font-size: 13px;
    color: #6c757d;
}

.email-list div.email-message {
    background: #ffffff;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    color: #383a3c;
}

.email-list div.email-message:hover {
    transition: all .2s ease-out;
    background-color: #eceef1;
}

.email-list {
    position: relative;
    overflow: auto;
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
}

.email-list::-webkit-scrollbar {
    width: 10px;
}

.email-list::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
}

.email-list::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

.email-list::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 20px;
}

.email-star {
    color: #6c757d;
}

.email-read-box {
    position: relative;
    height: 530px;
}

/*Compose Mail*/

.compose-mail-popup {
    width: 42%;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 15;
    display: none;
}

.compose-mail-toggled {
    display: block;
}

.compose-mail-title {
    font-size: 16px;
}

.compose-mail-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgb(255 255 255 / 0%);
}

.compose-mail-close:hover {
    background-color: rgb(255 255 255 / 20%);
}

/* Navbars */

.nav-search input.form-control {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 45%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.nav-search input.form-control::placeholder {
    opacity: 0.5 !important;
    color: #fff !important;
}

.nav-search input.form-control::-ms-input-placeholder {
    color: #fff !important;
}

.nav-search button[type='submit'] {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 32%);
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nav-width {
    width: 340px !important;
}

.round-pagination.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.round-pagination.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (max-width: 768px) {
    .email-sidebar {
        display: none !important;
    }

    .email-header {
        left: 0;
    }

    .email-content {
        margin-left: 0px !important;
    }

    .flex-grow-1.mx-xl-2.my-2.my-xl-0 {
        display: none;
    }

    .eSection-wrap {
        padding: 0;
    }
}

/* Dasboard custom */
.sdash-card {
    background-color: var(--primaryLight);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sdash-icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdash-icon img {
    width: 50px;
}

.sdash-divider {
    height: 40px;
    width: 1px;
    background-color: #fff;
    margin: 0 12px;
}

.sdash-text {
    text-align: right;
}

.sdash-text p {
    margin-bottom: 4px;
    font-size: 14px;
    color: #f7f7f7;
}

.sdash-text h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.sdash-announcements {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sdash-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.sdash-item {
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
}

.sdash-date {
    background-color: var(--primaryLight);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.sdash-item p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

hr {
    margin: 12px 0;
    border: none;
    height: 1px;
    background-color: #b1b1b1;
}

/* maibox */
.mailbox-user-chip {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.mailbox-user-chip .mailbox-user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.mailbox-selected-users {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#user-results {
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px;
}

.mailbox-user-item {
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.mailbox-user-item:hover {
    background-color: #f9f9f9;
}

.mailbox-user-item .mailbox-user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

/* checkbox and radio */

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    /* For radio buttons */
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]+label::before {
    border-radius: 6px;
    /* For checkboxes */
}

input[type="radio"]:checked+label::before,
input[type="checkbox"]:checked+label::before {
    border-color: var(--primaryLight);
    background-color: var(--primaryLight);
}

input[type="radio"]+label::after,
input[type="checkbox"]+label::after {
    content: '\2713';
    /* Unicode for checkmark */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(8px, -50%) scale(0);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

input[type="checkbox"]:checked+label::after,
input[type="radio"]:checked+label::after {
    transform: translate(6px, -50%) scale(1);
}

label:hover::before {
    border-color: var(--primaryLight);
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

/* end checkbox and radio */

/* student page */
.form-wrapper {
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.st_section {
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.6s ease;
}

.section-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 12px;
    transition: background-color 0.6s ease;
}

.section-header.active {
    /* background-color: #007bff;
    color: white; */
}

.section-header:hover {
    background-color: #e0e0e0;
}

.section-header .arrow-icon {
    font-size: 18px;
    transition: transform 0.6s ease;
}

.arrow-icon.rotate {
    transform: rotate(90deg);
}

.section_content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #fff;
    border-top: solid 1px #ddd;
    transition: max-height 0.6s ease, opacity 0.6s ease;
}

.section-header.active+.section_content {
    max-height: inherit;
    opacity: 1;
    padding: 15px;
    background: #f5f5f5;
    margin-top: -10px;
}

.form-label {
    font-weight: 600;
}

.repeater-item {
    margin-bottom: 20px;
    /* border-bottom: 1px dashed #ddd; */
    border-radius: 12px;
}

.add-more-btn {
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}

.remove-parent-btn {
    color: red;
    font-weight: bold;
    cursor: pointer;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--primaryLight);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--primaryLight);
}

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

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Action Sheet */
.sksheet-action-sheet {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1051;
    transition: top var(--animation-speed, 2.9s) ease-in-out;
}

.sksheet-container {
    padding: 15px;
}

.sksheet-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sksheet-close {
    font-size: 1.2rem;
    line-height: 1;
}

.sksheet-action-sheet.show {
    top: 0;
}

.sksheet-action-sheet.d-none {
    display: none;
}

/* Overlay */
.sksheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1040;
    transition: opacity 1.9s ease-in-out;
}

.sksheet-overlay.show {
    opacity: 1;
}

.sksheet-overlay.d-none {
    display: none;
}


.skfood-label {
    font-weight: 500;
    color: #555;
}

.skfood-btn-primary {
    background-color: var(--primaryLight);
    color: #fff;
    border: none;
    padding: 0.55rem 1.5rem;
    border-radius: 5px;
}

.skfood-btn-primary:hover {
    background-color: #0056b3;
}

.skfood-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* select foods */
.multi-select-container {
    width: 300px;
    font-family: Arial, sans-serif;
    position: relative;
}

label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.multi-select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.selected-items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.selected-item {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
}

.selected-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.selected-item .remove-btn {
    cursor: pointer;
    font-size: 14px;
    color: #888;
}

.search-box {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 4px;
    font-size: 14px;
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: absolute;
    width: 93%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    display: none;
}

.dropdown-list li {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background: #f1f1f1;
}

.food-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

input[type="checkbox"] {
    margin-left: auto;
}


.skmeals-container {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 20px;
}

.skmeals-body {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.skmeals-column {
    flex: 1;
    padding: 10px;
    max-height: 100vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 8px;
}

.skmeals-column-header {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #f1f1f1;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.skmeals-item {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.skmeals-item p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

@media (max-width: 768px) {
    .skmeals-body {
        flex-direction: column;
    }

    .skmeals-column {
        width: 100%;
        margin-bottom: 15px;
    }
}

.skfheader-container {
    margin-bottom: 20px;
}

.border_12 {
    border-radius: 12px;
}

.skfheader-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 85px;
    transition: transform 0.2s ease-in-out;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.skfheader-item:hover {
    transform: translateY(-5px);
}

.skfheader-link {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.skfheader-bg {
    margin-bottom: 8px;
}

.skfheader-icon {
    width: 40px;
    height: 40px;
}

.skfheader-link span {
    font-size: 14px;
    font-weight: 500;
}

/* Mobile View */
@media (max-width: 768px) {
    .skfheader-container .d-flex {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
    }

    .skfheader-item {
        width: 100px;
        /* Adjusted width for mobile */
        height: 100px;
        /* Adjusted height for mobile */
    }

    .skfheader-link span {
        font-size: 12px;
    }

    .skfheader-icon {
        width: 32px;
        height: 32px;
    }
}

.menu_active {
    background-color: #007bff;
    /* Active menu background */
    color: #fff;
    /* Active menu text color */
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.menu_active .skfheader-link {
    color: #fff;
}

.menu_active .skfheader-icon {
    filter: brightness(0) invert(1);
    /* Make icon white */
}

.sidebar .nav-links>li.showMenu .iocn-link a .link_name {
    display: inline-block;
    color: transparent;
    background: linear-gradient(80deg, #fff, #8bcbff, #fff);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: textDarkEffect 1.5s infinite linear;
}

@keyframes textDarkEffect {
    0% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

/* nofication */
.notification-container {
    position: relative;
    margin-left: 20px;
}

.notification-icon,
.message_ico {
    position: relative;
    cursor: pointer;
    font-size: 1.5rem;
    color: #FFC107;
}

.notification-badge {
    position: absolute;
    top: 0 !important;
    font-size: 0.75rem;
    left: 14px !important;
}

.notification-dropdown {
    position: absolute;
    top: 22px;
    margin: 0 auto;
    right: 0;
    left: -120px;
    width: 300px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    align-items: could;
}

/* For responsiveness - center on small screens */
@media (max-width: 576px) {
    .notification-dropdown {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Scrollbar styling and visibility on hover */
.notification-dropdown ul {
    max-height: 200px;
    /* Adjust based on your design */
    overflow-y: auto;
    padding-right: 8px;
    /* Reserve space for scrollbar */
}

.notification-dropdown ul::-webkit-scrollbar {
    width: 6px;
}

.notification-dropdown ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.notification-dropdown ul::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.notification-dropdown ul::-webkit-scrollbar-track {
    background: transparent;
}

.notification-dropdown:hover ul {
    overflow-y: auto;
    /* Enable scrollbar visibility on hover */
}

/* Center dropdown for mobile */
@media (max-width: 576px) {
    .notification-container {
        justify-content: center;
        width: 100%;
    }
}


.notification-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.notification-dropdown li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}

.notification-dropdown li:last-child {
    border-bottom: none;
}

.notification-dropdown a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.notification-dropdown a:hover {
    background-color: #f8f9fa;
}

.notification-dropdown small {
    display: block;
    font-size: 0.8rem;
    color: #888;
}

.message_ico {
    position: relative;
    margin-right: 20px;
}

.countUnread {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 0.75rem;
    color: #fff;
    background-color: #dc3545;
    border-radius: 50%;
    padding: 2px 6px;
}

.attendance-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.attendance-table th,
.attendance-table td {
    text-align: center;
    vertical-align: middle;
}

.table-wrapper {
    overflow-x: auto;
    /* Handle horizontal overflow */
}

.card-header {
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    font-size: 18px;
}

.form-check-input {
    accent-color: #28a745;
    /* Custom accent color for the radio button */
}

.form-check-label {
    margin-left: 8px;
    font-weight: 500;
}

.editable-note {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}

.editable-note-input {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 4px 8px;
    width: 100%;
}

/* notify settings */
/* Prefix for all notification settings styles */
.notify-settings-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.notify-settings-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notify-settings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.notify-settings-label {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin-left: 10px;
}

.notify-settings-item:last-child {
    border-bottom: none;
}

/* Prefix for all notification settings styles */
.notify-settings-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.notify-settings-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notify-settings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.notify-settings-label {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin-left: 10px;
}

/* Additional Information Styling */
.notify-settings-info {
    margin-top: 10px;
    background-color: #eef2f7;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.notify-settings-info p {
    margin: 8px 0;
    font-size: 0.9rem;
    color: #444;
}

.notify-settings-info a {
    color: #007bff;
    text-decoration: none;
}

.notify-settings-info a:hover {
    text-decoration: underline;
}

.notify-settings-item:last-child {
    border-bottom: none;
}

/* view student profile */
.profile-card {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.qr-code-wrapper {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .profile-card {
        padding: 15px;
    }

    .qr-code-wrapper img {
        width: 120px;
        height: 120px;
    }
}

/* menu student */
.tab-pane {
    animation: fadeIn 0.5s ease-in-out;
}

.nav-tabs .nav-link {
    border: none !important;
    border-bottom: 2px solid transparent;
    padding: 10px 15px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    color: #0d6efd !important;
    border-bottom: 3px solid #0d6efd !important;
}

.nav-tabs .nav-link:hover {
    color: #0d6efd;
    background: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

span.badge.badge-pill.badge-danger {
    background-color: #2196F3;
    color: #ffffff;
    padding: 0.3em 0.6em;
    border-radius: 12px;
    font-size: 0.85em;
    font-weight: bold;
    opacity: 1.6 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    display: inline-block;
    animation: bg-darken 2s infinite alternate;
}

@keyframes bg-darken {
    0% {
        background-color: #2196F3;
    }

    100% {
        background-color: #b30000;
    }
}

.settings-page {
    background: #f8f9fc;
    font-family: 'Inter', sans-serif;
    color: #333;
}

.sidebar-settings {
    background: #fff;
    border-right: 1px solid #e3e6f0;
    height: 100vh;
}

.sidebar-settings .list-group-item {
    border: none;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #6c757d;
    cursor: pointer;
}

.sidebar-settings .list-group-item.active {
    background: #f1f3fa;
    color: #333;
    border-left: 4px solid #3f8cff;
}

.settings-title {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
}

.section-header {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.sidebar-settings .list-group-item {
    background: #fff;
    color: #495057;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-settings .list-group-item:hover {
    background: #f1f3fa;
    color: #333;
}

.sidebar-settings .list-group-item.active {
    background: #e9ecef;
    color: #212529;
    border-left: 4px solid #3f8cff;
}

/* end view profile */
.ave_dropdown .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.ave_dropdown .dropdown-toggle:hover {
    background-color: #f8f9fa;
}

.ave_dropdown .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow-y: auto;
}

.ave_dropdown .dropdown-item {
    font-size: 15px;
    padding: 10px 15px;
    transition: background 0.3s ease;
}

.ave_dropdown .dropdown-item:hover {
    background-color: #f1f1f1;
}

.ave_search-input {
    padding-left: 35px;
    margin-top: 10px;
}

.option_wrapp {
    padding-left: 20px;
}

.ave_search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.meet_recivers {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 10px;
}

div#receiver-results {
    height: 200px;
    overflow: auto;
}

.student-info {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.student-name {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.stclass-section {
    font-size: 13px;
    color: #555;
}

.parents-item {
    padding: 5px;
    cursor: pointer;
    border: 1px solid #b0c2c9;
    margin-top: 7px;
    border-radius: 10px;
}

.parents-item:hover {
    background-color: #f9f9f9;
}

/* profile id card */
.profile_card-container {
    padding: 20px;
}

.profile_card-card {
    max-width: 320px;
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #1e90ff;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.profile_card-header {
    background: #1e90ff;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}

.profile_card-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 10px auto;
    border: 4px solid #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.profile_card-content {
    padding: 11px;
    font-size: 0.9rem;
    color: #333;
}

.profile_card-content p {}

.profile_card-label {
    font-weight: bold;
    color: #555;
}

.profile_card-qr {
    width: 70px;
    height: 70px;
    margin: 15px auto 5px;
}

.profile_card-footer {
    background: #f1f1f1;
    padding: 8px;
    font-size: 0.8rem;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* student profile */
.attendance-section,
.filters-section,
.attendance-table {
    border: 1px solid #e0e0e0;
}

.overview-card {
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
    border: 1px solid #dddddd;
    transition: transform 0.3s, box-shadow 0.3s;
}

.overview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.btn-primary:hover {
    background-color: #0056b3;
}

.table-hover tbody tr:hover {
    background-color: #f1f8ff;
}

.table-primary th {
    background-color: #007bff;
    color: #fff;
}

#exportDropdown a:hover {
    background-color: #f1f1f1;
}

#exportDropdown {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 150px;
}

/* Qr code */
.profile_card-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile_card-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.profile_card-photo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile_card-content p {
    margin: 5px 0;
}

.profile_card-qr {
    margin-top: 20px;
}

.profile_card-footer {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.sk-w {
    width: 100%;
}

.h_100 {
    height: 100vh;
}

/* menu */

.sk_collapse {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.sk_collapse_title {
    background: #f8f9fa;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sk_menu_list ul {
    list-style: none;
    padding: 0;
    max-height: 9.375rem;
    overflow: auto;
}

.sk_menu_list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sk_menu_list h4 {
    font-size: .9375rem;
}

.sk_add_submenu,
.sk_add_custom {
    background: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 3px;
}

.sk_add_submenu:hover,
.sk_add_custom:hover {
    background: #0056b3;
}

.sk_custom_menu input {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.sk_custom_menu h4 {
    font-size: .9375rem;
}

@media (min-width: 768px) {
    .content_wrapper {
        display: flex;
        gap: 20px;
    }

    .sk_menu_list,
    .sk_custom_menu {
        flex: 1;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 5px;
    }
}

.collopse_wrapper {
    display: none;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Desktop view - Flexbox layout */
@media (min-width: 768px) {
    .sk_collapse_content {
        display: flex;
        gap: 20px;
    }

    .sk_menu_list,
    .sk_custom_menu {
        flex: 1;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 5px;
    }
}

.sk_submenu_list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    /* border: 1px solid #ddd; */
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.sk_submenu_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.sk_delete_btn {
    background: transparent;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
}

.sidebar.close {
    background: var(--slideBar);
    z-index: 9999;
}

.logo-details {
    background: #2196F3;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Hide the default file input */
.custom-file-upload input[type="file"] {
    display: none;
}

/* Style the custom file input container */
.custom-file-label {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.custom-file-label::after {
    display: none !important;
}

/* Style the file name text */
#file-name {
    flex-grow: 1;
    margin-right: 10px;
    color: #6c757d;
    /* Gray color for placeholder text */
}

/* Style the custom button */
.custom-file-button {
    padding: 6px 12px;
    background-color: #252525;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.custom-file-button:hover {
    background-color: #0056b3;
}

.offcanvas-end {
    width: 500px !important;
}
/* qr code */
.student-qr-code {
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.qr-code-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.qr-meta {
    font-size: 0.8rem;
}

/* excel bulk import */
.modern-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.modern-card {
    background: #ffffff;
    border-radius: var(--border-radius);
    padding: 40px;
    transition: var(--transition);
}


/* Form Styles */
.modern-form-group {
    margin-bottom: 25px;
}

.modern-form-label {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 12px;
    display: block;
}

.modern-form-control {
    border-radius: var(--border-radius);
    border: 1px solid var(--light-gray);
    padding: 14px;
    font-size: 15px;
    transition: var(--transition);
    background: #ffffff;
    height: auto;
}

.modern-form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.2);
}

/* Button Styles */
.modern-button-group {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.modern-btn-primary {
    background: var(--primary);
    border: none;
    border-radius: var(--border-radius);
    padding: 14px 28px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 97, 238, 0.3);
}

.modern-btn-primary:active {
    transform: translateY(0);
}

.modern-btn-preview {
    background: #ffffff;
    border: 1px solid var(--light-gray);
    border-radius: var(--border-radius);
    padding: 14px 28px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-btn-preview:hover {
    background: var(--light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modern-btn-secondary {
    background: var(--light);
    border: 1px solid var(--light-gray);
    border-radius: var(--border-radius);
    padding: 12px 24px;
    font-weight: 600;
    font-size: 15px;
    color: var(--dark);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-btn-secondary:hover {
    background: #e2e6ea;
}

/* Hint Text */
.modern-hint {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin-top: 12px;
}

.modern-hint a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.modern-hint a:hover {
    text-decoration: underline;
    color: var(--primary-dark);
}

/* Modal Styles */
.modern-modal .modal-content {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: none;
}

.modern-modal .modal-header {
    border-bottom: 1px solid var(--light-gray);
    padding: 20px 25px;
}

.modern-modal .modal-title {
    font-weight: 700;
    font-size: 20px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 10px;
}

.modern-modal .modal-body {
    padding: 25px;
    max-height: 70vh;
    overflow-y: auto;
}

.modern-modal .modal-footer {
    border-top: 1px solid var(--light-gray);
    padding: 15px 25px;
}

.modern-close {
    font-size: 18px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.modern-close:hover {
    opacity: 1;
}

/* File Info Container */
.modern-file-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.modern-file-info, .modern-student-count {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.modern-file-info {
    color: var(--primary);
}

.modern-student-count {
    color: var(--dark);
    background: var(--light-gray);
    padding: 8px 12px;
    border-radius: 20px;
}

/* Table Wrapper */
.modern-table-wrapper {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 1rem;
}

.modern-table-container {
    min-width: 100%;
    width: max-content;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--light-gray);
}

.modern-table {
    font-size: 14px;
    color: var(--dark);
    margin: 0;
    width: 100%;
}

.modern-table th {
    background: var(--primary);
    font-weight: 600;
    color: #ffffff;
    padding: 14px;
    border: none;
    text-align: center;
    position: sticky;
    top: 0;
}

.modern-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--light-gray);
    text-align: center;
}

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

.modern-table tr:hover td {
    background: rgba(67, 97, 238, 0.05);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .modern-table th,
    .modern-table td {
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .modern-container {
        margin: 30px auto;
        padding: 0 15px;
    }

    .modern-card {
        padding: 30px;
    }

    .modern-button-group {
        flex-direction: column;
        gap: 12px;
    }

    .modern-btn-primary,
    .modern-btn-preview {
        width: 100%;
        justify-content: center;
    }

    .modern-modal .modal-body {
        max-height: 60vh;
        padding: 20px;
    }

    .modern-file-info-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .modern-card {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .modern-form-label {
        font-size: 15px;
    }

    .modern-form-control {
        font-size: 14px;
        padding: 12px;
    }

    .modern-modal .modal-header {
        padding: 15px 20px;
    }

    .modern-modal .modal-title {
        font-size: 18px;
    }

    .modern-table th,
    .modern-table td {
        padding: 10px 12px;
        font-size: 13px;
        min-width: 100px;
    }
}

.progress {
    height: 1.5rem;
    border-radius: 5px;
    overflow: hidden;
}
.progress-bar {
    transition: width 0.5s ease-in-out;
    background: linear-gradient(90deg, #007bff, #00c4b4);
}
.alert {
    border-radius: 5px;
}
.modern-report-card {
    background: #f1f3f5;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

        .search-input {
            background-color: #f0f2f5;
            border-radius: 20px;
        }
        .search-input input {
            background-color: transparent;
            border: none;
            outline: none;
        }
        .eBtn-3 {
            background-color: #1b74e4;
            color: #fff;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 500;
        }
        .eBtn-3:hover {
            background-color: #165fc7;
        }
        .export_btn {
            background-color: #42b72a;
            color: #fff;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 500;
        }
        .export_btn:hover {
            background-color: #389e24;
        }
        .eTable {
            border: none;
        }
        .eTable thead {
            background-color: #f0f2f5;
            color: #1c2526;
        }
        .eTable th, .eTable td {
            border: none;
            padding: 12px;
        }
        .eTable tr {
            border-bottom: 1px solid #e6e8eb;
        }
        .eTable tr:hover {
            background-color: #f5f6f5;
        }
        .dropdown-menu {
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }
        .dropdown-item:hover {
            background-color: #f0f2f5;
        }
        .eBreadcrumb-2 li a {
            color: #65676b;
            text-decoration: none;
        }
        .eBreadcrumb-2 li a:hover {
            text-decoration: underline;
        }
        .copy-btn {
            background-color: #f0f2f5;
            border: none;
            border-radius: 6px;
            padding: 4px 8px;
            font-size: 12px;
        }
        .copy-btn:hover {
            background-color: #e6e8eb;
        }
        .toast-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1055;
        }
