@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary : #FFB416;
    --dark : #131313;
    --muted : #7C7C7C;
    --gray : #E7E7E7;
    --light : #F7F7F7;
    --white : #FFFFFF;
    --black : #000000;
}
body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--dark);
    background-color: var(--light);
    padding-top: 56px;
    --sidebar_width: 280px;
    transition: all 0.5s;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
body.page-template-login,
body.page-template-register,
body.page-template-vendor-register,
body.page-template-forgot-password{
    padding-top: 0px;
}
body.sidebar-collapsein{
    padding-left: calc(var(--sidebar_width));
}
input {
    outline: 0 !important;
}
input:focus {
    box-shadow: none !important;
}
a {
    color: var(--dark);
    text-decoration: none !important;
    transition: all 0.4s;
}
img {
    transition: all 0.5s;
}
a:hover {
    color: var(--primary);
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h2,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    color: var(--dark);
}
p:last-child {
    margin-bottom: 0;
}
::selection {
    color: var(--white);
    background: var(--dark);
}
img,
svg {
    max-width: 100%;
    width: auto;
    height: auto;
}
html .container {
    max-width: 1370px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
html .btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    background: var(--primary);
    color: var(--black);
    min-width: fit-content;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.4s;
    border-color: transparent;
}
html .btn.btn-success {
    background: #5CB85C;
     color: var(--white);
}
html .btn.btn-danger {
     color: var(--white);
    background: #EB3F35;
}
html .btn:hover{
    background-color: #eca91c;
}
html .btn-sm {
    padding: 0 16px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 7px;
}
html .btn-md{
    padding: 0 20px;
    line-height: 34px;
    font-size: 14px;
}
html .btn-lg {
    padding: 0 34px;
    line-height: 46px;
    font-size: 18px;
    border-radius: 10px;
}
html .btn.btn-dark{
    background-color: var(--dark);
    color:#fff;
}
html .btn.btn-dark:hover{
    background-color: var(--primary);
    color: var(--dark);
}
html .btn.btn-light{
    background-color: var(--light);
    color: var(--dark);
}
html .btn.btn-light:hover{
    background-color: var(--dark);
    color: var(--white) !important;
}
html .btn.btn-white{
    background-color: var(--white);
    color: var(--dark);
}
html .btn.btn-white:hover{
    background-color: var(--dark);
    color: var(--white) !important;
}
html .btn.btn-outline{
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
}
html .btn.btn-outline:hover{
    background-color: var(--primary);
    color: var(--light);
}
html .btn.btn-outline-dark{
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background-color: transparent;
}
html .btn.btn-outline-dark:hover{
    background-color: var(--secondary);
    color: var(--light);
}
html .btn.btn-outline-light{
    border: 1px solid var(--gray);
    color: var(--secondary);
    background-color: transparent;
}
html .btn.btn-outline-light:hover{
    background-color: var(--secondary);
    color: var(--light);
}
html a.btn.btn-border {
    border: 1px solid rgba(231, 231, 231, 1);
}
html .btn.btn-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    font-weight: 400;
    border-radius: 8px;
}
html .btn.btn-icon.btn-icon-sm {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 0;
    font-weight: 400;
    border-radius: 7px;
}
html .btn.btn-icon.btn-icon-md {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0;
    font-weight: 400;
    border-radius: 8px;
}
html .btn.btn-icon.btn-icon-lg {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    font-weight: 400;
    border-radius: 10px;
}
html .btn.btn-light {
    background-color: var(--light);
    color: var(--dark);
}
a.minus-btn {
    border-radius: 6px;
    box-shadow: 0px 4px 14px 0px #0000000D !important;
    background-color: var(--white);
    font-size: 25px;
    margin-bottom: 10px;
}
 a.minus-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
html .badge {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}
html .badge-success {
    background: #5CB85C;
}
html .badge-danger {
    background: #EB3F35;
}
html .badge-info {
    background: #17a2b8;
}
html .badge-warning {
    background: #ffc107;
}
html .dropdown-menu {
    --bs-dropdown-border-color: var(--light);
    --bs-dropdown-link-hover-bg: var(--light);
    border: 0;
    border-radius: 8px;
    box-shadow: 1px 0px 24px rgb(47 24 75 / 5%);
    min-width: 140px;
    overflow: hidden;
}
ul.dropdown-menu .dropdown-item {
    font-size: 14px;
}
.btn-icon i, .btn-icon svg {
    margin: 0;
}
html .dropdown-toggle:after{
    display: none;
}
.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-dark{
    color: var(--dark) !important;
}
.text-light{
    color: #637A6F !important;
}
.text-mute{
    color: var(--muted) !important;
}
.bg-light {
    background-color: var(--gray) !important;
}
/* select */
.select2-container {
    display: block;
    z-index: 9991;
}
html .select2.select2-container {
    width: 100% !important;
    z-index: 1;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 8px;
    padding: 0 35px 0 15px;
    height: 40px;
    font-size: 13px;
    box-shadow: 0 0 0 transparent !important;
    border: 1px solid var(--gray);
    color: #13131399;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    background-color: var(--light);
}
html .body-content-box .top-bar .select2-container--default .select2-selection--single{
    background-color: var(--white);
    height: 36px;
}
.form-select-light~.select2-container--default .select2-selection--single {
    background-color: var(--white);
}
.form-select-lg~.select2-container--default .select2-selection--single {
    padding: 0 34px 0 20px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}
