﻿.backGrayRS {
    background-color: #F3F3F4;
}

.searchBoxRS, .searchBoxRR {
    padding: 13px;
    background: #FFFFFF;
    color: #757575;
    font-size: 16px;
    border-radius: 8px;
    outline: 0px;
    box-shadow: 0px 4px 14px 0px #36395A1A;
}


.searchBoxInputRS, .searchBoxInputRS {
    font-size: 16px;
    outline: 0px;
    border: 0;
}

.categoryTagRS {
    background: var(--notSelectedTabBackgroundColor);
    color: var(--notSelectedTabTextColor);
    font-size: 14px;
    border-radius: 8px;
    font-weight: 500;
}

.searchFilterBarBtn {
    color: var(--notSelectedTabTextColor);
    font-weight: bold;
    user-select: none;
}

.searchFilterBar {
    background: var(--notSelectedTabBackgroundColor);
    border-radius: 8px;
    color: var(--notSelectedTabTextColor);
}

.searchFilterBarBtnActive {
    background: var(--selectedTabBackgroundColor) !important;
    color: var(--selectedTabTextColor) !important;
    border-radius: 8px;
}

.searchResultFont {
    font-size: 14px;
    color: #6B7B9C;
}

.dropdownFilterRS {
    font-size: 14px;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    color: #353535;
    min-width: 200px;
    font-weight: normal;
    border: 1px solid transparent;
    box-shadow: 0px 4px 14px 0px #36395A1A;
}

    .dropdownFilterRS.show {
        border: 1px solid var(--systemColor);
    }

.dropdown span {
    font-family: inherit !important;
    font-style: inherit !important;
    font-weight: 500 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}


.rfpsCardRS {
    border: 1px solid #E4E3E1;
    background: #FFFFFF;
    border-radius: 8px;
}

.blank-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-color: #fff;
    border-radius: 15px;
    flex-direction: column;
}

    .blank-message img {
        width: 190px;
    }

    .blank-message span {
        color: #b2b2b2;
        font-size: 18px;
    }

.rfpsCardRS:hover {
    border: 1px solid var(--systemColor);
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 14px 0px #36395A1A;
}

.rfpsCardRS:active {
    border: 1px solid var(--systemColor);
    background: #FFFFFF;
    border-radius: 8px;
}

.rfpTagFontLight {
    color: #A4A6A9;
    font-size: 15px;
}

.rfpTagFontDark {
    color: #353535;
    font-size: 15px;
}

.backBlue {
    background: #D9EEF1;
    border-radius: 8px;
    color: #1C5A7C;
    font-size: 14px;
    font-weight: 500;
}

.backGreen {
    background: #EBF0E4;
    border-radius: 8px;
    color: #5E7A3A;
    font-size: 14px;
    font-weight: 500;
}

.backOrange {
    background: #FAF2E9;
    border-radius: 8px;
    color: #CC7F25;
    font-size: 14px;
    font-weight: 500;
}



.backGray {
    background: #EFEFEF;
    border-radius: 8px;
    color: #4A4F55;
    font-size: 14px;
    font-weight: 500;
}

.backRed {
    background: #F9DEE8;
    border-radius: 8px;
    color: #701637;
    font-size: 15px;
    font-weight: 500;
}

.iconRfpCardRS:hover {
    color: var(--systemColor);
}


.loadMoreRfpButton {
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    outline: 0px;
    border: 0px;
    color: var(--moreShowColor);
}

.offcanvas-end {
    width: auto !important;
    width: 55% !important;
}

@media (max-width: 1200px) {
    .offcanvas-end {
        width: auto !important;
        width: 60% !important;
    }
}

@media (max-width: 1000px) {
    .offcanvas-end {
        width: auto !important;
        width: 68% !important;
    }
}

@media (max-width: 800px) {
    .offcanvas-end {
        width: auto !important;
        width: 75% !important;
    }
}

@media (max-width: 600px) {
    .offcanvas-end {
        width: auto !important;
        width: 100% !important;
    }
}

.rfpFontDark18 {
    color: #353535;
    font-size: 18px;
}

.fontWeight500 {
    font-weight: 500;
}

