.bg-beige{
    background: #fff7ed;
}

.bg-yellow-light{
    background: #fff6dc;
}

.bg-yellow{
    background: #FFDE59!important;
}

.bg-green-light{
    background: #E2F9EF!important;
}

.bg-green-light-2{
    background: #e5f3ef!important;
}

.bg-alice{
    background: aliceblue!important;
}

.text-reduced {
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-danger{
    background: #ef233c!important;
}

.bg-slate{
    background: #f8fafc!important;
}

.bg-slate-dark{
    background: #dbeafe!important;
}

.bg-primary{
    background: #228be6!important;
}

.bg-img-body{
    background: url(../images/bgs/hero-bg.jpg);
}

.bg-body{
    background: #f0f8ff4f!important;
}

.bg-body-2{
    background: #f0f8ff57!important;
}

.img-brands{
    object-fit: contain;
    aspect-ratio: 3/2;
    mix-blend-mode: color-burn;
}

.text-gray{
    color: #99acbb!important;
}

.text-slate-dark{
    color: #dbeafe!important;
}

.fs-20{
    font-size: 20px!important;
}

.fs-22{
    font-size: 22px!important;
}

.fs-icon{
    font-size: 52px!important;
}

.toast-header{
    background-color: #FFDE59!important;
    color: #3d464d;
}

.light-border{
    border-color: rgba(27, 31, 34, 0.1) !important;
    border: 1px solid;
}

.border-light{
    border: 1px solid #DEE2E6!important;
}

.border-light-color{
    border-color: #DEE2E6!important;
}

.logo-container{
    height: 170px;
    width: 170px;
    border-radius: 20%;
    border: 4px double #d5dfe4;
    padding: 20px;
}

.logo-container img{
    height: 100px;
    width: auto!important;
}

div.dt-container div.dt-paging ul.pagination{
    justify-content: center;
}

.card-shape{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #DEE2E6;
}






