h1.page-title {
    color: red;
}

button.btn_validation:hover {
    scale: 0.9;
    transition-duration: 0.5s;
}

.btn_close {
    scale: 0.7;
    /* transform: translate(-50px, -15px); */
    font-size: 25px;
    font-weight: 900;
    border: none;
    width: 2em;
    height: 2em;
    position: absolute;
    display: grid;
    border-radius: 5px;
    background-color: transparent;
    color: #767676;
    CURSOR: pointer;
    transition-duration: 0.5s;
    justify-items: center;
    /* border: 1px solid #b3b3b3; */
    align-items: center;
}

.btn_close:hover {
    color: #ffffff;
    background-color: red;
}


/* ========================================== WOPQ ==================================================*/

div#wpforms-1134-field_2 {
    display: grid;
    justify-content: center;
    justify-items: center;
}

img#the_logo {
    width: 30%;
    margin-bottom: 1em;
}

div#wpforms-1134-field_3-container {
    padding: 0em 2em 0em 2em;
    border: 3em !important;
    border: 1px solid #fff0f0 !important;
    border-radius: 10px;
    box-shadow: 3px 6px 20px 9px #e8e8e8;
}

div#dashii {
    display: none;
}

input:hover {
    border-bottom: 3px solid #13c813;
}

button#wpforms-submit-1134 {
    background-color: white;
    border-radius: 10px;
    box-shadow: inset 3px 6px 20px 9px #e8e8e8;
}

label.upload-icon {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    margin-top: 0.5em;
    cursor: pointer;
}

#images {
    display: none;
}

input#p_description {
    /*     width: 70%; */
}


/* modern Ui */

.dark-gray-label {
    color: #333;
}

.text-input-label {
    margin-bottom: 15px;
}

.hints {
    color: red;
}

.upload-icon {
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

input[type="text"],
input[type="file"],
input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

@media (max-width: 600px) {
    .form-container {
        padding: 10px;
    }
}

.notification {
    position: fixed;
    bottom: 0em;
    height: 100vh;
    width: 100vw;
    left: 0px;
    background-color: #0000008a;
    border-radius: 10px;
    justify-content: center;
    padding: 2em 3em 1em 2em;
    scale: 1;
    display: grid;
    display: none;
    z-index: 9999 !important;
    align-content: center;
}

div#notif {
    text-align: center;
    display: grid;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
}

span.his_link>a {
    font-weight: 900;
    color: #ff0000;
    /*     text-shadow: 2px 6px 8px; */
}

.progress-bar {
    width: 100%;
    height: 5px;
    background-color: #e0e0e0;
    margin-top: 10px;
    border-radius: 5px;
}

.progress {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ff0012, #FF9800, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #42d730, #1bff00, #1bff00, #1bff00);
    border-radius: 5px;
    transition: width 0.2s ease;
}

.wpforms-submit-container {
    display: flex;
}

img#the_logo {
    width: 50%;
}

di#title_logo {
    display: grid;
    justify-items: center;
    align-content: space-between;
    min-height: 8em;
}

.payrl_content label {
    color: black;
    font-weight: 600;
}

.payrl_content {
    border-radius: 10px;
    margin-left: 1em;
    border: 1px solid gray;
    padding: 5em 4em 5em 4em;
    width: max-content;
    background-color: #f3f3f3;
}

.payrl_content>div {
    margin-bottom: 2em;
}

.btn_section {
    position: absolute;
    top: -0.25em;
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-end;
    right: -4em;
    height: 2em;
    scale: 0.8;
}

span.btn_close {
    font-size: 20px;
    font-weight: 900;
    border: 1px solid #d3d3d3;
    width: 1.5em;
    position: absolute;
    display: grid;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ff0000;
    CURSOR: pointer;
    transition-duration: 0.5s;
}

span.btn_close:hover {
    background-color: #ff0000;
    color: #ffffff;
}

label.upload-icon i {
    scale: 2.5;
    position: relative;
}

img#preview-image {
    height: auto;
    width: 200px;
    display: none;
}

div#preview {
    display: grid;
    width: 19em;
    justify-items: center;
    border-radius: 10px;
    border: 5px solid #e7e7e7;
    padding-bottom: 1em;
    align-items: center;
    align-content: center;
}

input#confirm_choice {
    border-radius: 5px;
    margin-top: 2em;
    background-color: #6aad6c !important;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 5px 15px;
    cursor: pointer;
    /*             width: 70%; */
}

.section_1 {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}

