@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .5s;
    outline: none;
}

.modal-backdrop.fade.show {
    background: rgb(0 0 0 / 28%);
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

input[type="file"].form-control {
    display: block;
    width: 100%;
    padding: 0.275rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 45px;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg) !important;
    opacity: 1;
}

textarea.form-control {
    height: auto !important;
}

/* Hover effect */
input[type="file"].form-control:hover {
    border-color: #86b7fe;
}

/* Focus effect */
input[type="file"].form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}


/* Default Css */

h6.text-center.bg-white * {
    font-size: 1rem !important;
}

h6.text-center.bg-white {
    font-size: 1rem;
    padding: .3rem !important;
}

.ck-editor__editable {
    min-height: 200px;
    /* Adjust height as needed */
}

.ck-powered-by {
    display: none !important;
}

*::-webkit-scrollbar {
    width: .3em;
    border-radius: 1rem;
    height: 5px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(193, 193, 193, 0.3);
    border-radius: 1rem;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(168, 168, 168, 0.671);
    border-radius: 1rem;
}

.small,
small {
    font-size: .875em;
    font-weight: 600;
    color: #858585;
}

span.icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #d4daff;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #151f38;
}

.me-2 {
    margin-right: .5rem !important;
    width: 25px;
}

a {
    text-decoration: none;
}


