.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;
}