* {
    font-family: Inter;
    letter-spacing: 0%;
}

a {
    text-decoration: none;
}

/* login page css start */

.login {
    /* background: linear-gradient(45deg, #F8FAFC 50%, #E2E8F0 120.71%); */
    /* background: url('../images/login-background.jpeg'); */
    /* border: 1px solid #E5E7EB; */
    height: 100vh;
    /* background-size: cover; */
}

.login img.bg-img {
    width: 100%;
    height: 100vh;
    position: relative;
}

.login::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000089;
    z-index: 2;
}

.login .login-form {
    width: 100%;
    z-index: 5;
}

.login .login-form h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    /* color: #fff; */
    margin: 1rem 0 0;
}

.login .login-form span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.login .login-form .form-area {
    width: 40%;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 20px 25px 0px #0000001A;
    box-shadow: 0px 8px 10px 0px #0000001A;
    border-radius: 15px;
}

.login .login-form .img-area img {
    width: 80px;
    height: auto;
}

.login .login-form .form-area .form-control {
    padding: 8px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    color: #ADAEBC;
}

.login .login-form .form-area .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ADAEBC;
}

.login .login-form .form-area img.img1 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.login .login-form .form-area img.img2 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.login .login-form .form-area b {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #111827;
}

.login .login-form .form-area span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
}

.login .login-form .form-area label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #374151;
}

.login .login-form .form-area a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000080;
}

.login .login-form .form-area button {
    border: 1px solid #E5E7EB;
    background: #000080;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0;
    border-radius: 8px;
}

.login .login-form .form-area span a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000080;
}

/* login page css end */

/* header css start */

header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #E5E7EB;
    background: #FFFFFF;
    z-index: 999;
}

header .logo-area img {
    width: 50px;
    height: auto;
}

header .logo-area h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000080;
}

header .logo-area span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
}

header .search-area .form-group img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

header .search-area .form-group .form-control {
    border: 1px solid #E5E7EB;
    padding: 8px 35px 8px 45px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ADAEBC;
}

header .search-area .form-group .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ADAEBC;
}

header .notification span {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #EF4444;
    border: 1px solid #E5E7EB;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

header .profile-area p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

header .profile-area p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
}

/* header css end */

/* footer css start */

footer {
    height: 60px;
}

/* footer css css */

/* sidebar css start */

aside {
    position: fixed;
    top: 80px;
    /* width: 210px; */
    width: 50px;
    height: 80vh;
    bottom: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid #E5E7EB;
    background-color: #fff;
    transition: 0.3s ease;
}

aside.sidebar.open {
    width: 210px;
}

.main-content {
    transition: 0.3s ease;
    margin-left: 50px;
    padding-top: 80px;
    width: calc(100% - 50px);
    margin-bottom: 60px;
}

.sidebar.open ~ .main-content {
    margin-left: 210px;
    width: calc(100% - 210px);
}

aside .title span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #6B7280;
    display: block;
    width: max-content;
    padding-bottom: 5px;
}

aside .title span i:first-child,
aside .title span img {
    margin-right: 20px;
}

aside.sidebar.open .title span i:first-child,
aside.sidebar.open .title span img {
    margin-right: 5px;
}

aside ul {
    list-style-type: none;
}

aside ul li.active {
    background: #000080;
    border-radius: 8px;
}

aside ul li.active a {
    color: #FFFFFF;
}

/* aside ul li:hover {
    background: #000080;
    border-radius: 8px;
}

aside ul li:hover a {
    color: #FFFFFF;
}

aside ul li.active a img.img1,
aside ul li:hover a img.img1 {
    display: none;
}

aside ul li.active a img.img2,
aside ul li:hover a img.img2 {
    display: inline-block;
}

aside ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #374151;
    display: block;
} */

aside ul li a:hover {
    background: #000080;
    border-radius: 8px;
    color: #FFFFFF;
}

aside ul li.active a img.img1,
aside ul li a:hover img.img1 {
    display: none;
}

aside ul li.active a img.img2,
aside ul li a:hover img.img2 {
    display: inline-block;
}

