body, wrapper {
    min-height: 100vh;
}

.footer {
    width: 100%;
    background-color: #2A647A;
    color: white;
    text-align: left;
    font-size: 1em;
    margin-top: 25px;
    min-height: 208px;
    display: flex;

}

.custom-footer {
    background-color: #2A647A;
    color: white;
    font-size: 0.95rem;
    line-height: 1.6;
}

.custom-footer a {
    color: white;
    text-decoration: none;
}

.custom-footer a:hover {
    text-decoration: underline;
}

.border-md-end {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .border-md-end {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .custom-footer .row > div {
        text-align: center !important;
        border-color: rgba(255, 255, 255, 0.2) !important;

    }
}


.custom-footer a {
    color: white;
    text-decoration: none;
}

.custom-footer a:hover {
    text-decoration: underline;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
}


.white-footer-bar {
    width: 1px;
    height: 100%;
    border-left: 1px solid #ffffff;
}

.navbar-default {
    background-color: #007EA8;
    border-color: #E7E7E7;
    height: 75px;

}

.navbar-brand img {
    height: 50px;
    width: auto;
}


.navbar-icon {
    color: #FFF;
    font-size: 1.25em;
}

.dropdown-item {
    padding: 0.5em 1rem;
    color: #FFF;
    text-transform: uppercase;
}

.dropdown-menu {
    background-color: #007EA8;
    color: #FFF;
    border: none;
    padding: 0;
    margin: 0;
}

.navbar-icon-width {
    width: 1em;
}

.nav-item {
    color: #FFF;
    text-transform: uppercase;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.nav-item:hover {
    color: #212529;
    text-decoration: none;
}

.navbar-icon:focus {
    box-shadow: none;
    border: 1px solid black;
    color: black;
}

.navbar-icon:hover {
    color: black;
    border: 1px solid black;
}

.navbar-options {
    z-index: 1000;
    color: #555;
    background-color: #007EA8;
}

.language-button {
    border: none;
    color: #FFF;
    text-transform: uppercase;
    background-color: transparent;
    margin-left: 0.55em;
}

@media (max-width: 767px) {
    .nav-option:hover,
    .nav-option:hover > a,
    .nav-option:hover input {
        color: #16181b;
        text-decoration: none;
        background-color: #e9ecef;
    }
}

@media (min-width: 768px) {
    .nav-option a .nav-text {
        display: none;
    }

    .navbar-collapse .navbar-nav .nav-option {
        width: 100%;
    }

    .navbar-md-icon-size {
        font-size: 1.25em;
    }

    .nav-item {
        cursor: pointer;
    }

    .nav-option input {
        margin-left: 0.75em;
        padding: 0.25em 0;

    }

    .nav-option:hover input {
        color: #212529;
    }

    .dropdown-menu[data-bs-popper] {
        left: -97px;
        top: 50px;
    }
}

#orders-table td {
    vertical-align: middle !important;
}

#orders-table {
    width: 100%;
}

.logo {
    width: 150px;
}

@media (min-width: 768px) {
    .logo {
        margin-left: 25px;
    }
}


@media (max-width: 34em) {
    .logo {
        width: 40px;
    }
}

.navbar-brand {
    color: white !important;
    text-transform: uppercase;
}

@media (max-width: 34em) {
    .btn {
        width: 100%;
    }

    .btn-container-nav {
        width: 100%;
    }

    .btn-container-nav div {
        margin: 10px 15px;
    }

    .index-subtitle {
        min-height: 95px;
    }

    .index-subtitle a {
        margin-top: 15px;
    }

    .back-btn {
        margin-bottom: 25px;
    }

}

.login-icon-container svg {
    float: left;
    color: white;
}

.login-icon-container svg {
    margin-right: 5px;
}

.login-icon-container {
    height: 40px;
}

.login-icon-container div {
    margin-left: 50px;
    padding-top: 2px;
}

.login-icon-container div span {
    color: #eeeeee;
    display: block;
    font-size: 10px;
}

.login-icon-container a {
    color: white;
    font-size: 14px;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.asteriskField {
    color: darkred;
}

.buttonHolder {
    margin-top: 25px;
}

.buttonHolder input, .buttonHolder a {
    min-width: 125px;
}

.card-booking label {
    font-weight: bold;
}

.card-booking .time {
    color: #007EA8;
}

.card-booking {
    text-align: center;
}

.footer a {
    color: white;
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-brand img {
        width: 175px;
    }
}

.follow-up-button {
    text-transform: uppercase;
}

.card {
    background-color: #f9f9f9;
    border: none;
    border-radius: 12px;
}

.rounded-border {
    border-radius: 12px;
}

.progress-bar {
    background-color: #008EA8;
}

body {
    background-color: #E8EFEF;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}


.no-radius {
    border-radius: 0 !important;
}

.home-banner {
    background-image: url('../img/tandem.jpg');
    background-position: -2px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;

}

.navbar + .bg-primary-blue {
    margin-top: 0 !important;
}

#offcanvasSidebar {
    width: 280px;
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}

.offcanvas-header {
    background-color: #007ea8;
    color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.offcanvas-header h5 {
    font-weight: 600;
    font-size: 1.25rem;
}

.nav {
    margin-top: 1rem;
}

.nav-item {
    border-bottom: 1px solid #f1f1f1;
}

.nav-link {
    display: block;
    padding: 0.9rem 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.nav-link:hover {
    background-color: #f5f5f5;
    color: #0056b3;
}

.nav-link i {
    margin-right: 8px;
}

.nav-link.active {
    font-weight: bold;
    background-color: #e9f3f9;
    border-left: 4px solid #226d95;
    color: #226d95;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: white;

}

.nav:last-child {
    margin-top: auto;
}


@media (max-width: 768px) {
    .logo {
        margin-right: 0;
    }
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    vertical-align: middle;
    font-size: 20px;
}

.offcanvas-header {
    display: none !important;
}

@media (min-width: 768px) {
    #openSidebar {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #offcanvasSidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1045;
        background-color: #007ea8;
        color: white;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .offcanvas-header {
        display: flex !important;
    }
}


#offcanvasSidebar.show {
    transform: translateX(0);
}

#main-content-wrapper {
    transition: margin-left 0.3s ease;
}

.bg-dark {
    background-color: #007ea8 !important;
    width: 100%;
}

.border-bottom-light {
    border-bottom: 1px solid #B5B5B5 !important;
}

#offcanvasSidebar {
    width: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    color: #212121;
}

