/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	02.18.2020
**/

.nk-sidebar-menu .bx {
    font-size: 24px;
    letter-spacing: normal;
    vertical-align: middle;
    color: currentColor;
    transition: color .4s, background-color .4s;
}

.custom-avatar {
    background-size: cover;
    display: block;
    border-radius: 50%;
}

.bg-soft-primary {
    background-color: rgba(85, 110, 230, .25)!important;
}

@media (min-width: 768px) {
    .nk-refwg .nk-refwg-invite {
        width: 70%;
        border-bottom: none;
        border-right: 1px solid #dbdfea;
    }
}

@media (min-width: 768px) {
    .nk-refwg .nk-refwg-stats {
        width: 30%;
    }
}

.display-5 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.1;
}

.card-radio-input {
    display: none;
}

.card-radio {
    background-color: #fff;
    border: 2px solid #f6f6f6;
    border-radius: .25rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-tb-head .nk-tb-col {
    color: #526484;
}

.nk-tb-list {
    color: #526484;
}