.header-logo {
    display: inline-block !important;
}
.btn-deafult-solid {
    font-weight: 600;
    color: #fff !important;
    border: 1px #528a71 solid !important;
    background: #87b5a1 !important;
}
.btn-deafult-solid:hover, .btn-deafult-solid:focus, .btn-deafult-solid:active, .btn-deafult-solid:active {
    font-weight: 600;
    color: #fff !important;
    border: 1px #198754 solid !important;
    background: #528a71 !important;
}
.btn-deafult-hollow {
    font-weight: 600;
    color: #198754;
    border: 1px #198754 solid !important;
    background: none !important;
}
.btn-deafult-hollow:hover, .btn-deafult-hollow:focus {
    color: #fff !important;
    background: #528a71 !important;
}
.myaccount-tab-menu button:hover, .myaccount-tab-menu button.active, .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #528a71;
    color: #ffffff;
}
.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #528a71;
    text-align: center;
    font-weight: 500;
    border: 0px #000 solid;
}
.btn-deafult-system {
    font-weight: 600;
    color: #fff !important;
    background: #528a71;
    border: 1px #198754 solid;
}