.popup-loader-preview {
    display: none;
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.popup-content-preview {
    background: transparent;
    justify-content: center;
    height: 100%;
    border-radius: 20px;
    box-sizing: unset !important;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    transform: none !important;
    top: 20%;
    display: flex;
    align-items: flex-start;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
}

.popup-content-preview p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: unset !important;
    overflow: hidden;
    margin: 12px 0;
}

.div-content-preview {
    align-items: center;
    height: auto;
    max-width: 320px;
    justify-content: center;
}

.div-popup-content-preview {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #888;
    padding: 0px !important;
}

.avatar-modal-preview {
    background: transparent;
    text-align: center;
    padding: 10px;
    width: 300px;
}

.avatar-modal-preview-img {
    max-width: 200px;
    max-height: 160px;
    width: auto;
    height: auto;
}

.div-description-modal-preview {
    font-size: 13px !important;
    text-align: left !important;
    overflow-wrap: break-word !important;
    color: #565656 !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Roboto', sans-serif;
}

.div-description-modal-preview::-webkit-scrollbar {
    width: 4px !important;
}

.div-description-modal-preview::-webkit-scrollbar-track-piece {
    background: #ededed
}

.div-description-modal-preview::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.col-sm-12-modal-preview {
    flex: 0 0 auto;
    width: 100%
}

.hr-modal-preview {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    height: 1px;
    background-color: #f2f2f2;
    border: 0;
}

.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    margin: 1em 0;
}

.popup-close-modal-preview {
    text-align: center;
    color: #00b0f0;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.col-sm-6-modal-preview {
    flex: 0 0 auto;
    width: 50%
}

.kt-padding-right-0-modal-preview {
    padding-right: 0 !important;
}

.p-preview-btn-modal-preview {
    margin: 0 !important;
    border-right: 1px #f2f2f2 solid !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.p-preview-btn2-modal-preview {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .div-description-modal-preview {
        max-height: 350px;
    }
}

