:root {
    --f1: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--f1);
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

.main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 0;
    height: 100vh;
    overflow: hidden;
}

.rightMain {
    height: 100vh;
    position: relative;
    width: 100%;
}

.mainNavside {
    width: 66% !important;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}


/* side-nav css  */


.sidenav {
    width: 16%;
    height: 100%;
}

.mainNavside li a {
    display: block;
    display: flex;
    align-items: center;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
}

.side_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.menu_btn {
    width: 30px;
    aspect-ratio: 1/1;
    font-size: 23px;
    padding: 10px 0;
    cursor: pointer;
    color: #fff;
    position: relative;
}

.mainNavside li a i {
    font-size: 18px;
    height: 22px;
    display: block;
}

ul.mainNavside {
    transition: 300ms all;
}

.mainNavside.active {
    width: 100%;
}

.mainNavside li {
    transition: 300ms all;
}

.mainNavside.active li {
    width: 100%;
    height: 42px;
    border-radius: 10px;
}

.main_sideNav {
    position: relative;
    width: 100%;
    height: 100%;
}

.mainNavside.active li:hover {
    scale: 1.05 !important;
}

.mainNavside li:hover {
    scale: 1.07 !important;
}

.missionBtn {
    position: relative;
}


.missionBtn span {
    position: absolute;
    width: max-content;
    font-size: 10px;
    transition: 300ms all;
    color: #c92626;
}

.mainNavside.active .missionBtn span {
    position: absolute;
    font-size: 10px;
    top: 50%;
    line-height: 22px;
    transform: translatey(-50%);
    right: -219px;
    padding: 0px 10px;
    background: #990303;
    border-radius: 10px;
    color: #fff;
}

.sidenav.active {
    width: 5%;
}

.rightMain.active {
    margin: 0 auto;
    width: 95%;
}

.user {
    position: relative;
}

.userMain {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.topMAin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
    max-width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.userImg {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userEmail {
    font-size: 14px;
    color: #ffffff8f;
}

.userDropDown {
    position: absolute;
    width: 180px;
    box-shadow: 0 0 15px 1px #4444;
    padding: 5px 5px;
    border-radius: 10px;
    bottom: -50px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    z-index: 9;
}

.userDropDown a {
    width: 100%;
    background: aliceblue;
    padding: 6px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: red;
    font-size: 14px;
}

.userDropDown a i {
    height: 20px;
}

.userDropDown.active {
    opacity: 1;
    visibility: visible;
    bottom: -50px;
}

.table_box {
    width: 85%;
    /* height: 100%; */
    border-radius: 20px;
    transition: 500ms all;
    padding: 97px 40px 80px;
    margin: 0 auto;
}

.rightMain.active .table_box {
    width: 100%;
    margin-right: auto !important;
}

.sidenav.active .menu_btn {}

/* Alternate row colors */
table.dataTable tbody tr:nth-child(odd) {
    background-color: #f2f2f200;
    /* light grey */
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #ffffff;
    /* white */
}

th {
    font-size: 14px;
    font-weight: 600 !important;
}






.switch-btn {
    width: 40px;
    height: 28px;
}

.switch-btn input[type=checkbox] {
    display: none;
}

.switch-btn input[type=checkbox]:checked+label {
    text-align: right;
    background: #000;
}

.switch-btn input[type=checkbox]:checked+label>.indicator {
    background: #fff;
}

.switch-btn label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px;
    background: #f2dede;
    border-radius: 20px;
    cursor: pointer;
}

.switch-btn label .indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px 1px #4444;
}

td {
    font-size: 14px;
    position: relative;
}

th:nth-child(odd) {
    background: #44444408;
}

th:nth-child(even) {
    background: #4444441f;
}

.green {
    display: flex;
    align-items: center;
    gap: 5px;
    color: green;
    font-weight: 700;
}

