.card-toggle{
    border:3px solid #00914D;
    border-radius:35px;
    padding:0;
    margin:0;
}
.is-disabled{
    border:3px solid #D9D9D9;
    color:white;
}
.is-disabled-active{
    background:#D9D9D9;
}
.is-disabled-inactive{
    color:#D9D9D9;
}
.text-green{
    color:#00914D;
}
.dropdown #column1-content .dropdown-item:hover{
    background:#00914D;
    color: white;
}
.dropdown #column2-content .dropdown-item:hover{
    background:#00914D;
    color: white;
}
.refer-box{
    background: #F6F4F9;
    border: 1px solid rgba(3, 0, 4, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.refer-box a{
    background:#2FB763;
    color: white;
}
/*chat*/

.footer-card{
    cursor: pointer;
}
#card-selected{
    background:#E7DEED;
    cursor: pointer;
}

#status-card-selected{
    background: #2FB763 !important;
    cursor: pointer;
}