.blue-text {
  color: rgb(61, 148, 255) !important;
}

.green-text {
  color: green !important;
}

.red-text {
  color: red !important;
}

/*sidebar-update*/
.sidebar-dark .nav-item .nav-link {
  border-top: 1px solid rgba(255, 255, 255, .15) !important;
  padding: 0.65rem 1rem;
  color: white;
}

/*end sidebar*/

.modal-header {
  background: #CDDC39;
  color: black;
  padding: 0.25rem 1rem;
}

.form-control {
  font-size: 0.75rem;
  border: 1px solid black;
  margin-bottom: 5px !important;
}

.form-group {
  margin-bottom: 5px !important;
}

label {
  font-size: 14px;
  color: black;
  margin-bottom: 0px;
}

.load-btn-container {
  align-items: center;
  display: flex;
}

.load-btn-container button {
  padding: 6px 20px;
  font-size: 13px;
  margin: 2px;
  background: #ff9800;
  font-weight: 700;
  color: white;
  border: none;
}

.modal-submit-btn {
  padding: 6px 10px;
  font-size: 13px;
  margin: 2px;
  background: #ff9800;
  font-weight: 700;
  color: white;
  border: none;
}

.modal-cancel-btn {
  padding: 6px 10px;
  font-size: 13px;
  margin: 2px;
  background: #5a5c69;
  font-weight: 700;
  color: white;
  border: none;
}

.form-container {
  background: #f2f3eb;
  padding: 10px;
  font-weight: bold;
}

.content-header {
  background: #b5c140;
  color: white;
  font-weight: bold;
  padding: 4px;
}

.content-header-btn {
  background: #b5c140;
  color: white;
  font-weight: bold;
  padding: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Toggle container */
.toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default checkbox */
.toggle input {
  display: none;
}

/* Slider (visual representation of toggle) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:checked+.slider:before {
  transform: translateX(20px);
}

.custom-select-box {
  height: 33px;
  padding: 0px;
  font-size: 14px;
  border: 1px solid #bababf;
  width: fit-content;
}

.custom-yellow-btn {
  padding: 4px 5px;
  font-size: 11px;
  margin: 2px;
  background: #ff9800;
  font-weight: 700;
  color: #000;
  border: none;
}

.custom-grey-btn {
  padding: 4px 5px;
  font-size: 11px;
  margin: 2px;
  background: #5a5c69;
  font-weight: 700;
  color: white;
  border: none;
}

.custom-red-btn {
  padding: 4px 5px;
  font-size: 10px;
  margin: 2px;
  background: #f74a4a;
  font-weight: 700;
  color: white;
  border: none;
}

.custom-green-btn {
  padding: 4px 5px;
  font-size: 10px;
  margin: 2px;
  background: #026324;
  font-weight: 700;
  color: white;
  border: none;
}

.custom-red-btn {
  padding: 4px 5px;
  font-size: 10px;
  margin: 2px;
  background: #d60d0d;
  font-weight: 700;
  color: white;
  border: none;
}

.back-btn {
  padding: 4px 5px;
  font-size: 14px;
  margin: 2px;
  font-weight: 700;
  color: white;
  border: none;
  background-color: #CDDC39;
}

.td-with-buttons {
  width: 150px;
  /* Adjust the width as needed */
}


.nav-tabs {
  background-color: #CDDC39 !important;
}

.nav-link {
  color: white;
}

.nav-tabs .nav-link.active {
  background-color: #b5c140;
  color: white;
}

.table td,
.table th {
  padding: 5px !important;
  font-size: 12px !important;
  color: black;
}

.pagination-number {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white;
  background-color: #CDDC39;
  border: 1px solid #dddfeb;
}

.pagination-inactive-number {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

.pagination-action-btn {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

.hover-row:hover {
  cursor: pointer;
  background-color: rgb(202, 194, 194);
}

.toggled {
  overflow: visible;
  width: 6.5rem !important;
}

.toggledMob {
  overflow: hidden;
  width: 0 !important;
}

.marquee_area {
  overflow: hidden;
  white-space: nowrap;
  margin-top: -23px;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee_area .scrolling-text {
  animation: marqueeAnimation 50s linear infinite;
}

.iconWidthHeight {
  height: 25px;
  width: 25px;
}

.inline-container {
  display: flex;
  gap: 5px;
}

.text-no-wrap {
  white-space: nowrap;
}

/* tableStyles.css Add style its elements here column widths */
.col-sno {
  width: 5%;
}

.col-date {
  width: 10%;
}

.col-desc {
  width: 30%;
}

.col-debit,
.col-credit,
.col-balance {
  width: 12%;
}

.custom-radio {
  display: flex;
  align-items: center;
}

.custom-radio .form-check-input[type="radio"] {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  /* Adjust the margin as needed */
}

.custom-radio .form-check-label {
  margin-top: 6px;
  margin-left: 10px;
}

.back {
  background-color: #82cfff;
  --bs-table-bg: #82cfff;
}

.lay {
  background: #ffb5bd;
  --bs-table-bg: #ffb5bd;
}

.market-lay-back {
  padding: 2px;
  width: fit-content;
  text-align: center;
  border-radius: 7px;
  color: black;
  width: 80px;
  max-height: fit-content;
  cursor: pointer;
}

.white-tag-container {
  background-color: rgb(52, 140, 222) !important;
  margin-top: 10px;
}

.white-tag-container .tag-text {
  padding: 5px 26px 7px 15px !important;
}

.fancy_info-popup {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 0px 10px;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

.fancy_info-popup.show {
  display: block;
}

/* CSS for the user suggestion list */
.suggestion-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1;
}

.suggestion-list li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.suggestion-list li:last-child {
  border-bottom: none;
}

.table td,
.table th {
  padding: 5px !important;
  font-size: 14px !important;
  color: black;
  font-weight: 900;
}

.sidebar .nav-item .nav-link span {
  font-weight: 700;
}

[data-value] {
  color: green !important;
  ;
}

[data-value^="-"] {
  color: Red !important;
}