aside ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #374151;
    display: flex;
    width: max-content;
}

aside.open ul li a div {
    opacity: 1;
}

aside ul li a div {
    opacity: 0;
}

aside ul li a:hover div {
    opacity: 1;
}


aside ul li a img.img1 {
    width: 15px;
    height: auto;
    margin-right: 5px;
}

aside ul li a img.img2 {
    display: none;
    width: 15px;
    height: auto;
    margin-right: 5px;
}

aside ul li a i {
    margin-right: 5px;
}

aside .overview {
    background: #F9FAFB;
    border-radius: 8px;
}

aside .overview span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #111827;
}

aside .overview div span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

/* sidebar css end */

/* users page css start */

.main-area table .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.main-area table .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.main-area table .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.main-area table .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.main-area table input:checked+.slider {
    background-color: #000080;
}

.main-area table input:focus+.slider {
    box-shadow: 0 0 1px #000080;
}

.main-area .active>.page-link,
.main-area .page-link.active {
    background-color: #000080;
    border-color: #000080;
    color: #FFFFFF;
}

.main-area .page-link:focus {
    box-shadow: none;
}

.main-area .page-link {
    color: #000080;
}

.main-area table input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.main-area table .slider.round {
    border-radius: 30px;
}

.main-area table .slider.round:before {
    border-radius: 50%;
}

.main-area table td a i {
    font-size: 20px;
    color: #000000;
}

.main-area table.dataTable th.dt-type-numeric,
.main-area table.dataTable th.dt-type-date,
.main-area table.dataTable td.dt-type-numeric,
.main-area table.dataTable td.dt-type-date {
    text-align: left;
}

.main-area table tr {
    vertical-align: middle;
}

.main-area table td b {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
}

.main-area table td span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.main-area div.dt-buttons .btn-secondary {
    background: #F9FAFB;
    border: 1px solid #222222;
    color: #222222;
}

.main-area div.dt-buttons button:hover {
    background: #e2e2e2;
}

.main-area .pagination {
    justify-content: end;
}

/* users page css start */

/* order page css start */

/* .main-content {
    margin-left: 50px;
    padding-top: 80px;
    width: calc(100% - 50px);
    margin-bottom: 60px;
    overflow: auto;
} */

/* .main-content .form-container .form {
    display: none;
}

.main-content .form-container .form.active {
    display: block;
} */


.title-data,
.filter-area {
    border-bottom: 1px solid #E5E7EB;
}

.title-data h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #111827;
}

.title-data span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
}

.title-data .right a img,
.title-data .right button img {
    width: 13px;
    height: auto;
    margin-right: 5px;
}

.advanced-filters .btn-area a,
.advanced-filters .btn-area button,
.title-data .right a,
.title-data .right button {
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 12px 0;
}

.advanced-filters .btn-area a,
.title-data .right button:first-child {
    border: 1px solid #D1D5DB;
    background: #FFFFFF;
    color: #374151;
}

.title-data .right button.dark,
.advanced-filters .btn-area button,
.title-data .right a,
.title-data .right button:last-child {
    border: 1px solid #E5E7EB;
    background: #000080;
    color: #FFFFFF;
}

.filter-area button {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
}

.filter-area button img {
    width: auto;
    height: 15px;
    margin-right: 5px;
}

.filter-area button.dropdown-toggle::after {
    border: none;
    background: url('../images/down-arrow.svg');
    width: 12px;
    height: 7px;
    background-size: 100%;
    margin-left: 20px;
    vertical-align: 0;
}

.filter-area .clear-filter button {
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #6B7280;
}

.filter-area .clear-filter button img {
    transform: rotate(45deg);
}



.count-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    width: 23%;
}

.count-item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.count-item h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #111827;
}

.count-item span.inc-dec {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.main-area {
    background: #F9FAFB;
}

.advanced-filters {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
}

.advanced-filters h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111827;
}

.advanced-filters label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #374151;
}

