.label_upload {
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    margin-top: 10px;
}

.custom-input-image {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.dash-payment-item {
    padding: 20px 30px;
    background: #EBEDEF;
    border-radius: 20px;
    margin-bottom: 25px;
}

.dash-payment-item {
    padding: 20px 30px;
    background: #EBEDEF;
    border-radius: 20px;
    margin-bottom: 25px;
}
.dash-payment-item .dash-payment-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.dash-payment-item .dash-payment-title-area .dash-payment-badge {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
}
.dash-payment-item .dash-payment-title-area .title {
    margin: 0;
    padding-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.dash-payment-item:not(:last-child) {
    margin-bottom: 25px;
}
.dash-payment-item .dash-payment-body {
    padding-top: 25px;
    display: none;
}
.dash-payment-item.active {
    border: 1px solid #ded7e9;
}
.dash-payment-item.active .dash-payment-body {
    display: block;
}
.dash-payment-item button.custom-button, .dash-payment-item input.custom-button[type=button], .dash-payment-item input.custom-button[type=reset], .dash-payment-item input.custom-button[type=submit] {
    min-width: 160px;
    text-align: center;
    border-radius: 5px;
}
@media screen and (max-width: 400px) {
    .dash-payment-item {
        padding: 15px;
    }
}
.preview-list-wrapper {
    border: 1px solid #ded7e9;
    border-radius: 10px;
    overflow: hidden;
}
.preview-list-wrapper .preview-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ded7e9;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}
.preview-list-user-wrapper .preview-list-user-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(12, 86, 219, 0.1);
    color: #0b5b97;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.preview-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-img-lg {
    max-height: 120px !important;
}
.logo-img {
    max-height: 60px !important;
}
.nk-news-text p {
    font-size: 18px;
    margin-bottom: 0;
    color: #526484;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px !important;
}
