html, body {
    height: 100% !important;
    margin: 0 !important;
}

body {
    display: flex !important;
    flex-direction: column !important;
}

main {
    flex: 1 !important;
}

@media (max-width: 576px) {
    .footer-wave {
        max-height: 20%;
    }

    #userDetails {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .result-alert {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .result-alert {
        max-width: 80%;
    }
}

.navbar {
    max-height: 100px;
    background-color: #FAEDCD;
}

.header-logo {
    max-width: 200px;
}

.intro-section {
    height: auto;
}

.wrapper {
    padding-top: 120px;
}

.intro-section-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-section-profile-img {
    width: 70px;
    border-radius: 300px;
}

.intro-section-h1 {
    letter-spacing: 2px;
}

.intro-section p {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.border-30 {
    border-radius: 30px;
}

.intro-section-box, .first-step {
    background-color: rgba(255, 255, 255, .5) !important;
    backdrop-filter: blur(5px) !important;
}

.intro-section-painting {
    width: 300px;
}

.first-step {
    letter-spacing: 1px;
    text-decoration: none;
}

.job {
    width: 300px;
    height: 100px;
    border-radius: 15px !important;
}

.footer-logo {
    max-width: 250px;
}

.footer-profile-img {
    width: 70px;
    border-radius: 300px;
}

footer {
    background-color: #FAEDCD;
}

footer a {
    text-decoration: none;
    color: #7f5539;
}

footer a:hover {
    color: #C91135;
}

.footer-link {
    font-size: 18px;
}
.footer-icon {
    color: #D4A373;
}

.end-text {
    color: #7f5539;
}

.footer-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
}

.question-title {
    background-color: #FEFAE0;
}

.question-radio {
    background-color: #FAEDCD;
    font-size: 18px;
}

.contact-form-wrapper {
    font-size: 1.1rem;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .5) !important;
    backdrop-filter: blur(5px);
}
.contact-form-title {
    background-color: #D4A373;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    letter-spacing: 1.5px;
}

#name, #email, #phone, #password, #password-confirmed {
    border: 1px solid #ADB5BD !important;
}

#name:hover, #email:hover, #phone:hover, #name:focus, #email:focus, #phone:focus, #password:focus, #password-confirmed:focus {
    box-shadow: 0px 0px 10px #ADB5BD;
    border: 1px solid #ADB5BD;
}

.underline:after {
    width: 0%;
    display: block;
    height: 3px;
    margin: auto;
    content: '';
    background-color: transparent;
    transition: 0.5s ease;
}
.underline:hover:after {
    width: 100%;
    background-color: #D4A373;
}

.btn-brown {
    background-color: #D4A373 !important;
    color: white !important;
}
.btn-brown:hover {
    background-color: #FAEDCD !important;
    color: #D4A373 !important;
}

.at {
    text-decoration: none;
    color: #7f5539;
}

.at:hover {
    color: #C91135;
}

#login-body {
    background-color: #FAEDCD;
}





body {
    overflow-x: hidden;
}

#sidebar {
    width: 250px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    z-index: 1040;
    height: calc(100vh - 65px);
    overflow-y: auto;
    position: fixed;
    top: 65px;
    left: 0;
}

#main-content {
    transition: margin-left 0.3s ease;
    padding-top: 80px;
}

.sidebar-closed #sidebar { margin-left: -250px; }
.sidebar-open #sidebar { margin-left: 0; }

@media (min-width: 992px) {
    #main-content {
        margin-left: 250px;
    }
    .sidebar-closed #main-content { margin-left: 0; }
    #overlay { display: none !important; }
}

@media (max-width: 991.98px) {
    #sidebar {
        transform: translateX(-100%);
    }
    .sidebar-open #sidebar {
        transform: translateX(0);
    }
    #main-content {
        margin-left: 0 !important;
    }
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1030;
        display: none;
    }
    .sidebar-open #overlay { display: block; }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    height: 65px;
}

.large-width {
    width: 500px !important;
}

.sidebar-title {
    color: white;
    background-color: #D4A373;
    letter-spacing: 1.5px;
    border-radius: 0px 0px 10px 10px;
}

.table > :not(caption) > * > * {
    text-align: center !important;
    vertical-align: middle !important;
}

.bg-brown {
    background-color: #FAEDCD;
}

.save {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: -webkit-fill-available;
}

.save-btn-container {
    width: fit-content;
}
