: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;
}

.rightMain {
    width: 83%;
    height: 100%;
}

.mainNavside {
    padding: 90px 15px 0 !important;
    box-shadow: 0 0 15px 1px #4444;
    height: 100%;
    overflow-y: auto;
    background: #000;
}


/* side-nav css  */


.sidenav {
    width: 16%;
    height: 100%;
}

.mainNavside li a {
    padding: 10px 15px;
    display: block;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.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 {
    width: 90px;
    transition: 300ms all;
}

.mainNavside.active {
    width: 100%;
}

.mainNavside li {
    width: 50px;
    overflow: hidden;
    border-radius: 10px;
    margin: 5px auto;
    transition: 300ms all;
    height: 50px;
    border-radius: 50px;
}

.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.15 !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 40px;
    max-width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.userImg {
    width: 50px;
    height: 50px;
    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: 200px;
    box-shadow: 0 0 15px 1px #4444;
    padding: 10px 10px;
    border-radius: 10px;
    bottom: -50px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    z-index: 9;
}

.userDropDown a {
    width: 100%;
    background: aliceblue;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: red;
}

.userDropDown a i {
    height: 20px;
}

.userDropDown.active {
    opacity: 1;
    visibility: visible;
    bottom: -70px;
}

.table_box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: 500ms all;
    padding: 107px 40px 0;
}

.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: 12px;
    font-weight: 600 !important;
}






.switch-btn {
    width: 40px;
    height: 28px;
}

.switch-btn input[type=checkbox] {
    display: none;
}

.switch-btn input[type=checkbox]:checked+label {
    border-color: #659b38;
    text-align: right;
    background: #dff0d8;
}

.switch-btn input[type=checkbox]:checked+label>.indicator {
    background: #3c763d;
}

.switch-btn label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px;
    border: 2px solid #b13549;
    background: #f2dede;
    border-radius: 20px;
    cursor: pointer;
}

.switch-btn label .indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #a94442;
    border-radius: 100%;
}

td {
    font-size: 12px;
    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;
    left: 50%;
    transform: translatex(-50%);
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.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;
    bottom: -40px;
    z-index: 99;
}

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: 0 0 10px;
}

#example_length label select {
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #4444;
    outline: none;
}

table#example {
    margin: 20px 0 30px;
}

.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: 178px;
    height: 78px;
    filter: invert(1);
}

.sideNavLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.actionBtn {
    height: 23px;
}


.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;
}

.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: 10px 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;
}

.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;
}

.select2-flex-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px;
}

.select2-custom-btn {
    padding: 5px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4444;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
}

.select2-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: end;
}

.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(-52%, 246%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.menu_btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-63%, 0%);
    position: absolute;
    left: 47%;
    top: -16%;
}

.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;
}