* {
  font-family: Plus Jakarta Sans;
}

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

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

.bg-btnPrimary {
  background-color: #f5f8ff !important;
}

.pointer {
  cursor: pointer;
}

.bg-red {
  background-color: #ce2827 !important;
}

.btn-primary {
  background-color: #282744 !important;
}

.btn-success {
  background-color: #282744 !important;
}

.btn-danger {
  background-color: #0d6efd !important;
}

.bg-lightYellow {
  background-color: #fff3b8 !important;
}

.bg-salesHeader {
  background-color: #d9d9d9;
}

.bg-skyLight {
  background-color: #f2f4f8 !important;
}

.bg-lightGray {
  background: #6e8a8b !important;
}

/* .bg-lightGray {
  background-color: #d5e5f1 !important;
} */

.bg-smallLightGray {
  background-color: #f5f5f5 !important;
}

.bg-filter {
  background-color: #efefef;
}

.bg-lightRed {
  background-color: #fdf3f0;
}

.bg-lightGreen {
  background-color: #f2fbf5 !important;
}

.bg-lightYellow {
  background-color: #fffdee !important;
}

.bg-matBlue {
  background-color: #1775bb !important;
}

.bg-modalHeader {
  background-color: #f3f7fe !important;
}

.bg-upload {
  background-color: #0079b6 !important;
}

.bg-lightBlue {
  background-color: #ecf4fa !important;
}

.text-blue {
  color: #1775bb !important;
}

.text-red {
  color: #ff4144 !important;
}

.text-lightRed {
  color: #e8532d !important;
}

.text-reject {
  color: #ed3f00 !important;
}

.text-green {
  color: #00b615 !important;
}

.text-lightGreen {
  color: #00b13c !important;
}

.text-orange {
  color: #ff8787 !important;
}

.text-deeporange {
  color: #ff9429 !important;
}

.text-deepYellow {
  color: #d3b000;
}

.text-lightYellow {
  color: #e4af00 !important;
}

.text-deepGray {
  color: #7a7a7a !important;
}

.text-lightBlue {
  color: #42415b !important;
}

.text-lightGray {
  color: #d0d1db !important;
}

.text-blue1 {
  color: #3b79f6 !important;
}

.text-leftmenu {
  color: #0a1b39 !important;
}

.text-black {
  color: #000000 !important;
}

.text-primarylight {
  color: #5e5d73 !important;
}

.text-matBlack {
  color: #242424 !important;
}

.text-lightPrimary {
  color: #5a5970 !important;
}

.text-waterBlue {
  color: #80a8f9 !important;
}

.textBtn-Primary {
  color: #83899f !important;
}

.text-PartyAccount {
  color: #0a1b39 !important;
}

.border-1px {
  border: 1px solid #eaeae9 !important;
}

.border-lightBlue {
  border: 1px solid #e2ebfe !important;
}

