.modal-open .modal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    width: 830px;
    margin: auto;
    background: none;
}

.modal-close-btn{
    position: absolute;
    top: 11px;
    right: 0;
    border: none;
    background: none;
    padding: 0;
    height: 18px;
    width: 18px;
}
.modal-close-btn >img{
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
}

.wide-modal{
    border: 4px solid #FFF;
    background: #0029A3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 50px 0 0;
}

.modal-block{
    width: 500px;
    border: 4px solid #FFF;
    background: #0029A3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 50px 0 0;
    margin: auto;
    position: relative;
}

.modal-content{
    /*border: 4px solid #FFF;*/
    /*background: #0029A3;*/
    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
    /*padding: 50px 0 0;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    background: none;
    box-shadow: none;
    border: none;
}

.modal-block-age{
    margin: auto;
}

.modal-block-age .modal-title{
    max-width: 430px;
    font-size: 40px;
}

.modal-block-age .modal-text1{
    width: 360px;
    margin: auto;
}

.before-upload{
    padding-bottom: 70px;
}

.modal-title{
    /*color: #FFE32E;*/
    text-align: center;
    /*font-family: "Druk Text Wide Cyr";*/
    font-size: 40px;
    /*line-height: 120%;*/
    /*width: 448px;*/
    margin: 0 auto;
    /*font-weight: 500;*/
}

.modal-title-icon{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}

.red-text{
    color: #ED2727!important;
}

/*.modal-text1{*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    font-family: "Futura New";*/
/*    font-size: 22px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 130%;*/
/*    padding-top: 18px;*/
/*    width: 350px;*/
/*    margin: auto;*/
/*}*/

.modal-title-mini{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 18px;
    width: 350px;
    margin: auto;
}

.modal-text1{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 18px;
    width: 350px;
    margin: auto;
}

.modal-code{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #FFF;
    text-align: center;
    border: 4px solid #FFF;
    background: #2859F6;
    width: 350px;
    height: 48px;
    margin: 30px auto 5px;
}

/*.modal-block .copy-code {*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    font-size: 15px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    background: none;*/
/*    border: none;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin: 0 auto 40px;*/
/*}*/

.modal-block .copy-code {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background: none;
    border: none;
    display: block;
    margin: 0 auto 40px;
    padding: 0;
}

.before-upload .modal-text1 > span{
    color: #FFEC1C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-top: 18px;
    max-width: 350px;
    width: 100%;
    margin: auto;
}


.guaranteed-prize .modal-text1{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 30px;
    max-width: 390px;
    width: 100%;
    margin: auto;
}

.guaranteed-prize .alert-button {
    margin: 60px auto;
    max-width: 280px;
}


.participate-modal .modal-text1{
    padding-top: 40px;
    width: 100%;
    max-width: 420px;
}


.participate-modal .alert-button {
    margin: 50px auto;
    height: auto;
    padding: 8px 4px;
    max-width: 280px;
}


.modal-text-bef-upl{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    padding-top: 18px;
    width: 350px;
    margin: auto;
}


.modal-text2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    /*padding-top: 45px;*/
    width: 390px;
}

.modal-text2-link{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    max-width: 410px;
    text-decoration: underline;
    transition: 0.2s;
    margin: auto;
}

.modal-text2-link:hover{
    color: #FFF;
    text-decoration: underline;
    transition: 0.2s;
    transform: scale(1.05);
}

#forgot-password-login .modal-text2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 0;
    margin: auto;
}

.cabinet-btn-notify .modal-text2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 10px;
    width: 390px;
    margin: 0 auto;
}

.cabinet-btn-notify .modal-text2 > a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 10px;
    width: 390px;
    margin: 0 auto;
    text-decoration: underline;
}

.cabinet-btn-notify .modal-text4{
    margin: 15px auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 390px;
}

.cabinet-btn-notify .alert-button{
    margin: 45px auto 0;
    width: 218px;
}

.modal-text3{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.modal-block-age .modal-text2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 20px 0;
    width: 420px;
    margin: auto;
}

.modal-block-age .modal-text2 > a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: underline;
}

.button-lang .modal-text2{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: auto;
    margin: auto;
}

.header .button-lang .modal-text2{
    font-size: 20px;
}

.modal-block-age .button-lang-menu{
    right: initial;
}

.form-date{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 30px 0;
}
.form-date .help-block{
    display: none;
}
.form-date .has-error .help-block{
    display: none;
}

.modal-block-age .form-control{
    border: 3px solid #FFF;
    background: #0029A3;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.local-page-block .header-lang {
    display: flex;
    /*padding-left: 90px;*/
    margin: auto;
}


.modal-block-age .select2 .select2-selection{
    border: 3px solid #FFF;
    background: #0029A3;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    height: 57px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
}

