@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@font-face {
    font-family: Roboto;
    src:url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: RobotoMed;
    src:url('../fonts/Roboto-Medium.ttf');
}
* {
    outline-style: none;
}
body {
    font-family: 'Open Sans', sans-serif;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button {
    border: none;
}
.modal {
    z-index: 9999;
}
.modal-header {
    position: absolute;
    border: none;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    padding: 0;
}
.modal-header .btn-close {
    opacity: 1;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.modal-body {
    padding: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.backTop {
    position: absolute;
    left: 0;
    top:0;
}
.backBottom {
    position: absolute;
    right: 0;
    bottom:0;
}
.headerFormLogo img {
    margin: 10px 0 0 57px;
}
.headerFormRight p {
    color: #000;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 31px 0;
}
.formBlockBg {
    background: #E5EBF2;
    height: 100vh;
}
.formBlock p:nth-child(1) {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 15px 0;
}
.formBlock label {
    display: block;
    margin: 0;
}
.formBlock label span {
    display: block;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.formBlock label input {
    width: 456px;
    height: 49px;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    padding: 0 15px;
    margin-bottom: 10px;
}
.formBlock label textarea {
    width: 456px;
    height: 106px;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    padding: 15px;
    color: #828282;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 15px 0;
}
.fotoBtn {
    width: 140px;
    height: 36px;
    border-radius: 5px;
    background: #FF9500;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 8px;
    margin: 0 0 15px 0!important;
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.formBlock button {
    width: 456px;
    height: 49px;
    border-radius: 5px;
    background: #E31E24;
    color: #FFF;
    text-align: center;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 89px;
}
.formBlockRight {
    position: relative;
}
.formBlockRight img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
}
.progressWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background: #000000;
    opacity: 0.5;
    z-index: 99;
    display: none;
}

.successForm .modalFormsHeader p:nth-child(1) {
    color: #E31E24;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}
.successForm .modalFormsHeader p:nth-child(2) {
    color: #3A3D46;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.successForm .modalForms {
    height: 440px;
    border-radius: 20px;
    background: #F2F2F2;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.successForm .modal-body img:nth-child(1) {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.files {
    position: relative;
}
.files input[type="file"] {
    position: absolute;
    top: 1px;
    z-index: 9;
}
#recordDoc .tinyselect {
    display: block!important;
    width: 456px!important;
    height: 49px!important;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 10px;
}
#recordDoc .tinyselect .selectbox {
    color: #828282;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-items: center;
    display: flex;
    padding-left: 15px;
}
#recordDoc .tinyselect .selectbox::after {
    width: 35px;
    background-color: transparent;
    border: none;
}
#recordDoc .tinyselect .dropdown {
    width: 220px;
    max-height: 460px;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    position: absolute;
    right: -235px;
    top: -163px;
}
#recordDoc .tinyselect .itemcontainer > li.item {
    color: #454545;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    cursor: pointer;
}
#recordDoc .tinyselect .itemcontainer > li.item:hover {
    background: #cfcfcf;
}
#recordDoc .tinyselect .dropdown .searchbox {
    height: 2em;
}
@media (max-device-width: 926px) {
    .backTop img {
        width: 80px;
    }
    .backBottom img {
        width: 80px;
    }
    .formBlock label {
        text-align: center;
    }
    .formBlock label span {
        margin-bottom: 5px;
        text-align: left;
        padding-left: 26px;
    }
    .headerFormRight p {
        font-size: 14px;
        text-align: left;
    }
    .headerFormLogo img {
        margin: 15px 0 15px 30px;
        width: 80px;
    }
    .headerFormRight p {
        margin: 25px 0 0 0;
    }
    .formBlock p:nth-child(1) {
        font-size: 14px;
        text-align: center;
        margin: 15px 0;
    }
    .formBlock label input {
        width: 320px;
    }
    .formBlock label textarea {
        width: 320px;
    }
    .fotoBtn {
        margin: 0 0 15px 23px!important;
    }
    .files input {
        margin-left: 23px;
        margin-top: 3px;
        border: none;
    }
    .formBlockRight img {
        bottom: -100px;
    }
    .formBlock button {
        width: 320px;
        margin: 0 auto 100px auto;
        display: block;
    }
    .fotoBtn {
        width: 140px
    }

    #recordDoc .tinyselect {
        width: 320px!important;
        height: 49px!important;
        margin: 0 auto 10px auto;
    }
    #recordDoc .tinyselect .dropdown {
        width: 320px;
        max-height: 220px;
        position: relative;
        right: 0;
        top: 0;
    }
    body {
        overflow-y: scroll;
    }
}
@supports (-webkit-touch-callout: none) {
    .fotoBtn {
        width: 150px
    }
}

@media (max-width: 374px) {
    .headerFormRight p {
        font-size: 12px;
    }
    .headerFormRight p {
        margin: 25px 0 0 15px;
    }
    .formBlock p:nth-child(1) {
        font-size: 12px;
    }
    .formBlock label input {
        width: 100%;
        height: 35px!important;
    }
    #recordDoc .tinyselect {
        width: 100% !important;
        height: 35px!important;
    }
    .formBlock label textarea {
        width: 100% !important;
        height: 75px!important;
    }
    .formBlock button {
        width: 100% !important;
    }
    #recordDoc .tinyselect .dropdown {
        width: 100% !important;
    }
    .formBlock button {
        height: 35px!important;
    }
}