:root {
    --c1: #480f7d;
    --c2: #1D7BAD;
    --c3: #D14343;
    --c0: #BD0909;
    /* bLACK AND wHITE */
    --c4: #000;
    --c5: #fff;
    /* Secondary Color */
    --c6: #f5f5f5;
    --c7: #efefef;
    --c8: #009ebe;
    /* Secondary Color */
    --c9: #FFC107;
    --c10: #DC3545;
    --c11: #19875445;

    --bg1: #ababab;
    --bg2: #000;
    --bg3: #a2ed22;
    --bg4: #a2ed22;
    --bg5: #a2ed22;

    --heading-1: #3F51B5;
    --heading-2: #28c17a;

    --bs-1: 1px 0px 5px #00000035;
    --bs-2: 1px 0px 5px #00000025;
    --bs-3: 1px 0px 5px #00000015;

    --br-0: .4rem;
    --br-1: .5rem;
    --br-2: 1rem;
    --br-3: 1.2rem;

    --p-1: 1rem;
    --p-2: 1.5rem;

    --m-1: 1rem;
    --m-2: 1.5rem;

    --g-1: 1rem;
    --g-2: 1.5rem;

    --fs-1: .8rem;
    --fs-2: .9rem;
    --fs-3: 1rem;
    --fs-4: 1.2rem;

    --fw-1: 500;
    --fw-2: 600;
    --fw-3: 700;

    --gray-1: #ababab;
    --gray-2: #595959;
    --gray-3: #343434;

    /* Events */

    --ev-1: #28a745;
    --ev-2: #dc3545;
    --ev-3: #d84823;
    --ev-4: maroon;

    --gredient-1: linear-gradient(159deg, var(--c1), #4b6ec6);
    --gredient-2: linear-gradient(45deg, #1d7bad, #1DAD87);
    --gredient-3: linear-gradient(45deg, #ed0000, #c90000);
    --gredient-4: linear-gradient(2deg, var(--heading-1), #081350);
    --gredient-5: linear-gradient(3deg, #673AB7, #370099);
    --gredient-6: linear-gradient(0deg, #c3a81d, #ab8d15);
}


*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in Internet Explorer 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

small.text-center.d-block.text-success {
    background: #deffde;
    padding: 1rem;
    border-radius: 1rem;
}

small.text-center.d-block.text-success a {
    font-weight: 700 !IMPORTANT;
    display: inline-block;
    color: green;
    border-bottom: 1px dashed;
}

.typing-cursor {
    display: inline-block;
    font-weight: bold;
    color: black;
    /* Set the color of the cursor */
    animation: blink 0.7s step-end infinite;
    /* Blinking animation */
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.delete label {
    display: block;
    text-align: left;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


input[readonly],
select[readonly] {
    background-color: #f5f5f5;
    color: #333;
    cursor: not-allowed;
    pointer-events: none;
}

a.go-back {
    background: var(--c8) !important;
}

.is-invalid {
    border-color: red;
}

.error {
    font-weight: 500;
    font-size: .8rem !important;
    color: red;
}

.detailes h4 {
    font-size: 1rem;
    color: #898989 ! IMPORTANT;
    font-weight: 400;
}

.detailes label {
    font-weight: 600;
    font-size: .7rem;
    margin-bottom: .3rem;
}

.detailes input,
.detailes select,
.detailes textarea {
    font-size: .9rem !important;
    height: 45px !important;
    font-weight: 600 !important;
    border-radius: .4rem !important;
}

.modal-content {
    border-radius: 1.5rem;
}

.detailes textarea {
    height: auto !important;
}


.modal-lg,
.modal-xl {
    --bs-modal-width: 700px;
}



/* Login Page */

.adminstrator-login {
    display: flex;
    height: 100vh;
    justify-content: center;
}

.top {
    width: 100%;
}

.adminstrator-login .logo {
    width: 180px;
    display: block;
    margin-left: auto;
    margin: 0 !important;
}

.adminstrator-login .left {
    background-color: var(--c1);
    width: 70%;
    padding: 1.5rem 2rem;
}

.left .content {
    flex: 1;
    display: flex;
    align-items: center;
}

.adminstrator-login .left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.adminstrator-login .left h2 {
    color: #fff !important;
    font-size: 3rem;
}

.adminstrator-login .right {
    width: 30%;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
}

.middle {
    flex: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adminstrator-login .left h2 {
    color: var(--c5);
}

.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}


label {
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: .2rem;
}

label span {
    color: red;
}

.form-check label {
    font-weight: 700 !important;
    margin: 0;
}

a.forgot-password,
.links {
    font-weight: 700 !IMPORTANT;
    text-decoration: none;
    margin-bottom: .3rem !important;
    display: block;
}

.logo {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    color: var(--c4) !important;
    font-weight: var(--fw-2);
    margin: 0;
}


a {
    font-weight: var(--fw-1) !important;
    color: var(--c4);
}

a:hover {
    text-decoration: none !important;
}

p,
li,
td,
th {
    font-size: var(--fs-2);
    color: var(--gray-2);
    font-weight: var(--fw-1);
}

span {
    font-size: var(--fs-1);
}

span {
    display: inline;
}

.button {
    background: var(--c2) !important;
    color: var(--c5);
    border: none;
    height: auto !important;
}

.btn.btn-primary.button {
    width: 100%;
    background: var(--c1) !important;
    color: #fff !important;
    height: 45px !important;
}

.form-control,
input[type="submit"] {
    height: 45px !important;
    border-color: #dcdcdc;
    font-size: .85rem;
    border-radius: .4rem !important;
}

.choices__inner {
    background-color: #ffffff !important;
    border-radius: 6px !important;
}

select {
    font-size: .85rem;
    font-weight: 600;
    height: 48px;
    border-radius: .4rem !important;
}

.btn {
    height: 45px !important;
    box-shadow: var(--bs-1);
    border: none;
}

.form-check {
    display: flex;
    column-gap: .5rem;
    align-items: center;
}

.form-check label {
    font-weight: 600;
}

/* Style input field value */


/* Style placeholder text */
input::placeholder {
    color: #999 !important;
    opacity: 1;
}

/* For better browser compatibility */
input::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder {
    color: #999 !important;
}

input::-moz-placeholder {
    color: #999 !important;
}

input:-ms-input-placeholder {
    color: #999 !important;
    font-style: italic;
}

table td,
table th {
    font-size: var(--fs-1);
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 15px 10px !important;

}

table th,
table td {
    font-weight: 700;
}



/* .sidemenu {
    height: 93vh;
} */

.sidebar h4 {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff ! IMPORTANT;
    font-weight: 300;
}

/* Header */

.header .d-flex {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 1.5rem;
    box-shadow: 1px 0 15px #0000002e !important;
    position: relative;
}

.header .d-flex a {
    text-decoration: none;
    font-weight: 700 !IMPORTANT;
}

.d-flex.bradcrumb h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #4c4c4c ! IMPORTANT;
}

.w-15 {
    width: 15% !important;
}



.d-flex.bradcrumb {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 8px 12px;
    margin-top: .5rem;
}

li.breadcrumb-item a {
    text-decoration: none;
}

nav ol {
    margin: 0 !important;
}

/* Dashboard */

.library-dashbaord {
    display: flex;
    min-height: 100vh;
}

.library-dashbaord .sidebar {
    background: var(--c1);
    width: 270px;
    position: relative;
    z-index: 1;
    height: 100vh;
}

/* .sidebar::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    left: 50%;
    bottom: -129px;
    background: #ffffff20;
    z-index: -1;
    transform: translateX(-50%);
} */

.text-secondary {
    --bs-text-opacity: 1;
    font-weight: 600;
    display: block;
}

.library-dashbaord .content-area {
    flex: 1;
    background: var(--c5);
    overflow-y: auto;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-area .header {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 1px 0 5px #00000021 !important;
}

.content-area .header.learner {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: none !important;
}


/* Navbar */
.content-area .header {
    z-index: 1000;
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    z-index: 1050;

}

/* Modal Content */
.modal {
    position: fixed;
    z-index: 1060;

}

.modal-container {
    position: fixed;
    z-index: 1100;
    /* Override everything */
}

.content-area .content {
    flex: 1;
    padding: 0 .5rem;
    background: #f5f5ff;
    /* background: linear-gradient(180deg, #eafdff, transparent); */
    /* overflow-x: hidden; */
}

.content-area .content.learner {
    background: #f1f3ff;
    border-radius: .7rem;
    margin: .5rem;
}

.mt-5 {
    margin-top: 1.8rem !important;
}

label.permission {
    display: flex;
    gap: .8rem;
    align-items: center;
    text-transform: uppercase;
}


label.permission input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

.buttons button {
    border: none;
    background: #ababab;
    padding: .3rem 1rem;
    margin-bottom: -0.7rem;
    display: inline-block !important;
    margin-top: .5rem;
    border-radius: .3rem;
    background: var(--c);
    color: var(--c5);
}

.content-area .footer {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    background: #000;
    color: var(--c5);
    padding: .5rem;
    font-size: .8rem;
    font-family: 'outfit', 'sans-sarif';

}

.content-area .footer.learner {
    background: #fff;
    color: #000;
    font-family: 'outfit', 'sans-sarif';
    font-weight: 500;
}

.w-120 {
    width: 118px !important;
}










.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li+li {
    margin-top: .5rem;
}

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li a {
    font-size: .8rem !important;
}

.content-area .content h6 {
    margin-bottom: 1.2rem;
    color: #4b4b4b !important;
    font-weight: 500;
    font-size: 1.5rem;
}

/* Plan */
.plan-box {
    padding-top: 1.5rem;
    border-radius: 1rem;
    background: var(--c5);
    box-shadow: 1px 0 5px #00000045;
}

.plan-box h1,
.plan-box h4 {
    color: var(--c5) ! IMPORTANT;
}

.plan-box h1 {
    text-align: center;
    padding-bottom: .5rem;
}

.plan-box h4 {
    text-align: center;
    padding-bottom: .8rem;

}

ul.plan-features {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    max-height: 364px;
    overflow: auto;
    margin-bottom: 1rem;
}

span.badge.badge-danger.badge-counter {
    color: #1d7bad;
    position: absolute;
    top: -7px;
    right: 3px;
}

span.showmore {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    margin-bottom: .8rem;
    color: #ffffff6b;
    cursor: pointer;
    margin-top: -1.5rem;
}

.overflow-auto {
    overflow: auto;
}

ul.plan-features .d-flex {
    align-items: center;
    gap: .8rem;
    color: var(--c5);
}

ul.plan-features li {
    font-weight: 600;
    padding: 0 1.5rem;
}

ul.plan-features li+li {
    margin-top: 1rem;
    color: var(--c);
    border-top: 1px dotted #ffffff4f;
    padding-top: 1rem;
}

.col-lg-3:nth-child(1) .plan-box,
.active-plan-box.basic,
.basic {
    background: var(--gredient-4) !important;
}

.col-lg-3:nth-child(2) .plan-box,
.active-plan-box.standard,
.standard {
    background: var(--gredient-5) !important;
}

.col-lg-3:nth-child(3) .plan-box,
.active-plan-box.premium,
.premium {
    background: var(--gredient-6) !important;
}

.col-lg-4.payment-mode label {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .8rem !important;
}

.col-lg-4.payment-mode select {
    height: 50px !important;
}

/* Seat Assignment */


.seat {
    flex: 0 0 calc(100% / 9);
    color: white;
    text-align: center;
    padding: 5px 20px 9px 20px;
    margin: 5px;
    border-radius: 20px;
    position: relative;
    background: var(--c5);
    box-shadow: 1px 0 5px #00000017;
}

.seat small {
    font-weight: 700;
    font-size: 0.7rem;
    display: block;
    padding: .3rem 0;
}

.seat img {
    width: 60px;
    display: block;
    margin: 5px auto;
}

.seat ul {
    list-style: none;
    padding: 0 0rem;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.3rem;
    overflow: auto;
    width: 90%;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
}

.seat ul .fa-check-circle {
    font-size: 1.1rem;
}

.bookedSeat {
    filter: opacity(0.5);
}

.actionalbls button {
    border: none;
    background: transparent;
}

ul.actionalbls {
    list-style: none;
    padding: 0;
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin: 0;
}

ul.actionalbls li i {
    width: 32px;
    height: 32px;
    background: var(--c);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c5);
    border-radius: 1.5rem;
    font-size: .8rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

ul.actionalbls li i:hover {
    transform: translateY(-2px);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4), -6px -6px 12px rgba(255, 255, 255, 0.15);
}


.available {
    color: var(--heading-2);
}

/* Table */
.table-responsive {
    -webkit-overflow-scrolling: touch;
    border-radius: .8rem;
    border: 1px solid #dedede;
}

.table-responsive table {
    margin-bottom: 0;

}



.filter-box h4 {
    font-size: 1.1rem;
    color: var(--c8) !important;
    font-weight: 500;
}

table.table.text-center tr:nth-child(1) th {
    background: var(--c) !important;
    padding: 1rem 0;
    font-weight: 700 !important;
    color: var(--c5);
}

table.table.text-center td {
    font-weight: 600 !important;
    vertical-align: middle;
    padding: 1rem 0;
}

table.table.text-center tr:last-child td {
    border: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: transparent;
}

td small {
    color: var(--c8);
    font-weight: 700;
}

.beta {
    font-size: .7rem;
    padding: .1rem .3rem;
    border-radius: 1.5rem;
    background-color: red;
    color: #fff;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    /* Fixed width */
    display: inline-block;
    /* Ensures the element respects width */
}

button.expired-status {
    background: #d20000;
    color: var(--c5);
    padding: .2rem 1rem;
    border: none;
    font-weight: 700;
    border-radius: 1rem;
}

.expired {
    color: #d20000 !important;
}

h4.uppercase.py-3 {
    font-size: 1rem;
    color: #0591a3 !important;
    text-transform: uppercase !important;
}

span.uppercase,
span.truncate {
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -1.2rem;
}

span.name {
    text-transform: uppercase !important;
}



.tooltip .tooltip-inner {
    font-size: 11px;
    /* Adjust the font size as needed */
    padding: 4px 6px;
    /* Optional: Adjust padding to suit the smaller text */
}

/* Container for the icon and the card */
.info-container {
    position: relative;
    display: inline-block;
}

/* Styling the information icon */
.info-icon {
    font-size: 24px;
    color: #007bff;
    /* You can change the color to match your design */
    cursor: pointer;
}

/* Container for the icon and the card */
.info-container {
    position: relative;
    display: inline-block;
}

/* Styling the information icon */
.info-icon {
    font-size: 24px;
    color: var(--c8);
    /* Customize the color as needed */
    cursor: pointer;
}

/* Styling the info card */
.info-card {
    position: absolute;
    top: -3px;
    left: 165px;
    transform: translateX(-50%);
    width: 260px;
    padding: 15px;
    background-color: var(--c5);
    border-radius: 10px;
    box-shadow: 0px 0 55px #00000024;
    display: none;
    z-index: 10;
    transition: opacity 0.3s ease;
}

/* Styling the title inside the card */
.info-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

/* Styling the detailed text inside the card */
.info-details {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Display the card when it is toggled */
.info-card.show {
    display: block;
    opacity: 1;
}






.upper-box {
    background: linear-gradient(187deg, var(--c), #233E4A);
    padding: 1.5rem;
    border-radius: .8rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.upper-box::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background: var(--c5);
    right: -111px;
    top: -35px;
    border-radius: 300px;
    opacity: .1;
    z-index: -1;
}

.upper-box::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background: var(--c5);
    right: 16%;
    top: 10%;
    border-radius: 90px;
    opacity: .3;
    animation: slideInOut 5s infinite;
    /* Add animation with infinite loop */
}

/* Define keyframes for slide in and slide out */
@keyframes slideInOut {
    0% {
        transform: translateX(-100px);
        /* Slide in from the left */
        opacity: 0;
        /* Optional fade-in effect */
    }

    50% {
        transform: translateX(0);
        /* Center position */
        opacity: 0.3;
    }

    100% {
        transform: translateX(100px);
        /* Slide out to the right */
        opacity: 0;
        /* Optional fade-out effect */
    }
}

.upper-box *:not(span) {
    color: #fff !important;
}

.upper-box input {
    color: #000 !important;
}


.upper-box span,
.action-box span {
    font-weight: 600 !important;
}

.upper-box .d-flex {
    justify-content: space-between;
    align-items: baseline;
}

a.btn.btn-primary.button {
    height: auto ! IMPORTANT;
}

.upper-box .d-flex a {
    background: #1e293c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem 1rem;
    border-radius: .5rem;
    z-index: 1;
    position: relative;
    transition: all .5s;
    text-decoration: none;
    gap: 1rem;
}

.upper-box .d-flex a:hover {
    transform: translateY(-4px);
    box-shadow: var(--bs-1);
    transition: all .5s;
}

.upper-box h4 {
    color: #fff !IMPORTANT;
    border: none;
    font-size: 1.2rem !important;
    padding: 0 !important;
}

.actions {
    background: var(--c5);
    border-radius: .8rem;
    box-shadow: 1px 0 5px #00000020;
    margin-bottom: 1.5rem;
}

.modal-body .actions {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    margin-bottom: 0;
}

.action-box {
    padding: 1.5rem;
}

.action-box h4 {
    font-size: 1.2rem !important;
    color: #088b9c !important;
    border: none;
    font-weight: 600 !important;
    padding: 0px !important;
    margin-bottom: 1rem !important;
    display: flex;
    gap: .8rem;
}

.action-box .text-info {
    color: rgb(45, 128, 161) !important;
}

.seat--info {
    text-align: center;
    padding: 1.5rem;
    background: var(--c5);
    border-radius: .8rem;
    box-shadow: 1px 0 5px #00000020;
}

.seat--info button {
    display: block;
    margin: 0 auto;
    /* margin-bottom: .5rem; */
    background: #2FAB35;
    color: var(--c5);
    border: none;
    font-size: 13px;
    padding: .3rem 1rem;
    border-radius: .2rem;
    font-weight: 700;
}

.seat--info p {
    font-weight: 500;
    margin: 0;
    padding: .5rem;
    font-size: 1.1rem;
    color: #000;
}

.seat--info .seat {
    position: relative;
    width: 72px;
    box-shadow: none;
}

.seat--info span.d-block {
    font-weight: 700;
    color: #000;
}

.seat--info .seat {
    padding: 0;
    border: none;
}

/* List Style Request */
.request-logs.mt-4 {
    background: var(--c5);
    padding: 1.5rem;
    border-radius: .8rem;
    border: 1px solid #e7e7e7;
}

.request-logs.mt-4 h5 {
    margin-bottom: 1.5rem;
}

.request-logs.mt-4 ul {
    list-style: none;
    padding: 0;
}

ul.request_list span {
    display: block;
}

ul.request_list li+li {
    margin-top: 1rem;
    border-top: 1px solid #bbbbbb;
    padding-top: 1rem;
}

p.m-0 {
    font-weight: 700;
    margin-bottom: .4rem !IMPORTANT;
}

span.description {
    margin-bottom: .4rem;
    color: #797979;
    font-style: italic;
}

span.timestamp {
    font-weight: 500;
    margin-bottom: .2rem;
    color: #2f2f2f;
}

.payment-detaile {
    border: 1px solid #e7e7e7;
    border-radius: 1rem;
    background: var(--c5);
    box-shadow: 1px 0 20px #00000024;
}

.paymentinfo {
    padding: 2rem;
    border: 1px solid #e7e7e7 !important;
    border-radius: 1rem;
    /* background: var(--c); */
}

.paymentinfo * {
    color: #fff !IMPORTANT;
}

.payment-information {
    padding: 1.5rem;
}

.payment-information a {
    font-size: 1rem;
    text-decoration: none;
}

/* Master Design */
.master-box {
    background: #e7e7e7;
    padding: 1.5rem;
    border-radius: .5rem;
}

.master-box h4 {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    gap: .5rem;
    align-items: center;
}

.master-box .d-flex {
    justify-content: space-between;
    align-items: center;
}

.master-box i.toggle-button {
    font-size: 1.5rem !important;
    cursor: pointer;
}

.master-form.mt-3>ul {
    list-style: none;
    margin: 0;
    margin-top: .9rem;
    padding: 0;
}

.master-form.mt-3>ul>li {
    padding: .4rem 1rem;
    background: var(--c5);
    border-radius: .5rem;
}

.master-form.mt-3>ul>li+li {
    margin-top: .5rem;
}

.master-form.mt-3 ul ul {
    list-style: none;
    display: flex;
    gap: .8rem;
}

.form-fields {
    padding: 1rem;
    border: 1px solid #e7e7e7;
    background: var(--c5);
    border-radius: .8rem;
}

img.LibraryProfile {
    width: 90px;
    display: block;
    margin: 2.5rem auto;
}

.profile ul.dropdown-menu.show {
    width: 20rem;
    border: none;
    box-shadow: 1px 0 5px #00000035;
    padding: 0rem;
    margin-top: 1rem !important;
    border-radius: 1.2rem;
}

ul.dropdown-menu.show li+li {
    border-top: 1px solid #e7e7e7;
}

ul.dropdown-menu.show li+li a {
    padding: .9rem 1.3rem;
}

ul.dropdown-menu.show li+li a .fas {
    width: 30px;
}


/* Library Steps */
.steps {
    background: #e0e0e0;
    margin-bottom: 1.5rem;
    border-radius: 3rem;
}

.steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.steps ul li {
    width: calc(100% / 3 - 1rem);
    background: var(--c5);
    margin: .5rem;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    text-align: center;
}

.steps ul li a {
    font-weight: 700 !important;
    text-decoration: none;
}

.steps ul li.active {
    background: var(--c);
}

.steps ul li.active a {
    color: var(--c5);
}

a.btn.btn-toggle.d-inline-flex.align-items-center.rounded.border-0.flex-start {
    justify-content: flex-start;
}

.conatent.flex .button {
    width: 170px;
    font-size: .8rem;
    border-radius: 1rem;
    background-color: red !important;
    text-transform: uppercase;
}


.conatent.flex {
    gap: 0.8rem !important;
    display: flex;
    align-items: center;
    width: 500px;
}

.conatent.flex small {
    font-weight: 700;
    font-size: .8rem;
}

.dashibox {
    background: linear-gradient(101deg, #506497, var(--c));
    padding: 1rem;
    border-radius: .8rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashibox h4 {
    color: #fff !important;
    margin: 0;
    font-size: 2.2rem;
}

.dashibox span {
    color: var(--c5);
}

.dashibox img {
    width: 52px !important;
    height: auto !important;
    display: block;
}

.dashibox.h-my {
    height: 423px;
    overflow-y: auto;
}

.dashibox.h-my h4 {
    font-size: 1.1rem;
    font-weight: 400;
}

.dashibox ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-bottom: 0px;
    height: 400px;
    overflow-y: auto;
    margin-top: 1rem;
    margin-right: -.5rem;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px !important;
}

.dashibox ul p {
    margin: 0 !important;
    font-weight: 700;
    margin-bottom: .2rem !important;
    font-size: 1rem;
    color: var(--c5);
}


.dashibox .d-flex {
    gap: .8rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.dashibox ul li a {
    font-size: .8rem;
    text-decoration: none;
    background: var(--c);
    padding: .2rem .9rem;
    border-radius: 1rem;
    color: var(--c5);
}

.dashibox ul li {
    border-radius: .5rem;
    padding: .5rem;
    background: #ffffff20;
}

.dashibox ul li+li {
    margin-top: .5rem;
}

a.btn.btn-primary.button.main {
    padding: 1rem;
    border-radius: 2.5rem;
    font-size: 1.1rem;
    box-shadow: 1px 0 5px #00000045;
    transition: all .5s;
}

a.btn.btn-primary.button.main:hover {
    background: #000 !important;
    box-shadow: 1px 0 15px #00000045;
    transition: all .5s;
}

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li a.active {
    font-size: .8rem !important;
    color: var(--c8);
}

#loaderone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxes.mb-4 {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 0 5px #00000020;
    z-index: 1;
}

.boxes.mb-4::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 0;
}

.content--- {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.content--- * {
    position: relative;
    color: #fff !important;
    z-index: 1;
}

button#clearInvalidRecordsButton {
    display: block;
    margin: 1px auto ! IMPORTANT;
    padding: .3rem 1rem ! IMPORTANT;
    margin: 0;
    height: auto;
    height: 35px !important;
    border-radius: 2rem;
}

img.extedned,
.extedned {
    animation: blink 2s infinite;
    color: red !important;
}

td {
    text-align: center !important;
}

img.extedned,
.aboutToExpire {
    color: red ! IMPORTANT;
}

p.not-found {
    margin: 0;
    text-align: center;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.master-form h4 {
    font-size: .8rem;
    flex: 1;
    font-weight: 500;
}

span.d-block.mt-2 {
    font-weight: 600;
    font-size: 0.7rem ! IMPORTANT;
    line-height: 20px;
    color: #000;
}

.records {
    font-size: 1.1rem;
    background-color: var(--c5);
    /* Light background for contrast */
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
}

.records b {
    font-size: 1.2rem;
    color: #333;
    margin-right: 10px;

}


.records .text-success {
    background-color: #e6f4ea;
    color: rgb(79 194 18) !important;
    display: inline-block;
    margin-top: .5rem;
}

.records .text-danger {
    background-color: #fdecea;
    color: #dc3545;
    display: inline-block;
    margin-top: .5rem;
    font-weight: 600;
}

.master-box ul .contents li {
    padding-top: .8rem;
}

.master-box ul.contents li:not(.master-box ul.contents li li) {
    background: var(--c5);
    padding: .5rem.5rem;
    border-radius: .5rem;
}

i.fa.fa-circle-check.fa-3x.text-success {
    display: block;
    margin: 0 auto;
    margin-top: -1.5rem;
    text-align: center;
    color: rgb(79 194 18) !important;
}

.master-box ul.contents li+li:not(.master-box ul.contents li li) {
    margin-top: .5rem !important;
}

.master-box ul.contents {
    height: 150px;
    overflow: auto;
}


/* Dashboard Design */
.dashboard h1,
h1 * {
    font-size: 2.4rem;
    color: #00BCD4;
}

.dashboard h1 {
    color: #1c32aa !important;

}

.active-plan-box {
    background: #151f38 !important;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 1px 0 5px #00000021;
    height: 100%;
}

.active-plan-box .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.active-plan-box .d-flex .plann-info {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.active-plan-box .d-flex .plann-info a {
    display: block;
    text-decoration: none;
    color: #00BCD4;
}

ul.plann-info li {
    font-weight: 700;
    font-size: .8rem;
}

.dashboard h4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--heading-1) !important;
    font-size: 1.2rem;
}

.dashboard h4 span a {
    color: red;
}


.main-count {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    position: relative;
    gap: 1rem;
}



.main-count span,
.main-count h2,
.main-count small {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
}

.main-count h2 {
    font-size: 2.5rem !important;
    font-weight: 500 !important;
}

.main-count small {
    color: #ffffff90 !important;
}

.main-count img {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    animation: zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
    }

    50% {
        transform: translateY(-50%) scale(1.1);
    }
}

ul.revenue-box {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.revenue-box li {
    background: #fff !important;
    width: 430px;
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin: 0 !important;
    border: 1px solid #dedede !important;
}

/* ul.revenue-box li:nth-child(odd) {
    background: #d1ebff !important;
} */

ul.revenue-box li .d-flex {
    width: 380px !important;
    justify-content: space-between;
    align-items: center;
}

.mt-10 {
    margin-top: 4rem !important;
}

.booking-count {
    background: #0f1c64;
    padding: .6rem;
    border-radius: .8rem;
    position: relative;
}

.booking-count a.viewall {
    color: var(--c5);
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: .8rem;
    margin-bottom: -.5rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .5s ease, transform .5s ease;
    transform: scale(1);
}

.booking-count:hover {
    transform: scale(1.05);
}

.booking-count:hover a.viewall {
    opacity: 1;
    transform: translateY(0);
}

/* .booking-count:hover {
    transform: scale(1.01);
} */
/* Link styling */
a.text-white.text-decoration-none {
    color: var(--c5);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color .3s ease;
}

/* Arrow icon styling */
a.text-white.text-decoration-none i.fa-long-arrow-right {
    transition: transform .3s ease;
}

/* Hover effect */
a.text-white.text-decoration-none:hover i.fa-long-arrow-right {
    transform: translateX(5px);
    /* Moves the arrow 5px to the right */
}

.booking-count {
    perspective: 1000px;
    /* Enables a 3D perspective */
    transition: transform 0.5s;
    /* Smooth transition */
}



.booking-count h6,
.booking-count h4 {
    margin: 0;
    /* Remove default margins for better layout */
}




.dashboard .booking-count h6 {
    margin: 0px;
    font-size: .9rem !important;
    color: #ffffffd1 !important;
    font-weight: 400;
    margin-bottom: 1rem;
}


.booking-count .d-flex {
    justify-content: space-between;
}

.booking-count .d-flex h4 {
    color: #14a9bc !important;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.typing-cursor {
    display: inline-block;
    font-weight: bold;
    color: black;
    /* Set the color of the cursor */
    animation: blink 0.7s step-end infinite;
    /* Blinking animation */
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


input[readonly] {
    background-color: #f5f5f5;
    /* Light grey background */
    color: #333;
    /* Dark text color */
    cursor: not-allowed;
    /* Changes the cursor to indicate it's not editable */
}

a.go-back {
    background: var(--c8) !important;
}

.is-invalid {
    border-color: red;
}

.error {
    font-weight: 500;
    font-size: .8rem !important;
    color: red;
}

.detailes h4,
.form-input h4 {
    font-size: 1rem;
    color: #038696 ! IMPORTANT;
    font-weight: 500;
}

.detailes label {
    font-weight: 600;
    font-size: .7rem;
    margin-bottom: .3rem;
}

.idProofFields1 {
    background: #f4feff !important;
    padding: 1rem !important;
    border-radius: 1rem !important;
    border: 1px solid #dedede !important;
}

.modal-lg,
.modal-xl {
    --bs-modal-width: 700px;
}

html,
body {
    font-family: "Mulish", sans-serif;
}

/* Login Page */

.adminstrator-login {
    display: flex;
    height: 100vh;
    justify-content: center;
}

.adminstrator-login .left {
    background-color: var(--c1);
    width: 70%;
    padding: 1.5rem 2rem;
}

.adminstrator-login .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adminstrator-login .left h2 {
    color: #fff !important;
    font-size: 3rem;
}

.adminstrator-login .right {
    width: 30%;
    padding: 1.5rem 2rem;
}

.middle h5 {
    color: #007888 !important;
}

.adminstrator-login .left h2 {
    color: var(--c5);
}

.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}


.right label {
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: .2rem;
}

label span {
    color: red;
}

.form-check label {
    font-weight: 700 !important;
    margin: 0;
}

a.forgot-password,
.links {
    font-weight: 700 !IMPORTANT;
    text-decoration: none;
    margin-bottom: .3rem !important;
    display: block;
}

.logo {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    color: var(--c4) !important;
    font-weight: var(--fw-2);
    margin: 0;
}

a {
    font-weight: var(--fw-1) !important;
    color: var(--c4);
}

a:hover {
    text-decoration: none !important;
}

p,
li,
td,
th {
    font-size: var(--fs-2);
    color: var(--gray-2);
    font-weight: var(--fw-1);
}

span {
    font-size: var(--fs-1);
}

span {
    display: inline;
}

.button {
    background: var(--c2) !important;
    color: var(--c5);
    border: none;
    height: 45px !important;
}

.btn.btn-primary.button {
    width: 100%;
    background: var(--c1) !important;
    color: #fff !important;
    border-radius: .4rem !important;
}


select {
    font-size: .9rem;
    font-weight: 600;
    height: 45px;
}

/* .btn {
    height: 45px !important;
    box-shadow: var(--bs-1);
    border: none;
} */

.form-check {
    display: flex;
    column-gap: .5rem;
    align-items: center;
}

.form-check label {
    font-weight: 600;
    text-align: left;
}

/* Style input field value */
input {
    font-family: 'Mulish', sans-serif !important;
    color: #000 !important;
    font-size: .85rem !important;
    border-radius: 5px;
    font-weight: 600 !important;
}

.form-check-input:checked {
    background-color: navy;
    border-color: #3F51B5;
}

/* Style placeholder text */
input::placeholder {
    color: #999 !important;
    opacity: 1;
}

label.upload-lable {
    font-weight: 700;
    font-size: .8rem;
    margin-top: 2rem ! IMPORTANT;
    border: 2px dashed #99007c;
    display: block;
    text-align: center;
    padding: .8rem;
    border-radius: .6rem;
}

label.libraryImage {
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: .2rem;
    border: 2px dashed #00BCD4;
    display: block;
    text-align: center;
    padding: 1rem;
}

label.upload-label input[type=file] {
    display: block;
}

img#imageDisplay {
    width: 120px;
    height: 120px !important;
    border-radius: 120px;
    object-fit: contain;
    background: #ababab;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}


img.uploaded-image {
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #ababab;
    padding: .3rem;
}


/* For better browser compatibility */
input::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder {
    color: #999 !important;
}

input::-moz-placeholder {
    color: #999 !important;
}

input:-ms-input-placeholder {
    color: #999 !important;
    font-style: italic;
}

table td,
table th {
    font-size: var(--fs-1);
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 15px 10px !important;

}

table th,
table td {
    font-weight: 700;
}

/* Sidebar */


.sidebar h4 {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff ! IMPORTANT;
    font-weight: 300;
}

/* Header */

.header .d-flex {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 1.5rem;
    box-shadow: 1px 0 15px #00000025 !important;
}

.header.learner .d-flex {
    box-shadow: none !important;
}

.header .d-flex a {
    text-decoration: none;
    font-weight: 700 !IMPORTANT;
}

.d-flex.bradcrumb h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #4c4c4c ! IMPORTANT;
}

.w-15 {
    width: 15% !important;
}

.heading-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-flex.bradcrumb {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 8px 12px;
    margin-top: .3rem;
    margin-bottom: .3rem;
}

li.breadcrumb-item a {
    text-decoration: none;
}

nav ol {
    margin: 0 !important;
}

/* Dashboard */

.library-dashbaord {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}

.library-dashbaord .sidebar {
    background: var(--c1);
    width: 270px;
    height: 100vh;
}

.library-dashbaord .content-area {
    flex: 1;
    background: var(--c5);
    overflow-y: auto;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


div#datatable_length {
    margin-left: 0.5rem;
}

.content .card {
    background: var(--c5);
    padding: 1.5rem;
    border-radius: 1rem;
    /* box-shadow: 1px 0 36px #0000001c; */
    /* border: 1px solid #dedede !important; */
    border: none;
    overflow: hidden;
}

.card.chart {
    height: 100%;
}

.card.chart h5 {
    font-size: 1.2rem;
    text-align: center;
    color: #3F51B5 ! IMPORTANT;
}

label.permission {
    display: flex;
    gap: .8rem;
    align-items: center;
    text-transform: uppercase;
    font-size: .7rem;
}


label.permission input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

.buttons button {
    border: none;
    background: #ababab;
    padding: .3rem 1rem;
    margin-bottom: -0.7rem;
    display: inline-block !important;
    margin-top: .5rem;
    border-radius: .3rem;
    background: var(--c1);
    color: var(--c5);
}

.content-area .footer {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: #000;
    color: var(--c5);
    padding: .5rem;
    font-size: .8rem;
}

.w-120 {
    width: 118px !important;
}

.sidebar.w-120 ul.list-unstyled.ps-0>li>a {
    height: 73px !important;
    display: block;
    font-size: .5rem !important;
    display: flex !important;
    flex-direction: column;
    font-size: .7rem !important;
    justify-content: center ! IMPORTANT;
}

.sidebar.w-120 ul.list-unstyled.ps-0>li>a span {
    font-size: .7rem;
}

ul.list-unstyled.ps-0 {
    padding: 0 1rem ! IMPORTANT;
    text-align: center;
    max-height: 87.7vh;
    overflow: auto;
}

.sidebar.w-120 ul.list-unstyled.ps-0>li>a .fa-angle-right {
    display: none;
}

.sidebar.w-120 ul.list-unstyled.ps-0>li a i {
    margin: 0 !important;
    margin-bottom: .5rem !important;
    display: block;
}

i#sidebar {
    cursor: pointer;
}

h2.made-inindia {
    color: #cdcdcd ! IMPORTANT;
    padding: 2rem 0;
    opacity: 43;
    text-align: center;
}

.sidebar.w-120 ul.list-unstyled.ps-0>li div {
    background: var(--c1);
    position: absolute;
    left: 100px;
    top: 0;
    width: 250px;
    padding: .5rem;
    z-index: 1;
    border-radius: .5rem;
    box-shadow: 1px 0 5px #00000045;
}

ul.list-unstyled.ps-0 li a {
    box-shadow: none;
    color: var(--c5);
    width: 100%;
    padding: 0;
}

a.btn.btn-toggle.d-inline-flex.align-items-center.rounded.border-0.collapsed {
    justify-content: space-between;
}

ul.list-unstyled.ps-0 {
    padding: 0 1rem !IMPORTANT;
    text-align: center;
}



ul.btn-toggle-nav li:last-child {
    margin-bottom: 0.4rem !important;
}

.seat-content h6 {
    padding: 0 !important;
}

ul.list-unstyled.ps-0>li+li {
    margin-top: .5rem;
    border-radius: 0;
    position: relative;
}

ul.list-unstyled.ps-0 li.active {
    background: transparent !important;
    box-shadow: none;
}

ul.list-unstyled ul {
    text-align: left;
}

ul.list-unstyled ul li a {
    text-decoration: none;
}

a.sort {
    background: #fff;
    padding: .5rem 1rem;
    border: 1px solid #dedede;
    border-radius: 2rem;
    font-family: 'outfit', 'sans-sarif';
    font-size: .8rem;
    display: block;
}

.set-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 
ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li {
    padding: 0.5rem 0rem;
    border-radius: .3rem;
    margin-left: 1.5rem;
} */

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li {
    padding: .6rem 1rem;
    border-radius: .4rem;
    /* margin-left: 1.5rem; */
    background: #ffffff1a;
}

ul.list-unstyled.ps-0 li a {
    box-shadow: none;
    color: var(--c5);
    width: 100%;
    padding: 0;
    font-size: .9rem;
    display: flex ! IMPORTANT;
    align-items: center !important;
    justify-content: space-between;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li+li {
    margin-top: .5rem;
}

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li a {
    font-size: .8rem !important;
}

.content-area .content h6 {
    margin-bottom: 1.2rem;
    color: #4b4b4b ! IMPORTANT;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    padding: 0 1rem;
}

h6.text-center.text-danger.mb-4 {
    color: red ! IMPORTANT;
}

/* Plan */
.plan-box {
    padding-top: 1.5rem;
    border-radius: 1rem;
    background: var(--c5);
    box-shadow: 1px 0 5px #00000045;
}

.plan-box h1,
.plan-box h4 {
    color: var(--c5) ! IMPORTANT;
}

.plan-box h1 {
    text-align: center;
    padding-bottom: .5rem;
}

.plan-box h4 {
    text-align: center;
    padding-bottom: .8rem;

}

img.dummy {
    width: 80px;
}

textarea.notification {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width)* 2));
    height: 150px !important;
}

span.showmore {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    margin-bottom: .8rem;
    color: #ffffff6b;
    cursor: pointer;
    margin-top: -1.5rem;
}

.overflow-auto {
    overflow: auto;
}

ul.plan-features .d-flex {
    align-items: center;
    gap: .8rem;
    color: var(--c5);
}

ul.plan-features li {
    font-weight: 600;
    padding: 0 1.5rem;
}

ul.plan-features li+li {
    margin-top: 1rem;
    color: var(--c1);
    border-top: 1px dotted #ffffff4f;
    padding-top: 1rem;
}

.col-lg-3:nth-child(1) .plan-box,
.paymentinfo .basic,
.basic {
    background: var(--gredient-4) !important;
}

a.btn.btn-primary.button.box-shadow.disabled.renew {
    background: #00BCD4 ! IMPORTANT;
}

.col-lg-3:nth-child(2) .plan-box,
.paymentinfo .standard,
.standard {
    background: var(--gredient-5);
}

.col-lg-3:nth-child(3) .plan-box,
.paymentinfo .premium,
.premium {
    background: var(--gredient-6);
}

.col-lg-4.payment-mode label {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .8rem !important;
}

.col-lg-4.payment-mode select {
    height: 50px !important;
}

/* Seat Assignment */

.seat-booking {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.seat {
    color: white;
    text-align: center;
    margin: 5px;
    border-radius: 20px;
    position: relative;
    background: var(--c5);
    box-shadow: 1px 0 5px #00000017;
    padding: 1rem .5rem;
    transition: transform 0.3s ease;
    cursor: pointer;
}



.seat small {
    font-weight: 700;
    font-size: 0.7rem;
    display: block;
    padding: .3rem 0;
}

.seat img {
    width: 50px;
    display: block;
    margin: 6px auto;

}

.seat img:hover {
    transform: scale(1.1) !important;
}


.seat ul .fa-check-circle {
    font-size: 1.3rem;
}

.bookedSeat {
    filter: opacity(0.5);
}

.actionalbls button {
    border: none;
    background: transparent;
}

ul.actionalbls {
    list-style: none;
    padding: 0;
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin: 0 auto;
}

ul.actionalbls li i {
    width: 32px;
    height: 32px;
    background: var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c5);
    border-radius: 1.5rem;
    font-size: .8rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modal-backdrop {
    z-index: 1018 !important;
}

.modal {
    z-index: 1050 !important;
}

ul.actionalbls li i:hover {
    transform: translateY(-2px);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4), -6px -6px 12px rgba(255, 255, 255, 0.15);
}

/* Colors */
.booked {
    color: #0591a3;
}

.available {
    color: var(--heading-2);
}



.table-responsive img.profile {
    width: 50px;
    height: 50px ! IMPORTANT;
    border-radius: 50px;
    background: rebeccapurple;
    display: block;
    margin: 0 auto;
}

/* Table */
.table-responsive {
    -webkit-overflow-scrolling: touch;
    border-radius: .8rem;
}

.table-responsive table {
    margin-bottom: 0;
    width: 100% !important;
}

.filter-box {
    padding: 1.5rem;
    border: none;
    border-radius: .8rem;
    background: var(--c5);
    border: 1px solid #dedede;
    box-shadow: none;
}

.filter-box h4 {
    font-size: 1.1rem;
    color: var(--c8) !important;
    font-weight: 500;
}

table.table.text-center tr:nth-child(1) th {
    background: var(--c1) !important;
    padding: 1rem 0;
    font-weight: 700 !important;
    color: var(--c5);
    text-align: center;
}

td.text-start,
td.text-start * {
    background: #ebf1ff;
    color: #000 ! IMPORTANT;
    text-transform: uppercase;
    font-size: .8rem ! IMPORTANT;
    font-weight: 600 !IMPORTANT;
}

table.table.text-center td {
    font-weight: 600 !important;
    vertical-align: middle;
    padding: 1rem 0;
}

table.table.text-center tr:last-child td {
    border: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: transparent;
}

td small {
    color: var(--c8);
    font-weight: 700;
}

button.active-status {
    background: linear-gradient(45deg, var(--heading-1), #00BCD4);
    color: var(--c5);
    padding: .2rem 1rem;
    border: none;
    font-weight: 700;
    border-radius: 1rem;
    box-shadow: 1px 0 5px #00000045;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    /* Fixed width */
    display: inline-block;
    /* Ensures the element respects width */
}

button.expired-status {
    background: #d20000;
    color: var(--c5);
    padding: .2rem 1rem;
    border: none;
    font-weight: 700;
    border-radius: 1rem;
}


.tooltip .tooltip-inner {
    font-size: 11px;
    /* Adjust the font size as needed */
    padding: 4px 6px;
    /* Optional: Adjust padding to suit the smaller text */
}

/* Container for the icon and the card */
.info-container {
    position: relative;
    display: inline-block;
}

/* Styling the information icon */
.info-icon {
    font-size: 24px;
    color: #007bff;
    /* You can change the color to match your design */
    cursor: pointer;
}

/* Container for the icon and the card */
.info-container {
    position: relative;
    display: inline-block;
}

/* Styling the information icon */
.info-icon {
    font-size: 24px;
    color: var(--c8);
    /* Customize the color as needed */
    cursor: pointer;
}

/* Styling the info card */
.info-card {
    position: absolute;
    top: -3px;
    left: 165px;
    transform: translateX(-50%);
    width: 260px;
    padding: 15px;
    background-color: var(--c5);
    border-radius: 10px;
    box-shadow: 0px 0 55px #00000024;
    display: none;
    z-index: 10;
    transition: opacity 0.3s ease;
}

/* Styling the title inside the card */
.info-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

/* Styling the detailed text inside the card */
.info-details {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Display the card when it is toggled */
.info-card.show {
    display: block;
    opacity: 1;
}






.upper-box {
    background: linear-gradient(187deg, var(--c1), #233E4A);
    padding: 1.5rem;
    border-radius: .8rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.upper-box::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background: var(--c5);
    right: -111px;
    top: -35px;
    border-radius: 300px;
    opacity: .1;
    z-index: -1;
}

.upper-box::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background: var(--c5);
    right: 16%;
    top: 10%;
    border-radius: 90px;
    opacity: .3;
    animation: slideInOut 5s infinite;
    /* Add animation with infinite loop */
}

/* Define keyframes for slide in and slide out */
@keyframes slideInOut {
    0% {
        transform: translateX(-100px);
        /* Slide in from the left */
        opacity: 0;
        /* Optional fade-in effect */
    }

    50% {
        transform: translateX(0);
        /* Center position */
        opacity: 0.3;
    }

    100% {
        transform: translateX(100px);
        /* Slide out to the right */
        opacity: 0;
        /* Optional fade-out effect */
    }
}

.upper-box *:not(span) {
    color: #fff !important;
}

.upper-box input {
    color: #000 !important;
}


.upper-box span,
.action-box span {
    font-weight: 600 !important;
}

.upper-box .d-flex {
    justify-content: space-between;
    align-items: baseline;
}

a.btn.btn-primary.button {
    height: auto ! IMPORTANT;
}

.upper-box .d-flex a {
    background: #1e293c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem 1rem;
    border-radius: .5rem;
    z-index: 1;
    position: relative;
    transition: all .5s;
    text-decoration: none;
    gap: 1rem;
}

.upper-box .d-flex a:hover {
    transform: translateY(-4px);
    box-shadow: var(--bs-1);
    transition: all .5s;
}

.upper-box h4 {
    color: #fff !IMPORTANT;
    border: none;
    font-size: 1.2rem !important;
    padding: 0 !important;
}

.upper-box h5,
.action-box h5 {
    font-size: .8rem !important;
}

.bg-white.p-2.rounded-2 {
    height: 265px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    font-size: .8rem;
    color: #909090;
    border-radius: 1.5rem ! IMPORTANT;
    border: 1px solid #e5e5e5;
}

.actions {
    background: var(--c5);
    border-radius: .8rem;
    box-shadow: 1px 0 5px #00000020;
    margin-bottom: 1.5rem;
}

.modal-body .actions {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    margin-bottom: 0;
}

.action-box {
    padding: 1.5rem;
}

.action-box h4 {
    font-size: 1.2rem !important;
    color: #088b9c !important;
    border: none;
    font-weight: 600 !important;
    padding: 0px !important;
    margin-bottom: 1rem !important;
    display: flex;
    gap: .8rem;
}

.action-box .text-info {
    color: rgb(45, 128, 161) !important;
}

.seat--info {
    text-align: center;
    padding: 1.5rem;
    background: var(--c5);
    border-radius: .8rem;
    box-shadow: 1px 0 5px #00000020;
}

.seat--info button {
    display: block;
    margin: 0 auto;
    /* margin-bottom: .5rem; */
    background: #2FAB35;
    color: var(--c5);
    border: none;
    font-size: 13px;
    padding: .3rem 1rem;
    border-radius: .2rem;
    font-weight: 700;
}

.seat--info p {
    font-weight: 500;
    margin: 0;
    padding: .5rem;
    font-size: 1.1rem;
    color: #000;
}

.seat--info .seat {
    position: relative;
    width: 72px;
    box-shadow: none;
}

.seat--info span.d-block {
    font-weight: 700;
    color: #000;
}

.seat--info .seat {
    padding: 0;
    border: none;
}

/* List Style Request */
.request-logs.mt-4 {
    background: var(--c5);
    padding: 1.5rem;
    border-radius: .8rem;
    border: 1px solid #e7e7e7;
}

.request-logs.mt-4 h5 {
    margin-bottom: 1.5rem;
}

.request-logs.mt-4 ul {
    list-style: none;
    padding: 0;
}

ul.request_list span {
    display: block;
}

ul.request_list li+li {
    margin-top: 1rem;
    border-top: 1px solid #bbbbbb;
    padding-top: 1rem;
}

p.m-0 {
    font-weight: 500;
    margin-bottom: .4rem !IMPORTANT;
    font-size: .8rem;
}

span.description {
    margin-bottom: .4rem;
    color: #797979;
    font-style: italic;
}

span.timestamp {
    font-weight: 500;
    margin-bottom: .2rem;
    color: #2f2f2f;
}

.payment-detaile {
    border: 1px solid #e7e7e7;
    border-radius: 1rem;
    background: var(--c5);
    box-shadow: 1px 0 20px #00000024;
}

.paymentinfo {
    padding: 2rem;
    border: 1px solid #e7e7e7 !important;
    border-radius: 1rem;
    background: var(--c1);
}

.paymentinfo * {
    color: #fff !IMPORTANT;
}

.payment-information {
    padding: 1.5rem;
}

.payment-information a {
    font-size: 1rem;
    text-decoration: none;
}

/* Master Design */
.master-box {
    background: #96dee1;
    padding: 1.5rem;
    border-radius: .5rem;
}

.master-box h4 {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    gap: .5rem;
    align-items: center;
}

.master-box .d-flex {
    justify-content: space-between;
    align-items: center;
}

.master-box i.toggle-button {
    font-size: 1.5rem !important;
    cursor: pointer;
}

.master-form.mt-3>ul {
    list-style: none;
    margin: 0;
    margin-top: .9rem;
    padding: 0;
}

.master-form.mt-3>ul>li {
    padding: .4rem 1rem;
    background: var(--c5);
    border-radius: .5rem;
}

.master-form.mt-3>ul>li+li {
    margin-top: .5rem;
}

.master-form.mt-3 ul ul {
    list-style: none;
    display: flex;
    gap: .8rem;
}

.form-fields {
    padding: 1rem;
    border: 1px solid #e7e7e7;
    background: var(--c5);
    border-radius: .8rem;
}

img.LibraryProfile {
    width: 90px;
    display: block;
    margin: 2.5rem auto;
}

.profile ul.dropdown-menu.show {
    width: 20rem;
    border: none;
    box-shadow: 1px 0 5px #00000035;
    padding: 0rem;
    margin-top: 1rem !important;
}

ul.dropdown-menu.show li+li {
    border-top: 1px solid #e7e7e7;
}

ul.dropdown-menu.show li+li a {
    padding: .9rem 1.3rem;
}

ul.dropdown-menu.show li+li a .fas {
    width: 30px;
}

ul.libraryFeatures {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

ul.libraryFeatures li {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: .5rem;
    padding: 1.5rem;
    align-items: center;
    gap: 1rem;
    width: calc(100% / 5 - 2rem);
    width: 100%;
    border: 2px solid #a0f4ff;
    background: #d7faff;
}

ul.libraryFeatures li:hover {
    box-shadow: 1px 0 25px #00000021;
}

.card h4.mb-4 {
    color: #008ca9 !important;
    overflow: hidden;
    font-size: 1rem;
    text-transform: uppercase;
    border-left: 4px solid;
    padding-left: 1rem;
}

/* Library Steps */

.profile .text-info {
    --bs-text-opacity: 1;
    color: #00BCD4 !important;
    font-weight: 600;
    font-size: .8rem;
}



.steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}



.steps ul li a {
    font-weight: 700 !important;
    text-decoration: none;
}

.steps ul li.active {
    background: var(--c1);
}

.steps ul li.active a {
    color: var(--c5);
}

a.btn.btn-toggle.d-inline-flex.align-items-center.rounded.border-0.flex-start {
    justify-content: flex-start;
}

.conatent.flex .button {
    width: 170px;
    font-size: .8rem;
    border-radius: 1rem;
    background-color: red !important;
    text-transform: uppercase;
}

.conatent.flex {
    gap: 0.8rem !important;
    display: flex;
    align-items: center;
    width: 500px;
}

.conatent.flex small {
    font-weight: 700;
    font-size: .8rem;
}

.dashibox {
    background: linear-gradient(101deg, #506497, var(--c1));
    padding: 1rem;
    border-radius: .8rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashibox h4 {
    color: #fff !important;
    margin: 0;
    font-size: 2.2rem;
}

.dashibox span {
    color: var(--c5);
}

.dashibox img {
    width: 52px !important;
    height: auto !important;
    display: block;
}

.dashibox.h-my {
    height: 423px;
    overflow-y: auto;
}

.dashibox.h-my h4 {
    font-size: 1.1rem;
    font-weight: 400;
}

.dashibox ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-bottom: 0px;
    height: 400px;
    overflow-y: auto;
    margin-top: 1rem;
    margin-right: -.5rem;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px !important;
}

.dashibox ul p {
    margin: 0 !important;
    font-weight: 700;
    margin-bottom: .2rem !important;
    font-size: 1rem;
    color: var(--c5);
}


.dashibox .d-flex {
    gap: .8rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.dashibox ul li a {
    font-size: .8rem;
    text-decoration: none;
    background: var(--c1);
    padding: .2rem .9rem;
    border-radius: 1rem;
    color: var(--c5);
}

.dashibox ul li {
    border-radius: .5rem;
    padding: .5rem;
    background: #ffffff20;
}

.dashibox ul li+li {
    margin-top: .5rem;
}

a.btn.btn-primary.button.main {
    padding: 1rem;
    border-radius: 2.5rem;
    font-size: 1.1rem;
    box-shadow: 1px 0 5px #00000045;
    transition: all .5s;
}

a.btn.btn-primary.button.main:hover {
    background: #000 !important;
    box-shadow: 1px 0 15px #00000045;
    transition: all .5s;
}

ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small li a.active {
    font-size: .8rem !important;
    color: var(--c8);
}

/* Loader wrapper */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: var(--c5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    /* Initially hidden */
}

/* Center the spinner from top and left */
#loader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    /* You can change the color */
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.boxes.mb-4 {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 0 5px #00000020;
    z-index: 1;
}

.boxes.mb-4::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 0;
}

.content--- {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.content--- * {
    position: relative;
    color: #fff !important;
    z-index: 1;
}

button#clearInvalidRecordsButton {
    display: block;
    margin: 1px auto ! IMPORTANT;
    padding: .3rem 1rem ! IMPORTANT;
    margin: 0;
    height: auto;
    height: 35px !important;
}



.master-form h4 {
    font-size: .8rem;
    flex: 1;
    font-weight: 500;
}

span.d-block.mt-2 {
    font-weight: 600;
    font-size: 0.7rem ! IMPORTANT;
    line-height: 20px;
    color: #000;
}

.records {
    font-size: 1.1rem;
    background-color: var(--c5);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #dedede;
}

.records b {
    font-size: 1.2rem;
    color: #333;
    margin-right: 10px;
}

.records span {
    padding: 4px 8px;
    border-radius: 12px;
}

.records span:hover {
    background-color: #d1e7dd;
    /* Slight color change on hover for interaction */
    cursor: pointer;
}

.contents {
    height: 400px;
    overflow: hidden;

    list-style-type: none;
    margin: 0;
    padding: 0;
}

.master-box ul.contents li:not(.master-box ul.contents li li) {
    background: var(--c5);
    padding: .5rem.5rem;
    border-radius: .5rem;
}

.master-box ul.contents li+li:not(.master-box ul.contents li li) {
    margin-top: .5rem !important;
}

.master-box ul.contents {
    height: 228px;
    overflow: auto;
}


/* Dashboard Design */
.dashboard h1,
h1 * {
    font-size: 2.4rem;
    color: #00BCD4;
}

.dashboard h1 {
    color: #1c32aa !important;

}

.active-plan-box {
    background: #e7fcff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 1px 0 5px #00000021;
}

.active-plan-box .top-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem;
    flex-direction: column;
}

.active-plan-box label {
    color: #edededb0;
}

.active-plan-box .d-flex .plann-info {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    flex-direction: column;
    gap: .8rem;
}


ul.plann-info li {
    font-weight: 700;
    font-size: .8rem;
    color: var(--c5);
}

.active-plan-box .d-flex .plann-info a {
    display: block;
    text-decoration: none;
    color: #f1f1f1 !important;
}

.active-plan-box .d-flex .plann-info a {
    display: block;
    text-decoration: none;
    color: #00BCD4;
}

ul.plann-info li {
    font-weight: 700;
    font-size: .8rem;
}

.dashboard h1 {
    color: var(--c5) !important;
    position: absolute;
    bottom: 11%;
    z-index: 2;
    font-size: 1.8rem !important;
    left: 4%;
    font-weight: 400;
}

.dashboard h1 span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffffdb;
}

.dashboard h4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--heading-1) !important;

}

.dashboard h4 span a {
    color: red;
}


.main-count {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    position: relative;
    gap: 1rem;
    overflow: hidden;
    z-index: 0;
}

.main-count::after {
    content: '';
    position: absolute;
    RIGHT: -34%;
    top: 50%;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #ffffff17;
    z-index: -1;
    transform: translateY(-50%);
}

.main-count small.d-flex {
    justify-content: space-between;
    align-items: center;
}

.cardbg-1 {
    background: var(--gredient-1);
}

.cardbg-2 {
    background: var(--gredient-2);
}

.cardbg-3 {
    background: var(--gredient-1);
}

.cardbg-4 {
    background: var(--gredient-3);
}

.main-count span,
.main-count h2,
.main-count small {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
}

.main-count h2 {
    font-size: 2.5rem !important;
    font-weight: 800;
}

.main-count small {
    color: #ffffff90 !important;
}

.main-count img {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
}

ul.revenue-box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
    margin: .5rem .2rem ! IMPORTANT;
}




.mt-10 {
    margin-top: 5rem;
}

.booking-count {
    background: #0f1c64;
    padding: 1rem;
    border-radius: .8rem;
    position: relative;
}

.booking-count img {
    width: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.dashboard .booking-count h6 {
    margin: 0px;
    font-size: .7rem !important;
    color: #ffffffd1 !important;
    font-weight: 5 00;
    margin-bottom: 1rem;
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.booking-count .d-flex {
    justify-content: space-between;
}

.booking-count .d-flex h4 {
    color: #fff !important;
}

.seat-statistics {
    background: var(--c5);
    padding: 1rem;
    border-radius: 1.5rem;
    border: 1px solid #dedede;
}

.seat-statistics>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    height: 400px;
    overflow: auto;

}

.seat-statistics img {
    width: 33px;
    height: 35px;
}

.seat-statistics .d-flex {
    justify-content: space-between;
    gap: .5rem !important;
    align-items: center;
}

.seat-statistics .d-flex h6 {
    font-size: .8rem;
    font-weight: 600;
    margin: 0;
}

.seat-statistics .d-flex .seat-content {
    flex: 1;
}

.seat-statistics li+li {
    margin-top: .8rem;
    border-top: 1px solid#e7e7e7;
    padding-top: .8rem;
}

.seat-statistics a.view-full-info {
    text-decoration: none;
    color: var(--c8);
    display: block;
    text-align: center;
    font-weight: 700 !important;
    font-size: .8rem;
}

.seat-statistics a.view-full-info:hover {
    color: var(--c4);
}

.seat-statistics .d-flex a.book {
    background: var(--c1);
    padding: .1rem .4rem;
    text-decoration: none;
    color: var(--c5);
    border-radius: 1rem;
    box-shadow: 0px 3px 0px #989898 ! IMPORTANT;
    margin-right: .5rem;
}

.seat-statistics .d-flex a.book:hover {
    box-shadow: 0px 0px 0px #989898 ! IMPORTANT;
}

.seat-statistics .seat-status p {
    margin: 0;
    font-size: .8rem;
    color: var(--heading-1);
    text-align: right;
}

.seat-statistics .seat-status small a {
    color: red;
    text-align: right;
    display: block;
    cursor: pointer;
}

.seat-statistics .d-flex.inner {
    gap: .8rem !important;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: -1rem !important;
}


.seat-statistics .d-flex.inner li+li {
    margin-top: 0;
    padding-top: 0px;
}

.seat-statistics h4 {
    text-align: center;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
}

.bg-1 {
    background: var(--c3) !important;
}

.bg-2 {
    background: var(--c4) !important;
}

.bg-3 {
    background: var(--c1) !important;
}

.bg-4 {
    background: var(--c2) !important;
}

.dashboard-Header {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    perspective: 1000px;
    /* Adds depth for a 3D effect */
}

.dashboard-Header img {
    display: block;
    width: 100%;
    height: auto;
    animation: zoomAndSlide 20s ease-in-out infinite;
}

@keyframes zoomAndSlide {
    0% {
        transform: scale(1) translateX(0);
        /* Starting point */
    }

    25% {
        transform: scale(1.05) translateX(10px);
        /* Slight zoom and right movement */
    }

    50% {
        transform: scale(1.1) translateX(20px);
        /* Maximum zoom and right movement */
    }

    75% {
        transform: scale(1.05) translateX(-10px);
        /* Slight zoom and left movement */
    }

    100% {
        transform: scale(1) translateX(0);
        /* Back to the original state */
    }
}


.dashboard-Header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #151F38, transparent);
}

.box {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.box.visible {
    opacity: 1;
    transform: translateY(0);
}


.support-container {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
}

.support-icon {
    width: 50px;
    height: 50px;
    background-color: var(--c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    animation: bounce 2s infinite;
    color: var(--c5);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1000;
}

.support-icon img {
    width: 24px;
    height: 24px;
}

.support-card {
    width: 250px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.support-card .support-img {
    width: 100%;
    border-radius: 5px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


h5.role-category-heading {
    font-size: 1rem;
    font-weight: 600;
}

/* DataTable */
.table-responsive {
    background: #fff !important;
}

div.dt-container div.dt-layout-row {
    margin: 0 !important;
}

div#datatable_wrapper input:not([type="checkbox"]),
div#datatable_wrapper select {
    height: 35px;
    margin: .5rem;
    border-color: #e7e7e7;
}

div#datatable1_wrapper input,
div#datatable1_wrapper select {
    height: 35px;
    margin: .5rem;
    border-color: #e7e7e7;
}

small.text-danger.fs-10.d-block {
    width: 156px;
    margin: 0 auto;
}

table#datatable {
    border-bottom: 1px solid #e7e7e7;
}

div#datatable_info {
    padding: .5rem;
    font-size: .8rem;
    font-weight: 700;
}

div#datatable_paginate {
    margin: 0 !IMPORTANT;
    padding: 0;
}

a#datatable_previous,
a#datatable_next {
    font-size: .8rem;
    font-weight: 700 !IMPORTANT;
    color: inherit !important;
}