.borderRadiusStartRfp {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.stepActiveRfp {
    background: var(--systemColor);
    height: 3px;
    min-width: 33.33%
}

.stepInActiveRfp {
    background: #E0E4DC;
    height: 3px;
    min-width: 33.33%
}

.rfpsCard {
    border: 1px solid #E4E3E1;
    background: #FFFFFF;
    border-radius: 8px;
}

.buttonPrimaryRfp {
    padding: 10px 24px;
    background: var(--buttonColor);
    border-radius: 8px;
    color: var(--buttonTextColor);
    font-weight: 700;
    font-size: 15px;
}

    .buttonPrimaryRfp:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .buttonPrimaryRfp:hover {
        color: white;
    }

.buttonGrayRfp {
    padding: 10px 24px;
    background: #F3F3F4;
    border-radius: 8px;
    color: #353535;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid transparent;
}

    .buttonGrayRfp:hover {
        border: 1px solid var(--systemColor);
    }

    .buttonGrayRfp:active {
        border: 1px solid var(--systemColor);
    }


.systemColor {
    color: var(--systemColor) !important;
}


.rfpFontDark15 {
    color: #353535;
    font-size: 15px;
}

.bodyText {
    color: var(--bodyTextColor) !important;
}

.rfpFontDark16 {
    color: #353535;
    font-size: 16px;
}


.ratingButtonStarRS {
    background-color: white;
    color: #757575;
    font-size: 25px;
}

    .ratingButtonStarRS:hover {
        border-color: var(--buttonColor);
    }


.ratingButtonStarFilledRS {
    color: var(--buttonColor) !important;
    font-size: 25px;
}



.ratingButtonNARS {
    width: 35px;
    height: 30px;
    border: 1px solid #E4E3E1;
    background-color: white;
    color: #757575;
    border-radius: 4px;
    font-size: 13px;
}

    .ratingButtonNARS:hover {
        border-color: var(--buttonColor);
    }

.ratingButtonFilledNARS {
    width: 35px;
    height: 30px;
    border: 1px solid #E4E3E1;
    background-color: var(--buttonColor) !important;
    color: white;
    font-size: 13px;
    border-radius: 4px;
}

.rfpnotification-radiobutton {
    padding: 10px 20px;
}

.rfp-radio-list .form-check {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    position: relative;
}

.rfpnotification-radiobutton .form-check {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.rfp-radio-list .rfpInfoDiv {
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 999;
}

.rfpNotificationInfoDiv {
    border: 1px solid #1C5A7C;
    border-radius: 8px;
    background-color: #D9EEF1;
}

.rfpNotificationInfoColor {
    color: #1C5A7C;
}

.rfpnotification-dropdown {
    padding: 10px 20px;
    width: 220px;
}

    .rfpnotification-dropdown select {
        border-radius: 10px;
    }

.rpf-supplier-count, .rpf-supplier-count:hover {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

/*.searchBoxDCV .searchBoxInputDCV {
    background-color: #fff;
    border-color: #EFEFEF;
    padding: 7px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
}*/
.searchBoxDCV {
    padding: 13px;
    background: #FFFFFF;
    color: #757575;
    font-size: 16px;
    border-radius: 8px;
    outline: 0px;
    border: 1px solid #E4E3E1;
}

.searchBoxInputDCV {
    font-size: 16px !important;
    outline: 0px !important;
    border: 0 !important;
}

.modal-header .modal-title {
    color: var(--h1FontColor) !important;
    font-family: 'Lato';
    font-size: 20px !important;
    font-weight: 700;
    line-height: 30px;
}

.p-mb-5 {
    margin-bottom: 5px;
    font-weight: 700;
}

.supplier-list {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.select-company-suppliers-button-next-btn {
    padding: 10px 24px !important;
    border-radius: 8px;
}

.btn-unselect, .btn-unselect:hover {
    margin-right: 10px;
    text-decoration: none;
    color: var(--moreShowColor);
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0,0,0,0.5);
}

.toolTipIconRfpH5 {
    font-size: 1.25rem;
    padding-top: 6px;
}

.rfpInfoColor {
    color: #5E7A3A;
}

.rfpInfoDiv {
    border: 1px solid #5E7A3A;
    border-radius: 8px;
    background-color: #EBF0E4;
}

.soft-red-div {
    background-color: #ffcccc; /* Soft red background color */
    /* You can adjust the color code to your preference */
    padding: 10px; /* Add padding for better visibility */
}

@media (max-width: 767px) {
    .viewrfp-responsive {
        overflow-x: auto;
    }
}

@media (min-width: 279px) and (max-width: 990px) {
    .categories-filter-button {
        gap: 5%;
        width: 100% !important;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .search-categories-content-data-card-list-sidebar {
        display: none !important;
    }

    .categories-filter-button {
        display: inline-block !important;
    }

    .dropdownFilterRS {
        min-width: auto !important;
    }

    .res-modal-filter-container {
        justify-content: space-between !important;
    }

    .categories-filter-button01 .fa-regular,
    .featured-filter-button02 .fa-regular {
        line-height: 140% !important;
    }

    .categories-filter-button01 {
        gap: 10px !important;
    }

    .res-result-dp {
        flex: 0 0 65% !important;
    }

    #filterCatagoryId {
        padding: 10px 10px 10px 15px !important;
    }
}