.section_1 select,
.section_1 input {
    width: 37%;
    margin-top: 0px !important;
    height: 2.5em;
}

.section_1 input#input_mail {
    border-radius: 5px;
    /* color: #333; */
    padding: 5px 15px;
    width: 60%;
    margin-left: 2em;
}

span.yes.btn,
span.no.btn {
    background-color: green;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
}

span.no.btn {
    background-color: rgb(128, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

img#the_logo {
    width: 15em;
    object-fit: cover;
}

ul#wpforms-1134-field_5 li {
    padding-right: 0px !important;
}

label#wpforms\[fields\]\[5\]-error,
label#wpforms\[fields\]\[16\]-error,
label#wpforms\[fields\]\[17\]-error {
    position: relative;
    top: -2em;
}

.sumbiter_btn,
.wpforms-error-container {
    display: none;
}

div#comp_name_error,
div#comp_mail_error,
div#acm_mail_error {
    position: absolute;
    transform: translate(0px, -52px);
    font-size: 13px;
}

input#comp_name,
input#comp_mail,
input#acm_mail {
    margin-bottom: 3em;
    height: 2.2em !important;
}

.acm_mail_bloc {
    position: relative;
    top: -1em;
}

label.labels {
    position: absolute;
    transform: translate(0px, -22px);
    font-size: 14px;
}

input:hover {
    border-bottom: 1px solid !Important;
}

div#wpforms-1134-field_19-container label.wpforms-field-label:before,
div#wpforms-1134-field_18-container label.wpforms-field-label:before {
    content: "$";
    position: absolute;
    display: flex !important;
    color: #808080;
    transform: translate(10px, 32px);
    font-size: 16px;
}

div#wpforms-1134-field_19-container input,
div#wpforms-1134-field_18-container input {
    text-indent: 15px;
}

h1.form_title {
    color: red;
    font-family: salmon;
    font-size: 35px !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="url"], select {
    padding: 0px 10px;
    line-height: 40px !important;
    border-radius: 5px !important;
}

div#wpforms-confirmation-1134 {
    height: 5em;
    position: absolute;
    transform: translate(50%, 18em);
    border-radius: 10px;
    box-shadow: 10px 5px 20px 20px #e3dfdf;
}

.CopyMessageBar-bar {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    max-width: 36em;
    flex-wrap: wrap;
}

.CopyMessageBar-message {
    width: -webkit-fill-available;
    display: inline-flex;
    background-color: #ffffff;
    justify-content: space-between;
    padding: 0px 10px;
    background-color: rgb(20 255 0);
    border-radius: 5px;
    color: black;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    background-color: green;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    padding: 5px;
    scale: 0.7;
    box-shadow: 1px 1px 17px 1px #00df00;
}

.do_exist {
    color: #ff0000;
    font-weight: 900;
    /* font-size: 11px;
            top: -1em; */
    position: relative;
}

@media only screen and (max-width: 450px) {
    div#wpforms-1134-field_19-container label.wpforms-field-label:before,
    div#wpforms-1134-field_18-container label.wpforms-field-label:before {
        content: "$";
        position: absolute;
        display: flex !important;
        color: #808080;
        transform: translate(10px, 24px);
        font-size: 16px;
    }
    button#wpforms-submit-1134 {
        margin-top: 1em;
    }
    div#wpforms-1134 {
        padding: 0.25em 1em;
        background-color: #e8e8e8;
        border-radius: 10px;
        margin-top: 1em;
    }
}

div#wpforms-1134-field_3-container {
    background-color: #f4f4f4;
    padding: 0.5em 1em;
    border-radius: 10px;
}

div#export_as_pdf {
    display: none;
}

#header {
    position: relative;
    z-index: 50;
    box-shadow: 5px 5px 10px #b9b9b9;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 0px !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 0px !important;
}

#fixMeDetectBox *:not(.CodeMeCanvas *) {
    display: none;
}

footer#footer {
    z-index: 30 !important;
    padding: 25px 0px 0px 0px;
}

.ct-footer [data-column] {
    display: flex;
    justify-content: center !important;
}

ul#menu-footer_menu svg {
    width: 20px;
    margin-right: 1.25em;
}

span.powered_by {
    opacity: 0;
    transition-duration: 0.2s;
    top: -5px;
    position: relative;
}

@media screen and (min-width: 195px) {}

@media screen and (min-width: 374px) {}

@media screen and (min-width: 420px) {}

@media screen and (min-width: 520px) {}

@media screen and (min-width: 620px) and (max-width: 1023px) {}

@media screen and (min-width: 720px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 2560px) {}