body {
    margin: 0;
    line-height: normal;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-title {
        order: 2;
    }
    .icon-img {
        order: 1;
        margin-bottom: 10px;
    }

}
.navbar {
    height: 480px; /* Specify the desired height */
    /* Add any other desired styling */
}
.navbar-nav {
        flex-direction: column;
    }

    .nav-item {
        width: 100%;
        text-align: left;
    }

.nav-link {
    display: block;
    padding: 10px;
    color: darkgreen; /* Specify the desired color */
    font-family: Calibri; /* Specify the desired font family */
    font-size: 17px; /* Specify the desired font size */
}
.col-md-2.offset-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .col-md-4.offset-3 > * {
        margin-left: 10px;
    }
.col-md-1 {
    display: flex;
    align-items: center;
    justify-content: start;
}
.user-name {
    font-size: 14px;
    text-align: center;
}
.card {
        margin-top: 20px;
        margin-bottom:20px;
        border-top: 2px solid #46a34d;
        box-sizing: border-box;
        border-radius: 19px;
        background-color: gray;
        box-shadow: 2px 5px 10px #46a34d;
        border: 1px solid rgba(70, 163, 77, 0.37);
        box-sizing: border-box;
        width: 220px;
        height: 220px;
    }

.card-link {
    text-decoration: none;
    display: block;
}

    .card-title {
        font-size: 18px;
        font-family: Calibri;
        color: darkgreen;
        text-decoration: none;
        text-align: center;
    }

    .icon,
    .line-div {
        position: relative;
    }

    .line-div {
        border-top: 2px solid #46a34d;
        box-sizing: border-box;
        width: 76px;
        height: 2px;
    }

    .icon-img {
        width: 220px;
        height: 220px;
        object-fit: cover;
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    .wrap {
        display: flex;
    }

    .left {
        margin-right: 10px;
    }

    .right {
        flex-grow: 1;
    }

    /* context menu icons */
    .icon:before {
        position: absolute;
        margin-top: 3px;
        width: 14px;
        height: 14px;
        content: '';
    }

    .icon-blue:before {
        background-color: #1066a8;
    }

    .icon-green:before {
        background-color: #6aa84f;
    }

    .icon-yellow:before {
        background-color: #f1c232;
    }

    .icon-red:before {
        background-color: #cc0000;
    }

    .icon-lime:before {
        background-color: #00cca0;
    }

    .modal_rounded_background {
        background-color: #000;
        opacity: 0.75;
    }

    .modal_rounded_main {
        border-radius: 4px;
    }

        .modal_rounded_main, .modal_rounded_main input, .modal_rounded_main button {
            font-size: 14px;
        }

    .modal_rounded_inner {
        padding: 20px;
        background: #fff;
        color: #000;
        border-radius: 8px;
    }

    .modal_rounded_main input, .modal_rounded_main button {
        padding: 5px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

    .modal_rounded_content {
        margin: 10px 0px;
    }

    .modal_rounded_input {
        margin: 20px 0px;
    }

    .modal_rounded_buttons {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .modal_rounded_main button {
        background-color: #2367bf;
        color: white;
        padding: 10px 0px;
        border: 0px;
        cursor: pointer;
        outline: none;
        width: 100px;
    }

    button.modal_rounded_cancel {
        margin-left: 10px;
        border: 1px solid #2367bf;
        background-color: #fff;
        color: #2367bf;
    }

    .dp_time_cells .timeheader, .dp_cells .cell {
        height: 25px !important;
    }

    .text-right {
        text-align: right;
        margin-right: 20px; /* adjust this value to add some margin on the right side */
    }

    #calendar-container {
        width: 1300px;
        height: 300px;
    }

    .home {
        width: 100%;
        height: 100vh;
        background-image: url('../img/ehr.png');
        background-position: center top;
        background-size: cover;
    }

    .navigation {
        background-color: #f1f1f1;
        width: 200px;
        height: 100%;
        position: fixed;
        left: 0;
        top: 50px; /* Adjust this value to add the desired margin on top */
        margin-top: 50px; /* Additional margin for top */
    }

        .navigation ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .navigation li {
            padding: 2px;
        }

        .navigation a {
            text-decoration: none;
            color: #333;
        }

    .content {
        margin-left: 200px; /* Adjust this value to match the width of the navigation */
        padding: 20px;
    }

    /* Responsive Styles */
    @media screen and (max-width: 768px) {
        .navigation {
            width: 100%;
            height: auto;
            position: static;
            margin-top: 0;
        }

        .content {
            margin-left: 0;
        }
    }

    .breadcrumb {
        background-color: #198754;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
        padding: 0 0.5rem;
        color: #fff;
        font-size: 18px;
    }

    .breadcrumb-item.active {
        color: #6c757d;
    }

    .custom-font {
        color: #fff;
        font-size: 18px;
    }

    .vertical-align-label {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .form-row {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

        .form-row label {
            flex: 0 0 150px; /* Adjust the label width as needed */
            margin-right: 2px;
        }

    .user-welcome {
        display: flex;
        align-items: center;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: bold;
    }

        .user-welcome .user-name {
            color: blue;
        }

    .logout-settings {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
    }

        .logout-settings a {
            margin-right: 10px;
            text-decoration: none;
            color: blue;
        }

            .logout-settings a:hover {
                text-decoration: underline;
            }

        .logout-settings i {
            font-size: 18px;
            color: blue;
            margin-right: 5px;
        }

        .logout-settings .logout-icon {
            font-size: 18px;
            color: blue;
            margin-right: 5px;
        }

    .small-icon {
        font-size: 16px; /* Adjust the font size as per your requirements */
        width: 12px; /* Adjust the width as per your requirements */
        height: 5px; /* Adjust the height as per your requirements */
        line-height: 5px; /* Adjust the line height to match the height */
        text-align: center;
        display: inline-block;
        color: white; /* Change the font color to ensure visibility */
    }

.custom-size {
    padding: 4px 8px; /* Adjust the padding to define the button size */
    margin-left: 10px;
    box-sizing: content-box;
}