.alert-yellow {
    background-color: #ffff91;
    color: black
}

.bg-yellow{
    background-color:#ffff91 ;
}

.alert-success {
    background-color:#00a780;
    color: white;
}

.btn-yellow, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:focus-visible {
    background-color: #FEEB02;
    border-color: #FEEB02 !important;
    color: black;
}

.btn-sm-yellow, .btn-sm-yellow:hover, .btn-sm-yellow:active, .btn-sm-yellow:focus, .btn-sm-yellow:focus-visible {
    background-color: #FEEB02;
    border-color: #FEEB02 !important;
    color: black;
    height: 30px;
    width: 10px
}
.btn-sm-danger, .btn-sm-danger:hover, .btn-sm-danger:active, .btn-sm-danger:focus, .btn-sm-danger:focus-visible {
    background-color: red;
    border-color: red !important;
    color: white;
    height: 30px;
    width: 10px
}

.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:focus-visible {
    background-color: #00a780 !important;
    border-color: #00a780 !important;
    color: #ffffff !important;
}
.btn-sm-green, .btn-sm-green:hover, .btn-sm-green:active, .btn-sm-green:focus, .btn-sm-green:focus-visible {
    background-color: #00a780 !important;
    border-color: #00a780 !important;
    color: #ffffff !important;
    height: 30px;
    width: 10px
}

.text-black{
    color: black;
}

.btn-sm-secondary, .btn-sm-secondary:hover, .btn-sm-secondary:active, .btn-sm-secondary:focus, .btn-sm-secondary:focus-visible {
    background-color: darkgray !important;
    border-color: darkgray !important;
    color: black !important;
    height: 30px;
    width: 10px
}
.btn-custom-secondary, .btn-custom-secondary:hover, .btn-custom-secondary:active, .btn-custom-secondary:focus, .btn-custom-secondary:focus-visible {
    background-color: darkgray !important;
    border-color: darkgray !important;
    color: black !important;
}

ul >li{
    list-style:none ;
}