.red {
    color: red;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

td span {
    font-weight: 700;
    color: #000;
}

.wifi {
    text-align: center;
    font-size: 22px;
    color: green;
}

.pdf {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 25px;
    color: red;
}

.dollar {
    text-align: center;
    font-size: 21px;
    color: green;
}

.actionBtn {
    text-align: center;
    font-size: 21px;
    cursor: pointer;
}

.action_bx {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px #4444;
    padding: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    top: 0;
    right: 0;
    transform: translatey(-50%);
}

.actionBtnInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.actionBtnInner li a {
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: aliceblue;
    border-radius: 5px;
}

.actionBtnInner li a i {
    height: 20px;
}

.actionBtnInner li:nth-child(2) a {
    background: #ff00002e;
    color: red;
}

.action_bx.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    top: 50%;
    transform: translatey(-50%);
    right: 50px;
    height: 57px;
}

div#example_filter {
    float: right;
    margin-top: -48px;
}

div#example_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

div#example_filter label input {
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #4444;
    outline: none;
}

#example_length label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 10px 0 10px;
}

#example_length label select {
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #4444;
    outline: none;
}

table#example {}

.paginate_button {
    font-size: 14px;
    padding: 10px;
    background: #4444441c;
    border-radius: 10px;
    color: #000;
}

div#example_paginate {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin-top: -33px;
}

.paginate_button.disabled {
    opacity: 0.3;
}

div#example_paginate span a {
    width: 40px !important;
    display: block;
    aspect-ratio: 1/1;
    text-align: center;
    border-radius: 100%;
}

div#example_info {
    font-size: 12px;
    color: #444444c2;
    margin: 30px 0 0;
}

.confBtn {
    cursor: pointer;
}

.sideNavLogo {
    width: 139px;
    height: 61px;
    filter: invert(1);
}

.sideNavLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.actionBtn {
    height: 23px;
    position: relative;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.step {
    display: none;
}

.stepHead {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.step.active {
    display: block;
}

.back-btn,
.next-btn {
    padding: 8px 18px;
    margin: 10px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
}

.next-btn {
    background: #007bff;
    color: #fff;
}

.back-btn {
    background: #555;
    color: #fff;
}

.step-indicators {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.step-indicator {
    background: #ddd;
    font-size: 12px;
    display: grid;
    padding: 5px 27px;
    border-radius: 10px;
    cursor: pointer;
}

.step-indicator.active {
    background: #000;
    color: white;
    position: relative;
}

.driverPOpUp {
    position: fixed;
    z-index: 999;
    inset: 0;
    width: 100%;
    height: 100vh;
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000ad;
    backdrop-filter: blur(4px);
    z-index: -1;
}

.driverData {
    width: 40%;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    background: #fff;
    padding: 40px 40px;
    border-radius: 30px;
}

.driverDataHead {
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.innerhead {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.input_feilds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.inputInnerFeild input {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #4444;
    border-radius: 10px;
    outline: none;
}

.inputInnerFeild {
    width: 32%;
}

.checkFeild {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 17px;
}


.checkLists {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.checkFeild p {
    margin: 0 !important;
    font-size: 14px;
    cursor: pointer;
}

.checkFeildMain {
    width: 45%;
}

.bottomFeilds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0 0;
}

.bottomFeild {
    width: 49%;
}

.bottomFeild input {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4444;
    outline: none;
}

.feedBackFeilds {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
    padding: 20px 0;
    border: 1px solid #44444447;
    border-left: 0;
    border-right: 0;
}

.feedBackFeild {
    width: 49%;
    margin: 8px 0;
}

.feedBackFeild input {
    width: 100%;
    padding: 10px;
    border: 1px solid #4444;
    border-radius: 10px;
    outline: none;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.buttons button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid transparent;
    transition: 300ms all;
    border-radius: 10px;
    color: #fff;
}

.buttons button i {
    height: 17px;
}

.themeBtn--green {
    background: #008000ab;
}

.themeBtn--blue {
    background: #1fa2f396;
}

.themeBtn--red {
    background: #ad3a3ad9;
}

.themeBtn--green:hover {
    background: transparent;
    color: green;
    border-color: green;
}

.themeBtn--blue:hover {
    background: transparent;
    border-color: #1fa2f3;
    color: #1fa2f3;
}

.themeBtn--red:hover {
    background: transparent;
    border-color: #ad3a3a;
    color: #ad3a3a;
}

.checkFeild label {
    cursor: pointer;
}

.dataCrsBtn {
    position: absolute;
    top: 22px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
}

.driverPOpUp.active {
    opacity: 1;
    visibility: visible;
}


select.select2 {
    width: 300px;
}

.steps-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0 0 30px;
    padding: 40px 0 0;
}

span.select2-selection.select2-selection--single {
    padding: 5px 10px;
    height: auto !important;
    border: 1px solid #4444;
    border-radius: 10px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translatey(-50%);
}

.select2-selection__rendered {
    padding: 0 !important;
    font-size: 14px;
}

.main_select {
    margin: 6px 0 15px 0;
}

.main_select label {
    margin: 0 0 6px;
    font-size: 14px;
    color: #000;
}

.benefitsCrd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    border: 1px solid #4444;
    border-radius: 10px;
    margin: 5px 0 5px;
}

.benefits {
    border-top: 1px solid #4444;
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #4444;
}

.benefitsCrd>label {
    font-size: 18px;
    font-weight: 700;
    width: 90%;
    cursor: pointer;
}

.innerInputFeild label {
    display: block;
    font-size: 14px;
    margin: 0 0 4px;
}

.innerInputFeild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #4444;
    border-radius: 10px;
    outline: none;
}

.customerFeild {
    position: relative;
}

.addBtnMain {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 6px;
    padding: 0px 10px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    width: 50px;
    transition: 300ms all;
    overflow: hidden;
    cursor: pointer;
}

.addNewBtn {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    width: 180px;
    justify-content: center;
    transform: translatex(-151px);
    transition: 300ms all;
}

.addNewBtn span {
    height: 33px;
    font-size: 27px;
}

.addBtnMain:hover {
    width: 199px;
}

.addBtnMain:hover .addNewBtn {
    transform: translate(0);
    gap: 10px;
}

.costumerPop {
    position: fixed;
    width: 100%;
    height: 100vh;
    inset: 0;
    z-index: 99;
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

.customPopMain {
    width: 45%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 0px 30px 30px;
}

.popcrs__btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
}

.customFeilds label {
    font-size: 14px;
    display: block;
    margin: 0px 0 8px;
}

.customFeilds input {
    padding: 10px;
    width: 100%;
    border: 1px solid #4444;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
}

.customFeilds {
    margin: 10px 0;
}

.sidenav.active .mainNavside li a {
    padding: 10px 0px 10px 16px;
    display: flex;
    align-items: center;
    height: 100%;
    background: #ffffff29;
}

.costumerPop.active {
    opacity: 1;
    visibility: visible;
}

.step-indicator.active:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    background: #000;
    bottom: -14px;
    left: 50%;
    transform: translatex(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.tableInnerHead {
    font-size: 30px;
    margin: 0px;
    font-weight: 700;
    color: #000;
}

.innerTop {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 40px;
}

.filterBtn {
    padding: 7px 15px;
    background: #444;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    transition: 300ms all;
    cursor: pointer;
}

.filterBtn i {
    height: 16px;
}

.filterBtn:hover {
    background: #000;
}

.filterMainBox {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterMain {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 40%;
    margin: 0 auto;
    position: relative;
}

.select2-container--default .select2-selection--multiple {
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #4444;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #4444;
}

.select2main-flex-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px;
}

.select2main-custom-btn {
    padding: 5px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4444;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
}

.select2main-results__option {
    font-size: 14px !important;
}

.filterMain h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.filterMain h3 span {
    display: block;
    font-size: 14px;
    color: #444444a1;
    margin: 10px 0 0;
}

.filterBtns {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 20px 0 0;
    gap: 10px;
}

.filterBtns button {
    padding: 7px 30px;
    font-size: 14px;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    color: #000000;
}

.filterBtns button i {
    height: 17px;
}

.filterBtns button:nth-child(2) {
    background: #ffc366;
}

.filterBtns button:nth-child(1) {
    background: #71db71;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
}


.option {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
    gap: 10px;
}

.option .dot {
    height: 12px;
    width: 12px;
    background: #d9d9d9;
    border-radius: 100%;
    position: relative;
}

.option .dot::before {
    position: absolute;
    content: "";
    top: 50% !important;
    left: 50% !important;
    width: 8px;
    height: 8px;
    background: #0069d9;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) !important;
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2,
#option-3:checked:checked~.option-3,
#option-4:checked:checked~.option-4,
#option-5:checked:checked~.option-5,
#option-6:checked:checked~.option-6 {
    border-color: #0069d9;
    background: #0069d9;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot,
#option-3:checked:checked~.option-3 .dot,
#option-4:checked:checked~.option-4 .dot,
#option-5:checked:checked~.option-5 .dot,
#option-6:checked:checked~.option-6 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before,
#option-3:checked:checked~.option-3 .dot::before,
#option-4:checked:checked~.option-4 .dot::before,
#option-5:checked:checked~.option-5 .dot::before,
#option-6:checked:checked~.option-6 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.option span {
    font-size: 14px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span,
#option-3:checked:checked~.option-3 span,
#option-4:checked:checked~.option-4 span,
#option-5:checked:checked~.option-5 span,
#option-6:checked:checked~.option-6 span {
    color: #fff;
}

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

.checkhead {
    margin: 0 0 6px;
    font-size: 14px;
    color: #000;
}

.CheckFeilds {
    margin: 10px 0;
}

.filterCrssbtn {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.filterMainBox.active {
    opacity: 1;
    visibility: visible;
}

.stepInnnerFeild {
    margin: 10px 0;
}

.departPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.departMain {
    width: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.departcrssBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
}

.departMain h3 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.departPopup.active {
    opacity: 1;
    visibility: visible;
}

.error {
    border: 1px solid red !important;
}


/* Upload  */
.file-upload {
    border: 2px dashed #000000;
    padding: 60px;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 20px;
}

.file-upload.dragover {
    background-color: #f0f8ff;
    border-color: #333;
}

.file-upload input[type="file"] {
    display: none;
}

.uploaded-files {
    margin-top: 20px;
    text-align: left;
    position: relative;
}

.uploaded-file {
    background: #000;
    margin-bottom: 5px;
    padding: 8px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.remove-file {
    cursor: pointer;
    color: red;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    right: 10px;
}

.file-upload i {
    font-size: 80px;
    height: 60px !important;
}

.customFeilds textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #4444;
    border-radius: 10px;
}

.customFeilds select {
    width: 100%;
    padding: 10px;
    border: 1px solid #4444;
    border-radius: 10px;
    outline: none;
}

.innerFormBtn {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    transition: 300ms all;
}

.next-btn {
    background: #009d009e;
}

.innerFormBtn i {
    font-size: 20px;
    height: 25px;
}

.back-btn {
    background: #4444;
}

.innerFoormBtns {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 20px 00;
}

.back-btn:hover {
    background: #000;
}

.next-btn:hover {
    background: #009d00;
}

p.thankyou {
    text-align: center;
    font-size: 30px;
    margin: 100px 0 0;
}

.nodata {
    text-align: center;
    font-size: 20px;
    color: red;
    font-family: 'Poppins';
    font-weight: 500;
}

.assignmentFilter {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    overflow: auto;
}

.assignmentFormBox {
    width: 50%;
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.assignmentFormBox h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.assignmentCrss {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 22px;
    cursor: pointer;
    color: #000;
}

.assignmentFilter.active {
    opacity: 1;
    visibility: visible;
}

.AddNew {
    background: #0069d9;
    color: #fff !important;
}

.newDocument {
    width: 50%;
    z-index: 9;
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.innerSelect {
    position: relative;
}

.innerSelect .Addcata {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
    border: none;
    padding: 4px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.innerSelect .Addcata i {
    height: 19px;
}

.DocCrd {
    margin: 37px 0 0;
}

.iploadIner p {
    font-size: 14px;
    margin: 10px 0 10px;
}

.DocCrss {
    position: absolute;
    right: 26px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
}

.newDocument.active {
    opacity: 1;
    visibility: visible;
}

.newCata {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.overLayCata {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.cataCrss {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.newCata h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.newCata.active {
    opacity: 1;
    visibility: visible;
}

.overLayCata.active {
    opacity: 1;
    visibility: visible;
}

.newDocument h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.newsFormBox {
    width: 40%;
}

.newsForm {
    position: absolute;
    width: 40%;
    left: 50%;
    transform: translatex(-50%);
    background: #fff;
    z-index: 9;
    padding: 30px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.newsForm h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.newsCrss {
    position: absolute;
    right: 26px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;

}

.newsForm.active {
    opacity: 1;
    visibility: visible;
}


/* -------------- Loader1 -------------- */

.loader1 {
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, .7);
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite;
}

.loader1:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #fff;
}

@-webkit-keyframes loader1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

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

.loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: #000000a1;
    inset: 0;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.box {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    scale: 0.7;
}

.loaderLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    padding: 20px;
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loader.active {
    opacity: 1;
    visibility: visible;
}

.filterScroll {
    height: 100%;
    padding: 30px 0 0;
}

.missingBuss {
    position: fixed;
    inset: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.bussFormMain {
    width: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}



.mainLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

.logBg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
}

.logBg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #000000a3;
}

.logInBox {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 15px 1px #4444;
}

.logFeild input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #4444;
    border-radius: 10px;
}

.logFeild label {
    font-size: 14px;
    margin: 0 0 7px;
}

.logInBox h5 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
}

.logFeild {
    margin: 0px 0 15px;
}

.logFeildBtn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 30px 0 0;
}

.logBtn {
    padding: 13px 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
}

.logBtn i {
    height: 18px;
    font-size: 16px;
}

.mainLogo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px;
    height: auto;
}

.logBg img {
    object-position: 70%;
}

.busCrss {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 22px;
    cursor: pointer;
}

.missingBuss.active {
    opacity: 1;
    visibility: visible;
}

.BusBtn {
    cursor: pointer;
}

.mainNavside li a:hover {
    color: #fff;
}

.userMain:hover .userEmail {
    color: #fff;
}

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

.menu_btn span {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    display: block;
    margin: 5px 0;
    transition: 400ms all;
}

.sidenav.active .mainMenuBtn {
    justify-content: center;
}

.menu_btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(-61%, 94%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
}

.menu_btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-63%, 0%);
    position: absolute;
    left: 47%;
    top: -16%;
    width: 14px;
}

.menu_btn.active span:nth-child(2) {
    width: 0;
}

.bussFormMain h5 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin: 0 0 20px;
}

.missingdriver {
    position: fixed;
    z-index: 99;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.driverBtn {
    cursor: pointer;
}

.missingdriver.active {
    opacity: 1;
    visibility: visible;
}

.wifiBtn {
    cursor: pointer;
}

.wifiMain.active {
    opacity: 1;
    visibility: visible;
}

.wifiMain {
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}


.innerBox {
    padding: 10px 20px;
    height: 130px;
    background: #44444417;
    border-radius: 20px;
}

.innerBox p {
    font-size: 14px;
    opacity: 0.7;
}



.innerInputFeild {
    margin-bottom: 15px;
}

#itemTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    display: none;
}

#itemTable :is(th,
    td) {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

#itemTable tr:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

#actionBox {
    margin-top: 10px;
    display: none;
}