.advanced-filters .form-control:focus {
    border-color: #000080;
    outline: 0;
    box-shadow: none;
}

.advanced-filters .dropdown {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    margin-top: 5px;
}

.advanced-filters .dropdown button {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #000000;
    padding: 10px 15px;
}

.advanced-filters .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    background: url('../images/down-arrow-black.svg');
    width: 14px;
    height: 8px;
    background-size: 100%;
    margin-left: 0;
    vertical-align: 0;
}

.advanced-filters a.add {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #000080;
}

.advanced-filters a.add img {
    width: auto;
    height: 15px;
}

.advanced-filters a.view {
    top: 50%;
    transform: translate(0%, -50%);
    right: 10px;
    color: #000000;
    font-size: 20px;
}

.advanced-filters .table-top a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #374151;
}

.advanced-filters .table-top a:hover {
    opacity: .8;
}

.shipments span,
.advanced-filters .shipments span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}

.advanced-filters .shipments .progress-area {
    background: #F9FAFB;
    border-radius: 8px;
}

.advanced-filters .shipments .progress-area .right span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.advanced-filters .shipments .progress-area .right span.on {
    background: #DCFCE7;
    color: #166534;
}

.advanced-filters .shipments .progress-area .right span.in {
    background: #DBEAFE;
    color: #1E40AF;
}

.advanced-filters .shipments .progress-area .right span.delay {
    background: #FFEDD5;
    color: #9A3412;
}

.shipments .progress-area p,
.advanced-filters .shipments .progress-area p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.advanced-filters .shipments .progress-area b {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.advanced-filters .shipments .progress-area .abtns {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.advanced-filters .shipments .p-value span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
}

.advanced-filters.receipt h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #111827;
}

.advanced-filters.receipt b {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4B5563;
}

.advanced-filters.receipt ul li,
.advanced-filters.receipt span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.advanced-filters.receipt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}

.ssc button img {
    margin-right: 5px;
}

.ssc button {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #374151;
}

.shipments .ready span {
    background: #DCFCE7;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #166534;
}

.advanced-filters .ontime {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 70.71%);
    color: #000080;
}

.advanced-filters .utilization {
    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 70.71%);
    color: #16A34A;
}

.advanced-filters .damage {
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 70.71%);
    color: #FFA500;
}

.advanced-filters .avg {
    background: linear-gradient(135deg, #FAF5FF 0%, #F3E8FF 70.71%);
    color: #9333EA;
}

.advanced-filters .analytics span:first-child {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
}

.advanced-filters .analytics p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.advanced-filters .analytics span:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}

.advanced-filters .actions {
    background: #F9FAFB;
}

.advanced-filters .btns .light-btn {
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #374151;
}

.advanced-filters .btns .dark-btn {
    background: #000080;
    border: 1px solid #E5E7EB;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.advanced-filters .action-btns button {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.advanced-filters .action-btns button.blue-btn {
    background: #000080;
}

.advanced-filters .action-btns button.green-btn {
    background: #16A34A;
}

.advanced-filters .action-btns button.orange-btn {
    background: #EA580C;
}

.advanced-filters .action-btns button.purple-btn {
    background: #9333EA;
}

.advanced-filters .entery button {
    border: none;
}