#offcanvasSidebar .nav-item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 0;
    text-align: left;
}

#offcanvasSidebar .nav-link {
    font-size: 16px;
    color: #000;
    display: block;
    text-transform: none;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    width: 100%;
    padding: 1rem 1.5rem;
}

#offcanvasSidebar .nav-link.nav-link-secondary {
    font-size: 14px;
    color: #2A647A;
!important;
    display: block;
    text-transform: none;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    width: 100%;
    padding-left: 2rem;
    font-weight: bold;
}


#offcanvasSidebar .nav-link:hover {
    background-color: #f1f1f1;
}

#offcanvasSidebar form {
    margin-top: 1rem;
    padding-left: 1.5rem;
}


.btn.btn-link#openSidebar {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}


.greeting-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #007ea8 !important;
}

.greeting-banner h1 {
    font-weight: bold;
    margin-top: 24px;
}

.notification-card {
    margin: 15px;
    width: 340px;
    background-color: white;
    border: 1px solid #F1A33A;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    color: black;
    float: left;
    position: relative;
}

.notification-card-outer-container {
    max-width: 100%;
    position: relative;
    margin-bottom: 25px;
    height: 210px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */

}

.notification-card-outer-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.empty-notification-container {
    height: 0px !important;
}

.notification-card-inner-container {
    min-width: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
}


.notification-card-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    background-color: #007ea8;
    z-index: -10000;
    overflow: hidden;
}

.card-content-container {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.card-content-container-txt-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 25px;
}

.notification-card a {
    text-align: center;
}

.notification-button {
    background-color: #007EA8;
    width: 100%;
    color: white;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease-out;
    border-radius: 4px !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.notification-button:hover {
    background-color: #2A647A;
    color: white;
}

@media (max-width: 768px) {
    .two-factor-wrapper {
        position: static;
        margin-top: 1rem;
    }

    .notification-card-inner-container {
        min-width: 100%;
        flex-direction: column;
        position: relative;
        padding: 15px;
    }

    .notification-card-outer-container {
        max-width: 100%;
        position: relative;
        margin-bottom: 25px;
        height: auto;
    }

    .notification-card-background {
        height: 100%;
    }

    .notification-card {
        width: 100%;
        margin: 15px 0px;
    }
}

body nav.navbar {
    position: fixed;
    z-index: 1030;
}

body #main-content-wrapper {
    margin-top: 70px;
}

/* overwriting default styles */

.h1, h1 {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
}

.h2, h2 {
    font-size: 1.75rem;
    font-family: 'Lato', sans-serif;
}

.h3, h3 {
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
}

.h4, h4 {
    font-size: 1.25rem;
    font-family: 'Lato', sans-serif;
}

.h5, h5 {
    font-size: 1.05rem;
    font-family: 'Lato', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
}


/* Default card */

.content-card-container {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 5rem auto 0 auto;
    margin-top: 20px !important;
    margin-bottom: 100px;
}

.profile-card-container {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 5rem auto 0 auto;
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.profile-first-card-container {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 5rem auto 0 auto;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.content-card-container h1 {
    margin-top: 0px;
    margin-bottom: 16px;
}

.main-container {
    padding: 0px 25px;
}

/* Default btn */

.btn-primary {
    color: white;
    background-color: #007EA8;
    border-color: #007EA8;
    border-radius: 4px !important;
    min-width: 185px;
}

.btn-primary:hover {
    background-color: #2A647A;
    color: white;
}

.btn-success {
    margin: auto;
    border-color: #2A647A;
    font-size: 18px;
    background-color: #2A647A;
    border-radius: 4px;
}

.btn-success:hover {
    background-color: #2A647A;
    border-color: #2A647A;
    color: white !important;
}

.btn-success:active,
.btn-success:focus {
    background-color: #2A647A !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
}

.error-text, .invalid-feedback, .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #C8392D;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #C8392D;
}

.material-icons {
    vertical-align: middle;
}

.arrow-button {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.left-arrow {
    right: 40px;
}

.right-arrow {
    right: 7px;
}

.modal-cancel-btn {
    min-width: 185px;
}