/* Theme Name: Settlements Theme	
   Author: RENDART
   Version: 2.1.8
*/

.promotion-icon {
    font-size: 18px;
    font-weight: 600 !important;
    color: rgb(28,53,45) !important;
}

.table-mobile-data .promotion-icon {
        font-size: inherit !important;
     color: rgb(28,53,45) !important;
    margin-left: 16px;
}

.promotion-column {
    width: 30px !important;
}

table.dataTable tbody tr.promotion.odd,
table.dataTable tbody tr.promotion.even{
    background-color: rgba(184,130,23, 0.3) !important;
}
table.dataTable tbody tr.promotion .main-price span {
    color: rgba(184,130,23) !important;
}