div#datatable1_info {
    padding: .5rem;
    font-size: .8rem;
    font-weight: 700;
}


.active-plan-box h4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--c5) !important;
}

a.btn.btn-primary.export {
    background: var(--c1);
    height: 35px ! IMPORTANT;
    border-radius: 2rem;
    margin-bottom: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    opacity: 1;
    margin-left: .5rem;
    width: auto;
    gap: .5rem;
}



a.btn.btn-primary.export:hover {
    opacity: .8;
}

.info-message {
    position: relative;
    font-size: .85rem;
    color: #4CAF50;
    background-color: #f4ffe7;
    border: 1px solid #4CAF50;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 500;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    animation: fade-in 0.6s ease-in-out;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #6a1b9a;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #d32f2f;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.greeting-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: background-change 1.2s;
}

#greeting-message {
    font-size: 1.5rem;
    color: red !important;
    margin-bottom: 20px;
    font-weight: 600;
    gap: 1rem;
    animation: fade-in 1s ease-in-out;
    background: -webkit-linear-gradient(45deg, #ff075b, #FF9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.greeting-icon {
    font-size: 1.5rem;
    color: #ffc107;
    animation: bounce 1s infinite alternate ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-5px);
    }
}


.how-to-upload,
.import-data {
    min-height: 360px;
}