.copyMain {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    font-size: 14px;
    color: #00000073;
    font-style: italic;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #4444;
}

.copyMain a {
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}













/* Default List View - normal table */
.table_overFlowMain {
    overflow-x: auto;
}

.table_overFlowMain table {
    width: 100%;
    border-collapse: collapse;
}

.table_overFlowMain th,
.table_overFlowMain td {
    padding: 8px 10px;
    text-align: left;
}

/* Grid View */
.table_overFlowMain.grid-view table,
.table_overFlowMain.grid-view thead {
    display: block;
}

.table_overFlowMain.grid-view tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff !important;
    box-shadow: 0 0 15px 1px #4444;
    height: 400px;
    overflow: auto;
    width: 24%;
}

.table_overFlowMain.grid-view tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #4444 !important;
    width: 100% !important;
    border-top: none !important;
    align-items: center !important;
}

.table_overFlowMain.grid-view tbody td::before {
    content: attr(data-label);
    font-weight: bold;
}

/* Optional: hide table headers in grid view */
.table_overFlowMain.grid-view thead {
    display: none;
}

.table_overFlowMain.grid-view tbody {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.table_overFlowMain.grid-view table#example {
    padding: 10px !important;
}

.table_overFlowMain.grid-view .pdf {
    width: fit-content !important;
    height: 31px;

}

