.flatpickr-calendar {
    background: linear-gradient(to right bottom, rgb(255, 255, 255), rgb(240, 248, 255));
    border: none;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
    font-family: "Segoe UI", sans-serif;
    padding: 8px;
    transition: 0.3s ease-in-out;
}

.flatpickr-months {
    background: rgb(204, 204, 204);
    color: white;
    border-radius: 12px 12px 0px 0px;
    padding: 6px 0px;
}

.flatpickr-weekdays {
    background-color: rgb(233, 242, 251);
    font-weight: 600;
}

.flatpickr-weekday {
    color: rgb(0, 123, 255);
}

.flatpickr-day {
    font-weight: 500;
    color: rgb(51, 51, 51);
    border-radius: 50%;
    transition: 0.25s;
}

    .flatpickr-day:hover {
        background: rgb(0, 123, 255);
        color: white;
        transform: scale(1.1);
    }

    .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
        background: rgb(0, 123, 255);
        color: white;
        box-shadow: rgba(0, 123, 255, 0.6) 0px 2px 5px;
    }

    .flatpickr-day.today {
        border: 2px solid rgb(0, 123, 255);
        color: rgb(0, 123, 255);
        font-weight: bold;
    }

.flatpickr-prev-month, .flatpickr-next-month {
    color: white;
    transition: transform 0.2s;
}

    .flatpickr-prev-month:hover, .flatpickr-next-month:hover {
        transform: scale(1.2);
        color: rgb(255, 221, 87);
    }

.ajax-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ajax-loader img {
        width: 150px;
        height: 150px;
    }

.captcha-text {
    background-color: black;
    color: white;
    padding: 8px 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.refresh-button {
    background: none;
    border: none;
    font-size: 22px;
    height: 37px;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
}

#vehicleTable {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
}

    #vehicleTable th, #vehicleTable td {
        border: 1px solid black;
        padding: 8px 10px;
        text-align: center;
        vertical-align: middle;
    }

    #vehicleTable th {
        top: 0px;
        z-index: 10;
        background-color: #526C5D;
        font-weight: bold;
        position: sticky;
        color: #fff;
        font-size: 12px;
        min-width: 140px;
        max-width: 140px;
    }

    #vehicleTable tbody tr {
        background-color: white !important;
    }

body {
    background: rgb(245, 245, 245);
    width: 100%;
    float: left;
    margin: auto;
    font-family: Montserrat, sans-serif;
}

.logomain {
    width: auto;
    margin: auto;
    float: left;
}

.logo {
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 9;
}

    .logo img {
        max-width: 30%;
    }

.container {
    max-width: 96%;
    margin: auto;
}

.login .container {
    max-width: 100%;
    padding: 0px;
}

.col-sm-6.leftimages {
    height: 100vh;
    display: inline-block;
    float: left;
    position: relative;
}

img {
    max-width: 100%;
}

.leftimages.background {
    background: url(../images/bg.png);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.middboxes {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 2px;
}

p.mainhead {
    font-size: 38px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: normal;
    margin: 0px 0px 10px;
}

    p.mainhead em {
        color: rgb(162, 235, 197);
        font-style: normal;
    }

.smallimages {
    float: left;
    margin: auto;
    width: 100%;
    position: relative;
}

    .smallimages img {
        max-width: 77%;
        position: relative;
        left: 0px;
        bottom: -2px;
        right: 0px;
        margin: auto;
    }

.whitebg {
    position: absolute;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    max-width: 64%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
}

.copytext {
    position: absolute;
    bottom: 6px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 14px;
    color: rgb(153, 156, 159);
    font-weight: 600;
}

.loginhead {
    color: rgb(2, 2, 2);
    font-weight: 800;
    font-size: 24px;
    margin: 0px 0px 10px;
    width: 100%;
}

.smalltext {
    width: 100%;
    margin: 0px 0px 10px;
    float: left;
    font-size: 15px;
    color: rgb(2, 2, 2);
    font-weight: 600;
}

form.loginform {
    width: 100%;
    float: left;
    margin: 10px 0px 0px;
}

.fullwidths {
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
}

.label {
    font-size: 14px;
    font-weight: 600;
    color: rgb(39, 39, 39);
    float: left;
    margin: 0px 0px 5px;
}

.form-input {
    float: left;
    width: 100%;
    position: relative;
    margin: auto;
}

    .form-input i {
        color: rgb(186, 186, 186);
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .form-input .form-control {
        padding: 10px 10px 10px 40px;
        height: auto;
        font-size: 13px;
        box-shadow: none;
        color: rgb(39, 39, 39);
        font-weight: 600;
    }

    .form-input.password .passwordicon i {
        right: 10px;
        left: auto;
    }

    .form-input.password .form-control {
        padding-right: 30px;
    }

    .form-input select.form-select {
        padding: 10px 10px 10px 40px;
        height: auto;
        font-size: 13px;
        box-shadow: none;
        color: rgb(39, 39, 39);
        font-weight: 600;
    }

button.btn {
    background: rgb(82, 108, 93);
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
}

.securitybox {
    width: 50%;
    float: left;
    margin: auto;
}

.securitycaptch {
    float: right;
    width: 45%;
    margin: auto;
}

#sidemenu {
    width: 18%;
    position: fixed;
    background: rgb(2, 71, 81);
    top: 0px;
    bottom: 0px;
    padding: 0px;
    transition: width 0.5s ease-in;
}

    #sidemenu .mainlogo {
        padding: 20px 15px;
        position: relative;
    }

        #sidemenu .mainlogo a.mainvctor img {
            max-width: 60%;
        }

#arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 23px;
    color: rgb(255, 255, 255);
}

    #arrow .right {
        display: none;
    }

.miditems {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

    .miditems ul.menu {
        padding: 0px;
        margin: 0px;
    }

        .miditems ul.menu li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 7px 10px;
        }

            .miditems ul.menu li a {
                padding: 13px 8px;
                float: left;
                color: rgb(255, 255, 255);
                width: 100%;
            }

            .miditems ul.menu li i.menuicons {
                width: 24px;
                float: left;
                margin: 0px 6px 0px 0px;
                text-align: center;
            }

            .miditems ul.menu li span.textmenu {
                font-size: 14px;
                width: 85%;
                float: left;
                text-align: left;
                font-weight: 600;
                position: relative;
                top: 3px;
            }

li.active a {
    background: rgb(0, 156, 74);
    border-radius: 10px;
}

#rightitems {
    width: 100%;
    float: right;
    padding: 0px;
    transition: width 0.5s ease-in;
}

.headerbg {
    padding: 7px 0px;
    background: rgb(82, 108, 93);
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgb(210, 210, 210);
    position: sticky;
    z-index: 999;
    top: 0px;
    color: rgb(255, 255, 255);
}

.maintexts {
    font-size: 14px;
    font-weight: 600;
    color: rgb(39, 39, 39);
    float: left;
}

    .maintexts em {
        font-weight: bold;
        font-style: normal;
    }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 0px 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    padding: 0px 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.rightdrop button#dropdownMenuButton1 {
    background: no-repeat;
    border: none;
    padding: 0px;
    width: auto;
    float: right;
}

    .rightdrop button#dropdownMenuButton1::after {
        display: none;
    }

.col-sm-3.rightdrop button#dropdownMenuButton1 i.fas.fa-chevron-down {
    color: rgb(136, 136, 136);
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 12px;
}

.rightdrop button#dropdownMenuButton1 img {
    max-width: 80%;
    margin-right: 0px;
}

.rightdrop .dropdown {
    padding-right: 20px;
}

