/* body {
    font-family: 'poppins', sans-serif;
}
section {
    padding: 50px 0;
} */

/*progress bar css*/
/* Your CSS file, e.g., styles.css */
 .progress-bar-profile {
    position: relative;
    width: 0;
    height: 20px; /* Set your desired height */
   background-color: #4CAF50; /* Set your desired progress color */
    transition: width 2s ease; /* Set the duration of the animation (2s in this example) */
} 
.progress-text {
    position: absolute;
    top: 50%;
    left: 100%; /* Position it at the end of the progress bar */
    transform: translate(-100%, -50%);
    color: #fff;
    white-space: nowrap; /* Prevent text from wrapping */
}
.progress-bar-section{

margin-right: 20px;
  margin-left: 20px;
}
.progress-bar-section .progress-bar-title h6 {
    text-align: left;
    float: left;
    margin-left: 0;
    margin-top: 10px; /* Add margin from the top */
}
.progress-bar-section .progress-bar-title .progress-percent {
    text-align: right;
    float: right;
    margin-right: 0;
    margin-top: 10px;
}


/* end of the prpgress bar*/
.custom-buttons {
    padding: 10px 19px !important;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 144px;
    justify-content: center;
}

.pro-coulmn .btn-group .cancel-button{
    width: 144px;
    padding: 9px 10px !important;
}


.er-create-offer-modal{
    overflow:auto;
}

.btn-theme {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 30px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #fe696a;
    background-color: #fe696a;
    color: #FFF;
    transition: all 0.3s ease 0s;
}
.pro-coulmn .btn-group {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Optional: Center-align the buttons */
    align-items: flex-start;
    gap: 10px;
} 

.pro-coulmn .btn-group .btn-theme-secondary {
    padding: 12px 17px;
}

.pro-coulmn .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pro-coulmn .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 8px;
}

