@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/*Colors*/
/*Fonts*/
/*Bootstrap Breakpoints*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap"); /*Reset*/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
    margin: 0 !important;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.page {
    display: flex;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

/*Colors*/
/*Fonts*/
/*Bootstrap Breakpoints*/
/*Colors*/
/*Fonts*/
/*Bootstrap Breakpoints*/
.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 4.6rem;
    background: #002b3f;
    z-index: 4;
    transition: all 0.3s ease-in-out;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar li {
    margin: 0.5rem 0;
    list-style: none;
    cursor: pointer;
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #002b3f;
}

.sidebar li a:hover {
    background: #f2f2f2;
}

.sidebar li a:hover i {
    transition: all 0.5s ease;
    color: #002b3f;
}

.sidebar li a:hover .links_name {
    transition: all 0.5s ease;
    color: #002b3f;
}

.sidebar li a .links_name {
    color: #f2f2f2;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.sidebar li i {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    border-radius: 12px;
}

.sidebar .navbar-header {
    background: #002b3f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .navbar-header .nav-img {
    height: 35px;
    width: 35px;
    display: none;
}

.sidebar .navbar-header .navbar-menu-toggle {
    display: block;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .sidebar {
        display: none;
    }
}

.sidebar.open {
    width: 10rem;
}

.sidebar.open .links_name {
    display: block;
}

.sidebar.open .build-version {
    display: block;
}

.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
}

.sidebar.open .nav-img {
    display: block;
}

.sidebar.open .build-version {
    display: block;
    animation: buildVersion 1s ease-in-out;
}

.sidebar i {
    color: #f2f2f2;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}

.sidebar .nav-list {
    height: 100%;
    padding-inline: 0.6rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar .nav-list .alert-navlink-container {
    position: relative;
}

.sidebar .nav-list .alert-navlink-container .alert-badge {
    position: absolute;
    background-color: red;
    border-radius: 200px;
    font-size: 0.55rem;
    padding: 0.3rem;
    font-weight: 900;
    left: 30px;
    top: 5px;
}

.sidebar .navbar-footer {
    background: #002b3f;
    color: white;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 0.8rem;
}

.sidebar .clicked-navlink {
    border-radius: 12px;
    background-color: white !important;
}

.sidebar .clicked-navlink span, .sidebar .clicked-navlink i {
    color: #002b3f !important;
}

.sidebar .user-btn-container {
    margin-inline: auto;
    position: relative;
}

.sidebar .user-btn-container .user-btn {
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.sidebar .user-btn-container .user-options {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: absolute;
    bottom: 1rem;
    display: none;
    left: 3rem;
    min-width: max-content;
    z-index: 4;
    background-color: white;
}

.sidebar .user-btn-container .user-options:hover {
    cursor: pointer;
}

.sidebar .user-btn-container .user-options.show {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.sidebar .user-btn-container .user-options .drop-down-log-out {
    font-weight: bold;
    letter-spacing: 0.15em;
    cursor: pointer;
    padding-left: 0.25rem;
    transition: all 0.2s linear;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sidebar .user-btn-container .user-options .drop-down-log-out i {
    color: #002b3f !important;
    transition: all 0.2s linear;
}

.sidebar .user-btn-container .user-options .drop-down-log-out:hover {
    color: #F39211 !important;
}

.sidebar .user-btn-container .user-options .drop-down-log-out:hover i {
    color: #F39211 !important;
}

.sidebar .user-btn-container .culture-select {
    padding: 0;
    cursor: pointer;
}

/*Colors*/
/*Fonts*/
/*Bootstrap Breakpoints*/
.nav-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #002b3f;
}

.nav-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
    background-color: #002b3f;
}

.nav-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F39211;
}

/*Colors*/
/*Fonts*/
/*Bootstrap Breakpoints*/
.info-dialog {
    position: absolute;
    padding: 1rem 2rem;
    width: 30rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 51;
    background-color: white;
    border-radius: 10px;
    -webkit-animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.info-dialog .info-dialog-header {
    position: relative;
}

.info-dialog .info-dialog-header h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #333333;
}

.info-dialog .info-dialog-header .close-dialog-btn {
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 1.5rem;
    color: #004768;
    cursor: pointer;
}

.info-dialog .sub-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333333;
}

.info-btn i {
    font-size: 1rem;
}

.qr-page {
    height: 100vh;
    overflow-y: auto;
}

.login-section {
    display: flex;
    justify-content: space-between;
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-left: 1rem;
}

select {
    color: black;
}

.login-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: black;
}

