/*
    Created on : 25 Aug 2022, 10:19:25
    Author     : yosefgad
*/
body {
  font-family: "Noto Sans", "Amiri", "Open Sans", sans-serif, cursive;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0;
  color: #333333;
  font-size: 1em;
}

.mt-75 {
  margin-top: 75px;
}

.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
  /*padding-top: 66px;*/
}

.sidebar-menu {
  background-color: rgb(167, 25, 75);
  width: 260px;
  z-index: 10;
  bottom: 0;
  position: fixed;
  top: 0;
  /*padding-top: 70px;*/
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 5px;
  right: auto;
  margin-top: var(--bs-dropdown-spacer);
}

.thin-sidebar {
  /*position: absolute;*/
  width: 70px;
  z-index: 5;
  padding-top: 70;
  visibility: visible;
}

.content-page {
  margin-inline-start: 260px;
  -webkit-margin-start: 260px;
  overflow: hidden;
  padding: 0 0 65px;
  min-height: 100vh;
}

.content_thin-sidebar {
  margin-inline-start: 70px;
  -webkit-margin-start: 70px;
}

.footer_thin-sidebar {
  margin-inline-start: 0px !important;
  -webkit-margin-start: 80px !important;
}

.logo_css {
  width: 30px;
  height: 30px;
}

