body::-webkit-scrollbar {
    width: 7px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-thumb {
    background-color: #d0c2c2; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */   
}
/* Site Header*/
.darkNavigation {
    background-image: radial-gradient(674px at 18.3% 77%, rgb(139, 186, 244) 3.4%, rgb(15, 51, 92) 56.6%);
}

.text-header {
    color: #0718ee !important;
}

.mapAnimation {
    animation: pulse 3s infinite;
}

.footerColor {
    background-color: #0abcf9;
    background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
}

/* Error */
label.error {
    font-size: small !important;
    color: red !important;
    font-weight: 400 !important;
}

div.error {
    font-size: small !important;
    color: red !important;
    font-weight: 400 !important;
}

span.error {
    background-color: #fbe3e4 !important;
}

.field-validation-error {
    color: #f27474;
}

.input-validation-error {
    border-color: #fd5c70;
    padding-right: unset;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd5c70' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd5c70' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
}

textarea.error {
    background-color: #fbe3e4 !important;
}

select.error {
    background-color: #fbe3e4 !important;
}

input.error {
    background-color: #fbe3e4 !important;
}

table {
    width: 100% !important;
}

body {
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden !important;
}
