@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap);
.welcome-text {
  font-family: "Quicksand", sans-serif;
}

/* header clock css */


:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #ef4444;
    --secondary: #f87171;
    --buttonColor: #fca5a5;
    --hoverColor: #b91c1c;
    --bodyColor: #777777;
    --tabColor: #fca5a5;
    --text-color: #121926;
}

/* css for current focus element */
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus,
.select2-container.select2-container--bootstrap:focus,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
  /* background-color: #def9be; */
  box-shadow: 0 0 0 0.5px var(--primary);
}


a {
    color:var(--primary);
    text-decoration: none;

  }

.radio-inline input[type=radio]:focus,
.checkbox input:focus,
.form-check input:focus {
  box-shadow: 0 0 0 2px rgba(75, 230, 139, 0.88);
}

.sidebar,
.app-header {
    background-color: var(--white) !important;
}

.app-header .navbar-toggler-icon {
    /* background-image: none !important; */
    /* Optionally, use a red SVG icon if needed */
}


.create_blade {
  width: 100% !important;
  flex: 1 !important;
}





  .btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
  }

  .btn-primary:hover {
    color: #fff;
    background-color: var(--hoverColor);
    border-color: var(--hoverColor);
  }
  .sidebar {
    background-color: var(--white) !important;
  }


.app-body .sidebar.sidebar-pills {
    flex: 0 0 270px;
    order: -1;
}

.sidebar .sidebar-nav, .sidebar .sidebar-scroll {
    flex: 1;
    position: relative;
    width: 250px;
}

.sidebar .nav {
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    width: 250px;
}


  .sidebar .nav-dropdown-items .nav-item {
    color: white;
    margin-left: 15px;
    font-size: 12px !important;
    padding: 0px !important;
    min-height: 45px !important;
  }


.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title {
    color: #121926 !important;
    padding: .5rem .25rem .5rem .75rem;
 }


.btn-primary,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: var(--primary) !important;
    border-color: var(--hoverColor) !important;
    color: var(--white) !important;
}

.btn-primary:hover {
    background-color: var(--hoverColor) !important;
    color: #fff !important;
}

#crudTable_reset_button {
    color: var(--primary) !important;
}

.nav-link {
    margin-bottom: 5px;
}

.btn-success {
  background-color: #067a52;
}

.edit-btn {
  margin-left: 2px;
  padding: 0px 2px 0px 3px;
  border-radius: 4px;
  font-size: 16px;
}

.show-btn {
  margin-left: 2px;
  padding: 0px 2px 0px 3px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #055d78;
  background-color: #055d78;
}

.btn-link{
    margin-right: 2px;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  background-color: var(--primary);
  color: #fff;
}

.btn-link:hover{

  color: #fff;
}



.print-btn {
  margin-left: 2px;
  padding: 0px 5px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #0b7697;
  background-color: #1aa0c8;
}

.back-btn {
  background-color: grey;
  color: white;
  border-radius: 4px;
  padding: 2px 7px 2px 2px;
  font-size: 14px;
  transition: transform 0.2s;
}

.back-btn:hover {
  text-decoration: none;
  background-color: rgb(53, 51, 51);
  color: white;
}

.delete-btn {
  margin-left: 2px;
  padding: 0px 2px 0px 2px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}

.dataTables_scrollBody {
  overflow-y: scroll !important;
  overflow-x: scroll !important;
}

/* Hide Scroll bar in action column*/
.DTFC_RightBodyLiner {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

/* Adjusting Position of action column */
.DTFC_RightFootWrapper {
  margin-top: -7px !important;
}

div.DTFC_RightBodyWrapper {
  top: -12px !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  display: block;
  width: 100%;
  /* height: 2.15rem;
  padding: .075rem .75rem; */
  height: 1.85rem;
  padding: 0.1rem 0.75rem;
  font-size: 0.99rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-warning {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.form-center {
  display: flex;
  flex-flow: column;
  align-items: center;
}







.select2-search__field:focus,
.select2-selection.select2-selection--multiple:focus,
.select2-selection.select2-selection--single:focus {
  background-color: #def9be;
  box-shadow: 0 0 0 3px rgba(70, 127, 207, 0.88) !important;
}

/* DataTable related customization */
.dataTables_scrollFoot,
.DTFC_RightFootWrapper {
  display: none;
}

.DTFC_RightBodyLiner {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.DTFC_RightBodyLiner {
  left: -12px;
}

td p {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.table th {
  /* padding: 0.4rem !important; */
  border-top: none;
  background-color: #c8ced3;
  font-size: 14px;
}

.table td {
  padding-top: 0.15rem !important;
  padding-bottom: 0.15rem !important;
  border-top: none;
  font-size: 14px !important;
  border-right: 1px solid rgb(236, 233, 233);
}

/*** Patient Observation Page ***/
.today-date {
  margin: 10px 30px 0px 0px;
  text-align: right;
  font-size: 17px;
  font-weight: 600;
}

.top-navigation {
  margin: 10px 0 0 20px;
}

#appointment {
  margin-top: 10px;
}

.data {
  padding: 20px;
}

hr.hr-line {
  border: 1px solid lightgray;
}



.print_export_button {
  background-color: green !important;
  color: white !important;
  border-radius: 5px 5px 5px 5px;
}

.print_export_button.buttons-colvis {
  background-color: rgb(45, 66, 137) !important;
}

.input-group-text {
  padding: 0.375rem 0.4rem !important;
}



.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover,
.nav-dropdown-toggle:hover {
  background-color: #fce8ef !important;
  color: red !important;
  font-weight: 600 !important;
}

.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title {
        padding: .75rem 1rem !important;
}

.sidebar.sidebar-pills .nav-link {
  color: var(--text-color) !important;

  font-size: 0.875rem;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 1.334;
    white-space: nowrap;
    min-height: 45px !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
  color: red !important;
}

.sidebar.sidebar-pills .nav-link .nav-icon {
  color: var(--text-color) !important;
  font-size: 20px !important;
}

.app-header {
  background-color: var(--white) !important;
  height: unset !important;
  justify-self: center;
      padding: 6px 0;
}

.app-header .navbar-brand {
  color: #fff !important;
  opacity: 1 !important;
  background-color: #fff !important;
  border-radius: 5px;
  padding: 0px 10px;
}

.navbar-toggler {
    background-color: #fce8ef !important;
    color: red !important;
    border: 1px solid red;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem;
}

.app-body .main {
  background-color: #EEF2F6 !important;
}

.app-body .main .container-fluid .row {
    background-color: #fff !important;
    padding-top: 10px !important;
}


.app-header.bg-light .navbar-brand {
  justify-content: center !important;
}

.page-item.active .page-link {
    background-color: var(--primary) !important;
    border-color: var(--hoverColor) !important;
}


.la-filter {
  display: none !important;
}



.select2-container--default .select2-results__option[data-select2-id="0"] {
  /* CSS styles for 'active' status option */
  color: blue !important;
}

/* Define styles for the 'inactive' status option */
.select2-container--default .select2-results__option[data-select2-id="1"] {
  /* CSS styles for 'inactive' status option */
  color: green !important;
}





