h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
}

.CO_Sidebar li:hover {
  background: #e7eaee;
}

.CO_Sidebar li.active {
  background: #e7eaee;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 3px solid #047857 !important;
}

.nav-tabs .nav-link {
  color: #000;
}
.nav-tabs .nav-link:hover {
  color: #000;
}

.SearchBox {
  background: #f7f8f9;
}

.MainTable {
  padding: 0px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid #e6e6e6;
}

.newMainTable {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.subMain {
  max-height: 270px;
  overflow-y: scroll;
  position: relative;
}

.table > :not(caption) > * > * {
  padding: 0.9rem 0.5rem !important;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.table th {
  /* font-weight: 400; */
  font-weight: bold;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: #000 !important;
  background-color: #f7f9fc !important;
  border-color: #f7f9fc !important;
}

.page-link {
  padding: 5px 14px !important;
  color: #858d9d !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 10px;
}

.btn-primary {
  --bs-btn-bg: #00285d !important;
  --bs-btn-border-color: #00285d !important;
}

.btn-primary:hover {
  background-color: #00234f !important;
  border-color: #00234f !important;
}

img.Avatar_img.rounded {
  width: 80px;
}

.paraText {
  color: #64748b;
}

.UseDetailPages {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}

.AddFieldBtn {
  margin-top: 1.9rem;
}

.Plans {
  padding: 20px;
  background: #e7eaee;
  border-radius: 10px;
  border: 1px dashed #000;
}

.MainLoader {
  height: 100vh;
  background: #0000002e;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
}

.InnerMainLoader {
  background: #fff;
  position: absolute;
  z-index: 999 !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white {
  background-color: #fff;
}
.color_white {
  color: #fff !important;
}

.chiled-row {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.maindiv {
  /* position: fixed;
  width: 100%; */
  height: 100vh;
  background: #e9eeed;
}
.error {
  color: red;
}
button.checked-btn {
  width: 100%;
  padding: 10px;
  background: #f7f8f9;
  border: 0px;
  color: #6a6a6a;
  border-radius: 4px;
}

button.checked-btn.checked {
  background: #00285d !important;
}

.RoleModule {
  padding: 20px;
  border: 1px solid #e7eaee;
  border-radius: 4px;
}
.timezone-dropdown {
  position: relative;
}

button.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}
button.dropdown-toggle:hover {
  background: #fff !important;
  color: #6c757d;
}

button.dropdown-toggle:focus {
  background: #fff !important;
}

.timezone-dropdown .dropdown-menu.show {
  width: 100%;
  padding: 10px;
}
.timezone-dropdown .dropdown-menu.show {
  height: 150px;
  overflow-y: scroll;
}

.form-control::placeholder {
  color: #a9a9a9 !important;
}
#RadioCol {
  align-items: center;
  display: flex;
}

#RadioCol .form-check-input {
  border: 1px solid #000;
}

.RoleName {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.react-calendar {
  border: 1px solid #dddddd !important;
  border-radius: 10px;
  padding: 1rem;
}

.CreateAccountForm {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 1.5rem;
}

a.page-link.currentPage {
  background: #00285d;
  color: #fff !important;
}
.table-responsive {
  scrollbar-width: thin;
}

.BoxBorder {
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 10px;
}
.RoleAdminstrator {
  padding-top: 10px !important;
}
.InventoryList {
  padding-top: 10px !important;
}
.UnavailabilityModule {
  padding-top: 10px !important;
}
.AccountModulePage {
  padding-top: 10px !important;
}

::-webkit-scrollbar {
  display: none;
}

.highlighted-date {
  background-color: #00285d !important;
  /* Use your preferred highlight color */
  color: white !important;
  border-radius: 16px;
}

.MultiSelected {
  /* position: relative !important; */
  width: 100%;
  background: white;
  z-index: 999;
  top: 40px !important;
  border-radius: 5px;
  box-shadow: 0px 4px 10px #0000001f;
  padding: 10px;
}

.MultiSelectedDrop span {
  margin: 0px 10px;
  line-height: 2;
}

.MultiSelected span {
  margin: 0px 10px;
}

.f-end {
  float: right !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.ant-picker-range {
  padding: 8px 25px;
}
.ant-space-item {
  display: flex;
  justify-content: end;
}

.check_icon {
  color: #008000;
  font-size: 24px;
  margin: 0px 5px;
}
.close_icon {
  color: #ff0000;
  font-size: 24px;
  margin: 0px 5px;
}
.question_icon {
  color: #000;
  font-size: 24px;
  margin: 0px 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f4f4f4;
}
.main-heading {
  text-align: center;
  font-weight: bold;
  background-color: #d3d3d3;
}
.subheading {
  text-align: center;
  font-weight: bold;
  background-color: #e0e0e0;
}

.orderby {
  border-radius: 7px;
  border: 1px solid;
  padding: 0px 10px;
  color: #fff;
  background: #198754;
}

.group_info_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(0px, auto));
  gap: 10px;
}
.edtBack {
  background: #e7eaee;
}
.labelBold {
  font-weight: bold;
}

.apHeader {
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
}

.info {
  background: #f7f7f7;
  text-align: center;
  padding: 1rem 0rem;
  border-radius: 10px;
}

.info p {
  margin-bottom: 0 !important;
}
.info h6 {
  margin-bottom: 0 !important;
}

.text-darkdanger {
  color: #ff0000;
}
.text-darksuccess {
  color: #155724;
}
.bg-lightsuccess {
  background-color: #8bec70;
}
.bg-lightdanger {
  background-color: #f08d8d;
}

.myCustomHeader {
  padding: 5px;
  background: #e7eaee;
  /* border: 1px solid #e7eaee;
  border-radius: 10px; */
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.05); /* Adjusted box-shadow */
}
.myCustomTableBox{
  background: #e7eaee;
  border: 1px solid #e7eaee;
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.05); /* Adjusted box-shadow */

}

/* styles.css */
.weather-container {
  text-align: center;
  margin-top: 20px;
}

.weather-info {
  font-size: 20px;
}

.weather-icon {
  margin-bottom: 20px;
}

.react-datepicker__header__dropdown.react-datepicker__header__dropdown--scroll {
  margin-top: 15px;
  margin-bottom: 20px;
  color: black;
}

span.react-datepicker__year-read-view--down-arrow {
  border-color: black;
}

.dashboard_color{
  background-color: #00285D;
  border: #00285D;
  color: #fff;
}

.in_services{ 
 color: #198754;
}
.out_services{
  color: red;
}


.mainTableXYZ{
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.login_button{
  position: absolute;
  right: 0;
  top: 5%;
}

.table_tr_bg_color{
background-color:#dddddd !important
}

#my_inner_loader{
  text-align: center !important;
  height: 100%;
  background: rgb(255, 255, 255);
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}