/*Top Bar*/
input::placeholder {
  opacity: 1 !important;
}

.search-input {
  margin-right: 10px;
  line-height: 20px;
  padding: 5px 10px;
  float: left;
  border: none;
  font-size: 12px;
  width: calc(100% - 35px);
  border-radius: 6px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.search-icon-container {
  border: 1px solid #ddd;
  max-width: 170px;
  border-radius: 6px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-icon-container svg {
  height: 20px;
  width: 20px;
}

.create-icone {
  background-color: #4abdd5;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  padding: 5px 0px 0px 9px;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}

.create-icone:hover {
  background-color: #4abdd5;
  color: #fff;
}

.filter-button,
.filter-button:hover,
.filter-button:active {
  background-color: rgb(74, 189, 213) !important;
  margin-right: 5px !important;
  color: #fff !important;
  width: 70px !important;
  font-size: 14px !important;
}

.cancel-button,
.cancel-button:hover,
.cancel-button:active {
  background-color: rgb(238, 238, 238) !important;
  width: 70px !important;
  font-size: 14px !important;
  border-color: rgb(238, 238, 238) !important;
}

/*Sl NO*/
.sl-no-w {
  width: 50px;
  min-width: 50px;
}

/*Option*/
.option-w {
  width: 150px;
}

.w-150px {
  width: 150px;
}

/*This will take Remaining Space*/
.flex-grow-1 {
  flex: 1; /* Fills available space */
  min-width: 0; /* Prevent shrinking below content */
  word-wrap: break-word; /* Break long words */
  overflow-wrap: break-word; /* Additional compatibility for word breaking */
  white-space: normal; /* Allow text wrapping */
}

.w-2 {
  width: 2%;
}

.w-3 {
  width: 3%;
}

.w-4 {
  width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
  width: 6%;
}

.w-6_5 {
  width: 6.5%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-10 {
  width: 10%;
}

.w-9 {
  width: 9%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19_5 {
  width: 19.5%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-27 {
  width: 27%;
}

.w-26 {
  width: 26%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-48 {
  width: 48% !important;
}

.w-51_5 {
  width: 51.5% !important;
}

.w-53 {
  width: 53% !important;
}

.w-55 {
  width: 55%;
}

.w-58 {
  width: 58%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-72 {
  width: 72%;
}

.w-80 {
  width: 80%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-92 {
  width: 92%;
}

.w-auto {
  width: auto !important;
}

.w-200px {
  width: 200px !important;
  min-width: 200px !important;
}

.grid-col-150px {
  width: 150px !important;
  min-width: 150px !important;
}

.max-width-600px {
  max-width: 600px !important;
}

/*Tool tip*/
.tooltip {
  padding: 1px 8px !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  margin-top: 2px !important;
}

/*Load More*/

.load-more {
  height: 50px;
}

/* Button Focus*/
.btn:focus {
  border: none !important;
  border-color: none !important;
  box-shadow: none !important;
}

:focus {
  outline: none;
}

/*disabled button*/

.disabled-button {
  background-color: rgb(247, 247, 247) !important;
}

/*View*/

.view-product-title {
  font-size: 16px;
  font-weight: 600;
}

.view-product-data-heading {
  font-weight: 100;
  font-size: 14px;
}

.view-product-data {
  font-weight: 700;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-word;
}

/*Full Modal*/

.bottom-bar {
  position: sticky;
  bottom: 0;
  display: flex;
}

/*New Grn*/

.col-3per {
  flex: 0 0 auto;
  width: 3% !important;
}

.col-22per {
  flex: 0 0 auto;
  width: 22% !important;
}

.col-23per {
  flex: 0 0 auto;
  width: 23%;
}

.col-32-9per {
  flex: 0 0 auto;
  width: 32.9%;
}

.col-49per {
  flex: 0 0 auto;
  width: 49%;
}

.col-93per {
  flex: 0 0 auto;
  width: 93% !important;
}

.col-98per {
  flex: 0 0 auto;
  width: 98% !important;
}

.col-146per {
  flex: 0 0 auto;
  width: 146% !important;
}

.minWidth-1050px {
  min-width: 1050px;
}

.fs-14px {
  font-size: 14px;
}

.multiline-option {
  background-color: rgb(238, 238, 238) !important;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
}

.multiline-option:hover {
  cursor: pointer;
  color: #4abdd5;
}

/*Login*/
/* .btn:first-child:active {
    border: none !important;
} */

@media (min-width: 1200px) {
  .col-xl-10per {
    flex: 0 0 auto;
    width: 11%;
  }
}
/*Height*/

.h-20 {
  height: 20% !important;
}

.h-70 {
  height: 70% !important;
}

.h-10 {
  height: 10% !important;
}

/*Create-dropdown*/

.create-dropdown {
  border: none;
  font-size: 11px !important;
  font-weight: 400;
}

.create-dropdown-hover:hover {
  color: #4abdd5;
  cursor: pointer;
}

/*Grid Hover*/

.grid-hover {
  transition: box-shadow 0.5s ease, transform 0.5s ease; /* Add transition for smooth effect */
}

.grid-hover:hover {
  background-color: #f4fdff;
  cursor: pointer;
}

/*date picker*/
/*
.input-box {
  border: solid 1px hsl(210, 13.8%, 88.6%);
  height: 37px;
  padding-top: 7px;
  padding-left: 12px;
  border-radius: 4px;
}
*/
.MuiFormControl-root input[type="text"] {
  padding: 0px 0px 0px 9px !important;
  height: 20px !important;
  font-size: 11px !important;
  letter-spacing: 0.5px;
  height: 32px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 0px !important;
  border: 1px solid #dee9ed !important;
}

.MuiFormControl-root {
  min-width: 20px !important;
  width: 100%;
}

.MuiButtonBase-root {
  padding: 6px !important;
}

.MuiInputBase-input {
  color: #666 !important;
}

.ls-20 {
  letter-spacing: 0.9px;
}

/*shimmer*/

.shimmer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.shimmer {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 20px;
  margin: 3px 2px 0px 2px;
}

.shimmer.height {
  height: 39px;
}

.shimmer.height-xl {
  height: 123px;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/*Text Color*/

.link-text {
  color: #4abdd5;
  cursor: pointer;
}

.grid-min-height {
  min-height: 70vh;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-save-button {
  color: #fff;
  background-color: #0300ae;
  border-color: #0300ae;
  padding: 6px 20px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-cancel-button {
  color: #000;
  background-color: #e9e9ed;
  border: 1px solid transparent;
  padding: 6px 20px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.invalid-feedback {
  display: block !important;
  width: 100%;
  margin-top: 0.25rem;
  color: red !important;
  font-size: 10px !important;
}

/*Top Bar*/
.top-bar {
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.add-button {
  background-color: #0300ae;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  border-radius: 6px 6px 6px 6px !important;
  outline: none;
  box-shadow: none;
  padding: 6px 5px;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-botton-space {
  margin-top: 25px;
}
.add-button svg {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}

.input-box {
  width: 100%;
  font-size: 12px;
  padding: 6px 10px;
  color: #666;
  margin-bottom: 5px;
  border: 1px solid #dee9ed;
  font-weight: 400;
}

.input-box:focus {
  border: 1px solid #000dff;
  box-shadow: 0px 1px 1px #007eff;
}

.label {
  color: #333;
  display: inline-block;
  font-family: "Arial";
  width: 100%;
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 1px;
  font-weight: 400;
}

.select-box {
  width: 100%;
  font-size: 12px;
  padding: 7px 10px;
  color: #666;
  margin-bottom: 5px;
  border: 1px solid #dee9ed;
  background: rgba(0, 0, 0, 0) !important;
  font-weight: 400;
}

.select-box:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  border: 1px solid #000dff;
  box-shadow: 0px 1px 1px #007eff;
  outline: none;
}

.top-bar-icons-list {
  display: flex;
  width: 100%;
}

.top-bar-icons-space {
  margin-top: 23px;
}
.my-anchor-filter {
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  padding: 2px 7px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f1ff;
}

.top-bar-icons-list svg {
  height: 18px;
  width: 18px;
  stroke: #666;
}

.top-bar-icons {
  display: flex;
  font-weight: 300;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #dee9ed;
  border-radius: 5px;
  padding: 7px;
  background-color: #eee;
  height: 32px;
  width: 32px;
  color: #00000094;
}

.top-bar-icons svg {
  stroke-width: 2;
}

.top-bar-icons:hover {
  background-color: #0300ae;
  border: 1px solid #0300ae;
}

.top-bar-icons:hover svg {
  stroke: #fff;
}

.create-drop-down {
  display: none;
  position: absolute;
  top: 100%; /* Align dropdown directly below the button */
  left: 0; /* Align dropdown with the left side of the button */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff !important;
  padding: 8px 15px;
  color: #333;
  width: max-content;
  cursor: pointer;
  min-width: 10rem;
}

/* Show the dropdown when hovering over the button */
.add-button-wrapper:hover .create-drop-down {
  display: block;
}

.add-button-wrapper {
  position: relative;
}

.create-drop-down-item {
  padding: 5px;
}

.create-drop-down-item:hover {
  color: #687ff1 !important;
}

/*Grid*/

.grid-background {
  border-radius: 5px;
  display: inline-block;
  padding: 30px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  background-color: #fff;
  min-height: 60vh;
}
.grid-background-latest {
  border-radius: 5px;
  display: inline-block;
  padding: 30px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  background-color: #fff;
  min-height: 60vh;
}

.min-height-400px {
  min-height: 400px;
}

.grid-tab {
  margin: 14px 4px 14px 4px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.grid-tab-items {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0px 10px 4px;
  font-family: "Arial";
  font-weight: bold;
}

.active-Tab {
  border-bottom: 2px solid #352ad4;
}

.grid-head {
  display: flex;
  width: 100%;
  padding: 0;
  float: left;
  white-space: nowrap;
  border-top: 1px solid #f1f3f6;
  border-bottom: 1px solid #f1f3f6;
}
.grid-head-latest {
  display: flex;
  width: 100%;
  padding: 0;
  float: left;
  white-space: nowrap;
  border-top: 1px solid #f1f3f6;
  border-bottom: 1px solid #f1f3f6;
  position: sticky;
  top: 165; /* sticks it to the top */
  left: 0;

  background-color: #fff;
  justify-content: flex-start;
}
.table-body-container {
  max-height: 900px; /* height of your grid */
  /* overflow-y: auto; enable scrolling */
}

.grid-body {
  border-bottom: 1px solid #eaecef;
  display: flex;
  width: 100%;
  padding: 0;
}

.grid-body:hover {
  background-color: #f4fcff;
}

.grid-heading {
  padding: 12px 10px;
  font-weight: bold;
  font-size: 12px;
  font-family: arial;
  text-transform: none;
  color: #000;
  word-wrap: break-word; /* Break long words */
  overflow-wrap: break-word; /* Additional compatibility for word breaking */
  white-space: normal; /* Allow text wrapping */
}
.grid-heading-latest {
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  font-family: arial;
  text-transform: none;
  color: #000;
  word-wrap: break-word; /* Break long words */
  overflow-wrap: break-word; /* Additional compatibility for word breaking */
  white-space: normal; /* Allow text wrapping */
  background: #ddd;
}

.grid-data {
  padding: 12px 10px;
  word-wrap: break-word; /* Break long words */
  overflow-wrap: break-word; /* Additional compatibility for word breaking */
  white-space: normal; /* Allow text wrapping */
}

.grid-data-item {
  font-family: arial;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
}

.sl-grid-data {
  font-family: arial;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 12px 10px;
  word-wrap: break-word; /* Break long words */
  overflow-wrap: break-word; /* Additional compatibility for word breaking */
  white-space: normal; /* Allow text wrapping */
}

.minWidth-650px {
  min-width: 650px;
}

.minWidth-700px {
  min-width: 700px;
}
.minWidth-800px {
  min-width: 800px;
}
.minWidth-900px {
  min-width: 900px;
}

.minWidth-1000px {
  min-width: 1000px;
}

.minWidth-1100px {
  min-width: 1100px;
}

.minWidth-1160px {
  min-width: 1160px;
}

.minWidth-1200px {
  min-width: 1200px;
}

/*Option button*/

.grid-option-button {
  background-color: #edeff2;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  padding: 2px 10px;
  text-align: left;
  font-family: arial;
  border: 1px solid #d4d7db;
  border-radius: 5px;
}

.grid-option-button svg {
  display: flex;
  width: 14px;
  height: 14px;
}

.grid-option-button:hover {
  text-decoration: none;
  color: royalblue;
  cursor: pointer;
}

.grid-option-button span {
  margin-left: 5px;
  margin-right: 5px;
}

.grid-option-button {
  color: #333333 !important;
  background-color: #edeff2 !important;
  border-color: #d4d7db !important;
}

.grid-option-more-btn {
  background-color: #edeff2 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  font-size: 11px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin-bottom: 5px !important;
  padding: 2px 10px !important;
  text-align: left !important;
  font-family: arial !important;
  border: 1px solid #d4d7db !important;
  border-radius: 5px !important;
}

.grid-option-more-btn svg {
  width: 14px;
  height: 14px;
}

.grid-option-more-btn span {
  margin-left: 5px;
  margin-right: 5px;
}

.grid-option-more-btn::after {
  display: none !important;
}

.grid-option-more-btn:hover {
  text-decoration: none !important;
  color: royalblue !important;
  cursor: pointer !important;
}

.grid-option-more-btn:focus {
  border: 1px solid #d4d7db !important;
}

.more-btn-dropdown a {
  text-transform: none !important;
  font-size: 14px;
}
.more-btn-dropdown svg {
  width: 16px;
  height: 16px;
}

.more-btn-dropdown a:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.more-btn-dropdown a span {
  margin-left: 5px;
  margin-right: 5px;
}

.grid-option-more-btn-sl {
  background-color: transparent !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  padding: 0px 0px !important;
  border: none !important;
  border-radius: 0px !important;
}
.grid-option-more-btn-sl svg {
  width: 16px;
  height: 16px;
}

.grid-option-more-btn-sl::after {
  display: none !important;
}

.filter-btn {
  color: #fff;
  background-color: #0300ae;
  border-color: #0300ae;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 5px;
}

/*Grid Loading*/

.dot-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}

.dot-loader-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 40px 50px 40px 50px;
  border-radius: 10px;
}

.dot-loader-align {
  display: flex;
  gap: 0.5rem;
}

.dot-loader-text {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  margin-top: 15px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #172fb6;
  border-radius: 50%;
  animation: fadeInOut 1s ease-in-out infinite alternate;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}

/* Min Height of grid */

.grid-min-height {
  min-height: 70vh;
}

.p-8-10 {
  padding: 8px 10px !important;
}

/*Final Account Sec*/

.final-acc {
  border: 1px solid #eee;
  min-width: 400px;
}

.final-acc-part {
  margin: 10px auto;
  border: 1px solid #eee;
  min-width: 400px;
}

.final-acc-head {
  background-color: #eee;
  height: 30px !important;
  white-space: nowrap;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.final-acc-item {
  display: flex;
  height: 26px;
  font-size: 14px;
}

.final-acc-item-sec1 {
  width: calc(100% - 135px);
  padding: 0px 10px;
  line-height: 26px;
  display: flex;
  align-items: center;
}

.final-acc-item-sec2 {
  width: 120px;
  display: inline-block;
  white-space: nowrap;
  padding: 0px 10px;
  display: flex;
  justify-content: end;
}

.final-acc-item-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.final-acc-item-notation {
  color: #000;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px;
}

.final-acc-part .hover:hover {
  background-color: #f4f4f4;
  color: royalblue;
}

.min-height-200px {
  min-height: 200px;
}

.min-width-992px-d-block {
  display: block;
}

.min-width-992px-d-none {
  display: none;
}

@media (max-width: 991px) {
  .min-width-992px-d-block {
    display: none;
  }

  .min-width-992px-d-none {
    display: block;
  }
}

/*Nav Pills*/
.nav-pill div {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 4px 12px 4px 12px;
  border-radius: 20px;
  margin: 0px 5px 0px 0px;
  background-color: #ffffff00;
  color: #000000;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0));
  transition: background 0.3s ease-out, color 0.2s ease-in,
    filter 0.1s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
}

.nav-pill .active-pill {
  background-color: #03009d;
  color: #fff;
  filter: drop-shadow(2px 2px 1px black);
}

/*erm-modal-card*/

.erm-modal-card {
  background-color: rgb(246 246 246 / 61%);
  padding: 10px;
  max-width: 300px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 3px solid #dddddd00;
  border-radius: 0px;
  transition: border-bottom 0.3s ease-out, border-radius 0.2s ease-in,
    filter 0.1s ease-in-out;
}

.erm-modal-card-active {
  border-bottom: 3px solid #87a4c3;
  background-color: #b2b2b233;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .col-lg-14per {
    flex: 0 0 auto;
    width: 14% !important;
  }
}

/* Sweet alert */

.swal2-warning {
  color: #ff6600 !important; /* Change to your desired color */
  border-color: #ff6600 !important;
}

/* load more loader */
.load-more-loader {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(3, 0, 174, 0.2);
  border-top: 4px solid #0300ae;
  border-radius: 50%;
  animation: spin 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
  position: relative;
  margin: 20px auto;
  transition: all 0.3s ease;
}

.load-more-loader::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid rgba(3, 0, 174, 0.1);
  border-top: 2px solid #0300ae;
  border-radius: 50%;
  animation: spin 1.5s linear infinite reverse;
  opacity: 0.5;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(0.9);
  }
}

/* Export To Excel */
.export-to-excel-input {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  color: #000;
}

.export-to-excel-confirm-button {
  background-color: #0300ae !important; /* Blue */
  color: white !important;
  font-size: 12px;
  padding: 9px 20px;
  border-radius: 4px;
  border: none;
}

.export-to-excel-cancel-button {
  background-color: #e9e9ed !important; /* Red */
  color: #000000 !important;
  font-size: 12px;
  padding: 9px 20px;
  border-radius: 4px;
  border: none;
}

.export-to-excel-container .swal2-title {
  font-size: 24px !important;
  text-align: left;
  display: flex !important;
  padding: 34px 75px 11px 54px !important;
  letter-spacing: 0.9px;
  align-items: baseline;
}

.export-to-excel-container .export-to-excel-icone {
  color: #37951a;
  /* border: 1px solid; */
  padding: 0px;
  font-size: 23px;
  border-radius: 50%;
  /* height: 30px; */
  /* width: 30px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.export-to-excel-container .swal2-actions {
  width: 100% !important;
  justify-content: end !important;
  padding: 0px 47px 16px 47px !important;
}

.export-to-excel-container .swal2-html-container {
  padding-top: 10px;
}

/* CSS for styling the file input with SVG icon */
.file-upload-box {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #555;
  border-radius: 6px;
  border: 1px dashed #ddd;
  padding: 8px 8px 8px 40px; /* Added left padding for the icon */
  transition: all 0.2s ease;
  outline: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
}

.file-upload-box:hover {
  border-color: #4a90e2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234a90e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E");
}

.file-upload-box:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234a90e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E");
}

/* Style the "Choose File" button */
.file-upload-box::-webkit-file-upload-button {
  -webkit-appearance: none;
  background: #f0f4f8;
  border: 1px dashed #d0d9e1;
  border-radius: 4px;
  color: #4a5568;
  cursor: pointer;
  font-weight: 600;
  padding: 6px 12px;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.file-upload-box::-webkit-file-upload-button:hover {
  background: #e1e8f0;
  border-color: #4a90e2;
  color: #4a90e2;
}

/* For Mozilla Firefox */
.file-upload-box::file-selector-button {
  background: #f0f4f8;
  border: 1px solid #d0d9e1;
  border-radius: 4px;
  color: #4a5568;
  cursor: pointer;
  font-weight: 600;
  padding: 6px 12px;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.file-upload-box::file-selector-button:hover {
  background: #e1e8f0;
  border-color: #4a90e2;
  color: #4a90e2;
}
.sl-grid-data .option svg {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.save-btn {
  color: #000;
  color: #fff;
  background-color: #0300ae;
  border-color: #0300ae;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cancel-btn {
  color: #000;
  background-color: #e9e9ed;
  border-color: #e9e9ed;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.not-found-container {
  text-align: center;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.05); */
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.not-found-icon-container {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem;
}

.not-found-search-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 4px solid #4f46e5;
  border-radius: 50%;
  opacity: 0;
  animation: not-found-scaleIn 0.5s ease forwards;
}

.not-found-search-handle {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 22px;
  height: 4px;
  background: #4f46e5;
  transform: rotate(45deg);
  transform-origin: right bottom;
  opacity: 0;
  animation: not-found-handleSlide 0.5s ease forwards 0.3s;
}

.not-found-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 3px solid rgba(79, 70, 229, 0.2);
  border-radius: 50%;
  animation: not-found-pulse 2s infinite;
}

.not-found-text {
  font-size: 22px;
  color: #1f2937;
  font-weight: 600;
  opacity: 0;
  animation: not-found-fadeUp 0.5s ease forwards 0.6s;
  position: relative;
}

.not-found-text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #4f46e5;
  animation: not-found-lineGrow 0.4s ease forwards 1s;
}

@keyframes not-found-scaleIn {
  from {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes not-found-handleSlide {
  from {
    transform: rotate(45deg) translateX(20px);
    opacity: 0;
  }
  to {
    transform: rotate(45deg) translateX(0);
    opacity: 1;
  }
}

@keyframes not-found-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes not-found-fadeUp {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes not-found-lineGrow {
  from {
    width: 0;
  }
  to {
    width: 40px;
  }
}

/* Hover effects */
.not-found-container:hover .not-found-pulse-ring {
  animation-duration: 1.5s;
}

.not-found-container:hover .not-found-text::after {
  width: 100px;
  transition: width 0.4s ease;
}

.custom-filter-date-input {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
  border: 1px solid #dee9ed;
  background: rgba(0, 0, 0, 0) !important;
  text-transform: uppercase;
}

.custom-filter-date-input::placeholder {
  color: #999;
  text-transform: uppercase;
}

.custom-filter-date-input:focus {
  outline: none;
  border-color: #90caf9;
  background-color: #fff;
}

.custom-filter-date-input::-webkit-calendar-picker-indicator {
  filter: invert(50%);
  cursor: pointer;
  opacity: 0.7;
}
.custom-search-date-input {
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
  border: 1px solid #dee9ed;
  background: rgba(0, 0, 0, 0) !important;
  text-transform: uppercase;
}

.custom-search-date-input::placeholder {
  color: #999;
  text-transform: uppercase;
}

.custom-search-date-input:focus {
  outline: none;
  border-color: #90caf9;
  background-color: #fff;
}

.custom-search-date-input::-webkit-calendar-picker-indicator {
  filter: invert(50%);
  cursor: pointer;
  opacity: 0.7;
}
.view-Icon svg {
  width: 18px;
  height: 18px;
}

.red-Icon svg {
  stroke: red;
}

.blue-color svg {
  stroke: blue;
}

.green-color svg {
  stroke: green;
}

/* .grid-scroll-container {
  min-width: 800px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
} */

.view-small-icon svg {
  height: 18px;
  width: 18px;
}