.advanced-filters .recent b {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.advanced-filters .recent span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.advanced-filters .doc {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    display: grid;
    justify-content: center;
}

.advanced-filters .doc img {
    width: 50px;
    height: auto;
    margin: auto;
}

.advanced-filters .doc b {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.advanced-filters .doc span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
}

.advanced-filters .doc-cat {
    border: 1px solid #E5E7EB;
}

.advanced-filters .doc-cat b {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.advanced-filters .doc-cat span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111827;
}

.advanced-filters .doc-cat p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.advanced-filters .doc-cat button {
    background: #000080;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #000080;
}

.advanced-filters .nav-tabs .nav-link:focus,
.advanced-filters .nav-tabs .nav-link:hover {
    border: none;
    outline: none;
    background: #e1e4e7;
}

.advanced-filters .nav-tabs .nav-item.show .nav-link,
.advanced-filters .nav-tabs .nav-link.active {
    background: #000080;
    color: #FFFFFF;
}

.advanced-filters .nav-tabs .nav-item.show .nav-link img.img2,
.advanced-filters .nav-tabs .nav-link.active img.img2 {
    display: inline-block;
}

.advanced-filters .nav-tabs .nav-item.show .nav-link img.img1,
.advanced-filters .nav-tabs .nav-link.active img.img1 {
    display: none;
}

.advanced-filters .nav-tabs .nav-link {
    background: #F8FAFC;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #64748B;
    border-radius: 0;
    padding: 10px 25px;
    border: none;
}

.advanced-filters .nav-tabs .nav-link img.img1 {
    display: inline-block;
}

.advanced-filters .nav-tabs .nav-link img.img2 {
    display: none;
}

.advanced-filters .available .top {
    background: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
}

.advanced-filters .available .top span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}

.advanced-filters .available .top label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.advanced-filters .available b {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.advanced-filters .available p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6B7280;
}

.advanced-filters .available span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.advanced-filters .view b {
    font-size: 16px;
    line-height: 22px;
    color: #111827;
}

.advanced-filters .view p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #111827;
}

.tab-area .nav-tabs .nav-link:focus,
.tab-area.nav-tabs .nav-link:hover {
    border: none;
    outline: none;
    background: #e1e4e7;
}

.tab-area .nav-tabs .nav-item.show .nav-link,
.tab-area .nav-tabs .nav-link.active {
    background: #000080;
    color: #FFFFFF;
    border-radius: 50px;
}

.tab-area .nav-tabs .nav-link {
    background: #F8FAFC;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #64748B;
    border-radius: 0;
    padding: 10px 25px;
    border: none;
}

.vehicle {
    border: 1px solid #E5E7EB;
}

.vehicle p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}

.vehicle .content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.vehicle .status span {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
}

.vehicle .status.available span {
    background: #DCFCE7;
    border: 1px solid #E5E7EB;
    color: #166534;
}

.vehicle .status.in span {
    background: #FFEDD5;
    border: 1px solid #E5E7EB;
    color: #9A3412;
}

.vehicle .status.maintenance span {
    background: #FEE2E2;
    border: 1px solid #E5E7EB;
    color: #991B1B;
}

.vehicle .status.scheduled span {
    background: #DBEAFE;
    border: 1px solid #E5E7EB;
    color: #1E40AF;
}

.vehicle .status.ongoing span {
    background: #F3E8FF;
    border: 1px solid #E5E7EB;
    color: #6B21A8;
}


.vehicle .details span:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.vehicle .details span:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.vehicle .button-dark button {
    background: #000080;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
}

.vehicle .button-light button {
    background: #F3F4F6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    padding: 10px 0;
}

/* order page css end */

/* progress-form css start */

/* .modal {
    --bs-modal-width: 700px;
} */

.advanced-filters .progress-container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.advanced-filters .progress-bar-back,
.advanced-filters .progress-bar-front {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: rgb(100, 100, 100);
    border: none;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.advanced-filters .progress-bar-front {
    background-color: #000080;
    transition: 0.4s linear width;
    opacity: 1;
}

.advanced-filters .step {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D1D5DB;
    color: #4B5563;
    position: relative;
}

.advanced-filters .step.checked {
    color: #fff;
    border-color: #000080;
    background: #000080;
    transition: all 0.4s linear;
    transition-delay: 0.3s;
}

.advanced-filters span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.advanced-filters b {
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    padding-bottom: 0 !important;
}

.select2-container .select2-selection--multiple {
    min-height: auto !important;
}

.select2-container {
    display: block !important;
}

.select2-container span {
    line-height: 24px;
}

.advanced-filters label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}

.advanced-filters .form-control,
.advanced-filters .form-select {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #374151;
}

.advanced-filters .form-control::placeholder,
.advanced-filters .form-select::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ADAEBC;
}

.advanced-filters .form-group.scan-input i {
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

/* progress-form css end */