html .form-select-bordered~.select2-container--default .select2-selection--single {
    border: 1px solid rgba(47, 24, 75, 0.08);
}
html .form-select-lg~.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 20px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.field-icon .select2-container--default .select2-selection--single {
    padding-left: 38px;
}
html .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 20px;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    display: block;
    transform: rotate(45deg);
    transition: all 0.2s;
    color: var(--dark);
    margin-top: -3px;
    border-bottom-right-radius: 2px;
}
html .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    transform: rotate(-135deg);
    margin-top: 0;
}
html .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary);
    color: var(--dark);
}
html .select2-container--default .select2-results__option--selected {
    background-color: var(--muted);
    color: var(--white);
}
html .select2-dropdown {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
html .select2-container--default .select2-search--dropdown .select2-search__field {
    background: var(--light);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0 10px;
    height: 32px;
    font-size: 13px;
}
html .select2-results__option {
    font-size: 13px;
    padding: 6px 10px;
}
.select2-results__option.select2-results__message {
    text-align: center;
    color: var(--text);
}
.form-select-solid~.select2-container--default .select2-selection--single {
    background: var(--light);
    border-color: var(--light);
}
.form-select-sm~.select2-container--default .select2-selection--single {
    height: 34px;
    font-size: 13px;
}
html .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--dark);
}
html .form-control.form-control-shadow,
.form-select-shadow~.select2-container--default .select2-selection--single {
   border: 1px solid var(--gray);
}
/* table css */
html .table-responsive{
    margin: 20px 0px;
}
html .table {
    margin: 0;
    --bs-border-color: #e4e7eb;
}
.table.table-list-data {
    border-spacing: 0 5px;
    border-collapse: separate;
    margin-top: -5px;
}
.table.table-list-data tbody td {
    border: 0;
    background: var(--white);
    box-shadow: 0px 4px 4px 0px #00000008;
    padding: 10px 6px 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
    vertical-align: middle;
    line-height: normal;
    text-wrap: nowrap;
}
.card .table.table-list-data {
    border-spacing: 0 0;
    margin-top: 0px;
}
.card .table.table-list-data thead th {
    padding: 8px 6px 8px 15px;
}
.card .table.table-list-data tbody td {
    border-bottom: 1px solid var(--gray) !important;
    box-shadow: unset;
}
.card .table.table-list-data tbody td:first-child,
.card .table.table-list-data tbody td:last-child {
   border-radius: 0px;
}
.table.table-list-data tbody td p{
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--muted);
}
.table.table-list-data.table-hover tbody tr:hover td {
    background: var(--light);
    color: var(--text);
}
.table.table-list-data thead th {
    border: 0;
    background: var(--gray);
    padding: 11px 6px 11px 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    text-wrap: nowrap;
}
.table.table-list-data thead th:first-child,
.table.table-list-data tbody td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.table.table-list-data thead th:last-child,
.table.table-list-data tbody td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.table.table-list-data tbody tr:last-child td{
    border-bottom: 0px;
}
.vehicle-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vehicle-info .image {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 8px;
    overflow: hidden;
}
.vehicle-info h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
/* data-footer css */
.filter-item-field {
    display: flex;
    align-items: center;
}
.filter-item-field label {
    font-weight: 400;
    margin-right: 8px;
    font-size: 13px;
}
ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 6px;
}
ul.pagination .page-item .page-link {
    border-color: transparent;
    color: var(--dark) !important;
    background-color: transparent !important;
    font-weight: 400;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 0 0 transparent !important;
}
ul.pagination li.active .page-link, ul.pagination li .page-link:hover {
    background: var(--white) !important;
    border: 1px solid var(--gray);
}
/* sidebar */
/* Sidebar css start */
.sidebar {
    position: fixed;
    z-index: 9;
    top: 57px;
    bottom: 0px;
    left: 0;
    background: var(--white);
    width: 56px;
    height: 100%;
    padding: 15px 0px 50px;
    box-shadow: 1px 0px 3px 0px #1313130A;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
}
body div.sidebar-collapsein .sidebar {
    width: var(--sidebar_width);
}
body > div{
    padding-left: 56px;
    transition: all 0.5s;
}
body div.sidebar-collapsein {
    padding-left: var(--sidebar_width);
}
body  div.sidebar-collapsein .sidebar .menu .menu-icon{
    display: block;
}
ul.menu-navigation > li > a .icon {
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.menu-navigation > li > a > .text {
    /* margin-left: 10px; */
    display: none;
    flex-grow: 1;
}
body  div.sidebar-collapsein ul.menu-navigation > li > a > .text {
    display: block;
}
body  div.sidebar-collapsein .account-info h4,
body  div.sidebar-collapsein .account-info p{
    display: block;
}
.account-info h4,
.account-info p {
    display: none;
}
.sidebar .menu {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
    height: calc(100% - 50px);
}
.sidebar .actions {
    margin: 0 10px 20px;
    border-top: 1px solid var(--gray);
}
.sidebar ul li {
    margin-bottom: 12px;
}
.sidebar ul li:last-child {
    margin-bottom: 0
}
.sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: var(--dark);
    padding: 0 18px;
    min-height: 36px;
    border-radius: 8px;
    position: relative;
    justify-content: center;
    cursor: pointer;
}
.sidebar .submenu li a {
    padding-left: 58px;
    line-height: 150%;
    justify-content: start;
    font-size: 13px;
}
ul.submenu li {
    margin-bottom: 0px;
}
.sidebar ul  li.active > a, .sidebar ul  li:hover > a {
    /* color: var(--white) !important; */
    background: var(--primary);
    box-shadow: 0px 5px 9px 0px #FFB41629;
}
.sidebar ul li .submenu a:hover{
    color: var(--muted) !important;
    background: transparent;
}
ul.menu-navigation > li span.menu-icon {
    display: none;
}
body  div.sidebar-collapsein  .sidebar .menu .menu-icon {
    margin-left: auto;
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1129_3374)"><path d="M9 1L5 5L1 1" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1129_3374"><rect width="10" height="6" fill="white"/></clipPath></defs></svg>');
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}
li.menu-parent a.active span.menu-icon {
    transform: rotate(180deg);
}
.sidebar .menu li ul.submenu{
    display: none;
}
.sidebar .menu li ul.submenu.active{
    display: block;
}
.main:not(.sidebar-collapsein) li a.active + ul.submenu,
.main:not(.sidebar-collapsein) li a + ul.submenu {
    display: none !important;
}
body  div.sidebar-collapsein .account-info{
    border: 1px solid var(--gray);
    border-radius: 9px;
    padding: 14px 10px 14px 54px !important;
    position: relative;
    display: block !important;
}
body  div.sidebar-collapsein .account-info h2{
    left: 10px;
    right: auto;
}
.account-info h2 {
    width: 32px;
    height: 32px;
    border-radius: 38px;
    background-color: var(--light);
    color: var(--dark);
    border: 1px solid var(--gray);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.account-info h4 {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 2px;
    line-height: 100%;
    transition: all 0.4s;
}
.account-info:hover {
    background: transparent !important;
}
.account-info:hover h4 {
    color: var(--muted);
}
.account-info p {
    font-size: 11px;
    line-height: 130%;
    color: var(--dark);
    opacity: 0.5;
}
/* Header */
/* Header css start */
header {
    background: var(--white);
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 20px;
    transition: all 0.5s;
    box-shadow: 0px 1px 3px 0px #1313130A;
}
header .logo{
    height: 56px;
    width: 56px;
    background-color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
}
header .navbar-toggle {
    height: 34px;
    width: 34px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light);
    color: var(--dark);
    cursor: pointer;
    transition: all 0.5s;
}
header .navbar-toggle:hover {
    background-color: var(--dark);
    color: var(--light);
}
body  div.sidebar-collapsein .navbar-toggle .nav-open-icon {
    display: block;
}
body .navbar-toggle .nav-open-icon {
    display: none;
}
body  div.sidebar-collapsein .navbar-toggle .nav-close-icon {
    display: none;
}
body .navbar-toggle .nav-close-icon {
    display: block;
}
header h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
    margin: 0px;
}
.breadcrumb {
    font-size: 14px;
    font-weight: 400;
    color: var(--muted);
    gap: 8px;
    margin: 0;
}
.breadcrumb a {
    color: var(--muted);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "";
    height: 6px;
    width: 6px;
    background-image: url('data:image/svg+xml,<svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00006 7C1.00006 7 4 4.79056 4 4C4 3.20944 1 1 1 1" stroke="%237C7C7C" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 4px;
}
header .btn {
  padding: 0px 18px;
}
/* Header css end */
html :is(.form-control-bordered, .form-select-bordered){
    line-height: 28px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 8px;
    color: #02221399;
}
.body-content-box {
    padding: 20px;
    transition: all 0.5s;
}
.body-content-box h2{
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0px;
}
.body-content-box h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
   margin-top: 20px;
}
.body-content-box p{
    font-size: 15px;
    color: #444444;
}
.tab-box-wpr {
    padding: 4px;
    border-radius: 50px;
    background-color: var(--gray);
}
html .nav-tabs {
    border: 0;
    gap: 6px;
}
html .tab-box-wpr .nav-tabs {
    gap: 4px;
}
html .tab-box-wpr .nav-tabs .nav-link {
    border: 0 !important;
    border-radius: 48px;
    font-size: 13px;
    padding: 0 14px;
    color: var(--dark);
    text-wrap: nowrap;
}
/* html .nav-tabs .nav-link:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--dark);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
} */
html .tab-box-wpr .nav-tabs .nav-link span {
    padding: 2px 5px;
    text-align: center;
    background-color: var(--light);
    font-size: 10px;
    color: var(--dark);
    border-radius: 48px;
    margin-left: 5px;
}
html .nav-tabs .nav-link.active {
    background: var(--white);
    border-color: var(--white) !important;
    box-shadow: 0px 2px 3px 0px #0000000D;
}
html .nav-tabs .nav-link.active span{
    background-color: var(--light) !important;
}
/* html .nav-tabs .nav-link.active:before {
    opacity: 1;
    visibility: visible;
} */
html .tab-box-wpr .nav-tabs .nav-link span {
    padding: 2px 5px;
    text-align: center;
    background-color: var(--white);
    font-size: 10px;
    color: var(--dark);
    border-radius: 48px;
    margin-left: 3px;
}
.field-icon {
    position: relative;
}
html .top-bar .search-field {
    width: 260px;
    max-width: 100%;
}
html .top-bar .vehicle-field{
    width: 170px;
    max-width: 100%;
}
html .field-icon .form-control {
    padding-left: 35px;
}
html :is(.form-control, .form-select) {
    border: 1px solid var(--gray);
    border-radius: 8px;
    height: 40px;
    font-size: 13px;
    color: #13131399;
    font-weight: 400;
    box-shadow: none !important;
    background-color: var(--light);
}
html .top-bar :is(.form-control, .form-select){
    height: 36px;
}
.form-field label {
    font-size: 14px;
    color: var(--dark);
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 6px;
}
html :is(.form-control, .form-select):focus {
    border: 1px solid var(--gray);
    background-color: var(--light);
}
html :is(.form-control-light, .form-select-light), html :is(.form-control-light, .form-select-light):focus {
    background-color: var(--white) !important;
}
.field-icon .icon {
    width: 40px;
    height: 36px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}