.import-data {
    background: #ffffff;
    border-radius: 1rem;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #c9c9c9;
}


.import-data label {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.import-data input[type="file"] {
    border: 2px dashed #c4c4c4;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.import-data input[type="file"]:hover {
    border-color: #6c63ff;
    background-color: #f1f0ff;
}

.import-data a {
    display: block;
    margin-top: 8px;
    color: #6c63ff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: .8rem;
}

.import-data a:hover {
    color: #4b47d4;
}

.import-data button {
    background-color: #3a3a8f;
    color: var(--c5);
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 7px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.import-data button:hover {
    background-color: #2e2e7e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.import-data button:active {
    transform: scale(0.98);
}

#export-progress-container {
    margin-top: 10px;
    text-align: center;
}

#export-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background-color: #e0e0e0;
    appearance: none;
    transition: width 0.3s ease;
}

#export-progress-bar::-webkit-progress-bar {
    background-color: #e0e0e0;
    border-radius: 4px;
}

#export-progress-bar::-webkit-progress-value {
    background-color: #3a3a8f;
    border-radius: 4px;
    animation: progress-animation 2s ease-in-out infinite;
}

#export-progress-text {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    display: block;
    animation: fade-in 1.5s ease;
}

div#guidelines ol {
    padding: 0 1rem;
}