.table_overFlowMain.grid-view .dataTables_scrollBody {
    max-height: 61vh !important;
}

/* width */
/*::-webkit-scrollbar {*/
/*    width: 2px;*/
/*    height: 5px;*/
/*}*/

/*!* Track *!*/
/*::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 5px grey;*/
/*    border-radius: 10px;*/
/*}*/

/*!* Handle *!*/
/*::-webkit-scrollbar-thumb {*/
/*    background: #000;*/
/*    border-radius: 10px;*/
/*}*/

/*!* Handle on hover *!*/
/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #000;*/
/*}*/

.table_overFlowMain.grid-view .action_bx {
    position: absolute;
    transform: translate(0);
    left: 140px;
    top: 0 !important;
    bottom: 0 !important;
    padding: 7px;
    height: auto !important;
}


.table_overFlowMain.grid-view .actionBtnInner li a {
    width: 30px;
    height: 30px;
}

.table_overFlowMain.grid-view .action_bx.active {
    transform: translatex(30px);
}

.rightMain.active .table_overFlowMain.grid-view tbody tr {
    width: 25% !important;
}

.rightMain.active .table_overFlowMain.grid-view .action_bx {
    left: 200px;
}

.view-toggle {
    margin-top:15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-btn {
    background: #444;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    transition: 300ms all;
    cursor: pointer;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-btn i {
    height: 16px;
}

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

.topBtns button {
    padding: 7px 15px;
    background: #444;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    transition: 300ms all;
    cursor: pointer;
}

.newsAdd {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.newsAdd.active {
    opacity: 1;
    visibility: visible;
}

.docAdd {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.docAdd.active {
    opacity: 1;
    visibility: visible;
}

.radioFeildsInner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0 0;
}

.radioFeildsInner input {
    display: inline;
}

.radioFeilds {
    margin: 15px 0 0;
}

.radioFeilds label {
    font-size: 14px;
}






.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #166b8a;
    border: 1px dashed #166b8a;
    padding: 5px 10px;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_upload:hover,
.btn_upload:focus {
    background-color: #7ca9e638;
}

.yes {
    display: flex;
    align-items: flex-start;
    margin-top: 10px !important;
    position: relative;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    height: 100px;
    width: 100px;
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}

.yes p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 14px;
    margin: 0;
    font-style: italic;
    color: red;
    pointer-events: none;
}

.benefitsCrd-top {
    margin: 30px 0 0;
}


.select2-results__option .opt-green {
    background: #28a745 !important;
    color: #fff !important;
}

.select2-results__option .opt-red {
    background: #dc3545 !important;
    color: #fff !important;
}

.select2-selection__rendered .opt-green,
.select2-selection__rendered .opt-red {
    padding: 2px 6px;
    border-radius: 3px;
}


#select2-busSelect-results .select2-results__option {
    background: transparent;
    padding: 0 !important;
}

#select2-busSelect-results .select2-results__option span {
    padding: 7px 10px !important;
    border-radius: 0 !important;
}