.select2-results{
    background: #0029A3;
}
.select2-selection__arrow{
    display: none;
}
.select2-search__field{
    display: none;
}
.select2-search--dropdown {
    padding: 0;
}

.select2-container--krajee-bs3 .select2-selection--single {
    height: 57px;
    width: 75px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.select2-container--krajee-bs3 .select2-results__option[aria-selected] {
    background: #0029A3;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    border: 3px solid #FFF;
    background: #2859F6;
    color: #FFF;
}


/* Общий контейнер с выпадающим списком Select2 */
.select2-results__options::-webkit-scrollbar {
    width: 8px;
}

/* Полоса фона */
.select2-results__options::-webkit-scrollbar-track {
    background: #0029A3;
}

/* Бегунок */
.select2-results__options::-webkit-scrollbar-thumb {
    background: #FFF;
}

/* При наведении */
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #FFF;
}
/* Убираем стрелочки у скроллбара Select2 */
.select2-results__options::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.select2-container--krajee-bs3 .select2-dropdown {
    border: 3px solid #FFF;
    background: #0029A3;
}




.modal-block .form-control{
    border-radius: 0;
    border: 4px solid #FFF;
    background: #0029A3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    height: 45px;
    max-width: 430px;
}

.modal-block .has-error .form-control{
    border: 2px solid #ED2727;
    color: #ED2727;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #FF5A1D;*/
}

.modal-block .form-control::placeholder{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.modal-form-group{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-block .modal-button{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    width: 272px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 4px solid #FFF;
    background: #2859F6;
    margin: 30px auto;
}

.modal-block-age .modal-button{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    width: 272px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 4px solid #FFF;
    background: #2859F6;
    margin: auto;
}

.modal-block .modal-button-signup{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    width: 272px;
    height: 48px;
    /*padding: 14px 36px;*/
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 4px solid #FFF;
    background: #2859F6;
    margin: auto;
}

.modal-block button.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.modal-block .modal-button-signup:hover{
    color: #FFF;
}

.all-page-forms{
    padding: 20px 0 60px;
    margin: auto;
}

.modal-login .all-page-forms{
    padding: 40px 0;
    margin: auto;
}


.modal-login{
    padding: 60px 0 0;
    margin: auto;
}

.cabinet-btn-notify .all-page-forms{
    padding: 0 0 10px;
    margin: auto;
}

.all-page-forms >form{
    width: 430px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    position: relative;
}

.modal-error-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ED2727;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    margin: 10px 0 -20px;
    font-weight: 600;
    padding: 0 10px;
}

.all-page-forms label{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.all-page-forms .has-error label{
    color: #ED2727;
}

.alert-content .modal_forgot_password >a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

#password-login .modal_forgot_password{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#password-login .modal-text3{
    margin: 0;
}

.modal_forgot_password{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_forgot_password >a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

#resend-password-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#resend-password-telegram.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#resend-password-sms.disabled {
    pointer-events: none;
    opacity: 0.5;
}



.border-top{
    min-width: 492px;
    /*border-top: #D6B8A7 1px solid;*/
    padding: 20px 0 0;
    background: #79BAEA;
}
.border-top >p{
    margin: 0;
}

.modal-signup{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #79BAEA;
    padding-bottom: 20px;
}
.modal-signup > a,
.modal-signup1 > a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

.modal-signup1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.signup-checkbox .checkbox input[type="checkbox"] {
    margin: -4px 0 0 -35px;
    width: 24px;
    height: 24px;
}
.signup-checkbox{
    margin: 0 0 0 35px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}
.signup-checkbox .checkbox >a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-position: from-font;
}
.checkbox{
    margin: 0;
}
.signup-checkbox .has-error .checkbox{
    color: #ED2727;
}

.has-success .checkbox{
    color: #FFF;
}
.has-success .control-label{
    color: #FFF;
}

#forgot-password-login .field-loginform-phone,
#forgot-password-login1 .field-loginform-phone{
    display: none;
}

#password-login .field-loginform-phone,
#password-login1 .field-loginform-phone{
    display: none;
}

