body {
    font-family: sans-serif;
}

.tsb {
    font-weight: 600;
}

.tb {
    font-weight: 700;
}

.twr {
    font-weight: 400;
}

.rr {
    font-family: sans-serif;
    font-weight: 400;
}

.rb {
    font-family: sans-serif;
    font-weight: 700;
}


.custom-hs-radio [type="radio"] {
    height: auto !important;
    margin: 0px !important;
    position: relative !important;
    width: auto !important;
    margin-right: 10px !important;
    margin-top: 1px !important;
}
/* New CSS */
.datepicker-dropdown .table-condensed {
    width: 100%;
}

.datepicker-dropdown .table-condensed td {
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}

.datepicker-dropdown .table-condensed td.today.day {
    border-color: #fff;
}

.datepicker-dropdown .table-condensed td.active,
.datepicker-dropdown .table-condensed td.active:hover {
    border-color: #fff;
}

.ct-border {
    border: 1px solid #ebebeb !important;
}
.cu-gap-3 {
    gap: 12px;
}
.cu-flex-1 {
    flex: 1;
}

.error-f-12 {
    font-size: 12px;
    line-height: normal;
    display: block;
}
.cu-mt-10 {
    margin-top: 10px;
}
.cu-overflow-auto {
    overflow: auto !important;
}
.cu-card-min-w-span {
    min-width: 120px;
}

.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.cu-alert-box {
    background: #ff004614;
    padding: 9px 15px;
    border-radius: 8px;
    border: 1px solid #ff0449;
    text-align: center;
    font-size: 15px;
}

.ellipsis-1-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gap-2 {
    gap: 12px;
}
.cancel-btn-product,.cancel-btn-product:hover{
    background: #8e8e8e66 !important;
    color: #000 !important;
    font-weight: 600;
    border-color: #8e8e8e66 !important;
    filter: unset !important;
    -webkit-filter: unset !important;
}

.option-information{
    padding-left: 22px;
}

#artworkMediaModal .modal-content {
    max-height: 880px;
    overflow: auto;
}

.cancel-payment{
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
}