﻿/****************************************************************/
/* NOTE:    Use this LESS file for CSS items that are GLOBAL    */
/*          changes  for the site such as TAB colors, fonts,    */
/*          etc.                                                */
/****************************************************************/
/*************** TAB COLORS ***************/
.btn-primary-dark {
  background-color: #2d4583 !important;
}
.collapse {
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.collapsing {
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
h2,
h3 {
  font-weight: 300 !important;
}
h4,
h5 {
  font-weight: 400 !important;
}
th.nowrap {
  white-space: nowrap;
}
td.nowrap {
  white-space: nowrap;
}
.badge {
  cursor: default;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.text-shadow-sm {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-shadow-lg {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
/* For the action buttons to the right of each title of collapsable content */
.btn-container-action {
  min-width: 150px;
}
/* For the collapsable container's internal content */
.card-bordered-spaced {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1rem;
}
/* FONTS */
.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.expiry-date {
  display: flex;
  align-items: center;
}
.expiry-date input {
  width: 100px !important;
  text-align: center;
}
.expiry-date span {
  margin: 0 5px;
}
.dz-remove {
  font-weight: bold !important;
  color: red !important;
}
.label-validation {
  font-weight: bold;
  color: red;
}
/********************************************************/
/* #region MODAL */
/********************************************************/
/* For the backdrop */
.modal {
  background-color: rgba(100, 100, 100, 0.5);
}
.modal-body {
  font-size: 18px;
}
.modal-title {
  color: white;
  font-weight: 500 !important;
  font-size: 2.5rem !important;
}
/* Fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-in {
  animation: fadeIn 0.5s forwards;
}
.fade-out {
  animation: fadeOut 0.5s forwards;
}
/* #endregion */
/********************************************************/
.modal-container {
  background-color: rgba(100, 100, 100, 0.5);
}
.buttonless-icon {
  font-size: 20px;
}
.modal-header .close {
  font-size: 20pt;
}
.validation-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: bold;
}
.validation-message span.wrapped {
  font-weight: normal;
}
.toast-body span.wrapped {
  font-weight: bold;
}
.all-caps {
  text-transform: uppercase;
}
/* Use for labels or text boxes where it's overflowing */
.no-wrap-input {
  white-space: nowrap;
  /* Prevents text from wrapping */
  overflow-x: auto;
  /* Enables horizontal scrolling */
  overflow-y: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.user-intitials {
  font-weight: bold;
  font-size: large;
  background-color: #5a82fd;
  border-radius: 50%;
  color: white;
  text-transform: uppercase;
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 40px;
}
.capitalize {
  text-transform: capitalize;
}
/* Use this class for all buttons that are to show DETAILS or MORE */
.btn-details {
  display: inline-block;
  font-weight: 700;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.7692rem 0.75rem;
  line-height: 1.428571;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 0 10px;
  line-height: 28px;
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 0 8px;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 2px;
  color: #878787;
  border-color: #878787;
  text-transform: lowercase;
}
.label-error {
  color: red;
  font-weight: bold;
}
/*table design css code*/
.table.border thead th {
  background-color: #e9ecef !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.details {
  background-color: transparent;
  color: grey;
  text-transform: capitalize;
  border-radius: 6px;
}
.details:hover {
  color: white;
  background-color: #203873;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.w-fit {
  width: fit-content;
}
.chip-input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0.5rem;
}
.chip {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 16px;
  border: 1px solid #007bff;
  color: #007bff;
  font-size: 14px;
  max-width: 200px;
  overflow-wrap: break-word;
  white-space: normal;
  position: relative;
}
.remove-btn {
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #007bff;
  font-size: 16px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.chip-close-btn {
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #888;
}
.chip-close-btn:hover {
  color: #333;
}
.chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.table-min-h {
  height: 200px;
}
.pointer-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pointer-enabled {
  cursor: pointer;
  opacity: 1;
}
.form-check {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
}
#inactivityModal {
  z-index: 9999;
}
.filterIcon {
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.em-5 {
  margin-right: 20px;
}
.eye-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6c757d;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
.bg-incomplete {
  background-color: #ee8d11;
}
.tooltip-decline {
  --bs-tooltip-bg: #3d3c3c;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-max-width: 296px;
  --bs-tooltip-padding-y: 5px;
  --bs-tooltip-padding-x: 10px;
  font-family: roboto;
}
.tooltip-decline .tooltip-inner {
  text-align: left !important;
}
/*Use for sticky table head */
.sticky-table thead th {
  position: sticky;
  top: -10px;
  background-color: white;
  z-index: 2;
}
.custom-scroll {
  max-height: 450px;
  overflow-y: auto;
}
/* tab, info icon and switch input - mainly added for Batch Settlement page */
.custom-tab {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  color: #6b6f76;
  border-bottom: 2px solid #b3b3b3;
  margin-bottom: 14px;
}
.custom-tab.mud-tab-active {
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
}
/* For Tabs*/
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  color: #5186ec;
}
.nav-link {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
}
/*For Statement */
.statment-tab-border {
  border: 1px solid #d2d2d2;
}
.statement-mud-card {
  border-top: 10px solid #5186ec;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 12px;
  padding: 16px;
}