/* @media (min-width: 768px) { */
    #whatsapp_sticky {
        position: fixed;
        z-index: 20000;
        right: 90px;
        bottom: 18px;
    }
/* } */


/* ============================================================
   "Informatii / Rezervari" form (/contact2/)
   ============================================================ */

/* honeypot - never visible, never focusable */
.ct2-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* destination select2 keeps a normal label above the field,
   the floating-label trick does not survive select2 replacing the <select> */
.ct2-select-wrap {
    position: relative;
    margin-bottom: 24px;
}

.ct2-select-wrap .ct2-label {
    display: block;
    margin-bottom: 6px;
    color: #445B72;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.ct2-select-wrap .select2-container--bootstrap-5 .select2-selection {
    min-height: 56px;
    border: none;
    border-radius: 0;
    background: #FFF;
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.ct2-select-wrap .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #102030;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.ct2-error {
    margin-top: 4px;
    margin-bottom: 0;
}

/* the floating label would sit on top of an appended error line */
.form-control-container:has(.ct2-error) .form-label {
    top: 20%;
}

#contact2Form .form-check + .form-check {
    margin-top: 8px;
}

#contact2Success,
#contact2Error {
    margin-bottom: 20px;
}