.nk-tb-list .tb-lead, .nk-tb-list .tb-amount {
    font-weight: 200;
    font-size: 14px;
}
.badge {
    font-size: 14px;
    font-weight: normal;
}
.badge em {
    font-size: 13px !important;
    margin-right: 2px;
    margin-top: 2px;
    opacity: 0.6;
}
.project-progress {
    margin-bottom: 0 !important;
}
.nk-demo-panel {
    width: 800px !important;
}
.nk-sidebar .nk-menu>li .nk-menu-sub .nk-menu-link {
    padding-left: 46px;
}
.link-list-opt a .icon {
    width: auto !important;
}
.nk-tb-col {
    padding: .5rem .5rem;
}
.badge-1 {
    color: #e85347;
    background-color: #fceceb;
    border-color: #fceceb;
}
textarea.form-control, .dual-listbox textarea.dual-listbox__search {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.badge-pill {
    padding-top: .11rem !important;
    padding-bottom: .11rem !important;
}
.badge-2 {
    color: #f4bd0e;
    background-color: #fef8e4;
    border-color: #fef8e4;
}

.badge-3 {
    color: #bbbaba;
    background-color: #f3f3f385;
    border-color: #f3f3f3;
}

.nk-menu-item {
    padding: 0px 0;
}
.nk-menu-link {
    font-weight: 500;
    color: #afbbd2;
    padding: .320rem 40px .320rem 24px;
}

.opaq {
    min-height: auto !important;
}

#comment:active {
    box-shadow: 0 4px 8px -2px rgb(9 30 66 / 25%), 0 0 0 1px rgb(9 30 66 / 8%);
}

label {
    margin-bottom: 3px;
}

.user-avatar-xs {
    width: 33px !important;
    height: 33px !important;
}

.comment-file {
    display: none;
}


.lightbox {
    /* Default to hidden */
    display: none;

    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* A bit of padding around image */
    padding: 1em;

    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
    display: block;
}

.lightbox span {
    /* Full width and height */
    display: block;
    width: 80%;
    height: 80%;

    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.link-dialog .close {
    display: none;
}

.link-dialog .modal-content {
    border: 2px solid #6576ff;
}

.link-dialog {
    background-color: #50454547;
}

.modal-body ul {
    list-style: circle;
}