﻿@font-face {
    font-family: 'NunitoSans';
    src: url('../../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}


body {
    font-family: 'NunitoSans', sans-serif;
}

.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:visited,
a.btn:focus,
a.btn:active,
.btn-sm:focus,
.btn-sm:active {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}

#search-icon svg {
    width: 20px;
    height: 20px;
    fill: #BDB7B7;
}

.title-notification {
    color: white;
    font-size: 2.125rem;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 700;
    line-height: 2.4375rem;
    word-wrap: break-word
}

.header {
    background-color: #1D4370;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221194%22 height=%22190%22 viewBox=%220 0 1194 190%22 fill=%22none%22%3E%3Cpath d=%22M1096.57 19.2199L-39.0001 -7.39258L-28.0001 182.344L1193.5 189.244L1096.57 19.2199Z%22 fill=%22%23043065%22 /%3E%3C/svg%3E');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 100px;
    width: 82%;
}

.first-section-notification {
    display: flex;
    justify-content: center;
}

.container-contact {
    margin-left: 9%;
    width: 82%;
    display: flex;
    flex-wrap: wrap;
}

.contact-info {
    background: #F7F7F7;
    padding: 20px;
    height: 40%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    flex: 1;
}

    .contact-info img {
        width: 80%;
        height: auto;
        margin-bottom: 20px;
    }

    .contact-info h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact-info p {
        margin-bottom: -1%;
        font-size: 14px;
        color: #333;
        margin-left: 3%;
    }

:root {
    --omrs-color-ink-medium-contrast: rgba(19, 19, 21, 0.6);
    --omrs-color-interaction: #1e4bd1;
    --omrs-color-interaction-minus-two: rgba(73, 133, 224, 0.12);
    --omrs-color-danger: #b50706;
    --omrs-color-bg-low-contrast: #eff1f2;
    --omrs-color-ink-high-contrast: #121212;
    --omrs-color-bg-high-contrast: #ffffff;
    --primary-main: #1976D2;
}

body {
    font-family: 'NunitoSans', sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px;
}

.form-container {
    width: 70%;
    margin: 0 auto;
    background: #F7F7F7;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title-contact {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

.omrs-input-group {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

.omrs-input-underlined > input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 2rem;
    font-size: 0.9rem;
    line-height: 147.6%;
    padding-top: 3.4rem;
    padding-bottom: 0.5rem;
    background: #F7F7F7;
    color: rgba(0, 0, 0, 0.38);
}

    .omrs-input-underlined > input:focus {
        outline: none;
    }

/*.omrs-input-underlined > .omrs-input-label {
    position: absolute;
    top: 5%;
    left: -0.125rem;
    color: var(--omrs-color-ink-medium-contrast);
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.38);
}*/

.omrs-input-underlined > .omrs-input-label {
    position: absolute;
    top: 0.9375rem;
    left: -0.125rem;
    line-height: 147.6%;
    color: var(--omrs-color-ink-medium-contrast);
    transition: top .2s;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.38);
}


.omrs-input-underlined > input:focus + .omrs-input-label,
.omrs-input-underlined > input:valid + .omrs-input-label {
    left: 0%;
    font-size: 0.9375rem;
    margin-bottom: 32px;
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus + .omrs-input-label {
    color: var(--omrs-color-interaction);
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus {
    border-color: var(--omrs-color-interaction);
}

.divider {
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.content-title {
    color: var(--omrs-color-ink-high-contrast);
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.form-control {
    border-radius: 8px;
    width: 100%;
    border: none;
    font-size: 1.0625rem;
    background: var(--omrs-color-bg-high-contrast);
    resize: vertical;
}

    .form-control:focus {
        outline: none;
        border-color: var(--omrs-color-interaction);
    }

.privacy-link {
    color: var(--primary-main);
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    flex-direction: row-reverse;
}

.captcha-container {
    margin-top: 20px;
    width: 250px;
}

.captcha-image-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.captcha-image {
    height: 70px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.reload-code {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

    .reload-code:hover {
        opacity: 0.8;
    }

.error-message {
    color: #dc3545;
    margin: 10px 0;
    font-size: 14px;
}

.submit-btn {
    background-color: #1D4370;
    color: white;
    border: none;
    padding: 8px 15px;
    float: right;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
}

    .submit-btn:hover, .reload-code:hover {
        background-color: #142f4f;
    }

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.reload-code {
    border-radius: 5px;
    background-color: #1D4370;
    border: none;
}

.contact-text {
    color: #0B2432;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}


.map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    z-index: 0;
    position: relative;
}
