.form-check-input {
    margin-top: 0;
}

.form-check {
    font-size: 13px;
    font-weight: 400;
    margin-top: -1.1px;
}

.no-border {
    border: 0px;
    outline: 0px;
}

.no-bg {
    background-color: none;
    background: none;
}

.error-border {
    border: 1px solid rgb(255 168 168);
}

.logoSize {
    width: 55px ! important;
    margin: 0 auto;
}

.text-center {
    width: 100%;
}

.invalid-feedback {
    display: block;
}

.notify {
    z-index: 100 ! important;
}

.justify-end {
    justify-content: flex-end;
}

.items-end {
    align-items: flex-start;
}

.form-check-input {
    background-color: #3736af;
}

/*
.brand-logo {
    background-color: #e4f6ff;
}
*/

.feature-box .wallet-box {
    display: flex;
    align-items: center;
    border-radius: 0.5rem; 
}

.feature-box {
    padding: 0.09rem 0.625rem;
    background-color: var(--sidebar-bg);
    overflow: hidden;
}

@media only screen and (max-width: 35.9375rem) {
    .nav-control {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 87.5rem) {
    .page-titles {
        padding: 1rem 1.875rem;
        margin-top: 76.1px;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .dz-head-title {
        display: block !important;
    }
}

.dlabnav.follow-info .menu-scroll {
    height: calc(100% - 10.5rem);
}

.mt--10{
    margin-top:-10px! important;
}

td{
    white-space:nowrap;
}

.dflex{
    display:flex;    
}

.modal{
    position:fixed;
    z-index: 1000! important;
}

@media only screen and (max-width: 47.9375rem) {
    .wallet-bar {
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
        height: 100vh;
        overflow-y: scroll;
    }
}

.card.price-list-1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-title {
    font-size: 1.1rem;
}