.icon-block{
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.icon-block-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.modal-upload .modal-error-block{
    margin: 0 0 10px;
}

.modal-upload .all-page-forms > form{
    width: 381px;
    margin: auto;
}

.modal-upload .modal-title{
    padding-bottom: 30px;
}

.modal-upload .modal-text1{
    padding: 0 0 14px;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.modal-upload .modal-text1-chat{
    padding: 0 0 50px;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.modal-upload .modal-text1-chat > a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: underline;
}

.modal-upload .modal-text2{
    margin: 0 auto;
    padding: 7px 0 0;
    text-align: start;
    width: 370px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.select2-search--dropdown {
    padding: 0!important;
}

/*.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {*/
/*    display: none;*/
/*}*/

.modal-upload .modal-text3{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 30px;
    margin: 0;
}

.modal-upload .all-page-forms label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.modal-upload .form-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 0;
}


.modal-upload .form-control{
    border: 3px solid #FFF;
    background: #FFF;
    color: #0029A3;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.modal-upload .select2 .select2-selection{
    border: 3px solid #FFF;
    background: #FFF;
    color: #0029A3;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    height: 57px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
    position: relative;
}
.modal-upload  .select2-container--krajee-bs3 .select2-results > .select2-results__options {
    max-height: 270px;
    overflow-y: auto;
}

.modal-upload .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    display: block !important;
    border: none!important;
    border-radius: 0!important;
    position: absolute;
    height: 57px;
    top: 50%;
    right: 1px;
    width: 20px;
    transform: translateY(-50%);
}


.modal-upload .all-page-forms{
    padding: 0;
}
.modal-upload .field-attachment{
    display: none;
}

.modal-upload .modal-button{
    width: 380px;
}

.cabinet-btn-notify .modal-button{
    width: 100%;
    max-width: 360px;
}



/*#files-area {*/
/*    max-width: 388px;*/
/*    margin: 0;*/
/*}*/
/*#files-names{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.file-block {*/
/*    margin: 5px 0;*/
/*    color: initial;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    position: relative;*/
/*}*/

/*.file-block > span.name {*/
/*    padding: 0 30px 0 6px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    font-family: "CongenialBold";*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    text-align: start;*/
/*    word-break: break-all;*/
/*}*/

/*.file-delete {*/
/*    display: flex;*/
/*    width: 24px;*/
/*    color: initial;*/
/*    font-size: large;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.file-delete > img{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*}*/

/*.button_photo{*/
/*    width: 100%;*/
/*    max-width: 388px;*/
/*    min-height: 57px;*/
/*    padding: 0;*/
/*    text-align: end;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-radius: 8px;*/
/*    border: 2px solid var(--gradient-1, #E3C441);*/
/*    background: #471B04;*/
/*}*/

/*.form_button_photo{*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.button-upload-text{*/
/*    border-radius: 4px;*/
/*    background: var(--gradient-1, linear-gradient(77deg, #E3C441 28.9%, #FCF4A4 56.02%, #E1C242 83.14%));*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: 0;*/
/*    width: 130px;*/
/*    color: #57260C!important;*/
/*    cursor: pointer;*/
/*}*/

/*.upload-label{*/
/*    color: #FFF;*/
/*    font-family: "CongenialBold";*/
/*    font-size: 18px;*/
/*    line-height: 100%;*/
/*    padding-left: 16px;*/
/*}*/

.form-group{
    margin: 0;
}


.prize-links{
    margin: 20px auto 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 42px;
    width: 445px;
}

.prize-links-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
    max-width: 445px;
    height: 100px;
    width: 100%;
    padding: 10px 20px 10px 25px;
    border-radius: 10px;
    background: linear-gradient(77deg, rgba(227, 196, 65, 0.10) 28.9%, rgba(252, 244, 164, 0.10) 56.02%, rgba(225, 194, 66, 0.10) 83.14%);
}

.prize-links-inner:hover{
    background: linear-gradient(77deg, rgba(227, 196, 65, 0.30) 28.9%, rgba(252, 244, 164, 0.30) 56.02%, rgba(225, 194, 66, 0.30) 83.14%);
}

.prize-links-inner >img{
    width: 93px;
    margin-top: -40px;
}

.prize-links-inner >a{
    color: #FFF;
    font-family: "Futura New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}



/*.copy-alert {*/
/*    position: fixed;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*    background: #4caf50;*/
/*    color: #fff;*/
/*    padding: 12px 20px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 8px rgba(0,0,0,0.2);*/
/*    font-size: 14px;*/
/*    z-index: 9999;*/


/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transform: translateY(10px);*/
/*    transition: opacity 0.3s, transform 0.3s;*/
/*}*/


/*.copy-alert.show {*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*    transform: translateY(0);*/
/*}*/




.photo-upload-grid {
    /*display: grid;*/
    /*grid-template-columns: repeat(1, 50px);*/
    /*gap: 24px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-slot {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
    border: 1px dashed #ccc;
    cursor: pointer;
    overflow: hidden;
    max-width: 84px;
    height: 81px;
}

.photo-placeholder,
.photo-preview {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-placeholder span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-placeholder span img{
    width: 60px;
}

.photo-preview {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 1;
}

.photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-remove {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
}

.remove-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.photo-preview:hover .photo-remove {
    opacity: 1;
}

.photo-remove img {
    width: 24px;
    height: 24px;
}


input[type="file"] {
    display: none;
}


.modal-upload .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
