
.rfq-tabs-wrapper{
    display:flex;
    justify-content:center;
    margin-bottom:30px;
}

.rfq-tabs{
    display:flex;
    justify-content:center;
    gap:0;
}

.rfq-tab {
    padding: 7px 40px;
    border: 2px solid #000;
    background: transparent;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
    cursor: pointer;
}
.rfq-tab:first-child{
    border-radius:50px 0 0 0;
}

.rfq-tab:last-child{
    border-radius:0 50px 0 0;
}

.rfq-tab + .rfq-tab{
    border-left:0;
}

.rfq-tab i{
    font-size:16px;
}

.rfq-tab:hover{
    background:rgba(0,0,0,.08);
}

.rfq-tab.active{
    background:#000;
    color:#fff;
    border-color:#000;
}

.rfq-content{
    background:#fff;
    border-radius:18px;
    padding:18px;
    min-height:650px;
    overflow:hidden;
}

.rfq-section{
    min-height:600px;
}

.rfq-submit-btn {
    min-width: 140px;
    height: 40px;
    /* padding: 0px 29px; */
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
}

.rfq-submit-btn:hover{
    background:#333333;
    color:#ffffff;
    border-color:#000;
}

.empty-state{
    min-height:590px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.empty-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}

.empty-state h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.empty-state p{
    color:#6c757d;
    max-width:500px;
    font-size:16px;
    margin-bottom:25px;
}

.rfq-content .card{
    border-radius:15px;
    border:1px solid #eee;
}

.rfq-content .card-header{
    background:#000;
    color:#fff;
    border-radius:15px 15px 0 0;
}

.rfq-content .form-control,
.rfq-content .form-select{
    height:45px;
    border-radius:10px;
}

.rfq-content textarea.form-control{
    height:auto;
}

input[type="file"].form-control {
    height: 45px;
    padding: 7px 12px;
}

input[type="file"].form-control::file-selector-button {
    margin: -7px 12px -7px -12px;
    height: 45px;
}

/* RFQ Select2 */
.rfq-content .select2-container{
    width:100% !important;
}

.rfq-content .select2-container .select2-selection--single{
    height:45px;
    border:1px solid #dee2e6;
    border-radius:10px;
    background:#fff;
    display:flex;
    align-items:center;
    position:relative;
    font-size: 14px;
}

.rfq-content .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:12px;
    padding-right:55px;
    line-height:43px;
    color:#212529;
}

.rfq-content .select2-container .select2-selection--single .select2-selection__placeholder{
    color:#6c757d;
}

.rfq-content .select2-container .select2-selection--single .select2-selection__clear{
    position:absolute;
    right:28px;
    left:auto;
    top:50%;
    transform:translateY(-50%);
    margin:0;
    padding:0;
    font-size:20px;
    line-height:1;
    color:#6c757d;
    z-index:2;
}

.rfq-content .select2-container .select2-selection--single .select2-selection__clear:hover{
    color:#000;
}

.rfq-content .select2-container .select2-selection--single .select2-selection__arrow{
    position:absolute;
    right:8px;
    top:0;
    height:43px;
}

.rfq-content .select2-container--focus .select2-selection--single,
.rfq-content .select2-container--open .select2-selection--single{
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(13,110,253,.25);
}

.rfq-content .select2-container .select2-dropdown{
    border:1px solid #dee2e6;
    border-radius:10px;
    overflow:hidden;
}

.rfq-content .select2-search--dropdown{
    padding:8px;
}

.rfq-content .select2-search--dropdown .select2-search__field{
    height:40px;
    border:1px solid #dee2e6;
    border-radius:8px;
    padding:6px 10px;
}

.rfq-content .select2-results__option{
    padding:9px 12px;
}

.rfq-content .select2-results__option--highlighted{
    background:#000;
    color:#fff;
}

.active>.page-link, .page-link.active{
    background-color: #000;
    border-color:#000;
}

.page-link{
    color:#000;
}

.table-responsive{
    border-radius: 12px;
}

.align-items-sm-center {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

td:last-child {
    white-space: nowrap;
}

td:last-child .d-flex {
    flex-wrap: nowrap !important;
}

td:last-child .btn {
    flex-shrink: 0;
}
.form-label{
    font-size:14px;
}
.rfq-content .form-control, .rfq-content .form-select
{
    font-size: 14px;
}

/* new */

.bg-warning{
    background: #f9f1da!important;
    color: #e3aa00;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 12px;
}
.bg-success{
    background: #e2f9e2!important;
    color: green;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 12px;
}

.bg-secondary{
    background:#e7e7e7!important;
    color: #838383;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 12px;
}

.bg-dark{
    background: #000000!important;
    color: rgb(255, 255, 255);
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 12px;
}

.bg-danger{
    background: #ffe3e3!important;
    color: #ff5656;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 12px;
}

.bg-light{
    background: #ffffff!important;
    color: #020202;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 12px;
    BORDER: 1PX solid black;
}

.modal-header{
    background: black;
    color: white;
    height: 48px;
}
.text-custom{
    font-size: 14px;
}
.description-box{
    position: relative;
    background: #f5f6f8;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 18px;
    min-height: 180px;
    color: #495057;
    line-height: 1.7;
    overflow: hidden;
}

/* Folded page effect */
.description-box::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #d9d9d9 50%, #ffffff 50%);
    border-top-left-radius: 4px;
    box-shadow: -2px -2px 4px rgba(0,0,0,.08);
}

.attachment-image-wrapper {
    width: 100%;
    height: 100%;
    padding: 10px;
    /* background: #f8f9fa;
    border: 1px solid #dee2e6; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attachment-image {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

@media(max-width:768px){
    .rfq-tab{
        min-width:160px;
        height:50px;
        font-size:14px;
    }

    .rfq-content{
        padding:20px;
        min-height:600px;
    }

    .empty-state{
        min-height:550px;
    }
}

@media(max-width:420px){
    .rfq-tab{
        min-width:140px;
        height:45px;
        font-size:12px;
    }

    .rfq-content{
        padding:15px;
        min-height:550px;
    }

    .empty-state{
        min-height:500px;
    }

    .rfq-tab i{
        font-size:15px;
    }

}