.btn-theme:hover {
    background-color: #fe696a;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254,105,106,0.9);
    color: #FFF !important;
    border: 1px solid #fe696a;
}
.er-create-offer-modal .modal-dialog {
    max-width: 800px;
    margin: 80px auto;
}
.er-create-offer-modal .modal-header {
    background-color: #fe696a;
    border-bottom: 1px solid #dee2e6;
    padding: 20px 30px;
}
.er-create-offer-modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff; 
}
.er-create-offer-modal .modal-header .close {
    color:#fff;
    opacity: 1;
    padding: 19px;
}
.er-create-offer-modal .modal-header .close:focus {
    box-shadow: none;
}
.er-create-offer-modal .modal-body {
    padding: 20px 30px;
}
.er-create-offer-modal .er-gigs-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.er-create-offer-modal .er-gigs-list li > a {
    text-decoration: none;
}
.er-gigs-list li{
    cursor: pointer;
}
.er-create-offer-modal .er-gigs-list .er-gig-box {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    transition: 0.3s ease-in-out;
}
.er-create-offer-modal .er-gigs-list .er-gig-box:hover {
    background-color: #f1f1f1;
}
.er-create-offer-modal .er-gigs-list li:last-child .er-gig-box {
   /* border-bottom: 0; */
    border-radius: 0 0;
}
/* .er-create-offer-modal .modal-content .fl-navigation li{
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 10px;
} */
.pagination-buttons.fl-navigation .pagination {
    margin-bottom: 0;
}
.pagination-buttons.fl-navigation .pagination li {
    margin-right: 0;
    margin-left: .5rem;
}
.pagination-buttons .pagination li.active a {
    background-color: #fe696a;
    color: #fff; /* Set text color for better visibility */
}
.er-create-offer-modal .er-gigs-list .er-gig-box .img-box {
    width: 120px;
    height: 70px;
    margin-right: 20px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .meta-box {
    width: calc(100% - 140px);
}
.er-create-offer-modal .er-gigs-list .er-gig-box .meta-box .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.er-create-offer-modal .gig-detail-content .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.er-create-offer-modal .gig-detail-content .title-box h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.er-create-offer-modal .gig-detail-content .title-box .select-gig-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    color: #fe696a;
    background-color: #ffff;
    border: 2px solid #fe696a;
    border-radius: 4px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box {
    display: flex;
    margin-bottom: 30px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box {
    width: 180px;
    height: 120px;
    margin-right: 20px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box {
    width: calc(100% - 200px);
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    resize: unset;
} 
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea::placeholder {
    color: #ccc;
    opacity: 1;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea:focus-visible {
    outline: none;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box .total-number-count {
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
}
.er-create-offer-modal .er-offer-detail-list {
    padding: 0 20px;
    margin-bottom: 0;
    background-color: #f4f6f9;
    border-radius: 4px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #dee2e6;
    flex-wrap: wrap;
    gap: 10px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item:first-child {
    border-top: 0;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item > span {
    font-size: 16px;
    color: #212121;
    text-transform: capitalize;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box {
    position: relative;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input {
    width: 250px;
    height: 40px;
    padding: 12px 10px 10px 25px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box #customDays{
    padding:0 10px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input::placeholder {
    color: #ccc;
    opacity: 1;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input::-webkit-outer-spin-button,
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input[type=number] {
    -moz-appearance: textfield;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input:focus-visible {
    outline: none;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box span.currency {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    font-size: 20px;
    line-height: 40px;
    color: #ccc;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box #price-error {
    margin-bottom: 0;
    font-size: 10px;
    position: absolute;
    line-height: 20px;
    right: 0;
}
.er-create-offer-modal .gig-detail-content .offers-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.er-create-offer-modal .gig-detail-content .offers-buttons .back-btn {
    font-size: 16px;
    color: #212121;
    text-decoration: none;
}
.er-create-offer-modal .gig-detail-content .offers-buttons .back-btn i {
    margin-right: 3px;
}
.back-btn{
    cursor: pointer;
}
.select2-container.select2-container--open {
    z-index: 9999;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single {
    width: 250px;
    height: 42px;
    border: 1px solid #dee2e6;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding: 0 10px;
    background-color: #fff;
    /* color: #ccc; */
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    border-color: #ccc transparent transparent transparent;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ccc transparent;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fe696a;
}  

.chat-btn-group {
    text-align: left;
}
.chat-btn-group .chat_toggler {
    margin-top: 10px;
    width: 144px;
    padding: 10px 20px;
}

/* responsive css */
@media (min-width: 768px) and (max-width: 991.98px) {
    .er-create-offer-modal .modal-dialog {
        max-width: 700px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .er-create-offer-btn {
        margin-bottom: 20px;
    }
    .er-create-offer-modal .modal-dialog {
        max-width: 500px;
    }
    .er-create-offer-modal .gig-detail-content .title-box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box {
        width: 110px;
    }
    .er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box {
        width: calc(100% - 130px);
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .er-create-offer-btn {
        margin-bottom: 20px;
    }
    .er-create-offer-modal .modal-dialog {
        max-width: auto;
        width: auto;
        margin: 10px;
    }
    .er-create-offer-modal .er-gigs-list .er-gig-box .img-box {
        width: 80px;
        height: 60px;
    }
    .er-create-offer-modal .er-gigs-list .er-gig-box .meta-box {
        width: calc(100% - 100px);
    }
    .er-create-offer-modal .gig-detail-content .title-box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .er-create-offer-modal .gig-detail-content .offer-desc-box {
        flex-direction: column;
        gap: 10px;
    }
    .er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box {
        width: 100%;
        height: 150px;
    }
    .er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box {
        width: 100%;
    }
    .er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea {
        height: 180px;
    }
    .er-create-offer-modal .er-offer-detail-list .offer-list-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box {
        width: 100%;
    }
    .er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input {
        width: 100%;
    }
    .er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container {
        width: 100% !important;
    }
    .er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single {
        width: 100%;
    }
}