.backgroundMaskShow {
    display: block !important;

}

.backgroundMask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    display: none;
}

#formCantant {
    width: 617px;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 35px 52px 29px;
    position: fixed;
    margin: auto;
    height: max-content;
    box-shadow: 0 0 10px #707070;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#formCantant .formHeader {
    margin-bottom: 40px;
}

#formCantant .formHeader span {
    font-size: 24px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #291F4E;
}

#formCantant .formSubTitle {
    margin-bottom: 20px;
}

#formCantant .formSubTitle span {
    font-size: 14px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #343C7D;
    line-height: 22px;
}

.formItem {
    margin-top: 18px;
}

.formItem p {
    font-size: 18px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #291F4E;
    margin-bottom: 12px;
}

.formItem input {
    width: -webkit-fill-available;
    height: 47px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    padding-left: 23px;
    color: #000;
    font-family: "Arial-Regular", "Arial";


    color: #000;
    padding-left: 23px;
    /* padding-right: 23px;
    padding-top: 10px;
    padding-bottom: 10px; */
    font-size: 18px;
    font-family: "Arial-Regular", "Arial";

}

.formItem input::placeholder,
.formItem textarea::placeholder
 {
    color: #E6E6E6;
    font-size: 14px;
}

.formItem textarea {
    resize: none;
    width: -webkit-fill-available;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    padding-left: 0;
    color: #000;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: "Arial-Regular", "Arial";


}

.formItem textarea::placeholder {
    color: #E6E6E6 !important;
    font-size: 14px !important;
}

.backgroundMask .formBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backgroundMask .formBtn .formBtnCancel {
    flex: 1;
    height: 53px;
    border-radius: 8px;
    border: 1px solid #343C7D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #343C7D;
    cursor: pointer;
}

.backgroundMask .formBtnEmpty {
    width: 16px;
}

.backgroundMask .formBtn {
    margin-top: 35px;
}

.backgroundMask .formBtn .formBtnSubmit {
    flex: 1;
    height: 53px;
    background: #343C7D;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.formCantantClose {
    position: absolute;
    right: 45px;
    top: 32px;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    #formCantant {
        width: 90%;
        max-height: 100%;
        padding: 20px;
    }

    #formCantant .formHeader {
        margin-bottom: 20px;
    }

    .formCantantClose {
        right: 20px;
        top: 15px;
    }
}
/*
     FILE ARCHIVED ON 09:22:17 Jan 03, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:40:10 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.886
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.058
  esindex: 0.014
  cdx.remote: 24.871
  LoadShardBlock: 60.017 (3)
  PetaboxLoader3.datanode: 70.017 (5)
  PetaboxLoader3.resolve: 52.02 (2)
  load_resource: 74.255
  loaddict: 21.409
*/