.color-smspoh {
    color: #eb5d1e !important;
}

.color-darker-blue {
    color: #394951 !important;
}

.color-viber {
    color: #7360f2 !important;
}

.color-red {
    color: #dc3f4d !important;
}

.bg-viber-gradient {
    background: #7360f2 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #7360f2, #8978ff) !important;
    background: linear-gradient(-45deg, #7360f2, #8978ff) !important
}

.bg-darkerblue-gradient {
    background: #394951 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #394951, #3d535e) !important;
    background: linear-gradient(-45deg, #394951, #3d535e) !important
}

.bg-smspoh-gradient {
    background: #eb5d1e !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #eb5d1e, #ff793d) !important;
    background: linear-gradient(-45deg, #eb5d1e, #ff793d) !important
}

.bg-black-gradient {
    background: #151a2b !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #0a0b11, #151a2b) !important;
    background: linear-gradient(-45deg, #0a0b11, #151a2b) !important
}

.bg-primary-gradient {
    background: #1572e8 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #06418e, #1572e8) !important;
    background: linear-gradient(-45deg, #06418e, #1572e8) !important
}

.bg-secondary-gradient {
    background: #6861ce !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #2a20ac, #6861ce) !important;
    background: linear-gradient(-45deg, #2a20ac, #6861ce) !important
}

.bg-info-gradient {
    background: #48abf7 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #0a5a97, #48abf7) !important;
    background: linear-gradient(-45deg, #0a5a97, #48abf7) !important
}

.bg-success-gradient {
    background: #38d2db56d180 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #2db56d, #35cc7c) !important;
    background: linear-gradient(-45deg, #2db56d, #35cc7c) !important
}

.bg-warning-gradient {
    background: #ffad46 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #e1810b, #ffad46) !important;
    background: linear-gradient(-45deg, #e1810b, #ffad46) !important
}

.bg-danger-gradient {
    background: #f25961 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #e80a15, #f25961) !important;
    background: linear-gradient(-45deg, #e80a15, #f25961) !important
}
