.big-primary {
    padding: 20px;
    margin: auto;
}

.data-groups {
    background-color: #555;
    padding: 20px 0px;
    border-radius: 8px;
    list-style: none;
}

.data-groups li {
}

.data-groups li a {
    color: #fff;
    padding: 10px 45px;
    display: block;
}

.data-groups li a:hover {
    color: #fff700;
    transition: 0.4s;
    text-decoration: none;
    background-color: #216b77;
}

.breadcrumb-item.active {
    color: #36b9cc !important;
    font-size: 20px;
    font-weight: 900;
    padding-top: 0px;
}

.data-groups h1 {
    border-bottom: #fff solid 1px;
    font-size: 30px;
    padding: 25px 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #36b9cc;
    content: "/";
}

.jumbo-fields input {
    height: 50px;
    font-size: 25px;
}

.jumbo-fields select {
    height: 50px;
    font-size: 25px;
}

.jumbo-fields label {
    font-size: 20px;
    color: #777;
}

.btn-mega {
    padding: 1rem 2rem;
    font-size: 30px;
}

.doctor-selected {
    font-weight: bold;
    color: white;
    background-color: #1cc78a;
}

.no-doctor-selected {
    background-color: white;
    color: #e74a3b;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
    color: #f3f3f3;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
    background-color: #36b8cc;
    color: white;
    /* font-weight: bold; */
    transition: 0.7s;
    /* padding: 20px 10px */
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active:hover {
    background-color: #36b8cc;
    color: white;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: white;
    background-color: #36b8cc;
}

.jumbo-fields .input-group-text {
    border-top-left-radius: 0;
    /* color: #36b8cc; */
    background-color: #36b8cc;
    color: white;
    font-weight: 800;
}

.breadcrumb-item {
    padding-top: 5px;
}

.data-groups .property {
    display: block;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #36b8cc;
    font-weight: bold;
    /* border-bottom: 1px solid; */
}

.select-buttons .btn-dark:not(:disabled):not(.disabled).active,
.select-buttons-vertical .btn-dark:not(:disabled):not(.disabled).active {
    background-color: #00743d !important;
    border: solid #00743d 5px;
    font-weight: bold !important;
    font-size: 16px;
}

.select-buttons-vertical .btn-group-vertical {
    margin: auto;
    display: block;
}

.select-buttons .btn-group label {
    font-size: 14px !important;
}

.scrollable-content {
    max-height: 98vh;
    overflow-y: scroll;
}

.input-section-title h4 {
    text-align: center;
    font-weight: bold;
    /* color: #36b8cc */
}

.select-buttons-vertical {
    text-align: center;
}

.select-buttons-vertical .form-group {
    /* border: solid 1px; */
    padding: 0 15px;
    width: 100%;
}

.btn-group-toggle > .btn input[type="checkbox"] {
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
}

.form-group {
    padding: 10px 0px 10px 0px;
    margin: auto;
}

.triggered_section {
    padding: 10px;
    color: white;
    background-color: #36b8cc;
    border-radius: 5px;
    display: none;
}

#page_title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #36b8cc;
    padding-bottom: 15px;
    border-bottom: solid;
    margin: 45px 0;
    text-align: center;
}

#respiratory_examination_form {
    /* background-image: url('https://www9.lunapic.com/do-not-link-here-use-hosting-instead/168397885248009054?2224613'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* background-size: cover; */
}

.index-filter-form {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* #spin_page {
    background-color: #212121;
} */

/* Default background image for all devices */
#public-layout {
    background-image: url("default-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#v-subtitle {
    font-family: "Acme", sans-serif;
    font-family: "Lilita One", cursive;
    color: rgb(245 187 50);
}

/* Tablet and Desktop */

#v-title {
    font-size: 4vw;
    font-family: "Acme", sans-serif;
    color: white;
}
#v-instruction {
    font-size: 2vw;
    font-family: "Acme", sans-serif;
    color: white;
}
#v-paragraph {
    font-size: 1vw;
    color: rgb(221, 221, 221);
}

.v-form input,
.v-form .form-group input {
    font-size: 2vw;
    height: 8vh;
    text-align: center;
}

.v-form button {
    height: 8vh;
    background-color: #00743d;
    border: #f1d75c solid 4px;
}

.v-form .select-btn span {
    height: 3vh;
    font-size: 2vw;
}

#v-paragraph {
    font-size: 1.5vw;
}

#verification-logo {
    margin: auto;
    display: block;

    width: 40%;
}

@media (min-width: 768px) {
    #public-layout {
        background-image: url("/img/desktop_bg.jpg");
    }
}

/* Smartphone */
@media (max-width: 767px) {
    #public-layout {
        background-image: url("/img/mobile_bg.jpg");
    }

    #verification-logo {
        margin: auto;
        display: block;

        width: 80%;
    }

    #v-title {
        font-size: 8vw;
    }
    #v-instruction {
        font-size: 4vw;
        font-weight: 800;
    }
    #v-paragraph {
        font-size: 3vw;
        font-weight: 600;
    }

    .v-form button {
        height: 8vh;
        background-color: #00743d;
        border: #f1d75c solid 4px;
    }

    .v-form .select-btn span {
        height: 3vh;
        font-size: 4vw;
    }

    .v-form .form-group input {
        font-size: 4vw;
        height: 8vh;
        text-align: center;
    }
}

#auth-logo {
    height: 10%;
    vertical-align: middle;
}

#foot-logo {
    display: block;
    float: right;
    position: absolute;
    right: 0;
}

#verfication-foot {
    height: 15vh;
}