html .form-select {
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5 5L1 1" stroke="%237D718A" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 12px;
}
.form-field.input-group {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D6E4E4;
}
.form-field.input-group > *:first-child {
    border-right: 2px solid var(--gray) !important;
}
.form-field.input-group input {
    border-radius: 0px;
    border: 0;
    max-width: 130px;
    width: 100%;
}
.text-edior {
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid var(--gray);
    background-color: var(--light);
}
.form-switch {
    padding-left: 0px;
    display: inline-flex;
    align-items: center;
}
.form-switch .form-check-input:checked {
    background-color: var(--primary);
}
.form-switch .form-check-input {
    height: 22px;
    width: 40px;
    background-color: var(--white);
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7C5.65685 7 7 5.65685 7 4C7 2.34315 5.65685 1 4 1C2.34315 1 1 2.34315 1 4C1 5.65685 2.34315 7 4 7Z" fill="%23FFB416"/></svg>');
    border: 1px solid #FFB416;
    margin: 0px 8px;
}
html .card {
    background: var(--white);
    border: 0;
    /* box-shadow: 0px 2px 8px 0px #00000012; */
    box-shadow: 0px 4px 14px 0px #0000000D;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px;
}
.card-scratch .card {
    min-height: 100%;
    margin-bottom: 0;
}
html .card h5{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}
html .card > p{
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 10px;
}
html .card .dt-box {
    padding: 20px 34px;
    border-radius: 10px;
    position: relative;
}
html .card .dt-box:before{
    position: absolute;
    content: "";
    height: 40px;
    width: 4px;
    left: 0;
    top: 23px;
}
html .card .row > *:first-child .dt-box:before{
    background-color: var(--primary);
}
html .card .row > *:nth-child(2) .dt-box:before{
    background-color: #FF2A47;
}
html .card .row > *:nth-child(3) .dt-box:before{
    background-color: #00A65A;
}
html .card .row > *:nth-child(4) .dt-box:before{
    background-color: #006AFF;
}
.dt-box h3 {
    font-size: 38px;
    font-weight: 600;
    color: var(--dark);
    margin-top: 0px;
}
.dt-box .icon{
    border-radius: 10px;
    height: 50px;
    width: 50px;
    background-color: #FFFFFF66;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dt-box p{
    font-size: 13px;
    color: var(--dark);
    text-transform: uppercase;
}
/* Login css start */
.login-page,
.not-found-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    padding: 20px;
    position: relative;
    background-image: url(../images/login.bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.not-found-page{
    background-image: url(../images/404-bg.png);
}
.login-page .logo,
.not-found-page .logo{
    position: absolute;
    top: 20px;
    left: 40px;
}
.login-page > *:nth-child(2){
    transform: translateY(80px);
}
.login-page > *:nth-child(4){
    transform: translateY(60px);
}
.login-page .logo img,
.not-found-page .logo .img{
    transition: all 0.5s;
}
.login-page .logo img:hover,
.not-found-page .logo img:hover{
    transform: scale(0.9);
}
.login-page .form-box {
    max-width: 460px;
    width: 100%;
    padding: 40px;
    background: var(--white);
    box-shadow: 0px 4px 30px 0px #0000000F;
    border-radius: 20px;
    margin: 0px 27px 0px 54px;
    position: relative;
    z-index: 1;
}
.register-page .form-box{
    max-width: 570px;
    width: 100%;
    margin: 0px 32px;
}
.vendor-register-box {
    max-width: 820px !important;
   
}
.login-page .form-box-lg {
    width: 590px;
}
.login-page .form-box h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    color: var(--black);
    margin-bottom: 15px;
}
.login-page .form-box p {
    font-size: 15px;
    line-height: 150%;
    color: var(--muted);
    margin-bottom: 30px;
}
 .form-field {
    margin-bottom: 20px;
}
.login-page .form-control {
    height: 50px;
    padding: 14px 20px;
    background: var(--light);
    border-radius: 10px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    box-shadow: none;
    background: #F5F5F5;
}
.login-page .form-control::placeholder {
    color: var(--secondary);
    opacity: 0.5;
}
.login-page .form-box .form-check {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.login-page .form-box .form-check-input {
    width: 22px;
    height: 22px;
    float: none;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
}
.login-page .form-box .form-check-input:checked {
    background-image: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.83325 4.83334C1.83325 4.83334 3.83325 6.83334 5.16659 9.16668C5.16659 9.16668 8.87245 3.05556 12.1666 1.83334" stroke="%23121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 14px;
    background-color: transparent;
    border-color: #E3E5D1;
}
.login-page .form-box label,
.login-page .form-box .link {
    font-size: 15px;
    line-height: 130%;
    color: var(--black);
    cursor: pointer;
}
.login-page .form-box .link:hover {
    color: var(--primary);
}
.login-page .form-box .btn {
    margin: 40px 0px 24px;
    text-transform: uppercase;
}
.login-page .form-box .register-text {
    font-size: 14px;
    color: #000000E5;
    margin-bottom: 0px;
}
.login-page .form-box .register-text a {
    color: inherit;
    font-weight: 600;
}
/* .login-page .form-box .register-text a:hover { */
.login-page .form-box .register-text a:not(.btn):hover {
    color: var(--primary);
}
.login-page input.form-control.password {
    padding-right: 40px;
}
.login-page .password-hideshow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.login-page .password-hideshow input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.login-page .password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(2) {
    display: none;
}
.login-page .password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(3) {
    display: block;
}
.login-page .password-hideshow svg:nth-child(3) {
    display: none;
}
/* Login css end */
.not-found-page .content{
    text-align: center;
}
.not-found-page .content h3{
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}
.not-found-page .content p{
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 70px;
}
.not-found-page .content a.btn{
    margin-top: 60px;
    padding: 0px 40px;
    line-height: 48px;
    border-radius: 8px;
}
.file-upload {
    height: 100%;
}
.file-upload label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
    background: var(--light);
    border: 1.6px dashed var(--gray);
    border-radius: 8px;
    cursor: pointer;
}
.file-upload svg {
    opacity: 0.20;
    margin-bottom: 8px;
    transition: all 0.4s;
}
.file-upload:hover svg{
    opacity: 1;
}
.file-upload h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--dark);
    margin-bottom: 0;
    text-align: center;
}
.file-upload p {
    font-size: 12px;
    color: #13131380;
    line-height: normal;
    text-align: center;
}
.body-content-box .billing-history-ul{
}
.billing-history-ul li{
    margin-bottom: 15px;
}
.billing-history-ul li .icon{
    height: 40px;
    width: 40px;
    background-color: var(--light);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.billing-history-ul li h6{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
.billing-history-ul li p{
    font-size: 12px;
    color: #13131380;
    line-height: normal;
}
.view-detail-box .image{
    padding: 30px 20px;
    border-right: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
}
.view-detail-box .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-detail-box img{
    border-radius: 10px;
}
.view-detail-box h3{
    margin: 20px 0px 10px;
}
.view-detail-box .content{
    padding: 30px;
}
.view-detail-box .content > .row{
   row-gap: 30px;
}
.view-detail-box .content h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}
.view-detail-box .content p{
    font-size: 13px;
    color: var(--muted);
    line-height: normal;
}
.view-detail-box .text-detail-wrap{
    background-color: var(--light);
    border: 1px solid var(--gray);
    border-radius: 8px;
    padding: 14px 20px;
}

.form-page .password-hideshow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.form-page .password-hideshow input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.form-page .password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(2) {
    display: none;
}
.form-page .password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(3) {
    display: block;
}
.form-page .password-hideshow svg:nth-child(3) {
    display: none;
}
div.tab-pane:has(.not-found){
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    width: 100%;
}
.not-found{
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    background-color: #0000000A;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 0;
    text-align: center;
    align-items: center;
}
.not-found h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--dark);
    margin-top: 0px;
    
}
.not-found p{
    font-size: 14px;
    color: var(--dark);
}