div#guidelines ol li+li {
    margin-top: .8rem;
}

div#guidelines ol li {
    font-size: .9rem;
    color: #414141;
}

a.guideline {
    font-weight: 600 !IMPORTANT;
    display: inline-block;
    margin: 0rem;
    color: red;
    font-size: .9rem;
    text-decoration: underline;
}

.sample {
    font-weight: 600 !IMPORTANT;
    display: inline-block;
    font-size: .9rem;
    text-align: center;
}

.how-to-upload {
    border: 1px solid #c9c9c9;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
}

.how-to-upload h4,
.import-data h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.import-data lable {
    display: block;
    text-align: center;
}

.how-to-upload ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.how-to-upload ul li {
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 0.2rem 1.5rem;
    border-radius: 1.5rem;
    font-size: .8rem !IMPORTANT;
    cursor: pointer;
}

.how-to-upload table {
    border-radius: 1rem !important;
}

/* li.active {
    background: var(--c1) ! IMPORTANT;
    color: #fff;
    border-color: var(--c1) ! IMPORTANT;
    box-shadow: 1px 0 5px #0000003b ! IMPORTANT;
} */

.error-box {
    display: flex;
    flex-direction: column;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes progress-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.alert {
    padding: 15px 20px;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(-10px);
    animation: slide-in 0.6s forwards;
}

.alert ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.alert.alert-danger {
    background-color: #ffdddd;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert.alert-danger li:before {
    content: "⚠️";
    margin-right: 5px;
}

.alert.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert.alert-success:before {
    content: "✅";
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

li.record-not-found {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

li.record-not-found .no-record {
    width: 150px !important;
    height: auto;
    margin-bottom: 1rem;
    margin-top: -1.5rem;
}

li.record-not-found span {
    display: block;
    font-size: 0.8rem;
    color: #000;
    margin-top: -2rem;
    font-weight: 600;
}

p.mb-2.text-dark b {
    color: var(--c2);
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 1rem;
}

.text-success {
    color: rgb(79 194 18) !important;
}

.d-flex.mt-10.flex-wrap {
    row-gap: 1rem;
}

.value small {
    font-weight: 700;
    color: var(--c2);
}

ul.activity {
    list-style: none;
    padding: 0;
    height: 280px;
    overflow: auto;
}

ul.activity li {
    background: #fff;
    padding: .5rem 1rem;
    border: 1px solid #e7e7e7;
    border-radius: .5rem;
    font-style: italic;
    font-weight: 600;
}

ul.activity li+li {
    margin-top: .8rem;
}

ul.activity li span {
    font-size: .7rem;
    display: block;
}

/* ==================================== Administrator Panel =============================*/
.adminCounts {
    background: linear-gradient(49deg, #22707a, #00BCD4);
    padding: 1rem;
    border-radius: .8rem;
    position: relative;
    z-index: 1;
}

.adminCounts * {
    color: #fff !IMPORTANT;

}

.adminCounts h4 {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.adminCounts a {
    font-size: .9rem;
    text-decoration: none;
    display: block;
    margin-top: 1.5rem;
    text-align: center;
    margin-bottom: -.5rem;
}

.adminCounts::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    background: #ffffff36;
    width: 100%;
    z-index: -1;
}

h6.text-center.bg-white {
    margin-top: -1.8rem;
    background: #b4f8fc ! IMPORTANT;
    border-radius: .5rem .5rem 0 0;
}

/* ul.mobile-actions{
    display: none;
} */


@media screen and (max-width:480px) {


    .dashboard.learner h5 {
        text-align: center;
    }

    /* Mobile Seat Icon */
    /* ul.mobile-actions {
        display: flex;
        background: linear-gradient(345deg, #3F51B5, #253279);
        width: 220px;
        position: absolute;
        left: 50%;
        margin-left: -110px;
        bottom: 0px;
        list-style: none;
        padding: 0;
        border-radius: 2rem;
        box-shadow: 1px 0 5px #00000015;
    }

    ul.mobile-actions li a {
        display: inline-block;
        padding: .8rem;
        text-align: center;
        color: #fff;
        width: 100px;
        margin: 0 auto;
    }

    ul.mobile-actions li {
        flex: 1;
        text-align: center;
        width: 100px;
    }

    ul.mobile-actions li+li {
        border-left: 1px solid #ffffff63;
    } */

    ul.learner-info li {
        width: 100% !important;
    }

    ul.learner-info li small {
        width: 100% !important;
    }

    .content .card {
        overflow: hidden;
    }

    .d-flex.bradcrumb h4 {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    table#datatable {
        display: block;
        width: 100%;
        overflow: auto;
    }

    p.info-message.mt-4.mb-0 {
        display: none;
    }

    /* .col-lg-12.text-end {
        display: none;
    } */

    ul#pills-tab {
        justify-content: center !important;
    }

    .records {
        display: none;
    }

    span.icon {
        margin-right: 0px !important;
    }

    nav {
        display: none;
    }

    i.fa.fa-close.d-block.d-md-none {
        position: absolute;
        right: 20px;
    }

    .library-dashbaord {
        position: relative;
    }

    .library-dashbaord .sidebar {
        position: absolute;
        z-index: 1051;
        box-shadow: 0 5px 5px #000000a1;
    }

    .steps {
        border-radius: .5rem;
    }

    .steps ul li {
        margin: .5rem 0;
        width: 100%;
    }

    .steps ul {
        flex-direction: column;
        padding: 1rem;
    }

    .table-responsive {
        border-radius: 0 !important;
    }

    ul.libraryFeatures {
        grid-template-columns: repeat(1, 1fr);
    }

    th,
    td {
        white-space: nowrap;
        padding: .5rem 1.5rem !important;
    }

    .sidebar.scroll {
        width: 270px ! important;
        margin-left: 0px ! important;
    }

    .sidebar.scroll.w-120 {
        width: 270px !important;
        margin-left: -270px !important;
        box-shadow: none !important;
    }


    .dashboard h1,
    .dashboard h1 * {
        font-size: 1rem !important;
    }

    .seat-booking {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    small.text-success.ml-2 {
        display: none;
    }

    table.table.text-center.datatable.border-bottom th,
    table.table.text-center.datatable.border-bottom td {
        white-space: nowrap;
    }

    .adminstrator-login {
        flex-direction: column;
    }

    .adminstrator-login .left,
    .adminstrator-login .right {
        width: 100%;
    }

    .adminstrator-login .left .content {
        display: none;
    }

    .right {
        flex: 1;
    }

    .adminstrator-login .left {
        padding: 1rem 2rem;
    }

    .adminstrator-login .logo {
        margin: 0 auto !important;
    }


    .seat-no {
        flex-direction: column;
        align-items: flex-start !important;
        width: 100% ! important;
    }

    .seat-actions {
        width: 100% ! important;
    }
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    padding: .8rem .8rem;
    box-shadow: 1px 3px 10px #00000021;
    margin-left: -20px;
    margin-right: -20px;
}

.text-success {
    color: rgb(79 194 18) !important;
    font-weight: 600;
}


.latest-notification {
    background: linear-gradient(293deg, #dc4545, #ea188a);
    /* box-shadow: 0px 3px 0 #ababab ! IMPORTANT; */
    color: #fff;
    position: relative;
    font-size: .8rem;
    padding: .3rem 1.5rem;
    display: flex;
}

.form-control-sm {
    height: auto !important;
}

/* 
#filter {
    background: #fff;
    position: sticky;
    top: 60px;
    z-index: 1044;
    box-shadow: 1px 0 5px #00000045;
    padding: 0.3rem;
    margin: 0 -20px;
} */

.close {
    position: absolute;
    top: -2px;
    right: 5px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.latest-notification b {
    width: 142px;
}

.latest-notification marquee {
    margin-bottom: -1px;
    display: inline-block;
}

.seat-activity {
    background: #fff;
}

.seat-activity {
    border-radius: .8rem;
    padding: 1rem;
    margin-top: 1.5rem;
    box-shadow: 1px 0 5px #00000021;
}

.seat-activity ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.seat-activity ul li p {
    font-weight: 600;
    font-style: italic;
}

.seat-activity h5.py-4 {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 1rem;
}

.seat-activity ul li+li {
    border-top: 1px solid #d7d7d7;
    padding-top: .8rem;
}

h4.permission-heading {
    font-weight: 400;
    font-size: .7rem;
    background: #151f38;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    border-radius: .3rem;
    color: #fff ! IMPORTANT;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Notification List */
ul.notification-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.notification-list li {
    background: #fff;
    box-shadow: 1px 0 5px #00000021;
    padding: 1rem 1.5rem;
    border-radius: .8rem;
    position: relative;
}

ul.notification-list li h4 {
    margin-bottom: .7rem;
    text-transform: none;
}

ul.notification-list li+li {
    margin-bottom: 1rem;
}

ul.notification-list li span {
    font-weight: 700;
    color: #000;
}

ul.notification-list li a.btn.btn-primary.view-info {
    height: auto !important;
    border-radius: 100px;
    background: #151f38;
    padding: .3rem 1.5rem;
}

ul.notification-list li .d-flex {
    justify-content: space-between;
    align-items: center;
}

.unread {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: linear-gradient(45deg, #fc9473, #e9447c);
    position: absolute;
    right: 3%;
    top: 9%;
}

.unread-bg {
    background: #f5f5f5 !important;
}

/* Notification Lerner */
.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: #ffffff ! IMPORTANT;
    white-space: nowrap;
    background: #151f38;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: .8rem;
    padding: .8rem 0;
}

.dropdown-menu.show {
    display: block;
    border: none;
    box-shadow: 1px 0 5px #00000045;
    right: 0;
    top: 0;
    width: 20rem;
    overflow: hidden;
    padding: 0;
}

.header .d-flex a+a {
    border-top: 1px solid #dcdcdc;
}

.notificcation .d-flex a:last-child {
    text-align: center !important;
    background: #e4e4e4;
    padding: .5rem 0;
    color: #088493;
}

.dropdown-menu-1 a.dropdown-item {
    text-decoration: none;
    font-weight: 700 !important;
    text-align: left !important;
    padding: .8rem 1.5rem;
}


.not-data {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.record-not-found img {
    width: 150px;
    margin-bottom: -2rem;
    margin-top: -1rem;
}

li#no-data img {
    width: 143px;
    background: #fff;
    margin-bottom: -2rem;
}

li#no-data {
    background: #fff;
}

/* Library Directory */
@keyframes backgroundAnimate {
    0% {
        background-size: 110%;
        background-position: 0% 50%;
    }

    50% {
        background-size: 120%;
        background-position: 100% 50%;
    }

    100% {
        background-size: 110%;
        background-position: 0% 50%;
    }
}

.hero_Section {

    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    min-height: 100vh;
    animation: backgroundAnimate 35s ease-in-out infinite;
}

.hero_Section .h-100 {
    min-height: 80vh;
}


.hero_Section::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000087;
    z-index: -1;
}

section.hero_Section h2 {
    color: #fff;
}

.hero_Section h1 {
    color: #fff !important;
    text-align: center;
    margin-bottom: 2rem;
}

.logo {
    margin: 1.5rem 0;
}


.hero_Section .search input {
    height: 55px !important;
    padding: 1.5rem;
    font-size: 1.1rem !important;
}


.hero_Section .search {
    position: relative;
}


.hero_Section .search .fa {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 1.5rem;
    color: #ababab;
}

.hero_Section ul:not(.list-group) {
    list-style: none;
    display: flex;
    justify-content: right;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

section.hero_Section h4.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    font-size: 1.2rem;
    font-weight: 400;
}

section.hero_Section ul li a {
    color: #fff;
    text-decoration: none;
}


ul.locations {
    list-style: fle;
    justify-content: center !important;
}

ul.locations li {
    display: flex;
    flex-direction: column;
}


.location-box {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.location-box * {
    color: #000 !important;
}

.location-box .fa {
    font-size: 2rem;
    color: #000 !important;
}

.location-box p {
    margin: 0;
    color: #000 !important;
    font-weight: 700 !important;
}

.image {
    position: relative;
    z-index: 0;
}

.image::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, black, transparent);
    border-radius: 1.5rem;
}

.image ul {
    list-style: none;
    display: flex;
    gap: .5rem;
    position: absolute;
    bottom: 2%;
}

.image ul li {
    color: #e4bf13;
    z-index: 1;
    font-size: 1.2rem;
}

.image .verified {
    list-style: none;
    display: flex !important;
    gap: .5rem;
    position: absolute;
    bottom: 7%;
    z-index: 1;
    width: auto !important;
    right: 5%;
}

.why-choose-us {
    background: #113140;
    padding: 3.5rem 0;
}

.why-choose-us h2 {
    color: #fff !IMPORTANT;
}

.benefits {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    padding: 3rem 2rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 2rem;
    margin: 1rem;
}

.benefits p {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-family: 'Outfit', sans-serif;
}

.benefits .fa {
    width: 50px;
    background: #246685;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
}

.border-thick {
    display: block;
    width: 80px;
    height: 14px;
    background: #113140;
    margin: 0 auto;
    border-radius: 5rem;
    margin-top: 2rem;
}

.customer-experience {
    padding: 3.5rem 0;
}



.about-main {
    position: relative;
    z-index: 1;
}

.about-main .upper {
    position: absolute;
    right: 0;
    bottom: 5%;
}

.important-counts {
    padding: 3.5rem 0;
    background: linear-gradient(180deg, #246685, #2C7FA6);
}

.important-counts * {
    color: #fff !important;
    text-align: center;
}

.customer-feedback {
    padding: 3.5rem 0;
}

.feedback-box {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 1.5rem;
}

.feedback-box .icon {
    width: 60px;
    margin-bottom: 1.5rem;
}

.feedback-box .heading {
    margin-bottom: 3.5rem;
}


.product-features-box h4 {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 27px;

}

.feedback-box .customer-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feedback-box .customer-info ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: .5rem;
    flex: 1;
    justify-content: end;
}

.feedback-box .customer-info h4 {
    font-size: 1.2rem;
}

.customer-info h4 {
    font-size: 1.2rem;
    color: #05acc1;
    font-weight: 400;
}

.feedback-box .customer-info .profile {
    width: 45px !important;
}

.feedback-box .message {
    font-size: 1rem;
}

/* Inquiry */
.inquiry {
    padding: 3.5rem 0;

}

.inquiry .form-control:not(textarea),
.inquiry .button {
    height: 50px !important;
}


.main-box {
    position: relative;
    z-index: 1;
}

.card textarea {
    height: auto !important;
}

.main-box .support {
    position: absolute;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 1px 0 23px #00000045;
    left: 2%;
    width: 228px;
    bottom: 10%;
}

.main-box>img {
    padding-left: 5rem;
}

footer {
    background: #113140;
    padding-top: 2.5rem;
}

footer h4 {
    color: #fff !IMPORTANT;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li+li {
    margin-top: 1rem;
}

footer ul li a {
    color: #c7c7c7;
    text-decoration: none;
}

ul.social {
    display: flex;
    margin: 0 !IMPORTANT;
    padding: 0 !IMPORTANT;
    gap: 1rem;
}

ul.social li {
    margin: 0;
}

ul.social li a .fab {
    font-size: 1.6rem;
}

/* Learner CSS */

.dashboard span.badge.badge-danger {
    color: #fff;
    background: red;
    font-weight: 400;
    font-size: .8rem;
}

.dashboard.learner ul.features {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    padding: 0;
    margin: 0;
}



.dashboard.learner ul.features li {
    background: #fff;
    /* box-shadow: 1px 0 5px #00000045; */
    border-radius: 1rem;
    text-align: center;
    padding: 1.5rem;
}

.dashboard.learner ul.features li img {
    width: 50px;
    display: block;
    margin: 1.5rem auto;
}

.dashboard.learner ul.features li p {
    font-weight: 500;
    margin: 0;
    font-family: 'outfit', 'sans-sarif';
    color: #878787;
    font-size: .8rem;
}

.form-switch .form-check-input:checked {
    background-color: #51c013 !important;
    border-color: #51c013 !important;
}


.myId {
    background: #fff;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 1rem;
    padding: 1.2rem 0;
    text-align: center;
}

img.id-profile {
    height: 130px;
    width: 130px;
}

.address-box {
    background: #ffff;
    padding: 2rem;
    text-align: center;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 1rem;
}

.blog-box {
    background: #fff;
    padding: 1rem;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-box a {
    text-decoration: none;
    color: #089eb1;
    font-weight: 700 !IMPORTANT;
}

.preview-favicon {
    width: 64px;
    background: #f1f1f1;
    height: 64px;
    border-radius: .5rem;
    box-shadow: 0px 1px 5px #a4a4a4;
    margin-top: .5rem;
}

.preview-favicon img {
    width: 100%;
}

.card.stick {
    position: sticky;
    top: 90px;
}

div#preview .preview {
    width: 100px !important;
    overflow: hidden;
    height: 100px !important;
    border-radius: 100px !important;
    display: block;
    overflow: hidden;
    margin: 1rem auto;
    border: 1px solid #dedede;
    padding: .5rem;
}

.QuickAction {
    display: flex;
    list-style: none;
    justify-content: end;
    gap: 1rem;
}

ul.QuickAction li {
    box-shadow: 1px 0 5px #ababab;
    position: relative;
    padding: .3rem 1rem;
    display: table-cell;
    border-radius: .4rem;
    overflow: hidden;
    background: var(--c1);
}

.QuickAction li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;
}

button.btn.btn-danger.btn-sm.remove-existing-image {
    width: 18px !important;
    height: 18px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 25px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 2px !important;
    margin-top: -7px;
}

.image-container img {
    width: 150px;
    height: 150px;
    padding: 5px ! IMPORTANT;
    border-radius: 1rem;
}

/* Add User */

.plan-description {
    font-weight: 500 !important;
    margin-bottom: .4rem ! IMPORTANT;
    color: #ffffffa3 !important;
}

.d-flex.flex-wrap.permissions .form-check {
    width: calc(100% / 4 - 1rem);
}

.d-flex.flex-wrap.permissions {
    gap: 1rem;
    margin-top: 1.5rem;
}

h5.role-category-heading {
    background: #f5f5f5;
    padding: .5rem .8rem;
}

.form-select:disabled {
    background-color: #f5f5f5;

}

.form-select,
textarea {
    font-weight: 500 !important;
    font-size: .9rem;
}

ul#pills-tab {
    justify-content: right;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #000000;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background-color: #fff;
    margin-left: 1rem;
}

span.invalid-feedback strong {
    font-weight: 400;
}

.right-sidebar {
    width: 70px;
    position: relative;
    box-shadow: 1px 0 5px #00000024;
    /* margin-right: -80px; */
}

.right-sidebar h4 {
    font-size: .8rem;
    text-align: center;
    padding: 1rem 0;
}


.right-sidebar ul {
    list-style: none;
    padding: 0;
    margin-top: .8rem;
    border-radius: 5rem;
    position: relative;
}

.right-sidebar ul li+li {
    margin-top: 1.1rem;
}


.right-sidebar li a img {
    width: 45px;
}

.right-sidebar li a {
    display: block;
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.right-sidebar li:hover .fa {
    background: var(--c1);
    color: #fff;
}

.right-sidebar li.active .fa {
    background: var(--c1);
    color: #fff;
}

.right-sidebar ul li.active i {
    transform: scale(1) !important;
}

.right-sidebar .fa-2x {
    font-size: 1.2rem !important;
}

.right-sidebar ul li .fa {
    background: #ebf1ff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem !important;
}

/* Dashbaord Image */
.dashboard-Header .img-fluid.rounded {
    HEIGHT: 300px;
}

.active-plan-box.premium {
    height: 300px;
}

/* .right-sidebar ul li .fa {
    background: #fff;
    width: 54px;
    color: var(--c1);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
} */

p.text-danger.font-weight-bold,
.action-box p.text-danger,
.text-danger.pb-3 {
    padding: .8rem;
    background: linear-gradient(312deg, #fffae4, #ffdcdc);
    border-radius: .4rem;
    font-size: .8rem;
}

.control-right-sidebar {
    position: absolute;
    left: -32px;
    bottom: 100px;
    background: linear-gradient(45deg, #0d6efd, #092575);
    width: 20px;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem .0rem 0 1rem;
    z-index: 2;
    color: #fff;
}

.choices__inner {
    height: 45px;
    border-radius: .4rem;
    background: #fff;
}

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

.hide-right-sidebar {
    background: #fff;
    z-index: 0;
    width: 80;
    margin-right: 0;
    margin-right: -70px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    box-shadow: 1px 0 5px #00000024;
}

span.w-auto.px-3.text-muted {
    background: #eaeaea;
    height: 35px ! IMPORTANT;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
}

button.print-cards.mb-4 {
    background: navy;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 2rem;
    display: block;
    margin: 0 auto;
    box-shadow: 1px 0 5px #00000021;
}

td .text-success {
    font-size: .7rem ! IMPORTANT;
    font-weight: 700;
}

td .text-danger {
    font-size: .7rem ! IMPORTANT;
    font-weight: 700;
}

h4#seat_number_upgrades {
    font-size: 1.2rem;
}

/* Find a Learner Page CSS */
.find-a-learner .actionIcon {
    display: none;
}

.find-a-learner .btn.btn-primary.button {
    background: var(--c1) !important;
    color: #fff !important;
    margin: 0 auto;
    height: auto;
    gap: .8rem;
    width: auto;
    padding: .5rem 1.5rem;
}

.find-a-learner ul.learner-info {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 1.2rem;
    border: 1px solid #dcdcdc;
    border-radius: .8rem;
    background: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
    align-items: flex-start;
}

.find-a-learner ul.learner-info li {
    width: calc(100% / 7);
}

.find-a-learner ul.learner-info .d-flex {
    flex-direction: column;

}

.find-a-learner ul.learner-info small {
    margin: 0 !important;
}


.find-a-learner ul.learner-info span {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #ababab;
}

.find-a-learner .text-warning {
    --bs-text-opacity: 1;
    color: rgb(213 160 0) !important;
}

.find-a-learner ul.learner-info h5 {
    font-weight: 700;
    margin: 0;
    font-size: .8rem;
    text-transform: uppercase;
}

.find-a-learner .action {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    padding-top: 1.5rem;
    gap: .5rem;
    margin-top: -.5rem;
    z-index: 0;
    position: relative;
    flex-wrap: wrap;
}

.find-a-learner .action a {
    text-decoration: none;
}

.find-a-learner .record {
    background: #f5f5f5;
    border-radius: .8rem;
    position: relative;
    z-index: 0;
}

.find-a-learner .record i {
    background: #000;
    width: 36px;
    height: 35px;
    display: flex ! IMPORTANT;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    color: #fff;
    font-size: .8rem;
    box-shadow: 1px 0 15px #00000045;
}

.find-a-learner i:hover {
    background: #ababab;
}

@media screen and (max-width:768px) {
    .find-a-learner ul.learner-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.find-a-learner h2.font-weight-700 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.find-a-learner input.form-control.form-control-lg.text-center {
    height: 50px !important;
    font-size: 1rem 16px !important;
}

small.alert.alert-info.py-3 {
    font-size: .8rem;
    padding: .8rem ! IMPORTANT;
    border-radius: .8rem;
    margin: 0;
    margin-bottom: .8rem;
}

ul.actions-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    gap: .5rem;
}

ul.actions-icons li a {
    width: 30px;
    height: 30px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: .8rem !important;
}

#onlineRequest th,
#onlineRequest td {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .7rem;
    font-family: 'Outfit', 'sans-sarif';
}

#onlineRequest table tr:last-child {
    border-bottom: none;
}

#onlineRequest button.btn.btn-success {
    border-radius: 2rem;
    padding: 0;
    height: 30px ! IMPORTANT;
    width: 30px;
    font-size: .8rem;
}

div#requests {
    height: 266px;
    overflow: auto;
}