#select2-driverSelect-results .select2-results__option {
    background: transparent;
    padding: 0 !important;
}

#select2-driverSelect-results .select2-results__option span {
    padding: 7px 10px !important;
    border-radius: 0 !important;
}

.driver-red {
    display: block;
    background: #c72121;
    color: #fff;
    pointer-events: none;
}

.driver-green {
    display: block;
    background: #009700;
    color: #fff;
}

.select2-selection__rendered .driver-green {
    background: transparent !important;
    color: #000;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 28px;
}




:root {
    --primary: #2563eb;
    --success: #16a34a;
    --danger: #dc2626;
    --warning: #f59e0b;
    --gray: #6b7280;
    --bg: #f8fafc;
    --card: #ffffff;
}

/* Header */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.page-header h1 {
    font-size: 24px;
    margin: 0;
}

.actions {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

.btn-danger {
    background: var(--danger);
    color: #fff;
}

/* Cards */
.card {
    background: var(--card);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.field {
    background: #f9fafb;
    border-radius: 10px;
    padding: 14px;
}

.field label {
    font-size: 12px;
    color: var(--gray);
    display: block;
    margin-bottom: 4px;
}

.field .value {
    font-size: 14px;
    font-weight: 500;
}

/* Badges */
.badge {
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge.success {
    background: #dcfce7;
    color: var(--success);
}

.badge.danger {
    background: #fee2e2;
    color: var(--danger);
}

.badge.warning {
    background: #fef3c7;
    color: var(--warning);
}

/* Switch */
.switch {
    position: relative;
    width: 44px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    inset: 0;
    background: #e5e7eb;
    border-radius: 999px;
    cursor: pointer;
}

.slider:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
}

.switch input:checked+.slider {
    background: var(--success);
}

.switch input:checked+.slider:before {
    transform: translateX(20px);
}

.actionBtnInner li form {
    background: #ff00002e;
    color: red;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.actionBtnInner li form button {
    height: 20px !important;
    color: red;
}

.table_overFlowMain.default-grid tbody tr {
    width: 49%;
}

.approveBtn {
    padding: 5px 20px;
    border: 1px solid #f59839;
    color: #f59839;
    background: #f598393d;
    transition: 300ms all;
}

.approveBtn:hover {
    background: #0080004f;
    border-color: green;
    color: green;

}


#Frasted_suggestions {
    font-size: 12px;
    box-shadow: 0 0 15px 1px #4444;
    margin: 10px 0 0;
    position: absolute;
    width: 450px;
    background: #fff;
    height: 190px;
    overflow: auto;
    padding: 10px 10px;
}

#Frasted_suggestions div {
    padding: 5px 10px 5px 23px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

#Frasted_suggestions div:hover {
    background: #000;
    color: #fff;
}

#Frasted_suggestions div:before {
    position: absolute;
    content: "\ebce";
    color: #000;
    font-family: 'uicons-regular-rounded';
    left: 6px;
}

