.error {
    border-color: red !important;
    border: 1px solid red !important;
}

.checkbox-error-border label:before
{
    border: solid 1px red!important;
}

.grecaptcha-badge { visibility: hidden; }

.mt-60{
    margin-top: 60px;
}
.pl-230{
    padding-left: 230px;
}
.z-index-3 {
  z-index: 3 !important;
}

.form-error {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 20px;
    padding: 20.5px 16px;
    border-width: 1px;
    border-style: solid;
    max-width: 1360px;
    margin-bottom: 15px;
    border-color: #e64c58;
    background: #febbbb;
    color: #d7091c;
    text-align: left;
}

.form-success {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 20.5px 16px;
    border-width: 1px;
    border-style: solid;
    max-width: 1360px;
    margin-bottom: 15px;
    border-color: #5e9524;
    background: #e0f1c1;
    color: #5e9524;
    text-align: left;  
}
.newslatter-icons{
    width: 30px;
}
.newsletter-error{
    color: red !important;
}

#newsletterForm input.newsletter-error::placeholder {
    color: red !important;  
}

.map-filter iframe{
    filter: grayscale(1);
    border: none;
    height: 563;
    width: 100%;
}

.btn-margin{
    margin-top: -70px;
}

.form-success img, .form-error img {
    max-width: 26px;
    height: auto;
}

.no-pointer {
    cursor: default !important; /* Removes hand cursor */
}

.pointer {
    cursor: pointer !important;
}


.custom-btn-spinner{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: none;
}

.radio-error {
    border: 1px solid red !important;
}
.options-answers .select-answer-lable.border-red:before,
.options-answers .select-answer-lable.border-red:after{
    border: 1px solid red !important;
}

.embedded iframe{
    height: 281px;
    width : 100%;
}
.about-embedded iframe{
    width : 100%;
}