body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text {
  font-family: "Quicksand", sans-serif !important;
}

.mainpage-logo-side {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}

.mainpage-container-side {
  background-color: #286125;
  display: block !important;
}

.mainpage-title-side {
  font-size: 40px;
}

.link-primary {
  color: #286125 !important;
}

.link-primary:hover {
  color: #71c96c !important;
}

.btn-darkgreen {
  color: white;
  background-color: #286125 !important;
}

.btn-darkgreen:hover {
  color: white;
  background-color: #286125 !important;
}

.btn-darkgreen:focus {
  color: white;
  background-color: #286125 !important;
}

.tableaction-hover:hover {
  background-color: #f1f1f1;
  transition: 0.5s;
  cursor: pointer;
}

.is-rotate-on {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.border-darkgreen {
  border-color: #286125 !important;
}

.badge-light-darkgreen {
  background-color: #d4e9d3 !important;
}

.bg-darkgreen {
  background-color: #ffffff !important;
}

.card-hover:hover {
  transform: translate(0px, -10px);
  transition: 0.5s;
}

.details-light {
  background-color: #f1f1f1 !important;
}

.btn-secondary .active {
  background-color: #286125 !important;
}

.tab_seg {
  background-color: rgb(238, 238, 238) !important;
  cursor: pointer;
}

.tab_seg:hover {
  background-color: rgb(207, 207, 207) !important;
}

.tab_seg + .active {
  background-color: rgb(207, 207, 207) !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #286125 !important;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.profile-initials {
  background-color: #f3f3f3;
  border-radius: 50%;
  font-size: 1.65rem;
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
}

.profile-sub-links {
  width: 100%;
  opacity: 0.9;
  cursor: pointer;
  color: #286125;
}

.profile-sub-links a {
  color: #286125;
}

.profile-sub-links:hover a {
  opacity: 1;
  color: #286125;
  background-color: #f3f3f3;
}

/* .active {
  background-color: #286125 !important;
  border-radius: 0.475rem;
  color: #ffffff !important;
} */

.tw-gird {
  display: grid !important;
}

.scheduler-week-grid {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(100px, 1fr));
  max-width: 100%;
  height: 150px;
}

.sub-data-bottom {
  border-bottom: #000000 1px solid;
}

.sub-data-left {
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
}

.sub-data-right {
  border-left: #000000 1px solid;
  border-right: #000000 1px solid;
}

.sub-items {
  border-width: 1px;
  border-color: #0000;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.sub-items:hover {
  box-shadow: 0 0.1rem 1rem 0.25rem #1313130d,
    0 0.1rem 1rem 0.25rem rgba(15, 105, 115, 0.05),
    0 0.1rem 1rem 0.25rem #1313130d;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.sub-item-border {
  position: absolute !important;
  width: 0.5rem !important;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-color: #286125;
  top: 0;
  left: 0;
  height: 100%;
}

.tw-main-calendar {
  display: flex !important;
  width: 100% !important;
  overflow-x: scroll;
  white-space: nowrap;
}

.tw-main-calendar .tw-main-item {
  width: 100% !important;
}

.tw-main-calendar .tw-main-subitem:nth-child(1) {
  max-height: 60px;
  padding: 10px;
  height: 150px;
  min-width: 150px;
  width: 100% !important;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  font-weight: bolder;
  color: #286125;
}

.tw-main-calendar .tw-main-subitem:nth-child(2) {
  max-height: 150px;
  padding: 10px;
  height: 150px;
  min-width: 150px;
  width: 100% !important;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.tw-main-calendar .tw-main-item:nth-child(7) {
  border-right: 1px solid #efefef;
}

.bg-fe {
  background-color: #fafafa;
}
/* FILE UPLOAD */
.file-uploader .uploader-header {
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  justify-content: end;
}
.uploader-header .file-completed-status {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.file-uploader .file-list {
  list-style: none;
  width: 100%;
  padding-bottom: 10px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #999 transparent;
  scrollbar-width: thin;
}
.file-uploader .file-list:has(li) {
  padding: 20px;
}
.file-list .file-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}
.file-list .file-item:last-child {
  margin-bottom: 0px;
}
.file-list .file-item .file-extension {
  height: 50px;
  width: 50px;
  color: #fff;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #286125;
}
.file-list .file-item .file-content-wrapper {
  flex: 1;
}
.file-list .file-item .file-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.file-list .file-item .file-name {
  font-size: 1rem;
  font-weight: 600;
}
.file-list .file-item .file-info {
  display: flex;
  gap: 5px;
}
.file-list .file-item .file-info small {
  color: #5c5c5c;
  margin-top: 5px;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
.file-list .file-item .file-info .file-status {
  color: #286125;
}
.file-list .file-item .cancel-button {
  align-self: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 1.4rem;
}
.file-list .file-item .cancel-button:hover {
  color: #e3413f;
}
.file-list .file-item .file-progress-bar {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  border-radius: 30px;
  background: #d9d9d9;
}
.file-list .file-item .file-progress-bar .file-progress {
  width: 0%;
  height: inherit;
  border-radius: inherit;
  background: #286125;
}
.file-uploader .file-upload-box {
  margin: 10px 20px 20px;
  border-radius: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  transition: all 0.2s ease;
}
.file-uploader .file-upload-box.active {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
}
.file-uploader .file-upload-box .box-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #626161;
}
.file-uploader .file-upload-box.active .box-title {
  pointer-events: none;
}
.file-upload-box .box-title .file-browse-button {
  color: #286125;
  cursor: pointer;
}
.file-upload-box .box-title .file-browse-button:hover {
  text-decoration: underline;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .product-list {
    width: 100% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .product-list {
    width: 49% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .product-list {
    width: 32% !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .product-list {
    width: 32% !important;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .product-list {
    width: 24% !important;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .mainpage-container-side {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .user_profile {
    display: none !important;
  }
}

@media (max-width: 681px) {
  .align-items-custom {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
  }
}