.side-nav {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

/*.side-nav li a.active {
    background-color: $primary !important;
}*/
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.nav-link {
  color: #fce4ea;
}

.nav-link:hover, .nav-link:focus {
  color: #81d3fa;
}

a.active {
  color: #039BE5 !important;
  font-weight: 700;
}

.fa-solid, .fas, .far, .fal {
  width: 30px;
}

.side-nav > li a i.fa-solid, .side-nav > li a i.fas, .side-nav > li a i.far, .side-nav > li a i.fal {
  height: 15px;
  font-size: 15px;
}

.side-menu-icon {
  display: inline-block;
  width: 30px;
}

.side-nav .list-group-item {
  border: 0 !important;
  padding: 0;
}

.larg-gray {
  font-size: 24px;
  color: #333333;
}

.page-title-box .page-title {
  font-size: 1.5rem;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  margin: 0;
  line-height: 33px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 700;
}

.h5, h5 {
  font-size: 0.94rem;
}

.card {
  border: none;
}

.widget-number {
  font-size: 20px;
  background-color: rgba(0, 109, 179, 0.1215686275);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

div.scroll {
  margin: 4px, 4px;
  padding: 4px;
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  position: absolute;
}

.card-body {
  padding: 1.5rem 1.5rem;
}

#tableList > .card-body {
  min-height: 150px;
}

.mb-s3 {
  margin-bottom: 0 !important;
}

.user-menu-ltr {
  left: auto !important;
  right: 0 !important;
}

.border-user {
  border: 1px solid #f1f3fa;
  border-width: 0 1px;
}

.div-shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.dropdown-menu a {
  color: #333333;
  font-size: 0.9rem;
}

.rowLineHeight {
  min-height: 50px;
}

.semiTitle {
  font-size: 0.95rem;
  font-weight: 600;
}

.w200px {
  width: 200px;
}

.w300px {
  width: 300px !important;
}

.addHours {
  padding: 0;
}

.addHours:hover {
  padding: 0;
  border-color: #999;
  background-color: var(--bs-btn-hover-bg);
}

.fz-09 {
  font-size: 0.9rem;
}

.fz-85 {
  font-size: 0.85rem;
}

.fz-07 {
  font-size: 0.7rem;
}

.fz-2 {
  font-size: 2rem;
}

.btn-middel {
  width: 100px;
  padding: 0.25rem 1rem 0.25rem 1rem !important;
}

.btn-square-sm {
  width: 24px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 24px !important;
  text-align: center;
  padding: 0px;
  font-size: 12px;
}

.btn-default {
  background-color: #FFFFFF;
  border-color: #dee2e6;
  color: #444;
  padding: 0 3px;
}

.btn-default:hover {
  background-color: #f8f9fa;
  border: 1px solid;
  border-color: #ced3d9;
}

.fa-dropdown {
  width: 13px !important;
  margin-inline-start: 5px;
}

.fa-dropdown-rtl {
  width: 13px !important;
  padding-left: 5px;
}

.w20px {
  width: 20px;
}

.w50px {
  width: 50px;
}

.w70px {
  width: 70px;
}

.w100px {
  width: 100px !important;
}

.w120px {
  width: 120px !important;
}

.w150px {
  width: 150px;
}

.w180px {
  width: 180px !important;
}

.h38 {
  height: 38px;
}

.s-grid {
  padding: 0;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

.s-grid-upper {
  padding: 0.4rem 0.4rem;
  border-left: 0;
  border-right: 0;
  background-color: white;
}

.s-grid-middle {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.s-grid-lower {
  padding: 0.4rem 0.4rem;
  border-left: 0;
  border-right: 0;
  background-color: white;
}

.px-lr {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

table tr:last-child {
  border-bottom: 1px solid white;
}

/*form label {
    font-weight: 700
}*/
.vbuttom {
  position: absolute;
  bottom: 0;
  alignment-baseline: central;
}

.textarea-form {
  width: 400px !important;
}

.s-btn {
  min-width: 75px;
  padding: 0 !important;
}

#file-select {
  opacity: 0;
  z-index: -1;
}

.s-pt015 {
  padding-top: 0.15rem !important;
}

input:indeterminate {
  background: lime;
}

.s-icon {
  font-size: 1rem;
  width: 1rem;
  text-align: center;
  margin-inline-end: 0.5rem !important;
  -webkit-margin-end: 0.5rem !important;
}

.divSearch {
  width: 300px;
}

.s-img {
  width: 120px;
  height: 120px;
}

.d-important {
  display: block !important;
}

#file-upload {
  opacity: 0;
  z-index: -1;
}

.em-img-select {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#drop-area {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  height: 200px;
  border: 3px dashed #e9e9e9;
}

.lbldrop {
  background-color: #e75410;
  color: white;
  padding: 0.5em 2em;
}

#msgAlert {
  top: 30px;
  padding: 20px;
  min-width: 200px;
  max-width: 400px;
  height: auto;
  z-index: 9999;
  visibility: none;
}

.img-added {
  max-width: 100%;
}

.img-container {
  position: relative;
  text-align: center;
  color: white;
  width: auto;
  max-width: 100%;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.bg-primary-light {
  background-color: #ffe6e6 !important;
}

.alertDialog {
  background-color: #fdf3cd;
  width: 95%;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #664d03;
}

.w0 {
  width: 0px;
}

.w14 {
  width: 14px;
}

.s-list-group {
  border: 0 !important;
}

.s-list-group:hover {
  border: 0 !important;
  background-color: white;
}

.s-list-group.active {
  background-color: white;
  color: #03569b !important;
}

.section-header {
  margin-bottom: 1rem;
}

.fw-300 {
  font-weight: 300;
}

.section label {
  font-weight: 300;
  margin: 0 0.5rem 0.5rem 0;
}

.border-gray {
  border-color: #D8D8D8;
}

div.sticky {
  position: sticky;
  top: 0;
}

.footer {
  margin-inline-start: 260px;
  -webkit-margin-start: 260px;
  padding: 0 0 10px;
  text-align: center;
  color: #a6a6a6;
}

.getApp {
  height: 24px;
}

.pastBg {
  opacity: 0.5;
}

.btn-blue-100 {
  background-color: #cfe2ff;
  border: none;
}

.btn-blue-100:hover, .btn-blue-100:focus {
  background-color: #9ec5fe;
  border: none;
}

.btn-blue-200 {
  background-color: #9ec5fe;
  border: none;
}

.btn-blue-200:hover, .btn-blue-200:focus {
  background-color: #9ec5fe;
  border: none;
}

.btn-blue-300 {
  background-color: #6ea8fe;
  border: none;
  color: #FFFFFF;
}

.btn-blue-300:hover, .btn-blue-300:focus {
  background-color: #0d6efd;
  border: none;
  color: #FFFFFF;
}

.btn-gray-200 {
  background-color: #e9ecef;
  border: none;
}

.btn-gray-200:hover, .btn-gray-200:focus {
  background-color: #dee2e6;
  border: none;
}

.clientBg {
  background-color: #cfe2ff;
  color: #0d6efd;
  width: 80px;
  text-align: center;
  font-size: 0.7rem;
}

.staffBg {
  background-color: #d1e7dd;
  color: #198754;
  width: 80px;
  text-align: center;
  font-size: 0.7rem;
}

.btn-green {
  background-color: #2aaa6f;
  color: white;
  width: 80px;
  text-align: center;
}

.alert_replay_closed {
  background-color: #dbf5e1;
  color: #198754;
}

.min-w-500px {
  min-width: 500px;
  width: 600px;
}

.mb-last-0 {
  margin-bottom: 0 !important;
}

.bg-blue {
  background-color: #039BE5 !important;
}

.bg-yellow {
  background-color: #ffdd51 !important;
}

.yellow {
  color: #ffdd51 !important;
}

.yellow-lighter {
  color: #ffeb99 !important;
}

.blue-light {
  color: #4ec2f7 !important;
}

.table-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  padding: var(--table-container-table-padding);
}

.dataTable {
  clear: both;
  max-width: none !important;
  border-collapse: separate !important;
}

.table, table {
  position: relative;
  background: var(--table-bg);
  border-collapse: unset;
  border-spacing: 0;
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: gray;
}

.tabletr th, .tabletr td {
  white-space: nowrap;
}

.border-top-primary {
  border-top-color: #a7194b !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.delSplitHours, .delHours, .removeShift {
  color: #c5c5c5;
}

.delSplitHours:hover, .delHours:hover {
  color: #a7194b;
}

.editSplitHours {
  color: #c5c5c5;
}

.editSplitHours:hover {
  color: #198754;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.horizontal-scroll {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  border: 1px solid #ddd; /* Optional border */
}

.schedule-table {
  min-width: 800px; /* Adjust based on content width */
  border-collapse: collapse;
}

.scroll-wrapper {
  display: flex;
  align-items: center;
}

.scroll-left,
.scroll-right {
  background: #a7194b;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px;
}

.scroll-left:hover,
.scroll-right:hover {
  background: #a7194b;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .small-text-center {
    text-align: center !important;
  }
  .tabletr th, .tabletr td {
    font-size: 0.85rem;
  }
}
@media (min-width: 576px) {
  .form-control {
    display: inline-flex;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 30px;
  }
  .mb-s3 {
    margin-bottom: 1rem !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .wrapper {
    padding-top: 70px;
  }
  #nav-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .sidebar-menu {
    background-color: rgb(167, 25, 75);
    width: 70px;
    z-index: 10;
    bottom: 0;
    top: 0;
    padding-top: 0px;
    visibility: hidden;
  }
  .thin-sidebar {
    /*position: absolute;*/
    width: 260px;
    z-index: 5;
    padding-top: 70;
    visibility: visible;
    margin-top: 66px;
  }
  .nav ul.side-nav li a .d-none {
    display: inline-block !important;
  }
  .content-page {
    margin: auto;
    overflow: hidden;
    padding: 0px;
    min-height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    padding-top: 70px;
  }
  #nav-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .sidebar-menu {
    background-color: rgb(167, 25, 75);
    width: 70px;
    z-index: 10;
    bottom: 0;
    top: 0;
    padding-top: 0px;
    visibility: hidden;
  }
  .thin-sidebar {
    /*position: absolute;*/
    width: 260px;
    z-index: 5;
    padding-top: 70;
    visibility: visible;
    margin-top: 66px;
  }
  .nav ul.side-nav li a .d-none {
    display: inline-block !important;
  }
  .content-page {
    margin: auto;
    overflow: hidden;
    padding: 0px;
    min-height: 100vh;
  }
  .card {
    margin-bottom: 10px;
  }
  .px-lr {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .divSearch {
    width: 100%;
  }
  .s-img {
    width: 90px;
    height: 90px;
  }
  .w300px {
    width: 100%;
  }
  .footer {
    margin-inline-start: 0;
    -webkit-margin-start: 0;
    padding: 0 0 10px;
    text-align: center;
    color: #a6a6a6;
  }
  .min-w-500px {
    width: 100%;
  }
  .small-text-center {
    text-align: center !important;
  }
}/*# sourceMappingURL=cms.css.map */