/*--------------------*/
/* fonts              */
/*--------------------*/



/*--------------------*/
/* Custom Properties  */
/*--------------------*/

:root {
    /* colors */
    --clr-primary: 208 100% 25%;
    /* font-sizes */
    --fs-400: 1rem;
    /* font-families */

}

/*--------------------*/
/* Reset              */
/*--------------------*/

/* box sizing */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* reset margin */

body,
h1,
h2,
h3,
p,
ul,
ol,
img {
    margin: 0;
}

/* images */
img {
    display: block;
    max-width: 100%;
}

/* setup body */
body {
    font-family: var(--ff-outfit);
    font-size: var(--fs-400);
    background-color: hsl(0, 0%, 90%);
}

/*--------------------*/
/* Layout             */
/*--------------------*/

nav img {
    max-height: 2rem;
}

main {
    min-height: calc(100vh - 4rem);
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
}


/*--------------------*/
/* Utility Classes    */
/*--------------------*/

/* colors */

.loc-bg-primary {
    background-color: hsl(var(--clr-primary));
}

.loc-text-primary {
    color: hsl(var(--clr-primary));
}

.loc-bg-orange {
    background-color: orange;
}

.loc-text-orange {
    color: orange;
}

.loc-bg-whitesmoke {
    background-color: whitesmoke;
}

.loc-text-whitesmoke {
    color: whitesmoke;
}

.loc-text-bg-primary {
    background-color: hsl(var(--clr-primary));
    color: white;
}

/*--------------------*/
/* Components         */
/*--------------------*/

/* fixed header table */

.table-fixed-header {
    max-height: 600px;
}

.table-fixed-header thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

/* toast */

.toast-container {
    z-index: 1047;
}


/*--------------------*/
/* Audit Log          */
/*--------------------*/

.audit-table td:nth-child(1),
.audit-table th:nth-child(1) {
    min-width: 20em;
}

.audit-table td:nth-child(2),
.audit-table th:nth-child(2) {
    min-width: 20em;
    max-width: 20em;
    text-wrap: wrap;
}

.audit-table td:nth-child(3),
.audit-table th:nth-child(3) {
    min-width: 20em;
    max-width: 20em;
    text-wrap: wrap;
}

/*----------------------*/
/* Medical Request Edit-*/
/*----------------------*/

.medical-request-edit-side-panel {
    max-height: 70vh;
    overflow: scroll;
}

#calendar a {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.cal-block h3 {
    font-weight: 700;
}

.btn3 {
    float: right;
    background: #003c71;
    color: #fff;
    padding-right: 18px;
    font-size: 14px;
    margin-right: 0px;
}

.btn3:hover {
    background: #003c71;
    color: #fff;
}

body {
    font-family: "Poppins", serif;
}

.btn-secondary {
    color: #000;
    background-color: #fff;
}

.top_menu .bi {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.dropdown-menu-2 {
    margin: 0px;
    padding: 0px;
}

.dropdown-menu-2 a {
    color: #000;
    text-decoration: none
}

.dropdown-menu-2 li {
    list-style: none;
    border-bottom: 1px solid lightgray;
}

.dropdown-menu-2 li .bi {
    margin-right: 10px;
}

.offcanvas.show {
    margin-top: 58px;
}

.navbar-header {
    z-index: 1046;
}

.btn2 {
    margin-right: 15px;
    color: #fff !important;
    font-size: 30px;
}

h2 {
    font-size: 24px !important;
    font-family: "Poppins", serif;
    font-weight: 700 !important;
}


.home-w {
    padding: 40px 0px 0px
}

.home-w h1 {
    font-weight: 700;
}


.cal-block h3 {
    font-weight700;
}

#navbarNav .btn-primary {
    color: #fff;
    background-color: #003c71;
    border-color: #fff;
}

#navbarNav .btn-primary:hover {
    color: #fff;
    background-color: #003c71;
    border-color: #fff;
}

.fc .fc-button-primary {
    background-color: #003c71;
}

.table-formet {
    background: #fff;
}

.bordered-table3 {
    background: #ffff;
    padding: 0px 15px 20px;
    border-radius: 15px;
    font-size: 14px;
}

.pagination-block .page-link {
    color: #000;
}

.breadcrumb-item a {
    color: #000;
}

.form-title {
    background: #003c71;
    font-size: 18px;
    font-weight: 600;
    color: #ffff;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.breadcrumb {
    margin-bottom: 15px;
}

.font-21 {
    color: #003c71;
    font-size: 30px;
}

.title-4 {
    font-weight: 700;
    color: #003c71;
    ;
}

.pagination-in-1 {
    width: 190px;
    float: left;
}