.no-data {
    width: 150px;
}

.no-data-found {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    justify-content: center;
    align-items: center;
    height: 78vh;
}

.profile-learner {
    width: 45px;
    border-radius: 45px;
}

ul.list-unstyled.ps-0.mt-4 li>a.active {
    color: var(--c8);
}

ul.actionalbles.userAction {
    gap: 2.5rem;
    border: none;
    justify-content: flex-start;
    margin-top: .5rem;
}

ul.actionalbles.userAction li a:hover {
    color: #fff !important;
}

.revenue-info p {
    font-size: .8rem;
    font-weight: 600;
    margin: 0;
    color: #000;
    max-height: 75px;
    overflow: auto;
}


span.chip {
    color: red !important;
    font-weight: 400;
    font-size: .6rem !important;
    background: #ffdfdf;
    padding: .1rem .3rem;
    border-radius: 2rem;
    display: inline-flex;
    gap: .2rem ! IMPORTANT;
    flex-wrap: wrap;
}

.plan-features.mCustomScrollbar {
    margin-right: 0rem !important;
}

.seat-statistics>ul {
    margin-right: -1.29rem !important;
    overflow-x: hidden;
}

i.fa-solid.fa-check-circle.booked.paylater_class {
    color: blue !important;
}

.capitalise {
    text-transform: capitalize !important;
}


