@charset "UTF-8";

/**
Theme Name: MAE
**/
.add-info-button {
    margin: auto;
    margin-top: -24px;
    z-index: 10;
    position: relative;
    font-size: 13px;
    height: 42px;
}
.games__item.no-hover {
    pointer-events: all;
}
.games__item.no-hover .games__image, .games__item.no-hover .games-info {
    pointer-events: none;
}




.grecaptcha-badge {
    display: none !important;
}
.page-jury-form .modal {
    display: block;
}
.page-jury-form .modal form textarea  {
    width: calc(100% - 20px);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ccc;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: transparent;
}

.wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid {
    border-color: red !important
}
.wpcf7-not-valid::placeholder {
    color: red;
}
.wpcf7-spinner {
    position: absolute;
    /* left: 0; */
    right: 30px;
    margin: auto;
    background-color: #ffffff;
    opacity: 1;
}
.wpcf7-spinner::before {
    background-color: #d6002a;
}

body .fancybox-bg {
    background: rgba(39, 46, 65, 0.5) !important;
}

.wpcf7-spinner, .wpcf7-not-valid-tip {
    display: none !important;
}

.not-found {
    display: none;
    padding-bottom: 30px;
}
.post-single-share-link-telegram svg {
    margin-left: -2px;
}
.page-content p {
    opacity: 1;
    font-size: 18px;
    line-height: 180%;
}
.page-default .title{
    text-align: left;
}

@media (max-width: 1200px) {
    .page-content p {
        font-size: 16px;
    }
    .page-default .title{
        text-align: center;
    }
}

@media (max-width: 500px) {
    .page-content p {
        font-size: 14px;
    }

}
/*.fancybox-close-small path {
    fill: #fff !important;
}*/

.content figure {
    margin: 0;
}

/* registation */
body .registration-form .um .um-form
input.um-form-field {
    background: transparent !important;
    font-size: 14px !important;
    height: 30px !important;
    padding-bottom: 0px !important;
    border: none !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #E7E9EC !important;
    width: 100% !important;
    margin-bottom: 24px !important;
}

body .registration-form .um .um-form
input.um-form-field::placeholder
{
    opacity: 0 !important;
}

body .registration-form .um-field {
    padding: 0px !important;
}

.registration-form .wp-block-table td {
    border: none !important;
}

body .registration-form  input[type=submit].um-button {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    border-radius: 6px !important;
    background: #FFF !important;
    height: 48px !important;
    -webkit-transition: .2s !important;
    transition: .2s !important;
    border: none !important;
    padding: 0px 24px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    color: #fff !important;
    cursor: pointer;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    background: #dc2126 !important;
    color: #fff !important;
    margin: auto !important;
    margin-top: 20px !important;
}

body .registration-form  .um-field-label {
    margin-bottom: 4px;
}

body  .registration-form  form {
    margin-top: 20px;
}

/* login */
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i{
    color: #dc2126 !important;
}

/* reset password */

.um-field-block {
    margin-bottom: 15px;
}
p.um-notice.success {
    margin-bottom: 20px !important;
    display: block;
    background: #dc2126;
}

/* account */
#change-role-button {
    margin: auto;
}

input[type='checkbox'] {

    width:20px;
    height:20px;
    border-radius:5px;
    border: 2px solid #555;
margin-left: 20px;
}
[data-type="true_false"] {
 cursor: pointer;
display: flex;

}
[data-type="true_false"] > .acf-label { 
 margin: 0;

}


.user-id-field {
    font-size: 16px;
   }
   
   .user-id-value {
    background: black;
   padding: 5px 10px;
   color: #fff;
   border-radius: 10px;
   margin-left: 5px;
   cursor: pointer;
   }


   .reg-email-notice {
    margin-bottom: 20px;
    padding: 8px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 5px;
    max-width: 500px;
    text-align: center;
    font-size: 13px;
    color: #856404;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    
}

.reg-email-notice strong {
    font-weight: bold;
}
