.selectpicker option{
    border: none;
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance : none;
    color: #000;
    margin: 0;
    padding-left: 0;
    background: none;
}
.selectpicker{
    border: 1px solid #afafaf;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    margin: 0;
    padding: 10px;
} 
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 380px;
}
.selectpicker option{
    border: none;
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance : none;
    color: #000;
    margin: 0;
    padding-left: 0;
    background: none;
}
select.selectpicker{
    border: none;
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance : none;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-left: 0;
    background: none;
}
.bg7{
    top: 10px!important;
    height: 150px !important;
}
.rs-breadcrumbs .page-title {
    margin: -70px 0 30px !important;
}

/*Notifications*/
.alertt .success-sms, .alertt .warning-sms, .alertt .error-sms{ padding: 15px 25px; display: inline-table; z-index: 5; position: absolute; border-radius: 5px; top: 101px; right: 14px; width: max-content; font-family: emoji;}
.alertt .close{ padding: 6px 5px 5px 5px; line-height: 14px; }
.alt-noti{margin-right: 25px;}
.alertt .success-sms{ background-color: #90eb71; }
.alertt .warning-sms{ background-color: #f6e84df7; }
.alertt .error-sms{ background-color: #ffbfba; }
.red{color: red;font-weight: 900;}