.tab-nav.tabs {
    height: 52px !important;
    padding-top: 6px !important;
}
.tabs-striped.tabs-color-light .tab-item, .tabs-icon-top > .tabs .tab-item {
    border: none !important;
}

.bar.bar-dark {
    box-shadow: unset !important;
}
/* .gradiant-primary{
    background: rgb(19, 57, 57);
    background: -webkit-linear-gradient(0deg, rgb(19, 57, 57) 0%, rgb(2, 10, 9) 100%);
    background: linear-gradient(to bottom, rgb(19, 57, 57) 0%, rgb(2, 10, 9) 100%) !important;

} */

.tab-item-active .icon{
    color: #102f5d !important;
}
.tab-item .icon {
    font-size: 23px;
    height: 29px;
}
a.item.item-icon-right.a-item-circle {
    margin-top: 10px;
}
.payment input {
    text-align: right;
}
.signup .submenu-container {
    background: unset;
}

.profile-page .profile-links {
    background: white;
    border-radius: 8px;
}
.profile-link-icon {
    color: #102f5d !important;
}
a#wallet-link {
    background: #00a064 !important;
}
.buy-enable {
    background: #00a064 !important;
    margin-bottom: 16px !important;
}
.signup .image-continer {
    max-height: 51vh;
}
.loginform {
    margin-top: -20px;
}
.tab-item-active .tab-title {
    background: #ffd700;
    padding: 0px 6px;
    border-radius: 6px;
}
.search .default-search .item-box span {
    background: #102f5d !important;
}
.login-continer .btn-continer .btn {
    background: #102f5d !important;
}
a.btn-secendary.btn.btn-outline.signup-btn {
    border: 1px solid #102f5d !important;
    background: white !important;
}