body.page-template-vendor-profile {
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
    min-height: 100vh;
}
body.page-template-vendor-profile:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #13131399;
    backdrop-filter: blur(6px);
    left: 0;
    top: 0;
    z-index: 9998;
}
.add_vendor_box {
    width: calc(100% - 170px);
    background-color: var(--light);
    padding: 30px;
    border-radius: 14px;
    z-index: 9999;
    position: absolute;
    inset: 50%;
    height: calc(100vh - 70px);
    transform: translate(-50%, -50%);
}
.add_vendor_box .add_vendor_box_wrap {
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0px 20px;
}
.add_vendor_box a.minus-btn{
    border-radius: 6px;
    box-shadow: 0px 4px 14px 0px #0000000D !important;
    background-color: var(--white);
    font-size: 25px;
    margin-bottom: 10px;
}
.add_vendor_box a.minus-btn:hover{
    background-color: var(--primary);
    color: var(--white);
}
.body-content-box .table-responsive .dt-length,
.body-content-box .table-responsive .dt-search {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.body-content-box .table-responsive .dt-length .dt-input,
div.dt-container .dt-search input{
    border: 1px solid var(--gray);
    background-color: var(--white);
    border-radius: 8px;
    height: 37px;
    color: #13131399;
    font-weight: 400;
    box-shadow: none !important;
    padding: 5px 10px;
}
.table-responsive .dt-info{
    font-size: 14px;
    color: #13131399;
    font-weight: 400;
}
.table-responsive .table-list-data thead tr th:first-child .dt-column-order:before,
.table-responsive .table-list-data thead tr th:first-child .dt-column-order:after{
    display: none;
}
.table-responsive .dt-paging .dt-paging-button{
    border: 0;
    padding: 0px !important;
    font-size: 13px;
    font-weight: 400;
    width: 34px;
    height: 34px;
}
.table-responsive .dt-paging-button.current,
 div.dt-container .dt-paging-button:hover{
      background: linear-gradient(#FFFFFF,#FFFFFF) !important;
      border: 1px solid var(--gray) !important;
      border-radius: 6px !important;
      color: var(--dark) !important;
}
div.dt-container .dt-paging .dt-paging-button:hover{
    color: var(--black) !important;
}
.table-responsive div.dt-container .dt-layout-row:nth-child(2){
    margin-bottom: 5px;
    overflow: auto;
}
.table-responsive div.dt-container .dt-layout-row:nth-child(3){
    margin: 0px;
}
.form-field em {
    color: #ec0000;
    margin-left: 2px;
}
.btn.btn-loader{
    position: relative;
}
.btn.btn-loader{
    pointer-events: none;
}
.btn.btn-loader:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary);
    border-radius: 8px;
}
.btn.btn-loader:after{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border: 2px solid var(--black);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

html .modal .modal-content {
    border-radius: 14px;
    border: 0px;
}
html .modal .modal-content{
    margin: 0px 20px;
}
html .modal .modal-content .modal-header{
    background-color: var(--light);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
html .modal-body{
    padding: 30px;
}
html .modal .modal-content .card{
    padding: 0px;
    box-shadow: unset;
    margin: 0px;
}
.attendance-heading{
    padding-bottom: 13px;
    font-size: 18px !important;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}
.radio-group .radio-wrapper{
    width: 100%;
}
.radio-wrapper input[type="radio"] {
    height: 20px;
    width: 20px;
    border-color: 1px solid rgba(231, 231, 231, 1);
}
.radio-wrapper input[type="radio"].form-check-input:checked {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" fill="white"/><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" stroke="%23FFB416"/><rect x="4" y="4" width="12" height="12" rx="6" fill="%23FFB416"/></svg>');
    border-color: #ffb416;
}
.radio-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.attendance-modal .modal-content{
    margin: 0px !important;
}
.attendance-modal .modal-body > .row{
    row-gap: 30px;
}

.attendance-modal .modal-body h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}
.attendance-modal .modal-body p {
    font-size: 13px;
    color: var(--muted);
    line-height: normal;
}
.attendance-modal .modal-body .text-detail-wrap {
    background-color: var(--light);
    border: 1px solid var(--gray);
    border-radius: 8px;
    padding: 14px 20px;
    height: 110px;
}
.radio-wrapper .select_shift_wrap {
    display: flex;
    align-items: center;
}
.radio-wrapper .select_shift_wrap .form-control {
    width: 50px;
    height: 25px;
}
.radio-wrapper .select_shift_wrap span{
    margin: 0px 6px;
}
html .btn.btn-light .delete-icon{
    color: #EB3F35;
}
html .btn.btn-light:hover .delete-icon{
    color: var(--white);
}

.status .form-switch .form-check-input {
    height: 18px;
    cursor: pointer;
    width: 30px;
    background-color: rgba(231, 231, 231, 1) !important;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7C5.65685 7 7 5.65685 7 4C7 2.34315 5.65685 1 4 1C2.34315 1 1 2.34315 1 4C1 5.65685 2.34315 7 4 7Z" fill="black"/></svg>');
    border: 0px;
}
.status .form-switch .form-check-input:checked {
    background-color: var(--primary) !important;
}
 .preview-image-wrapper {
            position: relative;
            display: inline-block;
            margin-top: 20px;
        }
.remove-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #EB3F35;
    background: rgba(235, 63, 53, 0.1);
    border: 1px solid rgba(235, 63, 53, 0.2);
    border-left: 0;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
    position: absolute;
    left: 100%;
    top: 0px;
    transition: all 0.4s;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}
