/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

:root {
  --logo-color1: #5cfff3;
  --logo-color2: #fcea1e;
}
hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.table {
  padding: 0.25rem;
  /* padding: 0.75rem; */
}

.alert {
  padding: 0.4rem 1.25rem;
}

.page-header {
  padding-top: 1.5rem;
}

.page-link {
  padding: 0.3rem 0.7rem;
}

.layout-nav-side > .navbar .navbar-brand {
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .layout-nav-side > .navbar .navbar-brand {
    margin-bottom: 0rem;
  }
}

.card-body {
  padding: 0.75rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card .card-title {
  max-width: 100%;
}

/* .bg-light {
  background: #cecece !important;
} */

/** Card List **/
.card-list {
  position: relative;
}

.card-list > .progress {
  height: 0.1875rem;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.card > .progress .progress-bar {
  height: 1rem;
  border-radius: 0.5rem 0 0 0;
}

.card > .progress .progress-bar[style="width: 100%"] {
  border-radius: 0.5rem 0.5rem 0 0;
}

.avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid #f7f9fa;
  background: #f7f9fa;
  color: #fff;
}

.avatar.bg-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.bg-primary i {
  font-size: 1rem;
}

.avatar.avatar-xl {
  width: 7rem;
  height: 7rem;
}

.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
}

.avatar.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

.avatars > li + li {
  margin-left: -0.3rem;
}

.card-task .card-meta i {
  margin-right: 0rem;
}

.nav-tabs .nav-link-sub {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: color 0.35s ease-out;
}

.disabled {
  pointer-events: none;
  opacity: "0.5";
  background: "#CCC";
}

.nav-tabs .nav-item-sub {
  margin: 0.5rem;
}

.nav-fill .nav-item-sub {
  flex: 1 1 auto;
  text-align: center;
}

.nav-tabs .nav-link-sub:not(.active) {
  color: rgba(33, 37, 41, 0.5);
}

.nav-tabs .nav-link-sub:not(.active):hover {
  color: #007bff;
}

.nav-tabs .nav-link-sub.active {
  background-color: #f9f9f9;
}

.nav-link-sub {
  display: block;
}

.modal-header .close {
  margin: 0;
  background: rgba(255, 255, 255, 0.25) !important;
  text-shadow: none;
}

@media (min-width: 992px) {
  .avatar.avatar-xl {
    width: 6rem;
    height: 6rem;
  }

  .avatar.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
  }

  .avatar.avatar-md {
    width: 3rem;
    height: 3rem;
  }
}

.card-list .card:last-child {
  margin-bottom: 10px;
}

.filter {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  background: #fff;
  padding-right: 16px;
  padding-bottom: 4px;
  border-radius: 20px;
  border: 1px solid #efefef;
}

.filter-label {
  margin-right: 10px;
  color: #989898;
  float: left;
  margin-top: 1px;
}

.filter-input {
  display: inline-block;
  margin-left: "10px";
  width: "120px";
  height: "27px";
}

.btn-filter {
  background: none;
  border: 0;
  color: var(--primary) !important;
  padding: 0px;
  top: 3px;
  text-transform: capitalize;
}

.custom-control-label-enabled::before {
  background: #cec;
}

.custom-control-label-disabled::before {
  background: #eee;
}

.notification-alert {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 0.6rem;
  padding: 5px 7px;
}
body {
  overflow-y: scroll;
}

.toast-font {
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  padding: 0.5rem;
}

.hidden {
  transition: all 5s linear;
  display: none;
  opacity: 0;
}
.react-datepicker__year-select {
  border: 1px solid #e9eef2;
  display: block;
  width: 100%;
  padding: 0.25rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.5rem;
}
/* 
canvas{

  width:450px !important;
  height:225px !important;

} */

