.logs-title {
    padding: 1rem;
    /* width: 100%; */
}

.logs-title h5 {
    margin-bottom: 0;
}

.search-wrapper {
    /* width: 18.75rem; */
    position: relative;
    width: 15.625rem;
    /* 250px */
    min-width: 12.5rem;
    /* 200px */
    max-width: 21.875rem;
}

.search-wrapper .search-icon {
    top: 50%;
    left: 0.75rem;
    /* 12px */
    transform: translateY(-50%);
    color: #ffffff;
    pointer-events: none;
    z-index: 2;
}

.search-wrapper .form-control {
    background-color: #222222;
    color: #ffffff;
    height: 2rem;
    /* 32px */
    border-radius: 0.375rem;
    /* 6px */
    padding-top: 0.5rem;
    /* 8px */
    padding-bottom: 0.5rem;
    /* 8px */
    font-size: 0.8125rem;
    /* 13px */
}

.search-wrapper.form-select:focus {
    border-color: #ffffff;
}

.search-wrapper .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
    font-size: 0.8125rem;
    /* 13px */
}

.search-wrapper input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.search-wrapper #clearButton {
    top: 50%;
    right: 0.75rem;
    /* 12px */
    transform: translateY(-50%);
    color: #fff;
    border: none;
    background: none;
    z-index: 3;
}

.border-sharp-left {
    width: 0.0625rem;
    height: 2rem;
    border: 0.0625rem solid #292929;
}

.calendar-icon {
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #adb5bd;
    z-index: 2;
}

.form-select.with-icon {
    padding-left: 2.5rem;
    border-color: var(--border-color);
}

.form-select:focus {
    /* border-color: transparent !important;  */
    box-shadow: none !important;
}

.search-wrapper .datepicker {
    padding: 0.188rem 0.75rem;
}

.search-wrapper .datepicker .daterange-value {
    font-size: var(--font-size-12);
}

.export_log {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    gap: 0.25rem;
}


/* DateRange picker customization ends */
.daterange-value {
    font-size: 13px;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
}

/* Payout Account css */
.Payout_table .card-nav .btn {
    font-size: var(--font-size-14);
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 0;
}

.Payout_table .card-nav .btn.active {
    background-color: var(--btn-bg);
    color: var(--primary-color);
    border: 1px solid var(--btn-border);
}

.download-icon .bi-pencil-square{
  font-size: var(--common-size);
}

.download-icon:hover {
    background-color: var(--btn-bg);
}

/* .payoutaccount-status button:nth-child(2){
        padding: 8px 16px 8px 30px;
    } */
.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
    padding: 8px 16px 8px 20px;
    border-radius: 8px;
    border-width: 1px;
    font-size: 12px;
    position: relative;
    /* fs-6 */
}

.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 73px;
    height: 32px;
    padding: 6px 8px;
    border-radius: 8px;
    background-color: #222222;
    color: #ffffff;
    border: none;
    font-size: 14px;
}

.back-btn i {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    /* Adjust if needed to fit inside 20x20 */
}

/* Style only the 'Active' button */
.active-btn {
    position: relative;
    background: linear-gradient(to right, #0E312B, #0E312B);
    /* subtle gradient */
    color: #02A283;
    border: 1px solid #02A283;
    padding: 8px 16px 8px 30px;

}

.active-btn::before {
    content: "\f26e";
    /* Bootstrap check icon via unicode, or leave empty */
    font-family: "Bootstrap-icons";
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.active-btn i {
    margin-right: 6px;
}

/* Remove Bootstrap's valid/invalid feedback icons from inputs */
#billForm .form-control:valid,
#billForm .form-control:invalid {
    background-image: none !important;
    padding-right: 0.75rem;
}