/* User Module CSS */
.userBox {
    border: 1px solid #dedede;
    padding: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 1;
}


.userBox::after {
    position: absolute;
    width: 200px;
    content: '';
    right: -94px;
    top: -18px;
    height: 200px;
    background: linear-gradient(45deg, #fff1e7, transparent);
    border-radius: 200px;
    z-index: -1;
}

.userBox span {
    font-family: 'Outfit', 'sans-sarif';
}

.userBox .user-icon {

    position: absolute;
    right: -2%;
    bottom: -3%;
    color: #0197aa;
    width: 4rem;
}

.userBox h4 {
    font-weight: 800;
}

.user-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #dedede;
    padding: .8rem;
    border-radius: .8rem;
    justify-content: space-between;
    align-items: center;
}

.user-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: .5rem;
    display: flex;
    justify-content: flex-start;
}



.user-list ul li {
    border: 1px solid #dedede;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: .8rem;
}

.user-list ul li a {
    color: #000;
}

.user-infos {
    width: 15%;
}

.user-infos span {
    color: #ababab;
    font-size: .8rem;
}

.user-infos h4 {
    font-size: 1rem;
    margin: 0;
}

.userHeadingss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userHeadingss h4 {
    font-size: 1.2rem;
}

h2.userHeading {
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
}

