@import url('mona-alert.css');

.monaSubmitButton.monaDisabled,
.monaFieldNotAllow {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.sign-form-mona {
    display: none;
}

.sign-form-mona.open {
    display: block;
}

.forgot-form-mona:not(.open) {
    display: none;
}

.monaFieldItem.monaRequiredBorder .input-border {
    border-color: #bb0000 !important;
}

.wpcf7-form label[for="submit-hidden"] .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 14px;
    z-index: 1;
}

.wpcf7-form label[for="submit-hidden"] .wpcf7-spinner {
    background: none;
}

.wpcf7-form label[for="submit-hidden"] .wpcf7-spinner::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    background: url(../../images/icon-loading-ring-2.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 99;
    border: unset;
    border-radius: unset;
    transform-origin: unset;
    animation-name: unset;
    animation-duration: unset;
    animation-timing-function: unset;
    animation-iteration-count: unset;
}

.wpcf7-form label[for="submit-hidden"] input[type="submit"]#submit-hidden {
    display: none;
}

.wpcf7-form.submitting label[for="submit-hidden"] {
    pointer-events: none;
    opacity: 0.65;
}

.wpcf7-form.submitting label[for="submit-hidden"] img {
    opacity: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

/* .cth-frm-in{
    gap: 1rem;
} */

.wpcf7-not-valid-tip {
    font-size: 1rem !important;
    padding: 0.6rem;
    border-radius: 0.4rem;
    background-color: #bb0000;
    color: #fff !important;
    width: fit-content;
    position: absolute;
    bottom: -3.2rem !important;
    right: 2rem;
    z-index: 10;
    font-weight: 600;
}

.wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #bb0000;
    bottom: 100%;
    right: 1.6rem;
}

#submit_ft {
    display: none;
}

.wpcf7-spinner {
    position: absolute !important;
}

.contact_form {
    position: relative;
}

.wpcf7-response-output {
    position: absolute;
    /* bottom: 0; */
    /* transform: translateY(220%); */
}

@media screen and (max-width:1200px) {
    .wpcf7-response-output {
        position: absolute;
        transform: translateY(-75%);
    }
}

.input-hiden {
    display: none;
}

.dproduct-gr {
    width: 100%;
}

.breadcrumb-list a {
    text-transform: lowercase;
}

.breadcrumb-list a::first-letter {
    text-transform: uppercase;
}
.history-ls .history-it{
    cursor: pointer;
}
.header-logo .custom-logo-link img, .header-logo-link img{
    height: auto;
}