body {
    font-family: 'Poppins', sans-serif !important;
}

/* ---------------------------------- Body Design ---------------------------------- */
body,
.t-Body {
    /* font-family: 'Inter', sans-serif; */
    background: #f5f7fb;
    color: #374151;
}

.t-Button {
    border-radius: 10px;
    font-weight: 600;
}

.t-Region {
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ---------------------------------- Button Design ---------------------------------- */
#del_btn {
    --a-button-background-color: #cb1100;
    --a-button-hover-background-color: rgb(255, 0, 0);
    color: rgb(0, 0, 0);
}

#save_btn {
    --a-button-background-color: #278701;
    --a-button-hover-background-color: #36ba01;
    color: rgb(0, 0, 0);
}

#save_btn2 {
    border-color: #278701;
    color: black;
    background: none;
}

#save_btn2:hover {
    background-color: #36ba01;
    color: white;
}

#cancel_btn {
    --a-button-background-color: #ffc628;
    --a-button-hover-background-color: #ffdb79;
    color: rgb(0, 0, 0);
}

/* ---------------------------------- End Button Design ---------------------------------- */
/* ---------------------------------- Badge Design ---------------------------------- */
.u-colors .u-color {
    border-radius: 10px;
}
/*
.u-colors .a-CardView-items>:nth-child(45n+1) .u-color, .u-colors .a-CardView-items>:nth-child(45n+1) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+1) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+1) .u-color-var, .u-colors>:nth-child(45n+1) .u-color, .u-colors>:nth-child(45n+1) .u-color-var {
    background-color: #278701;
}
.u-colors .a-CardView-items>:nth-child(45n+2) .u-color, .u-colors .a-CardView-items>:nth-child(45n+2) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+2) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+2) .u-color-var, .u-colors>:nth-child(45n+2) .u-color, .u-colors>:nth-child(45n+2) .u-color-var {
    background-color: #0c9df1;
}
.u-colors .a-CardView-items>:nth-child(45n+3) .u-color, .u-colors .a-CardView-items>:nth-child(45n+3) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+3) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+3) .u-color-var, .u-colors>:nth-child(45n+3) .u-color, .u-colors>:nth-child(45n+3) .u-color-var {
    background-color: #1b65ee;
}
.u-colors .a-CardView-items>:nth-child(45n+4) .u-color, .u-colors .a-CardView-items>:nth-child(45n+4) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+4) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+4) .u-color-var, .u-colors>:nth-child(45n+4) .u-color, .u-colors>:nth-child(45n+4) .u-color-var {
    background-color: #221eee;
}
.u-colors .a-CardView-items>:nth-child(45n+5) .u-color, .u-colors .a-CardView-items>:nth-child(45n+5) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+5) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+5) .u-color-var, .u-colors>:nth-child(45n+5) .u-color, .u-colors>:nth-child(45n+5) .u-color-var {
    background-color: #7d20f8;
}
.u-colors .a-CardView-items>:nth-child(45n+6) .u-color, .u-colors .a-CardView-items>:nth-child(45n+6) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+6) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+6) .u-color-var, .u-colors>:nth-child(45n+6) .u-color, .u-colors>:nth-child(45n+6) .u-color-var {
    background-color: #ee1ef5;
}
.u-colors .a-CardView-items>:nth-child(45n+7) .u-color, .u-colors .a-CardView-items>:nth-child(45n+7) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+7) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+7) .u-color-var, .u-colors>:nth-child(45n+7) .u-color, .u-colors>:nth-child(45n+7) .u-color-var {
    background-color: #ff3985;
}
.u-colors .a-CardView-items>:nth-child(45n+8) .u-color, .u-colors .a-CardView-items>:nth-child(45n+8) .u-color-var, .u-colors .a-SearchResults-item:nth-child(45n+8) .u-color, .u-colors .a-SearchResults-item:nth-child(45n+8) .u-color-var, .u-colors>:nth-child(45n+8) .u-color, .u-colors>:nth-child(45n+8) .u-color-var {
    background-color: #ff1c1c;
}
*/

/* body,
.t-Body,
.t-Region,
.t-Button,
.t-Form-label,
.a-IRR-table,
.a-GV-table,
.t-Card-title,
.t-Alert-title {
    font-family: 'Poppins', sans-serif !important;
} */