#Frasted_suggestions div:hover:before {
    color: #fff;
}

#Tilsted_suggestions {
    font-size: 12px;
    box-shadow: 0 0 15px 1px #4444;
    margin: 10px 0 0;
    position: absolute;
    width: 450px;
    background: #fff;
    height: 190px;
    overflow: auto;
    padding: 10px 10px;
}

#Tilsted_suggestions div {
    padding: 5px 10px 5px 23px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

#Tilsted_suggestions div:hover {
    background: #000;
    color: #fff;
}

#Tilsted_suggestions div:before {
    position: absolute;
    content: "\ebce";
    color: #000;
    font-family: 'uicons-regular-rounded';
    left: 6px;
}

#Tilsted_suggestions div:hover:before {
    color: #fff;
}

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

.lastBtns button {
    padding: 4px 15px;
    border: 1px solid transparent;
    font-size: 11px;
}

.startBtn {
    width: 100px;
    border-color: green !important;
    background: #00800017;
    color: green;
}

.mapBtn {
    width: 100px;
    border: 1px solid orange !important;
    background: #ffa5001f;
    color: orange;
}

.endBtn {
    width: 100px;
    border-color: red !important;
    color: red;
    background: #ff00000d;
}

/* new css  */


/* container */
.table_overFlowMain {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

/* table */
table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 8px;
    font-size: 13px;
}

table.dataTable thead th {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 10px;
    white-space: nowrap;
}

table.dataTable tbody tr {
    background: #fff;
    transition: .2s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
}