table.dataTable th.dt-type-date div.dt-column-header {
    flex-direction: inherit;
}
.modal-dialog .modal-body .row.driver-detail-wrap {
    row-gap: 5px;
}
.modal-dialog .modal-body .form-field h4{
     font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
 .modal-dialog .modal-body .form-field p{
     font-size: 13px;
    color: var(--muted);
    line-height: normal;
    margin-bottom: 5px;
 }  
 .modal-dialog .modal-body .form-field .file-upload {
    height: 150px;
    padding: 20px;
    border-radius: 6px;
    background-color: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
}
 .modal-dialog .modal-body .form-field .file-upload img {
    max-height: 100px;
    width: fit-content;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    margin: 0 0 1.5em 0 !important;
    padding: 0 15px;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

fieldset.scheduler-border legend {
    font-size: 1.1em !important;
    /* font-weight: bold !important; */
    text-align: left !important;
    width:auto;
    float: none;
    padding:0 10px;
    border-bottom:none;
}
.top-bar .header-search-field {
    width: 250px;
    max-width: 100%;
}
  
.top-bar :is(.form-control, .form-select, .select2) {
    width: 200px;
    min-width: 200px;
}
.select-wrapper .select2 {
    min-width: 320px ;
}
.top-bar .btn.search-btn {
    line-height: 32px;
    font-size: 13px;
}
.card .form-control.tw-days {
   width: 190px;
}

.form-control[readonly],
.form-select:disabled,
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

.select-shift-wrap.disabled {
    opacity: 0.5;
    pointer-events: none;
}
select[disabled="disabled"],
input[disabled="disabled"],
.select2-container--disabled {
    cursor: not-allowed;
}


.vms-overlay,
.vms-spanner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1000;
}

.vms-overlay {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px); /* optional blur */
}

