.text-s1{
    color: #e0bd3f !important;
}
.bg-s1{
    background-color: #e0bd3f !important;
}
.btn-primary{
    background-color: #e0bd3f !important;
    border: none;
}
.btn-success{
    background-color: #e0bd3f !important;
    border: none;
}
.btn-danger{
    background-color: #0F0F0D !important;
    border: none;
}
.bg-gradient-primary{
    background-color: #0F0F0D !important;
    border: none;
}
.default-layout-navbar .nav-item .nav-link{
    color: black !important;
}

.menu-icon{
    color: black !important;
}

.phase-card .phase-head .user-img{
width: 25px;
height: 25px;
border-radius: 100px;
}
.phase-card .phase-bottom-icon small{
 width: 21px;
 height: 21px;
 float: right;
 margin-right: 10px;
 border-radius: 100px;
}
a:hover, a:focus {
    color: none;
    text-decoration: none;
}
.form-add-icon{
    padding: 5px; 
    margin: 0px;
    font-size: 20px;
}
.form-add-input{
    width:85%;
    display:inline;
}
.cust-select-filter{
    border:2px solid #E1BEE7;
    width:100%;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.cust-input-filter{
    border:2px solid #E1BEE7;
    width:100%;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.form-control{
    height: 30px;
}
.required-icon{
    color:red;
}


.live-event{
    background-color: rgba(0, 250, 42, 0.438);
}
.offline-event{
    background-color: rgba(240, 29, 29, 0.39);
}
.credit{
    background-color: rgba(0, 250, 42, 0.438);
}
.debit{
    background-color: rgba(252, 61, 61, 0.438);
}
.real{
    background-color: rgba(250, 99, 30, 0.66);
}
.demo{
    background-color: rgba(250, 246, 30, 0.66);
}
.trial{
    background-color: rgba(250, 30, 235, 0.57);
}
.block{
    background-color: rgba(7, 7, 7, 0.20);
}
.unblock{
    background-color: rgba(7, 7, 7, 0.05);
}
.refund{
    background-color: rgba(255, 0, 0, 0.30);
}
.cancelrefund{
    background-color: rgba(3, 232, 182, 0.35);
}