.pagination-in-1 span {
    float: left;
    line-height: 28px;
}

.pagination-in-1 select {
    width: 70px;
    float: right;
    font-size: 14px;
    padding: 4px 10px;
}

.pagination-in-2 {
    float: left;
    padding: 2px 15px;
    line-height: 27px;
}

.pagination-in-3 {
    float: left;
    font-size: 20px;
}

.pagination-in-3 a {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
}

.pagination-in-3 .light-dark {
    color: #a6a6a6;
}

.pagination-right {
    float: right;
    margin-bottom: 15px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1600px;
}

.bordered-table4 table thead tr th {
    font-weight: 600;
}

.bordered-table4 tbody,
.bordered-table4 td,
.bordered-table4 tfoot,
.bordered-table4 th,
.bordered-table4 thead,
.bordered-table4 tr {
    padding: 12px 5px !important;
}


.login-block {
    background: #003c71;
    max-width: 600px;
    margin: 0px auto;
    border-radius: 15px;
    padding: 35px;
    margin-top: 100px;
    color: #fff;
}

.login-block input,
.login-block label,
.form-floating>label {
    color: #000;
}

.login-block .btn {
    font-size: 18px;
    padding: 10px;
    font-weight: 700;
    background: #0059a7;
}

.fixTableHead {
    overflow-y: auto;
    height: 500px;
}

.fixTableHead thead th {
    position: sticky;
    top: 0;
}

.fixTableHead table {
    border-collapse: collapse;
    width: 100%;
}

.bordered-table3 .table>:not(caption)>*>* {
    background: #fff;
}

.bordered-table4 thead,
.bordered-table4 thead tr,
.bordered-table4 thead th {
    padding-top: 20px !important;
}

.crl {
    clear: both;
}

.navbarNavbtn {
    font-size: 30px;
    color: #fff;
}

.bordered-cal {
    padding: 15px;
}

.calendar-n2.fc-media-screen {
    max-width: 800px;
    margin: 30px auto;
}

.bordered-search {
    max-width: 800px;
    margin: 30px auto;
}

.calendar-n2.fc-media-screen h2 {
    font-size: 18px !important;
    font-weight: 600;
}

.navbar-header .ms-auto button {
    color: #fff;
    font-size: 21px;
    padding: 0px;
}

.details-foram .form-title {
    background: #fff;
    color: #000;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    padding: 8px 10px;
}

.details-foram .col-md-6 p {
    padding: 5px 0px;
}

.container.container_dd {
    max-width: 750px;
}

.can-btn-new {
    position: absolute;
    right: 2px;
    top: 1px;
}

.navbarNavbtn, .navbarNavbtn:hover {
    background: hsl(var(--clr-primary));
    border: 0px
}

.calendar-page {
    margin-top: 0px;
    max-width: 800px;
    margin: 30px auto;
}

.calendar-page .fc-button, .calendar-page .fc-button:hover {
    background: #fff;
    color: #000;
    border: 0px;
}

.calendar-page .fc .fc-button-primary:not(:disabled).fc-button-active, .calendar-page .fc .fc-button-primary:not(:disabled):active {
    background-color: #0059a7 !important;
    border-color: #0059a7 !important;
}

.can-btn-new, .search-btn-new, .can-btn-new:hover, .search-btn-new:hover {
    background: inherit !important;
    border: 0px !important;
}


.search-btn-new:hover, .search-btn-new:active, .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000 !important;
    box-shadow: 0 0 0 .0rem rgba(0,0,0,0) !important;
}

.search-btn-new {
    color: #0059a7
}

h3 {
    padding-left: 15px;
    margin: 0px;
    padding: 0px;
}

.calendar-1 {
    margin: 0px !important;
    padding-left:0px;
}

.top-hadding-border {
    border-bottom: 1px solid #ced4da;
}

.uplod-file-block .text-muted {
    color: #003c71!important ;
    font-size:12px;
}

.uplod-file-block .form-control {
    color: #003c71 !important;
    font-size:14px;
}

.uplod-file-block input[type="file"] {
    margin: auto;
    padding: 1em;
    padding-left:20px;
    border: 2px dashed #bbb;
    background-color: #fff;
    transition: border-color 0.25s ease-in-out;
}

.uplod-file-block input[type="file"]::file-selector-button {
    padding:5px 10px;
    border-width: 0;
    border-radius: 5px;
    background-color: #003c71;
    color: #fff;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
}

.uplod-file-block input[type="file"]:hover {
    border-color: #003c71;
    color: #000;
}

.uplod-file-block input[type="file"]:hover::file-selector-button {
    background-color: #003c71;
    color: #000;
}