.highPriority {
  color: #fe3a28;
  border: 1px solid #f2dad4;
}

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

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

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

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

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

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

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.h-15 {
  height: 15vh;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.nowrap {
  white-space: nowrap !important;
}

.border-lightSky {
  border: 1px solid #e1edf6 !important;
  border-radius: 5px !important;
  color: #1775bb !important;
  background-color: white !important;
}

.bg-primaryBtn {
  background-color: #282744 !important;
  color: white !important;
}

.text-primary {
  color: #282744 !important;
}

.bg-secondaryBtn {
  background-color: #f4f4f6 !important;
  color: #282755 !important;
}

.tableHeader {
  color: #4d4d4d !important;
}

.bg-tableHeader {
  background-color: #f4f4f4 !important;
}

.bg-btncancel {
  background-color: #f4f4f6 !important;
}

.accordion-button {
  background-color: #282744 !important;
  color: white !important;
}

.accordion-flush .accordion-item .accordion-button {
  background-color: #282744 !important;
  color: white !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/img/arrowIcon.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/img/arrowIcon.svg");
  transform: rotate(-180deg);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 11rem !important;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;

  inset: 0px auto auto 9px !important;
  margin: 0px;
  transform: translate(-81px, 42px);
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: black !important;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.outline-none {
  outline: none !important;
}

select {
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #ced4da !important;
  color: #212529 !important;
  outline: none !important;
}

.scrollDiv {
  height: 100vh !important;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}

.w-92 {
  width: 92% !important;
}

.w-20 {
  width: 20% !important;
}

/* .bg-Dropdown {
  background-color: #262837 !important;
} */

.bg-Dropdown {
  background-color: #d2aaa3 !important;
}

.bg-purple {
  background-color: #2d2c54 !important;
}

.h-280 {
  height: 280px !important;
}

.h-150 {
  height: 150px !important;
}

.bg-lightYellow {
  background-color: #fffef8 !important;
}

.border-yellow {
  border: 1px solid #fff4c9 !important;
}

.text-deepyellow {
  color: #a87536 !important;
}

.dropdown-menu {
  transform: translate(-185px, -45px) !important;
}

.bg-lightorange {
  background-color: #fff1db !important;
}

.text-lightorange {
  color: #ffa00f !important;
}

.bg-matGreen {
  background-color: #def5e6 !important;
}

.superadminActiveBtn {
  color: #ee670f !important;
  background-color: #fff1e9 !important;
  border: 1px solid #ffd8c2 !important;
  border-radius: 100px !important;
  padding: 6px 12px !important;
}

.socialMediaActiveButton {
  background-color: #d2aaa3 !important;
  border: 1px solid white !important;
}

.text-superadminTop {
  color: #7d8398;
}

.bg-superadminTable {
  background-color: #f9fafe !important;
}

.superadminTable-boxShadow {
  border-top: 1px solid #eff0f3;
  box-shadow: 0px -3px 6px -6px;
}

.bg-black {
  background-color: #121212 !important;
}

.activeStatus {
  color: #059335 !important;
  background-color: #e5f7eb !important;
  padding: 6px !important;
}

.w-50 {
  width: 50% !important;
}

/*spinner Css*/
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #375ed3 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.bg-lightweightGray {
  background-color: #f8f8f8 !important;
}

.advisoryActiveBtn {
  background-color: #e8e7f4 !important;
  color: #140d91 !important;
  border: 1px solid #140d91;
}

.text-AdvBlue {
  color: #140d91 !important;
}

.activeFilter {
  background-color: #eaf3f9 !important;
  border-right: 1px solid #1775bb !important;
}

.w-100px {
  width: 100px;
}

.text-lightBlack {
  color: #343232 !important;
}

.castWise-tablecolor {
  background-color: #ebf2fe;
  color: #1775bb;
}

.bg-advisiory {
  background-color: #f8f9fd;
}

.advisiory-New {
  color: #00b90f;
  background-color: #f5fcf5;
}

.text-advisioryGray {
  color: #53526c !important;
}

.advisioryboxActive {
  background-color: #e8e7f4;
  border-left: 2px solid #140d91;
}

.text-advisioryBlue {
  color: #140d91;
}

.bg-advisioryLightYellow {
  background-color: #fef8f2;
}

#anayzeBtn {
  background-image: linear-gradient(to right, #3b79f6, #88d579);
  border: none;
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.flagcolor {
  background-image: linear-gradient(to right, #ff6344, #ffffff, #178a0c);
  border: none;
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.activeBtn {
  border: 1px solid #1775bb21 !important;
  box-shadow: 0px 0px 4px 0px #1775bb24 !important;
  color: #1775bb !important;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
#tableWrapper {
  height: 500px; /* Default height for larger screens */
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
}

/* Media query for screens with a max width of 1300px */
@media (max-width: 1400px) {
  #tableWrapper {
    height: 419px; /* Height when the screen width is under 1300px */
  }
}

.table-container thead {
  position: sticky;
  top: 0;
  background: rgb(235, 234, 234); /* Ensure header is visible */
  z-index: 10; /* Keeps the header above other elements */
}