.layout-switcher {
  position: fixed;
  bottom: 0;
  left: 90%;
  transform: translateX(-50%) translateY(55px);
  color: #fff;
  transition: all 0.35s ease;
  background: #007bff;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.45rem;
  z-index: 999;
}
.layout-switcher:not(:hover) {
  opacity: 0.95;
}
.layout-switcher:not(:focus) {
  cursor: pointer;
}
.layout-switcher-head {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.layout-switcher-head i {
  font-size: 1.25rem;
  transition: all 0.35s ease;
}
.layout-switcher-body {
  transition: all 0.55s ease;
  opacity: 0;
  padding-top: 0.2rem;
  transform: translateY(24px);
  text-align: center;
}
.layout-switcher:focus {
  opacity: 1;
  outline: none;
  transform: translateX(-50%) translateY(0);
}
.layout-switcher:focus .layout-switcher-head i {
  transform: rotateZ(180deg);
  opacity: 0;
}
.layout-switcher:focus .layout-switcher-body {
  opacity: 1;
  transform: translateY(0);
}
.layout-switcher-option {
  width: 72px;
  padding: 0.25rem;
  border: 2px solid rgba(255, 255, 255, 0);
  display: inline-block;
  border-radius: 4px;
  transition: all 0.35s ease;
}
.layout-switcher-option.active {
  border-color: #007bff;
}
.layout-switcher-icon {
  width: 100%;
  border-radius: 4px;
}
.layout-switcher-body:hover .layout-switcher-option:not(:hover) {
  opacity: 0.5;
  transform: scale(0.9);
}
@media all and (max-width: 990px) {
  .layout-switcher {
    min-width: 250px;
  }
}
@media all and (max-width: 767px) {
  .layout-switcher {
    display: none;
  }
}

.language-selector {
  left: 210px;
  top: 200px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
.beta-version {
  right: 165px;
  top: 35px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}

.menu-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 500;
  color: #3c3c3c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}

.menu-item.active,
.menu-item:active {
  color: #000;
  text-decoration: none;
  background-color: var(--logo-color1);
}

.logo-color1 {
  color: var(--logo-color1) !important;
}

.logo-color2 {
  color: var(--logo-color2) !important;
}

.bg-logo-color1 {
  background-color: var(--logo-color1) !important;
}
.bg-logo-color2 {
  background-color: var(--logo-color2) !important;
}

.custom-checkbox-switch.custom-checkbox-danger
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background: #dc3545;
}

.chat-team-sidebar-small {
  max-height: 30%;
}
.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.intro-video-auto-play {
  position: absolute;
  left: 1%;
  bottom: 1%;
}

.contact-no {
  direction: ltr;
  display: inline-block;
}

.d-ltr {
  direction: ltr !important;
}
.d-rtl {
  direction: rtl !important;
}

.dropdown-item-primary {
  color: #007bff;
}
.dropdown-item-primary:hover,
.dropdown-item-primary:focus {
  color: #eef2f5;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item-success {
  color: #28a745;
}
.dropdown-item-success:hover,
.dropdown-item-success:focus {
  color: #eef2f5;
  text-decoration: none;
  background-color: #28a745;
}

.dropdown-item-info {
  color: #17a2b8;
}

.dropdown-item-info:hover,
.dropdown-item-info:focus {
  color: #eef2f5;
  text-decoration: none;
  background-color: #17a2b8;
}

.dropdown-item-danger {
  color: #dc3545;
}

.dropdown-item-danger:hover,
.dropdown-item-danger:focus {
  color: #eef2f5;
  text-decoration: none;
  background-color: #dc3545;
}
.dropdown-item-secondary {
  color: #6c757d;
}

.dropdown-item-secondary:hover,
.dropdown-item-secondary:focus {
  color: #eef2f5;
  text-decoration: none;
  background-color: #6c757d;
}

.pagination {
  flex-wrap: wrap;
}
.page-item {
  margin-bottom: 5px;
}
.react-autosuggest__input::placeholder {
  color: #cecece;
}



.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr));
  gap: 20px;
}
.grid-list-sm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 15px;
}
.grid-list-xs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 12px;
}

.grid-list a:hover {
  color: var(--logo-color4);
}

.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}


.help-summary-container {
  position: relative;
  width: 300px; /* Adjust the width as needed */
  height: 200px; /* Adjust the height as needed */
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  opacity: 0.8;
}
.help-summary-container:hover {
  opacity: 1;
}
.help-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  color: white;
  text-align: center;
  padding: 10px;
  transition: transform 0.3s ease;
}
.help-overlay-2 {
  transform: translateY(100%);
}

.help-title {
  font-size: 1rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7); /* Background for the title */
  margin: 0;
}

.help-description {
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.7); /* Background for the description */
}

.help-summary-container:hover .help-overlay {
  transform: translateY(
    0
  ); /* Slide the whole overlay up to reveal description */
}

.help-summary-container:hover .help-overlay-1 {
  transform: translateY(100%); /* Initially hidden */
}


.text-smaller {
  font-size: 0.75em;
}