
.profile-show-more-window {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow-y: auto;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
}
.profile-show-more-window::-webkit-scrollbar {
    display: none;
}
.profile-show-more-window {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.show-more-container {
    width: 100%;
    max-width: 880px;
    border-radius: 8px;
    background: white;
    padding: 24px;
    height: max-content;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.show-more-close {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -64px;
    top: 0;
}
.fileUploadArea {
    border-radius: 16px;
    width: 100%;
    height: 265px;
    background-color: #F7F7F7;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fileUploadArea input {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.fileUploadedArea .cropper {
    width: 463px;
    height: 265px;
}
.fileUploadedArea {
    gap: 24px;
}
.fileUploadArea-icon,
.fileUploadArea-click {
    color: #7A7A7A;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.fileUploadArea-icon {
    margin-bottom: 8px;
}
.fileUploadArea-icon svg {
    margin-right: 8px;
}
.fileUploadArea-click {
    font-size: 14px;
    line-height: 135%;
}
.vue-advanced-cropper__background,
.vue-advanced-cropper__foreground {
    background: #999999 !important;
}
.btnYellow {
    color: #0022CB;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 8px;
    background: #FECE29;
    transition: .8s;
    padding: 8px 16px;
    border: none;
    height: auto;
}