.vms-spanner {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.vms-loader,
.vms-loader:before,
.vms-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.vms-loader {
  color: #ffffff;
  font-size: 10px;
  margin: 0 auto 20px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.vms-loader:before,
.vms-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.vms-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.vms-loader:after {
  left: 3.5em;
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Show overlay + loader */
.show {
  visibility: visible;
  opacity: 1;
}
.ntfctn_i > .dropdown > button#notificationDropdown {
    height: 34px;
    width: 34px;
    padding: 0;
    border-radius: 50px;
}
.ntfctn_i > .dropdown > button#notificationDropdown > .badge {
    line-height: normal;
    height: 18px;
    padding: 0 4px;
}
header .awo_btn {
    margin-left: 0 !important;
}
div#id-vms-user-details-modal-body .form-field h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    background: transparent;
    border: 0;
    padding: 0;
    height: auto;
    line-height: 120%;
    color: var(--dark);
    min-height: unset;
}
div#id-vms-user-details-modal-body .form-field p {
    margin: 0;
}
.body-content-box .dt_head {
    margin-bottom: 12px;
    line-height: 120%;
    color: var(--dark);
    font-weight: 600;
    font-size: 20px;
}
.details-wrapper .form-field {
    margin: 0;
}
.details-wrapper .item {
    border: 1px dashed #DDD;
    border-radius: 5px;
    padding: 12px 14px;
}
.billing-history-ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 170%;
}
table#VendorListing tbody td:nth-child(4) {
    white-space: pre-line;
}
ul#expenseList .list-group-item {
    font-size: 14px;
    color: var(--dark);
    padding-inline: 20px 8px;
    border: 1px solid var(--gray);
    border-radius: 8px;
    font-weight: 400;
    box-shadow: none !important;
    background-color: var(--light);
    margin-bottom: 10px;
}
ul#expenseList .list-group-item:last-child {
    margin-bottom: 0px;
}
.status_box {
    text-align: center;
}
.view-detail-box .status_box h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.view-detail-box .status_box .badge {
    font-size: 11px;
    padding: 5px 10px;
    line-height: 100%;
    position: relative;
}
.view-detail-box .status_box img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: -11px;
}
.status_box .yn_btn a {
    height: 30px;
    width: 30px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #5CB85C26;
    padding: 8px;
    color: #5CB85C;
}
.status_box .yn_btn a.close{
    background-color: #EB3F3526;
    color: #EB3F35;
}
.status_box .yn_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.status_box .yn_btn a:hover{
    opacity: 0.7;
}
.radio-wrapper.time .select_shift_wrap .form-control{
    height: unset;
    width: unset;
}
.input-group button#addExpenseBtn:focus {
    background-color: var(--dark);
    color: #fff;
}
.input-group button#addExpenseBtn {
    border: 0;
}
ul#expenseList .list-group-item .btn {
    border: 0;
}

