@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap');


body *:not(i,.fa,.la){
    font-family: 'Tajawal', sans-serif!important;
}
.select2-container--default .select2-selection--single {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.select2 {
    width: 100%!important;
}
.post-date {
    line-height: 39px;
}
.list-style-custom span {
    width: 25px;
    height: 25px;
    padding: 5px;
    margin: 0 5px;
    background-color: var(--theme-light-color);
    border-radius: 50%;
    display: inline-block;
}
.list-style-custom i ,.list-style-custom svg {
    font-weight: 600;
    font-size: 12px;
    position: relative;
    line-height: 25px;
    color: var(--theme-primary-color);
    text-align: center;
    top: -5px;
}
.list-style-custom svg {
    width: 15px;
    height: 15px;
}
#scroll {
    background-color: #aa8453;
    color: #fff;
}
.fontSize15 {
    font-size: 15px;
}
.quantity li {
    text-align: center;
}
.quantity li span{
display: block !important;
    margin: 0 !important;
    padding: 0 5px;
}
.quantity li span svg{
    width: 20px;
    height: 20px;
    color: #aa8453;
}
.whitespace-no-wrap {
    white-space: nowrap!important;
}
.truncate {
    overflow: hidden;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}