/* public */
.profile_bg {
    background-color: #EFF1F6;
}

.sr_only {
  position: absolute;
  left: -9999px;
}

/* -------- side ------- */
.side_card {
    background-color: white;
    border-radius: 8px;
    padding: 22px 16px;
    margin-bottom: 12px;
    /* overflow: hidden; */
}

.side_card_title {
    font-size: 1rem;
    color: #333;
    margin-bottom: 16px;
    font-weight: 500;
}

.filter-section {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.filter-title {
    cursor: pointer;
}
.form-check {
    margin-right: 1rem;
}

.form-check-label{
 color: #555;
 font-size: 0.8rem;
 margin: 0;

}

 .range-values input {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}
.slider-container {
    position: relative;
    height: 40px;
}
.slider-track {
    height: 5px;
    background: #ccc;
    border-radius: 5px;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
}
.slider-range {
    height: 5px;
    background: #00bcd4;
    position: absolute;
    top: 18px;
}
input[type=range] {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    top: 0;
    height: 40px;
    background: none;
    pointer-events: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #00bcd4;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.scrollBox{
    max-height: 300px;
    overflow: auto;
}


/* -------- result_filter  ------ */
.result_info{
    bottom: 100%;
}
.card{
    border-radius: 8px;
}

/* --------  location picker  ------- */

.location-picker label{
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}
.location-picker .form-group{
    margin-bottom: 0.25rem;
}
.ts-control{
    height: 40px;
}
.ts-control input{
    height: 30px;
}

.location-picker .form-group:first-child{
    z-index: 9999;
}
.location-picker .form-group:last-child{
    z-index: 9998;
}

.min-text , .max-text{
    height: 30px;
    font-size: 0.9rem !important;
    padding: 0 6px !important;
}

.card-rfp-img {
    position: relative;
    overflow: hidden;
}

.card-rfp-img img {
    display: block;
    max-height: 240px;
    min-height: 240px;
    object-fit: cover;
}

.card-rfp-user img {
    max-height: 42px;
    max-width: 42px;
}

.tom-select-custom .ts-control,
.tom-select-custom .ts-dropdown,
.tom-select-custom .ts-dropdown .option {
    direction: rtl;
    text-align: right;
}

.tom-select-custom .ts-control {
    padding-right: 8px !important;
}

.search-wrapper {
    background:
        linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.48)),
        url('/gen/images/rfp-hero-img.jpeg') no-repeat 25% 55% !important;
    background-size: 100% !important;
}
  .maintitle{
        padding-top: 15vh !important;
    }

@media screen and (max-width: 767px) {
    .search-wrapper {
        background-size: cover !important;
    }
    .maintitle{
        padding-bottom: 60px;
    }
    .search__title{
        padding: 0 10px !important;
    }
  
}

.search-filters-overlap {
    position: relative;
    z-index: 2;
}

.search-filters-card-overlap {
    position: relative;
    z-index: 3;
    transform: translateY(-48px);
    margin-bottom: -48px;
}

.filter-nav .nav-link {
    color: #212529;
}

/* aside */
.rfp-aside {
    position: sticky;
    align-self: flex-start;
    top: 20px;
}
/*  */

/* medals */
.gold_medal {
    background-color: #F9ECCF;
    color: #E6A81E;
}
.silver_medal {
    background-color: #F1F1F1;
    color: #7E7E7E;
}
.bronze_medal {
    background-color: #F5E7DA;
    color: #CE8946;
}
.side_honors {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*  */