table.dataTable tbody tr:hover {
    background: #fafafa;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

table.dataTable tbody td {
    padding: 12px 10px;
    border: none;
    white-space: nowrap;
    vertical-align: middle;
}

table.dataTable tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

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

/* status */
.confBtn {
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.BusBtn {
    color: red;
    font-size: 14px;
    text-align: center;
}

.driverBtn span {
    font-size: 11px;
    color: #666;
}

/* icons */
.wifiBtn,
.dollar,
.pdf {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 16px;
}

/* switch */
.switch-btn input {
    display: none;
}

.switch-btn label {
    width: 40px;
    height: 24px;
    background: #ddd;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.switch-btn .indicator {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transition: .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    transform: translatey(-50%);
}

.switch-btn input:checked+label {
    background: #000;
}

.switch-btn input:checked+label .indicator {
    left: 22px;
}

/* action */
.actionBtn {
    cursor: pointer;
    font-size: 16px;
}

.action_bx {
    position: absolute;
    right: 41px;
    margin-top: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    /* display: none; */
    z-index: 20;
    border: 1px solid #eee;
    top: 50%;
    transform: translatey(-80%);
}

.actionBtnInner {
    padding: 6px;
    margin: 0;
}

.actionBtnInner li {
    list-style: none;
}

.actionBtnInner li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 13px;
    color: #000;
    border-radius: 8px;
    position: relative;
}

.actionBtnInner li a:hover {
    background: #f2f2f2;
}

/* DataTable controls */
.dataTables_filter input,
.dataTables_length select {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 13px;
}

.dataTables_paginate .paginate_button {
    border-radius: 8px !important;
    border: none !important;
    background: #f2f2f2 !important;
    color: #000 !important;
    margin: 0 3px;
    font-size: 13px;
}

.dataTables_paginate .paginate_button.current {
    background: #000 !important;
    color: #fff !important;
}

.wifiBtn i,
.dollar i,
.pdf i {
    height: 18px;
}

.actionBtnInner li a span {
    position: absolute;
    font-size: 11px;
    bottom: -20px;
    background: #d5d5d5;
    padding: 1px 10px;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #4444;
    z-index: 1;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    border: 1px solid #4444;
}

.actionBtnInner li a:hover span {
    opacity: 1;
    visibility: visible;
}

.driverBtn {
    font-size: 14px;
}

.actionBtn>i {
    height: 16px;
}

.copyMain {
    z-index: 9;
}

.filterMainBox {
    overflow: hidden;
}

.DuplicatePopup {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.DuplicatePopup .customPopMain {
    padding: 30px;
}

.duplicateTop h3 {
    font-size: 27px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}

.warn {
    font-size: 14px;
    color: red;
    margin: 0;
    font-style: italic;
}

.DuplicatePopup.active {
    opacity: 1;
    visibility: visible;
}

.driverPOpUp {
    display: none;
}

.missingBuss {
    display: none;
}

.missingdriver {
    display: none;
}

.filterMainBox {
    display: none;
}

.wifiMain {
    display: none;
}

.DuplicatePopup {
    display: none;
}

.driverPOpUp.active {
    display: block;
}

.missingBuss.active {
    display: block;
}

.missingdriver.active {
    display: block;
}

.filterMainBox.active {
    display: block;
}

.wifiMain.active {
    display: block;
}

.DuplicatePopup.active {
    display: block;
}

.red {
    color: red;
}

.green {
    color: green;
}

.viewBtn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4444;
    border-radius: 100%;
}

.viewBtn i {
    height: 14px;
    color: #000;
}

.viewBtn span {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    background: #cdcdcd;
    padding: 3px 10px;
    border-radius: 50px;
    top: -11px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.viewBtn:hover span {
    opacity: 1;
    visibility: visible;
}

div#example_paginate span {
    display: flex;
}

.grey {
    color: #d3a800;
}


.mainSideinnerNav {
    width: 17%;
    height: 100vh;
}

.mainNavside.active .mainMenuBtn {
    justify-content: end;
}

.copyMain p {
    margin: 0;
}

.accordion-button:not(.collapsed) {
    background: #000 !important;
    color: #fff !important;
    border-radius: 15px !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button {
    background: #000 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 15px !important;
}

.accordion-item {
    border: none !important;
    box-shadow: none !important;
    margin: 20px 0;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.topFillBTns {
    padding: 7px 15px;
    background: #444;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    transition: 300ms all;
    cursor: pointer;
}

.topFillBTns:hover {
    background: #000;
}

.responsiveHeader {
    display: none;
}

.mainResMenuBtnd {
    display: none;
}

.g-left {
    display: flex;
    align-items: center;
    gap: 185px;
}

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

.tableInnerBTns a {
    font-size: 14px;
    background: #000;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid transparent;
    transition: 300ms all;
}

.tableInnerBTns a:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
@media(max-width:768px){
    .g-val{
        flex-direction: column !important;
    }
.tableInnerBTns a{
    align-self: start !important;
    padding: 7px 20px !important;
    flex-direction: column !important;

}
.mobile-hidden{
    display: none;
}

}

.month-navigation {
    display: flex;
    gap: 5px;
}
