#root .desktop.view-page-user-profile-documents .user-area .body .content.user-page-content>app-widget-host {
    max-width: 480px !important;
    height: 100%;
    padding: 16px;
}

#root .desktop.view-page-user-profile-documents .mcontainer {
    max-width: 720px;
    width: 100%;
    margin: 21px auto;
}

#root .desktop.view-page-user-profile-documents .content.user-page-content .mcontainer div {
    text-align: center;
}

#root .desktop.view-page-user-profile-documents app-custom-widget.beto-custom-widget.accountVerification {
    width: 100%;
}

#root .desktop.view-page-user-profile-documents .user-page-content app-menu.nav-submenu {
    margin-bottom: 0;
}

#root .desktop .kyc-status-ribbon {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

#root .desktop .kyc-status-ribbon.incomplete {
    background-color: #FFD4D4;
    color: #ED1C24;
    border-radius: 10px;
}

#root .desktop .kyc-status-ribbon.incomplete.pending {
    background-color: var(--c-emphasis);
    color: white;
    text-align: center;
    font-size: 20px;
}

#root .desktop .kyc-status-ribbon.completed {
    background-color: #D4FFD6;
    color: #09C70C;
    border-radius: 10px;
}

#root .desktop #customWidget_accountVerification input.kycVerificationTextField {
    width: 214px;
    height: 37px;
    margin-top: unset;
    margin-left: unset;
    margin-right: 14px;
    border: unset;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
}

#root .desktop #customWidget_accountVerification button.kycVerificationButton {
    width: 134px;
    height: 37px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: bold;
}

#root .desktop #customWidget_accountVerification .kycVerificationUploadColumn button.kycVerificationButton {
    width: 155px;
    height: 64px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
}

#root .desktop.lang-el #customWidget_accountVerification .kycVerificationUploadColumn button.kycVerificationButton {
    padding-left: 15px;
    margin-right: 14px;
}

#root .desktop #customWidget_accountVerification .kycVerificationUploadColumn button.kycVerificationButton::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/v1.048/r/images/site/icons/uploadDocumentr.svg);
    background-repeat: no-repeat;
    margin-left: 30px;
}

#root .desktop #customWidget_accountVerification button.kycVerificationButton.notready {
    background-color: #B9B9B9;
}

#root .desktop #customWidget_accountVerification .kycVerificationOtpRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep:has(.kycVerificationStepBody) {
    padding-bottom: 35px;
}

/* #root .desktop #customWidget_accountVerification .kycVerificationStep:not(:last-child) { */
#root .desktop #customWidget_accountVerification .kycVerificationStep {
    border-bottom: 2px solid #C5C5C5;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep.upload .kycVerificationStepHeader:has(.kycVerificationStepHeaderStatus.verified) {
    justify-content: space-between;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep.upload .kycVerificationStepHeader {
    justify-content: flex-start;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep.otp .kycVerificationStepHeader {
    justify-content: space-between;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeader {
    display: flex;
    flex-direction: row;
    margin-bottom: 27px;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderNumber {
    width: 19px;
    height: 19px;
    border: 1px solid black;
    border-radius: 50%;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderTitle {
    width: 170px;
    text-align: left;
    padding-left: 5px;
    font-weight: 500;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderStatus {
    width: 167px;
    text-align: right;
    padding-right: 10px;
    font-weight: 800;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderStatus.verified {
    color: #09C70C;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderStatus.unverified {
    color: #ED1C24;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderStatusIcon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

#root .desktop #customWidget_accountVerification .kycVerificationStatusColumn {
    display: flex;
    flex-direction: column;
    height: 64px;
    justify-content: space-between;
}

#root .desktop #customWidget_accountVerification .kycVerificationStatusColumn .kycVerificationStatusRow {
    display: flex;
}

#root .desktop #customWidget_accountVerification .kycVerificationStatusColumn .kycVerificationStatusRow:nth-child(1) {
    align-items: flex-start;
}

#root .desktop #customWidget_accountVerification .kycVerificationStatusColumn .kycVerificationStatusRow:nth-child(2) {
    align-items: flex-end;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep.upload .kycVerificationStepBody {
    display: flex;
    justify-content: space-between;
}

#root .desktop #customWidget_accountVerification .kycVerificationLabelRow {
    margin-bottom: 7px;
}

#root .desktop #customWidget_accountVerification .kycVerificationLabel {
    text-align: left;
    font-weight: 500;
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderStatusIcon.unverified {
    background-image: url(/v1.048/r/images/site/icons/accountVerificationStepCheckmarkIncomplete.svg);
}

#root .desktop #customWidget_accountVerification .kycVerificationStepHeaderStatusIcon.verified {
    background-image: url(/v1.048/r/images/site/icons/accountVerificationStepCheckmarkCompleted.svg);
}

/* #root .desktop.view-page-user-profile-documents app-user-documents-upload input[type=file] {
    width: unset;
    height: unset;
    margin-top: unset;
} */

#root .desktop.view-page-user-profile-documents app-user-documents-upload input[type=file] {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

#root .desktop .beto-user-documents-upload #document .label-value-container .element.label {
    display: none;
}

#root .desktop.view-page-user-profile-documents app-user-documents-upload input[type=file]::before {
    background-image: url(/v1.048/r/images/site/icons/uploadDocumentrDisabled.svg);
    background-color: #F4F4F4;
    height: 337px;
    width: 337px;
    content: '';
    border: 2px dashed #A3A3A3;
    border-radius: 34px;
    background-position-y: 30px;
    background-position-x: center;
}

