.navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"] {
    position: relative;
}

.navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"] .fa-chevron-down {
    transition: transform 0.3s ease;
}

.navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"][aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.collapse {
    transition: height 0.3s ease;
}

.collapse.show {
    height: auto;
}

.card-header-bg {
    background: #00b0fd;
    color: white;
}

.main-laoyout .main-content {
    min-height: 450px;
}
.red-color {
   color:red !important;
}
:root, [data-bs-theme=light] {
    --bs-body-font-size: 0.875rem;
}

html, body {
    font-size: 0.875rem !important;
}
.limited-width {
    max-width: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#VaccineScheduleBody td input.removefieldDesign,
#VaccineScheduleBody td select.removefieldDesign,
#VaccineScheduleBody td textarea.removefieldDesign {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

#btn-Administer {
    padding: 0px 6px 0px 6px;
    margin: 5px;
}
.bg-Cardheader {
    background-color: #007bb3 !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid red;
    background-color: #007bb3 !important;
    color: white;
    font-weight: bold;
}
.table .custom-header th {
    background: #007bb3;
    color: white;
}
.btnBright-Sky-Blue {
    background-color: #007bb3 !important;
}
.text-primary {
    color: #007bb3 !important;
}
.text-primary-color {
    color: #007bb3 !important;
}

.btn-primary,
.btn-outline-primary {
    color: #fff !important;
    background-color: #007bb3 !important;
    border-color: #007bb3 !important;
}

.btn-outline-primary {
    background-color: transparent !important;
    color: #007bb3 !important;
}

    .btn-outline-primary:hover {
        background-color: #007bb3 !important;
        color: #fff !important;
        border-color: #007bb3 !important;
    }

.btn-primary:hover {
    background-color: #006a99 !important;
    border-color: #006a99 !important;
}
.card-form .form-label {
    flex: 0 0 auto;
    width: 33.333333%; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.card-form .form-input {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem; 
    font-size: 0.875rem; 
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-form .form-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.card-form .form-dropdown {
    display: block;
    width: 100%;
    padding: 0.25rem 2rem 0.25rem 0.5rem; 
    font-size: 0.875rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


    .card-form .form-dropdown:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