table tr td.vehicle-td-item.active
{
    background-color: #ffb416;
}

table tr td.work-order-td-item.active
{
    background-color: #ffb416;
}

#vehicle-summary-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa; /* light gray background */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

#vehicle-summary-header button {
    background: #0073e6; /* WordPress blue */
    color: #fff;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.2s ease, transform 0.1s ease;
}

#vehicle-summary-header button:hover {
    background: #005bb5;
    transform: translateY(-1px);
}

#vehicle-summary-header button:active {
    transform: translateY(0);
}

#vehicle-summary-header #current-month {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    min-width: 140px; /* keeps it aligned */
    text-align: center;
}

.id-vms-attendance-listing-wrap.overlay {
  position: relative; /* Needed for overlay positioning */
}

.id-vms-attendance-listing-wrap.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* dark transparent overlay */
  z-index: 10;
}

.hidden{
    display: none !important;
}

.inputbox_active {
    display: block;
    position: absolute;
}
input:checked ~ .inputbox_active {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid;
    border-radius: 5px;
    pointer-events: none;
    display: block;
    background: #efefef6e;
    z-index: -1;
}

.item-disabled {
    opacity: 1;
    background: #e6e6e6;
    cursor: not-allowed;
}
.work-order-div {
    padding: 25px 0;
}
#id-vms-global-options-form .btn-primary:focus {
    border-color: inherit;
    background-color: inherit;
    color: inherit;
}
html .table-bordered .form-control {
    color: #333
}
td.notification-message-td{
    white-space: pre-line;
     width: 30%;
}

tr.id-vms-disable-tr {
  opacity: 0.2;
 pointer-events: none;
}

/* Disable checkbox within the disabled row */
tr.id-vms-disable-tr input[type="checkbox"] {
  pointer-events: none; /* Disable checkbox interaction */
}

#addVehicleSummary .modal-body{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.sidebar ul li.active li.active > a, .sidebar ul li li > a:hover {
    background: var(--gray);
    color: var(--dark) !important;
    box-shadow: 0 0 0 transparent;
}