#root .desktop.view-page-user-profile-documents .profile-info {
    width: 100%;
    min-height: 450px;
}

#root .desktop.view-page-user-profile-documents .content.user-page-content .mcontainer .label.element,
#root .desktop.view-page-user-profile-documents .content.user-page-content .mcontainer .profile-info div.label-value-container {
    margin: 0;
    padding: 0;
}

#root .desktop.view-page-user-profile-documents .content.user-page-content .mcontainer app-widget-host {
    align-items: unset;
}

#root .desktop.view-page-user-profile-documents .content.user-page-content .mcontainer .upload-wrapper>app-label-value>.label-value-container .label.element {
    display: none;
}

#root .desktop .body app-user-documents-upload button.btn-submit,
#root .desktop.view-page-user-profile-documents select.dropdown-input {
    width: 225px;
    height: 37px;
}

#root .desktop .body app-user-documents-upload button.btn-submit {
    background-color: #09C70C;
    color: white;
    font-size: 15px;
    margin-top: 10px;
}

/* #root .desktop.view-page-user-profile-documents select.dropdown-input {
    position: absolute;
    left: 84px;
    margin-top: 200px;
    z-index: 9999;
} */

#root .desktop.view-page-user-profile-documents form.upload-form p {
    margin-top: 13px;
    width: 380px;
}

#root .desktop.view-page-user-profile-documents form.upload-form {
    margin-top: 340px;
}

#root .desktop.view-page-user-profile-documents form.upload-form .btn-remove-file {
    color: transparent;
}

#root .desktop.view-page-user-profile-documents app-user-documents-upload form .files-group button.btn-remove-file {
    /* background-image: url(/v1.048/r/images/site/icons/CloseIcon.svg); */
    background-image: url(/v1.048/r/images/site/icons/close.svg);
}

#root .desktop.device-desktop app-user-documents-upload form .files-group button.btn-remove-file:hover {
    background-image: url(/v1.048/r/images/site/icons/close.svg);
}

#root app-user-documents-upload form app-label-value {
    border-top: 0;
}

#root .desktop.view-page-user-profile-documents app-user-documents-list {
    padding: 0;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

/* #root .profile-info .documents-list .header-element.upload-time, */
#root .profile-info .documents-list .header-element.status,
/* #root .profile-info .documents-list .info-element.upload-time, */
#root .profile-info .documents-list .info-element.status {
    display: table-cell !important;
}

#root app-user-documents-list .header-element.filename,
#root app-user-documents-list .info-element.filename {
    display: none;
}

#root .view-page-user-profile-documents app-user-documents-list tr th.type,
#root app-user-documents-list td.type,
#root app-user-documents-list td.upload-time {
    background-color: #F3F3F3;
}

#root app-user-documents-list tr th,
#root app-user-documents-list td {
    border-top: none;
    padding-left: 12px;
    padding-top: 18px;
}

#root app-user-documents-list td.type,
#root app-user-documents-list td {
    font-size: 13px;
    font-weight: normal;
}

#root .view-page-user-profile-documents app-user-documents-list tr th {
    font-size: 13px;
    font-weight: bold;
}

#root .desktop #customWidget_accountVerification .kycVerificationStep:last-child {
    margin-bottom: 0;
}

#root app-user-documents-list .documents-list {
    width: 100%;
    padding: 0;
    background-color: #FEFEFC;
    border-radius: unset;
    box-shadow: unset;
    margin: 0;
}

#root .desktop #customWidget_accountVerification button {
    padding: 0;
}

#root .docuploadWrapper .profile-document-uploadMessage {
    margin-top: 75px;
    color: #c7c7c7;
    /* opacity: 0.1; */
    font-weight: 700;
}

#root .desktop.view-page-user-profile-documents app-user-documents-upload input[type=file]::after {
    content: 'Click above to choose a document';
    display: block;
    /* position: absolute;
    margin-top: -230px;
    margin-left: 78px; */
    color: #c7c7c7;
}

/* #root .desktop.device-desktop app-user-documents-upload input[type=file][disabled]:hover::after, */
#root .desktop.view-page-user-profile-documents app-user-documents-upload input[type=file][disabled]::after {
    display: none;
}

#root .desktop.device-desktop app-user-documents-upload input[type=file][disabled]:hover::before {
    content: '';
}

/* #root .desktop.device-desktop app-user-documents-upload input:hover {
    border-color: unset;
    transition: unset;
} */

#root .desktop.view-page-user-profile-documents .mcontainer .label.element {
    max-width: 189px;
    overflow-x: clip;
}

/* #root .profile-document-upload form p,
#root app-user-documents-upload button.btn.btn-clear,
#root app-user-documents-upload .progress-bar {
    margin-left: -100px;
} */

#root .desktop.view-page-user-profile-documents app-block.docuploadWrapper:has(div.files-group)~app-user-documents-list.beto-user-documents-list.profile-document-list {
    /* margin: 0; */
}