

.filter-lable {
    font-size: clamp(0.75rem, 1vw, 0.95rem);
    line-height: 1.6;
    font-weight: 400;
    color: rgb(176, 176, 176);
}


.custom-select {
    width: 100%;
    height: 50px;
    background-color: #161616;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 50px 0 16px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5 8 12l6.5-6.5h-13z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    border: 1px solid #383838;
}

    .custom-select:focus {
        background-color: #050505;
        border-color: #e6bc52;
        color: #fff;
        box-shadow: none;
    }

    .custom-select option {
        background: #050505;
        color: #fff;
        padding: 35px;
    }



     
 

.custom-date {
    position: relative;
}

    .custom-date input {
        width: 100%;
        height: 52px;
        background: #161616;
        border: 1px solid #3a3a3a;
        border-radius: 6px;
        color: #fff;
        padding: 0 50px 0 16px;
        font-size: 15px;
        outline: none;
    }

        .custom-date input:focus {
            border-color: #d6aa1b;
            box-shadow: none;
        }

.calendar-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    pointer-events: none;
}

/* Flatpickr Custom */

.flatpickr-calendar {
    background: #050505 !important;
    border: none !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: none !important;
    width: 400px !important;
    padding: 20px;
}

.flatpickr-months {
    margin-bottom: 15px;
}

.flatpickr-current-month {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    left: 0;
}

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        background: transparent;
        color: #fff !important;
        font-weight: 700;
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months option{
        color: #000000 !important;
        font-size:15px;
    }

.flatpickr-weekdays {
    margin-top: 15px;
}

span.flatpickr-weekday {
    color: #8d8d8d !important;
    font-size: 16px;
    font-weight: 500;
}

.flatpickr-day {
    color: #b2b2b2;
    font-size: 16px;
    border-radius: 50%;
    height: 42px;
    line-height: 42px;
    width: 42px;
}

    .flatpickr-day:hover {
        background: #1b1b1b;
        border-color: #1b1b1b;
        color:#000000 !important;
    }

    .flatpickr-day.selected {
        background: #2a2416 !important;
        border: 1px solid #c9a227 !important;
        color: #fff !important;
    }

    .flatpickr-day.today {
        border-color: #444;
    }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: #fff;
}

.numInputWrapper {
    display: none;
}


 


/* Current Month Dates Color */
.flatpickr-day {
    color: #ffffff !important;
}

    /* Previous & Next Month Dates */
    .flatpickr-day.prevMonthDay,
    .flatpickr-day.nextMonthDay {
        color: #2f2f2f !important;
    }

/* Year Show Properly */
.flatpickr-current-month .cur-year {
    display: inline-block !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: none !important;
    width: 70px !important;
    padding: 0 !important;
}

/* Year Up Down Arrows Show */
.flatpickr-current-month .numInputWrapper {
    display: inline-block !important;
    width: auto !important;
}

/* Arrow Buttons Color */
.flatpickr-current-month .arrowUp:after {
    border-bottom-color: #ffffff !important;
}

.flatpickr-current-month .arrowDown:after {
    border-top-color: #ffffff !important;
}



.filter-card {
    background-color: #39393969;
    padding: 10px 18px 18px 18px;
    border-radius: 10px;
    border: 1px solid #363636;
}



.search-btn {
    border: none !important;
    font-weight: 400 !important;
    border-radius: 5px;
    background: radial-gradient(ellipse farthest-corner at right bottom,#fedb37 0%,#fdb931 8%,#9f7928 30%,#8a6e2f 40%,transparent 80%),radial-gradient(ellipse farthest-corner at left top,#fff,#ffffac 8%,#d1b464 25%,#5d4a1f 62.5% 100%);
    color: #000 !important;
    cursor: pointer !important;
    padding: 7px 23px;
}


.data-card {
    background-color: #39393969;
    padding: 20px;
    border: 1px solid #363636;
    border-radius: 10px;
    margin-top: 10px;
}

.data-heading {
    font-size: 13px;
    color: #929292;
    font-weight: 600;
    margin-bottom: 5px;
}
.data-value {
    font-size: 14px;
}




.history-card-item {
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg,#3a3f45,#1c2026);
    font-size: 13px;
    margin-top: 10px;
}

.history-card-item .top-heading {
    font-size: 14px;
    font-weight: 700;
}
.history-card-item .value{
    font-size: 13px;
    font-weight: 600;
}
    .history-card-item .green {
        color: #00d48f !important;
    }

    .history-card-item .heading {
        font-size: 14px;
        color: #adadad;
        font-weight: 600;
    }

.active > .page-link, .page-link.active {
    background-color: #FDB931;
    border-color: #FDB931;
    color:#000000;
}


.avtar-icon {
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    cursor: pointer;
}

    .avtar-icon :hover {
        background-color: #60606052;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        border-radius: 30px;
    }



.txn-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 10px;
    font-weight: 800;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.txn-status-info {
    background-color: #fdb9314f;
    border: 1px solid #FDB931;
    text-decoration-line: none;
    color: #FDB931;
}

.txn-status-success {
    background-color: #08d74e4f;
    border: 1px solid #08d74e;
    text-decoration-line: none;
    color: #08d74e;
}

.txn-status-danger {
    background-color: #fb41413d;
    border: 1px solid #fb4141;
    text-decoration-line: none;
    color: #fb4141;
}

.txn-hash-text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 175px;
    display: inline-block;
}

.pending {
    color: #fb4141;
}

.success {
    color: #00d48f;
}

.form-select:disabled {
    background-color: #4d4d4d !important;
}