a:hover {
    text-decoration: none;
}

.card_profile {
    border-bottom: 1px solid #9d9c9c;
}

.btn-history {
    height: 25px;
}

.btn_status {
    border-radius: 37px;

    border: 0;
    color: white;
    font-size: 12px;
    padding: 3px 31px;
}

.btn-1 {
    background: #413da2;
}

.btn-2 {
    background: #0c7e3c;
}

.btn-3 {
    background: #595757;
}

.btn_his {
    border-radius: 37px;
    background: #595757;
    padding: 3px 19px;
    font-size: 12px;
    border: 0;
    color: white;
}

.logo_admin
{
    color: white;
    font-size: 20px;
    margin-left: 43px;
    text-decoration: none;
}

.logo_admin:hover
{
    color: white;
}

.btn_regular {
    border-radius: 37px;
    background: #595757;
    padding: 10px 40px;
    font-size: 12px;
    border: 0;
    color: white;
}
.btn_detail{
    color: white;
    background-color:#0050D0  !important;
    border-radius: 17px;
}
.btn-delete-strip{
    width: 60%;
}
@media only screen and (max-width: 767px) {
.btn-mb{
    margin-left: 108px !important;
}
.btn-delete-strip{
    width: 100%;
}
}