.maintexts {
    position: relative;
    top: 10px;
    padding: 0px;
    text-align: center;
    font-size: 19px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.dropdown-item.active, .dropdown-item:active {
    background: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
}

.rightdrop .dropdown ul.dropdown-menu.show {
    margin: 0px;
    padding: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: no-repeat;
}

.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item {
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: rgb(142, 142, 142);
}

.col-sm-3.logoimages {
    padding: 0px;
}

    .col-sm-3.logoimages img {
        max-width: 40%;
    }

.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item:hover {
    color: rgb(142, 142, 142);
}

.sectionmiddle {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0px 15px;
}

.addhead {
    color: rgb(39, 39, 39);
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 9px;
}

.whitebgfilter {
    background: rgb(255, 255, 255);
    float: left;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.filterdiv {
    width: 100%;
    float: left;
    margin: auto;
}

    .filterdiv .filterbox {
        width: 20%;
        padding: 0px 6px;
    }

.labelhead {
    color: rgb(39, 39, 39);
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin: 0px 0px 7px;
}

.dataform {
    float: left;
    margin: auto;
    width: 100%;
}

    .dataform .form-control {
        padding: 10px;
        height: auto;
        font-size: 13px;
        color: rgb(39, 39, 39);
        font-weight: 600;
        box-shadow: none !important;
    }

button.search {
    background: rgb(82, 108, 93);
    padding: 9px;
    min-width: 100px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid rgb(82, 108, 93);
}

.filterbutton {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
    top: 26px;
}

.search.cancelbtn {
    background: rgb(255, 255, 255);
    color: rgb(39, 39, 39);
    margin-right: 0px;
}

p.formhead {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: rgb(82, 108, 93);
    top: 30px;
}

.col-sm-2.rightdrop .dropdown-menu.show {
    min-width: 220px;
    left: 0px !important;
    top: 14px !important;
}

.profilepic {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(204, 204, 204);
}

    .profilepic .profileimages {
        width: 30%;
        display: inline-block;
        float: left;
    }

.profiletexts {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
}

    .profiletexts .nameprofle {
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
    }

.protext {
    color: rgb(142, 142, 142);
    font-size: 13px;
}

.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item i {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.filterdiv button.nav-link.active {
    background: rgb(82, 108, 93);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.filterdiv div#nav-tab buttton {
    font-size: 19px !important;
}

.filterdiv .nav-tabs button {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 39px;
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    box-shadow: none;
}

.rightdrop .dropdown i.fas.fa-chevron-down {
    font-size: 13px;
    margin-left: 10px;
}

div#nav-tab {
    border: none;
    margin: 0px !important;
}

.whitebgfilter.tabboxes {
    padding: 0px;
}

.whitebgfilter2 {
    display: none;
    background: rgb(255, 255, 255);
    float: left;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

    .whitebgfilter2.tabboxes {
        padding: 0px;
    }

.whitebgfilter3 {
    display: none;
    background: rgb(255, 255, 255);
    float: left;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

    .whitebgfilter3.tabboxes {
        padding: 0px;
    }

.pull-right.buttonupload {
    width: auto;
    float: right;
    position: relative;
}

    .pull-right.buttonupload button.downaload {
        border: 1px solid rgb(2, 2, 2);
        border-radius: 6px;
        background: rgb(255, 255, 255);
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 600;
        margin: 30px 0px 0px;
    }

        .pull-right.buttonupload button.downaload i {
            margin-right: 10px;
        }

.custom-file-upload {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 0px;
    position: relative;
    float: left;
}

    .custom-file-upload label {
        display: block;
        margin-bottom: 5px;
    }

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    padding: 11px 8px 11px 107px;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.2s ease-in;
    float: left;
    font-weight: 600;
    border-radius: 5px;
}

    .file-upload-input:hover, .file-upload-input:focus {
    }

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 6px;
    border: none;
    margin-left: 2px;
    position: absolute;
    background-color: rgb(153, 153, 153);
    float: left;
    transition: 0.2s ease-in;
    font-weight: 600;
    left: -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .file-upload-button:hover {
        background-color: rgb(153, 153, 153);
    }

.addhead.midnewheads {
    color: rgb(24, 48, 40);
    font-size: 16px;
    text-align: center;
}

.pull-right.buttonupload button.downaload i img {
    max-width: 10%;
}

.daterangepicker.show-calendar .drp-buttons button {
    width: auto;
    border: none !important;
}

.dataform.calendericons {
    position: relative;
}

    .dataform.calendericons i {
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .dataform.calendericons input.form-control {
        padding-left: 30px;
    }

.midboxes {
    width: 100%;
    float: left;
    margin: auto;
    background: none;
}

    .midboxes div#nav-tabContent {
        background: none !important;
        border: none !important;
        padding: 8px 0px !important;
    }

#previewTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    #previewTable th, #previewTable td {
        border: 1px solid black;
        padding: 8px 10px;
        text-align: center;
        vertical-align: middle;
    }

    #previewTable th {
        background-color: rgb(82, 108, 93);
        font-weight: bold;
        position: sticky;
        color: rgb(255, 255, 255);
        font-size: 12px;
        min-width: 140px;
        max-width: 140px;
    }

.toast.toast-error {
    background: red;
}

.toast {
    background-color: rgb(3, 3, 3);
}

    .toast.toast-success {
        background-color: rgb(5, 173, 5);
    }

    .toast.toast-error {
        background-color: rgb(189, 54, 47);
    }

    .toast.toast-info {
        background-color: rgb(47, 150, 180);
    }

    .toast.toast-warning {
        background-color: rgb(248, 148, 6);
    }

button.btn:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.securitybox input#enteredCaptcha {
    padding-left: 10px;
}

.scorllheight {
    width: 100%;
    border-radius: 10px;
    overflow: auto;
    max-height: 90vh;
    border: 1px solid rgb(204, 204, 204);
}

    .scorllheight table#previewTable {
        margin: 0px !important;
    }

div#exTable {
    margin: 0px !important;
}
.whitebgfilter3 {
}

    .whitebgfilter3 .scorllheight {
        max-height: 100%;
        border: none;
        border-radius: 0;
    }

        .whitebgfilter3 .scorllheight div#vehicleTable_filter {
            margin-bottom: 15px;
        }

            .whitebgfilter3 .scorllheight div#vehicleTable_filter label {
                font-size: 14px;
                font-weight: 600;
            }

                .whitebgfilter3 .scorllheight div#vehicleTable_filter label input[type="search"] {
                    border-radius: 5px;
                    margin-left: 20px;
                }

div#vehicleTable_info {
    font-size: 15px;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: rgb(82, 108, 93);
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccc;
    border-radius: 4px;
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    min-width: inherit;
    padding: 6px 10px;
}
button.refresh-button i {
    position: relative;
    left: 0;
    top: 0;
    color: #000;
}

ul.dropdown-menu.main {
    display: block !important;
    left: 0 !important;
    min-width: 230px;
    top: 12px !important;
}

#btnSubmit {
    color: black;
    padding: 9px;
    min-width: 100px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #526C5D;
}

    #btnSubmit:not(:disabled):hover {
        background-color: #526C5D;
        color: white
    }