.title {
    height: 50px;
}
.card-icon {
    width: 13px;
}
.fa-search {
    left: 10px;
    top: 15px;
}
.search-certificate {
    padding-left: 15px !important;
    padding-right: 120px !important;
    padding-top: 0px !important;
    border: 3px solid #BB2D3B !important;
    height: 60px !important;
}
.border-radius-30{
    border-radius: 30px !important;
}
@media (max-width: 480px) {
    .fs-6 {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 768px) {
    main {
        padding: 0 2rem 0 2rem !important;
    }
}
@media (min-width: 992px) {
    main {
        padding: 0 5rem 0 5rem;
    }
    .title-limit {
        font-size: 14px !important;
    }
}
@media (max-width: 992px) {
    
    main {
        padding: 0 5rem 0 5rem;
    }
    .col-12 {
        display: block !important;
    }
    .btn-light {
        display: flex !important;

    }
    .col-lg-3 {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .title-limit {
        font-size: 17px !important;
    }
}
@media (min-width: 1400px) {
    main {
        padding: 0 10rem 0 10rem;
    }
}
@media (min-width: 1600px) {
    main {
        padding: 0 15rem 0 15rem;
    }
}
.img-carousel  {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.border-filter {
    border: 1px solid rgb(206, 212, 218);
}
.h-45 {
    height: 45px;
}
.container {
    max-width: 100%;
}
.row.g-4 {
    --bs-gutter-x: 1rem;
    margin-right: 0;
    margin-left: 0;
}
.btn-danger i.fa-search {
    position: static;
    top: auto;
    left: auto;
}
.search-box {
    margin-top: 3rem !important;
}
.btn-light {
    background-color: #fff !important;
    border: 1px solid #BB2D3B !important;
}
.text-hover-decoration-underline:hover {
    text-decoration: underline !important;
}
.card-body {
    padding: 0;
}
.select2-selection__placeholder {
    color: black !important;
    font-weight: bold !important;
}
#select2-ministry > span > span.selection > span {
    height: 42px !important;
    padding-top: 5px !important; 
    padding-left: 0.5rem!important;
    text-align: start; 
}
#select2-ministry > span > span.selection > span > span.select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}
#select2-lsp-type > span > span.selection > span {
    height: 42px !important;
    padding-top: 5px !important; 
    padding-left: 0.5rem!important;
    text-align: start; 
}
#select2-lsp-type > span > span.selection > span > span.select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}
.fa {
    font-weight: 500 !important;
}
/* HIDE ARROW INPUT NUMBER */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.select2-results__option {
    -webkit-transition: none !important;
    transition: none !important;
    text-align: start !important;
}
.lsp-main-option {
    padding-left: 15px !important;
}
.lsp-sub-option {
    padding-left: 30px !important;
}
@media (max-width: 992px) {
    main {
        padding: 0 5rem 0 5rem;
    }
    .col-12 {
        display: block !important;
    }
    .btn-light {
        display: flex !important;

    }
    .col-lg-3 {
        display: none !important;
    }
    /* Mobile filter styles */
    .filter {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 350px;
        height: 100%;
        background-color: #fff;
        z-index: 1001;
        overflow-y: auto;
        transition: left 0.3s ease;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        display: none !important;
    }
    .filter.active {
        left: 0;
        display: block !important;
    }
    .mobile-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1000;
        display: none;
    }
    .mobile-filter-overlay.active {
        display: block !important;
    }
    .card {
        border: none;
        box-shadow: none;
    }
    body.filter-open {
        overflow: hidden;
    }
}
.badge {
    padding-right: 1.6em;
    font-size: 0.8em;
    cursor: pointer;
}
.fa-times {
    right: 0.6em !important;
    top: 50%;
    transform: translateY(-40%);
    font-size: 0.8em;
}
.selected-filter {
    cursor: pointer;
}
.pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}
#min-price:focus,
#max-price:focus,
.date-filter-border:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}
.input-group-focused {
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px #BB2D3B;
}
.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}