.qr-icon-section {
    text-align: center;
}

.qr-icon {
    color: #005981;
    font-size: 5rem;
    padding: 1.5rem 0 2rem;
}

@media (min-width: 1000px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.info-building-section {
    padding-inline: 1.5rem;
}

.info-building-header {
    padding-bottom: 1.5rem;
    text-align: center;
    color: black;
}

.info-building-header::first-letter {
    text-transform: uppercase;
}

.validation-container {
    position: relative;
}

.validation-messages {
    position: absolute;
    bottom: -75%;
    z-index: 6;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    border-radius: 6px;
}

.validation-messages.text-area-validation {
    bottom: -28%;
}

.validation-message:nth-child(2) {
    margin-top: -4.15rem;
}

.field-validation-error {
    font-size: 0.7rem;
    border-radius: 6px;
    border: 1px solid darkgrey;
    background-color: white;
    padding: 0.5rem 0.8rem 0.5rem 1.8rem;
    color: black;
    position: relative;
    z-index: 4;
}

.field-validation-error::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -22%;
    left: 50%;
    transform: translate(-50%, 15%) rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
    background-color: white;
    border-left: 1px solid darkgrey;
    border-top: 1px solid darkgrey;
}

.field-validation-error::after {
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: 900;
    content: "\f321";
    position: absolute;
    top: 10%;
    left: 3%;
    font-size: 1.2rem;
    color: #F39211;
}

.input-container {
    position: relative;
    margin-bottom: 2rem;
}

label {
    position: absolute;
    font-size: 0.9rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input, textarea {
    width: 100%;
    font-size: 1rem;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 6px;
    padding: 0.5rem 0.7rem;
    color: #333333;
    transition: 0.1s ease-out;
    background-color: transparent !important;
}

input:focus, textarea:focus {
    border-color: #005981;
    background-color: transparent !important;
}

input:focus + label, textarea:focus + label {
    color: #005981;
    top: 0;
    transform: translateY(-50%) scale(0.9) !important;
}

input:not(:placeholder-shown) + label, textarea:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(0.9) !important;
}

.file-input-zone {
    padding-inline: 1.5rem;
    padding-bottom: 1.5rem;
}

.loaded-images-section {
    padding: 1.5rem;
}

.selected-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}

.uploaded {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}

.uploaded-image {
    position: relative;
}

.uploaded-image img {
    border-radius: 10px;
    aspect-ratio: 1/1;
    max-height: 130px;
    max-width: 130px;
    object-fit: cover;
}

.delete-image {
    cursor: pointer;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 50%;
    padding: 0.3rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    border: none;
}

.delete-image i {
    display: block;
    color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.user-info-section {
    padding-inline: 1.5rem;
}

.user-info-header {
    color: black;
    padding-bottom: 1.5rem;
}

.user-info-header::first-letter {
    text-transform: uppercase;
}

.user-section-label::first-letter {
    text-transform: uppercase;
}

.send-button-section {
    padding-bottom: 2rem;
}

.send-btn {
    width: min-content;
    padding-inline: 1.5rem;
    margin-inline: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005981;
    border-radius: 6px;
    border: 0;
    padding: 0.5rem 1.5rem;
    color: white;
    gap: 1rem;
    position: relative;
}

.btn-text {
    text-transform: uppercase;
    font-size: 0.9rem;
}

select {
    padding: 0.2em;
    border: 0;
    letter-spacing: 0.15em;
    background-color: transparent !important;
    border-radius: 7px;
    color: white;
    min-width: min-content;
}

option {
    color: #005981;
}

.language-select {
    color: black;
}

/*# sourceMappingURL=site.css.map */
