.form-select::placeholder, .form-control::placeholder, textarea::placeholder {
    font-size: 14px !important;
}

th, td{
    font-size: 14px !important;
}
.form-control, .form-select{
    max-height: 35px;
    font-size: 14px;
    border-radius: 4px;
    padding: 7px 10px;
}
.navbar-search input{
    border-radius: 4px;
    max-height: 35px;
}
.form-check-inline{
    display: inline-flex;
    align-items: center;
}
.jobcard-sub-ttl ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .jobcard-sub-ttl ul{
        flex-direction: column;
        align-items: flex-start;
    }
}

.add-data-tbl .select-colum{
    min-width: 150px;
}
.add-data-tbl table{
    margin: 0;
}
.add-data-tbl table td{
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.srvc-select-wrpr .select2-container{
    min-width: 400px;
}
.srvc-select-wrpr .select2-container .selection{
    width: 100%;
}
.srvc-select-wrpr .select2-container .select2-search--inline .select2-search__field{
    height: 20px;
    margin-top: 3px;
}

.stock-card .btn{
    min-width: fit-content;
}

.sticky-bottom{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: var(--brand);
    padding: 10px;
    overflow-x: scroll;
}
.sticky-bottom > ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
}
.sticky-bottom > ul > li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.sticky-bottom > ul > li > a > iconify-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 5px;
}
.sticky-bottom > ul > li.active a{
    transform: scale(1.5);
    font-size: 8px;
}
.sticky-bottom > ul > li.active a > iconify-icon{
    background-color: #3949bb;
    color: #fff;
}
.sticky-bottom ul li .dropdown-menu{
    background: none;
    border-radius: 0;
    padding: 0;
}
.sticky-bottom ul li .dropdown-menu ul{
    display: flex;
    gap: 10px;
}
.sticky-bottom ul li .dropdown-menu ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.sticky-bottom ul li .dropdown-menu ul li a span {
    font-size: 12px;
    color: #fff;
    background-color: var(--brand);
    display: block;
    padding: 5px;
    line-height: 16px;
}
@media (min-width:1024px) {
    .sticky-bottom{
        display: none;
    }
}

.vehicle-fields .select2-container .select2-selection--single{
    height: 35px;
}
.vehicle-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px;
}
.vehicle-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}

.row-cancel td{
    background-color: #eeeff3 !important;
}
.sidebar .active-page{    margin-bottom: 19px;margin-top: 15px;}
.sidebar.active .active-page{ visibility: hidden;}
.dashboard-logo{margin-left: 16px;border-left: 1px solid var(--neutral-400);padding-left: 16px;}
.text-left{ text-align: left; }
.dashboard-grid{display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px;padding-top: 24px;}
.dashboard-card{background-color: #e4e4e4; padding: 18px 20px 6px 26px; display: flex; flex-direction: column; justify-content: space-between; text-align: left;border-radius: 4px;}
.dashboard-card .form-select,.verified-card .form-select { padding: 5px 22px 0px 10px; border-radius: 4px; height: 30px; margin-bottom: 12px; font-size: 0.775rem; background-position-x: calc(100% - 7px); background-size: 10px; opacity: 0.65; border-color: #cdcdcd; min-width: 150px;}
.dashboard-card .form-control { padding: 2px 10px 0px 10px; border-radius: 4px; height: 30px; margin-bottom: 12px; font-size: 0.775rem; border-color: #cdcdcd; width: 100%;}
.dashboard-card .form-control::placeholder {font-size: 0.775rem!important;font-weight: 400;}
.dashboard-card .title{font-size: 18px;}
.dashboard-card .card-body {font-size: 30px;font-weight: 300;color: #487fff;margin-top: -6px;}
.dashboard-card .card-body span{font-weight: 600;margin-left: 5px;}
.dashboard-link{display: flex; align-items: center; justify-content:start; gap: 24px; margin-bottom: 10px;}
.dashboard-link a{display: flex; align-items: center; justify-content: start; gap: 10px;background-color: var(--primary-600);    padding: 12px 28px 12px 24px; border-radius: 8px;    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);}
.dashboard-link a:hover{background-color: var(--primary-700); text-decoration: none; color: #fff;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0);}
.dashboard-link a .iconify-icon{font-size: 20px; background-color: #fff; color: var(--primary-600); border-radius: 4px; padding: 4px;}
.dashboard-link a:hover .iconify-icon{background-color: #e1e1e1; color: var(--primary-700);}
.dashboard-link a .title{font-size: 16px!important; font-weight: 500; color: #fff; margin-bottom: 0px;white-space: nowrap;}
.dashboard-link span{color: #fff;font-size: 24px; }
.verified-card-section{display: flex; }
.verified-card{border: 1px solid #cdcdcd;  border-radius: 4px;  flex: 0 0 auto; padding: 24px 32px;} 
.table1 th,.table1 td{border: 1px solid #cfcfcf; color: var(--neutral-600);} 
@media (max-width:1024px) {
.dashboard-link{    display: grid;grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px;}
.dashboard-link a{gap: 6px;padding: 12px 16px 12px 16px;border-radius: 4px;}
.sidebar-close-btn{right: 0px;}
.dashboard-grid {grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
}
@media (max-width:480px) {
    .dashboard-logo {margin-left: 12px;padding-left: 12px;max-width: 130px;}
    .navbarProfileImage{height: 30px!important;width: 30px!important;}
    .dashboard-grid {gap: 16px;padding-top: 12px;}
    .dashboard-link span {font-size: 20px;}
    .navbar-header {height: 4.0rem;}
    .verified-card{width: 100%;padding: 20px 20px;}
    .verified-card .card-body {font-size: 21px;}
    .verified-card .form-select {min-width: 125px;}
}