.user-profile {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

ul.userPermissionList {
    list-style: none;
    margin: 0;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #dedede;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul.userPermissionList li {
    width: calc(100% / 5 - 1rem);
}

.permission-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.permission-heading h4 {
    margin: 0;
    font-size: 1.1rem;
}

.permission-heading .accept-all {
    display: flex;
    align-items: center;
}

.upload_guideline {
    margin: 0;
    padding: 0 1rem;
    margin-top: 1rem;
}

.upload_guideline li {
    color: red;
    font-style: italic;
}

.text-information {
    color: #979797 !important;
    font-size: .8rem !important;
    line-height: 17px;
    display: block;
    margin-bottom: .3rem;
    margin-top: .3rem;
    font-style: italic;
}



.how-use p {
    font-size: 1rem;
    margin-top: 1.5rem;
}

ul.how-it-work {
    list-style: number;
    margin: 0;
    padding: 0 1rem;
}

.how-use h4.d-flex.justify-content-between.align-items-center {
    font-size: 1rem;
}

ul.how-it-work ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.how-it-work li {
    padding: .3rem 0;
}

.how-use span.toggle-icon {
    font-size: 1.2rem;
}

/* Reacnt Activity CSS */
ul.reacentActivity {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.reacentActivity h6 {
    font-size: .9rem;
    font-weight: 700;
    margin: 0;
}

ul.reacentActivity span {
    font-size: .8rem;
    margin: 0;
}

ul.reacentActivity .d-flex small {
    font-style: italic;
    font-size: .7rem;
}

ul.reacentActivity .d-flex {
    justify-content: space-between;
    margin-top: .2rem;
}

ul.reacentActivity li {
    padding: 1rem;
    border-radius: 1rem;
}


@media screen and (max-width:480px) {
    .control-right-sidebar {
        top: 112px;
        bottom: auto;
    }

    .right-sidebar {
        position: absolute;
        right: 0;
        background: #fff;
        top: 0;
        z-index: 1050;
        height: 100vh;
    }

    .mobile-app {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        z-index: 1000;
        padding: .5rem .3rem !important;
        box-shadow: 1px -3px 5px #0000001f;
    }

    h2.made-inindia {
        margin-bottom: 6rem;
    }

    .content {
        padding-bottom: 2rem ! IMPORTANT;
    }

    .mobile-app ul li {
        width: calc(100% / 5 - 1rem);
        padding: .5rem;
    }

    .support-icon {
        display: none;
    }

    .mobile-app li.active {
        background: #eeeeee;
        border-radius: .8rem;
    }

    .mobile-app ul li a {
        color: #4f4f4f;
        font-family: 'Outfit', 'sans-sarif';
        font-weight: 400 !important;
    }

    li.active a {
        color: navy !important;
    }

    .mobile-app ul {
        list-style: none;
        display: flex;
        gap: 1rem;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .mobile-app ul li a .fa {
        font-size: 1.2rem;
    }

    .mobile-app ul li {
        width: calc(100% / 5 - 1rem);
    }

    .mobile-app ul li span {
        margin: 0;
        display: block;
        font-size: .7rem;
    }


    .revenue-info {
        padding: 1rem !important;
        border-radius: 1rem !important;
    }

    .row.g-2 {
        --bs-gutter-y: 1rem !important;
    }

    .revenue-info ul li:first-child {
        width: 100% !important;
    }

    .mCustomScrollbar {
        margin-right: -1rem !important;
        overflow-x: hidden;
    }

    .user-infos {
        width: 45%;
    }

    .user-list {
        align-items: flex-start;
    }

    .action {
        width: 45%;
    }

    .user-list ul {
        justify-content: flex-start;
        align-items: center;
        height: 50px;
    }

    canvas#bookingCountChart,
    canvas#revenueChart {
        width: 100%;
        height: 100%;
    }
}

i.fa-solid.fa-check-circle.booked.paylater_class {
    color: #f47e36 !important;
}


a[disabled] {
    pointer-events: none;
    /* Prevent click */
    opacity: 0.5;
    /* Make it look disabled */
    cursor: not-allowed;
    /* Show disabled cursor */
}


.swal2-popup.swal2-modal.swal2-show {
    border-radius: 1.5rem !important;
}

.swal2-styled {
    border-radius: 3rem !important;
}

/* Scanner and QR Attendecen CSS*/

img#qrImg {
    padding: 10px;
    box-shadow: 1px 0 5px #00000059;
    border-radius: 1rem;
}

#scanner-wrapper {
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    /* IMPORTANT */
    background: #000;
}

#reader {
    width: 100%;
    height: 100%;
}

/* If scanner uses video internally */
#reader video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    /* keeps camera proportional */
}


p#scanMsg {
    font-size: 1rem;
    font-family: 'Outfit', 'sans-sarif';
    color: #6aa42c;
}

/* @media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .plan-info p {
        font-size: .7rem !important;
    }
} */



/* Popup container */
.swal2-popup {
    border-radius: 18px !important;
    padding: 26px 26px 30px !important;
    width: 460px !important;
    font-family: "Outfit", sans-serif;
}

/* Icon circle */
.swal2-icon {
    border: none !important;
    background: rgba(220, 53, 69, 0.12);
    width: 70px !important;
    height: 70px !important;
    margin: 8px auto 14px !important;
}

/* Title */
.swal2-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #212529;
    margin-bottom: 6px !important;
}

/* Content wrapper */
.swal2-html-container {
    margin-top: 10px !important;
}

/* Refund section */
.delete {
    margin-top: 14px;
}

/* Checkbox group */
.delete .form-check {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px 14px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect */
.delete .form-check:hover {
    background: #eef2ff;
}

/* Checkbox input */
.delete .form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0d6efd;
}

/* Checkbox label */
.delete .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #343a40;
    cursor: pointer;
}

/* Refund fields */
.refundAmountDiv {
    margin-top: 14px;
}

/* Labels */
.refundAmountDiv label {
    font-size: 13px;
    font-weight: 400;
    color: #495057;
    margin-bottom: 6px;
}

/* Inputs */
.refundAmountDiv .form-control {
    border-radius: 10px;
    font-size: 14px;
    padding: 9px 12px;
    border: 1px solid #dee2e6;
}

/* Readonly input */
.refundAmountDiv .form-control[readonly] {
    background-color: #f1f3f5;
}

/* Textarea */
.refundRemark {
    resize: none;
}

/* Buttons */
.swal2-actions {
    margin-top: 24px !important;
    gap: 0px;
}

/* Confirm button */
.swal2-confirm {
    background: navy !important;
    border-radius: 30px !important;
    padding: 10px 26px !important;
    font-size: 14px !important;
    font-weight: 400;
}

/* Cancel button */
.swal2-cancel {
    background: #dc3545 !important;
    border-radius: 30px !important;
    padding: 10px 26px !important;
    font-size: 14px !important;
    font-weight: 400;
}

/* Button hover */
.swal2-confirm:hover {
    background: navy !important;
}

.swal2-cancel:hover {
    background: #bb2d3b !important;
}


#branchUpdate label {
    font-weight: 500;
    font-size: .8rem;
    margin-bottom: .2rem;
    font-family: 'Outfit', 'sans-sarif';
    color: #000000;
}

.add-delete {
    width: 45px;
}

.add-delete.add {
    background: var(--c1) !important;
}

p#statusMessage {
    text-align: center;
    color: #73b100;
    margin-bottom: -1rem;
}

/* Shift Page */

.plan-row {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    position: relative;
}


h4.shift-title {
    color: #008ca9 !important;
    overflow: hidden;
    font-size: 1rem;
    text-transform: uppercase;
    border-left: 4px solid;
    padding-left: 1rem;
}

.plan-row button.btn.btn-danger.btn-sm.remove-plan-row.add-delete,
.plan-row button.btn.btn-primary.btn-sm.add-plan-row.add-delete {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 35px;
    width: 35px;
    height: 35px !important;

}

.plan-row button.btn.btn-danger.btn-sm.remove-plan-row.add-delete {
    right: 60px;
}

.plan-row button.btn.btn-primary.btn-sm.add-plan-row.add-delete {
    background: var(--c1) !important;

}

p.m-0.text-danger.pt-1 {
    font-family: 'outfit', 'sans-sarif';
    font-weight: 400;
}
/* Modal background */
.cropper-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.24);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1 !important;
}

/* Modal box */
.cropper-box {
    background: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

/* Cropper area */


.cropper-area {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    margin: 15px 0;
}

/* Buttons */
.cropper-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cropper-actions button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

#cancelCrop {
    background: #e5e7eb;
    color: #111;
}

.cropbtn {
    background: var(--c1);
    color: #fff;
}

.cropper-modal {
    background-color: #000000a3 !important;
    opacity: .5;
}

/* Final image preview */
.profile-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    display: none;
    margin-top: 10px;
}

h2.typing-text {
    font-size: 1.5rem;
    color: #c48400 ! IMPORTANT;
}
.preview-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.preview-img.one {
    width: 200px;
    height: 150px;
    border-radius: 1rem;
}

.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-content {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
}

.image-modal-content img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
}

.close-modal {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

span.close-modal {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-top: 10px;
    margin-right: 4px ! IMPORTANT;
}


@media screen and (max-width: 991px) {
    .support-container {
        position: fixed;
        bottom: 90px;
        right: 15px;
        z-index: 1000;
    }

    .content {
        padding-bottom: 5rem !important;
        overflow: auto;
    }

    .sidebar.scroll {
        width: 270px ! important;
        margin-left: 0px ! important;
    }

    .content-area .header {
        z-index: 1000;
    }

    .sidebar.scroll.w-120 {
        width: 270px !important;
        margin-left: -270px !important;
        box-shadow: none !important;
    }

    .dashboard-Header h1 * {
        font-size: 1.5rem !important;
    }

    i#sidebar_mob {
        position: absolute;
        right: 15px;
    }

    .right-sidebar.hide-right-sidebar{
        margin-right: 0px !important;
        right: -70px !important;
        position: absolute !important;
        top :0px !important
    }


    .right-sidebar {
        position: absolute !important;
        background: #fff;
        top: 0;
        z-index: 1050;
        height: 100vh;
        right: 0 !important;
        margin-right: 0 !important;
    }

    .sidebar.scroll {
        position: absolute;
        z-index: 1080;
        left: 0;
        top: 0;
        height: 100vh;
    }

    .control-right-sidebar {
        padding: .8rem 1rem ! IMPORTANT;
        top: 18%;
        height: 30px;
    }

    .seat-booking {
        grid-template-columns: repeat(4, 1fr);
    }

    .mobile-app {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        z-index: 1000;
        padding: .5rem .3rem !important;
        box-shadow: 1px -3px 5px #0000001f;
    }

    .mobile-app ul li {
        width: calc(100% / 5 - 1rem);
        padding: .5rem;
    }

    .mobile-app ul {
        list-style: none;
        display: flex;
        gap: 1rem;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .mobile-app ul li {
        width: calc(100% / 5 - 1rem);
    }

    .mobile-app ul li a {
        color: #4f4f4f;
        font-family: 'Outfit', 'sans-sarif';
        font-weight: 400 !important;
    }

    .mobile-app ul li a .fa {
        font-size: 1.2rem;
    }

    .mobile-app ul li span {
        margin: 0;
        display: block;
        font-size: .7rem;
    }

    .mobile-app li.active {
        background: #eeeeee;
        border-radius: .8rem;
    }
}
