/**********Button colors controls**************/
.JAdd,
.JSave,
.JSearch,
.JUpdate,
.JPrint,
.JTab,
.JEmail,
.JRefresh {
  background-color: green !important;
  border-color: green !important;
  color: #fff !important;
}

.JDelete,
.JBack,
.JCancel,
.JClose,
.JClear {
  background-color: red !important;
  border-color: red !important;
  color: #fff;
}

.JEdit {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff;
}

/**********blink text**************/
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking-text {
  animation: blink 2.5s infinite;
}

/****website approval ****/
.imgBigSize {
  height: 450px;
  /* width: 500px; */
}

.imgsmallSize {
  height: 133px;
}

.thumbnail-list {
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 150px;
  height: 100px;
  /* Set the desired height */
}

.thumbnail-item {
  display: inline-block;
  list-style: none;
  margin: 2px;
  border: 2px solid #ddd;
  padding: 4px;
  cursor: pointer;

}

.thumbnail-item-active {
  display: inline-block;
  list-style: none;
  margin: 2px;
  border: 2px solid #ff0000;
  padding: 4px;
  cursor: pointer;

}

/*tooltip */
.tooltipIcon {
  border: none;
  background-color: transparent !important;
  ;

}

/********lot table css*******/
.b2ctable>thead>tr>th {
  background-color: rgb(203, 247, 198);
}

.b2btable>thead>tr>th {
  background-color: rgb(250, 237, 125);
}

.productsHeader>thead>tr>th {
  background-color: #fff9c4;
}

.salesHeader>thead>tr>th {
  background-color: #d6f8da;
}

.grossHeader>thead>tr>th {
  background-color: #E8F5E9;
}

.netHeader>thead>tr>th {
  background-color: #FFF9C4;
}

hr.lotbr {
  border-top: 3px solid #156e09;
}

/**************GRN Draft View******************/
.grnView {
  display: flex;
  align-items: end;
}

/********lot table css*******/
.grnMapped {
  background-color: #f2fcfc
}

.grnUnmapped {
  background-color: rgb(250, 237, 125);
}

/****GRN Bill Print ****/
.grnPrint td {
  border-bottom: 0 !important;
  padding: 0px 5px 0px 5px !important;
  text-align: center;
  height: 28px;

}

.grnPrint tr {
  border-bottom: 1px solid #dee2e6;
}

.grnPrint th {
  background-color: #216e0f !important;
  color: white !important;
  text-align: center;
  height: 28px;
}

.grnPrint table {
  margin: 0 !important;
}

.billheader {
  background-color: #216e0f !important;
  color: white !important;
  text-align: center;
}

.grnFromAddress {
  color: #216e0f;
  padding-left: 20px;
}

.grnToAddress {
  text-align: left;
  padding-left: 20px;

}

.grnFooter {
  padding-left: 40px !important;
  line-height: normal;
  /* Set line-height to normal */
}

/* Adjust line-height for specific elements if needed */
.grnFooter h6 {
  margin: 0;
  /* Remove default margin */
  line-height: 3;
  /* Adjust line-height for h6 elements */
}


/****GRN Bill Print End ****/


.image-icon {
  width: 70px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgb(4 4 4 / 48%);
  transition: box-shadow 0.3s ease;
  border: 5px solid #de1414;
}

.image-icon:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.format {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9b0c0c;
}

.model-image-icon {
  width: 37px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 8px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgb(4 4 4 / 48%);
  transition: box-shadow 0.3s ease;
  border: 2px solid #de1414;
}

.model-format {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9b0c0c;
}

/*****website reconciliation row******/
.highlighted-row {
  background-color: #ccc;
}

.printHead1 {
  font-size: 100px;
}

.printHead2 {
  font-size: 70px;
}

.printBorder {
  border-bottom: 15px solid black;
}

@media (min-width: 1025px) {
  .jsPrint {
    display: inline-block;
  }

  .rawBtPrint {
    display: none;
  }
}

@media (max-width: 1024px) {
  .jsPrint {
    display: none;
  }

  .rawBtPrint {
    display: inline-block;
  }
}

/******************/
.shipping_view {
  max-height: 250px;
  /* width: 300px; */
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  box-shadow: 1px 4px 5px #ccc;
  padding: 5px;
  position: relative;
}


/********Order Print Form*****/
.order-details-font {
  text-align: center;
  font-size: 40px;
  /* Reduce font size */
  font-weight: unset;
}

.order-footer {
  text-align: center;
  font-family: Georgia, serif;
  /* Reduce font size */
  font-weight: unset;
}

.order-details-container {
  height: 80px;
  /* Reduce container height */
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.order-details-footer {
  height: 75px;
  /* Reduce footer height */
  background-color: antiquewhite;
  display: flex;
  align-items: center;
}

.order-details,
.payment-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  /* Reduce margin */
  line-height: 1.2;
  /* Reduce line height */
}

.order-details p,
.payment-details p {
  color: #333;
  /* Dark gray text */
  font-size: 16px;
  /* Reduce font size */
  line-height: 18px;
}

.order-details span {
  color: #333;
  /* Dark gray text */
  font-size: 14px;
}


.terms-details p {
  color: #333;
  /* Dark gray text */
  font-size: 14px;
  /* Reduce font size */
  line-height: 18px;
}


.order-container {
  font-family: sans-serif;
  line-height: 1;
  /* Reduce line height */
}

.order-bottom p {
  color: #333;
  /* Dark gray text */
  font-size: 16px;
  /* Reduce font size */
  padding-right: 8px;
  /* Reduce padding */
}

.table-order-invoice {
  width: 100%;
  height: auto;
  /* Adjust to fit content */
  border-collapse: collapse;
  /* Ensure no extra space between cells */
}

.table-order-invoice th,
.table-order-invoice td {
  border-color: transparent;
  height: 30px;
  /* Reduce row height */
  text-align: center;
  font-size: 14px;
  /* Reduce font size */
}


.table-order-invoice th {
  background-color: antiquewhite;
}

/***********checkbox*****/
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/********view model img***********/
.model-img-scroll {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

/***********calendar************/
.table-calendar th {
  height: 40px;
  text-align: center;
  font-size: 14px;
}

.table-calendar td {
  height: 100px;
  font-size: 14px;
}

.calendar-cell th {
  height: 15px;
  font-size: 12px;
}

.calendar-cell td {
  height: 15px;
  font-size: 12px;
}

.item_cell {
  display: flex;
  justify-content: space-between;
}

.item_cell_header {
  display: flex;
  justify-content: space-between;
}

.item_cell_footer {
  display: flex;
  justify-content: space-between;
}

.item_cell_container {
  height: 80px;
}

/* CKEditor */
.cke_notification cke_notification_warning {
  display: none;
}

.cke_notification_warning {
  display: none;
}

/* CKEditor */

/* Hierarchy tree css start*/
.genealogy-body {
  white-space: nowrap;
  overflow-y: hidden;
  padding: 5px;
  text-align: center;
}

.genealogy-horizontal-scroll-container {
  /* display: inline-flex; */
  justify-content: space-between;
  padding: 10px;
}

.genealogy-horizontal-scroll-container_without_child {
  display: inline-flex;
  justify-content: space-between;
  padding: 10px;
}

.genealogy-tree {
  display: inline-block;
}

.tree-scrollx {
  overflow-x: scroll;
  display: flex;
}

.genealogy-tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}

.genealogy-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 0;
}

.genealogy-tree li::before,
.genealogy-tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 18px;
}

.genealogy-tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}

.genealogy-tree li:only-child::after,
.genealogy-tree li:only-child::before {
  display: none;
}

.genealogy-tree li:only-child {
  margin-top: -5px;
}

.genealogy-tree li:first-child::before,
.genealogy-tree li:last-child::after {
  border: 0 none;
}

.genealogy-tree li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.genealogy-tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.genealogy-tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 20px;
}

.employee {
  display: inline-block;
  position: relative;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.employee img.employee-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.employee .employee-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.employee .employee-position {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

/* Hierarchy tree css end*/

/* Date reset css start */
.clear-button {
  cursor: pointer;
  color: #555;
}

.clear-button:hover {
  color: rgba(255, 0, 0, 0.79);
}

/* Date reset css end */

/***********calendar************/
.table-calendar th {
  height: 40px;
  text-align: center;
  font-size: 14px;
}

.table-calendar td {
  height: 100px;
  font-size: 14px;
}

.calendar-cell th {
  height: 15px;
  font-size: 12px;
}

.calendar-cell td {
  height: 15px;
  font-size: 12px;
}

.item_cell {
  display: flex;
  justify-content: space-between;
}

.item_cell_header {
  display: flex;
  justify-content: space-between;
}

.item_cell_footer {
  display: flex;
  justify-content: space-between;
}

.item_cell_container {
  height: 80px;
}

/* text-area field css start */

.scrollable-textarea {
  width: 1000px;
  height: 100px;
  resize: none;
  white-space: nowrap;
  overflow-x: auto;
}

/* text-area field css end */

.gold-plan-font>h3 {
  font-size: 40px;
  color: #546e7a !important;
}

.gold-plan-font {
  color: #ff7216 !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.gold-plan-card .gold-plan-card {
  box-shadow: none !important;
}

.gold-plan-card {
  margin-bottom: 1.875rem;
  border: none;
  box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
  border-radius: .45rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.35rem;
}

/* customer_story_report css start  */

.customer-story-container {
  padding: 10px;
  grid-gap: 15px;
  display: flex;
  justify-content: center;
  /* width: 85vw; */
  font-family: sans-serif;
  font-size: 18px;
}

.story-card {
  min-width: 175px;
  max-width: 250px;
  height: 60px;
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-color: #f5faff;
  border-radius: 20px;
  padding: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  transition: 0.1s;
}

.story-card:nth-child(1) {
  background-color: #af704c;
}

.story-card:nth-child(2) {
  background-color: #2196F3;
}

.story-card:nth-child(3) {
  background-color: #91962a;
}

.story-card:nth-child(4) {
  background-color: #9C27B0;
}

.story-card:nth-child(5) {
  background-color: #FF5722;
}

.story-card:nth-child(6) {
  background-color: #645b61;
}

.story-card-black {
  box-sizing: border-box;
  width: 100%;
  height: 160px;

  border-radius: 20px 20px 0 0;
  background-color: #000000;

  color: #ffffff;
}

.story-card:hover {
  scale: 105%;
  box-shadow: calc(var(--mouse-x) * -30px) calc(var(--mouse-y) * -30px) 6px rgba(0, 0, 0, 0.3);

  transform: perspective(900px) rotateY(calc(var(--mouse-x) * 100deg)) rotateX(calc(var(--mouse-y) * -100deg));
  transition: 0.1s;
}

.customer-story-title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.customer-story-address-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.customer-story-address-container {
  display: flex;
  overflow-x: scroll;
  background: #fff;
  /* justify-content: center; */
}

.customer-story-address-column {
  text-align: left;
}

/* .customer-story-address-column p {
  margin: 6px;
  width: 80px;
} */

.customer-story-address-table {
  padding-left: 25px;
  padding-right: 25px;
}

.customer-story-address-table table thead tr th {
  text-align: center;
}

.customer-story-address-table table td {
  width: auto;
  padding: 6px !important;
}

.address-card {
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  /* background-color: lightslategrey; */
  border-radius: 20px;
  margin: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  transition: 0.1s;
}

/* customer_story_report css start  */

/* time picker css start  */
.time-picker {
  display: flex;
  margin-bottom: 10px;
  padding-top: 15px;
  font-weight: 700;
  column-gap: 3px;
}

.input_time_picker {
  width: 60px;
  padding: 4px;
  font-size: 15px;
  text-align: center;
  border: 2px solid;
  border-radius: 5px;
}

/* time picker css end  */

.page-disabled {
  pointer-events: none;
  /* Prevent interaction */
  opacity: 0.75;
  /* Slightly faded */
  cursor: not-allowed;
  /* Not-allowed cursor */
}

.full-row-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.file-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 14px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgb(4 4 4 / 48%);
  transition: box-shadow 0.3s ease;
  border: 3px solid #de1414;
}

/* database manual edit start */
.pre-style {
  font-family: monospace;
  white-space: pre-wrap;
  border: 1px solid #ced4da;
  padding: 10px;
  overflow: auto;
  background-color: #f8f9fa;
  max-height: 220px;
}

/* database manual edit end */

/* selected row in table css  */
.selected-table-row-bg-color {
  background-color: #3d79a2;
}

.selected-table-row-font-color {
  color: #fff;
}

.table-body-scrolling {
  overflow-y: scroll;
  max-height: 300px;
  scrollbar-width: thin;
  margin-right: 0px;
}

.download-icon {
  cursor: pointer;
  text-align: center;
  font-size: 17px;
}


/* ---------File Explorer Css Start-------- */

.file-explorer {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.file-ex-toolbar {
  /* display: flex; */
  gap: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
}

.file-ex-toolbar button {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.file-ex-toolbar button:hover {
  background-color: #d0d0d0;
}

.file-ex-breadcrumb {
  padding: 10px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.file-ex-breadcrumb-item {
  cursor: pointer;
  color: #0078d4;
}

.file-ex-breadcrumb-item:hover {
  text-decoration: underline;
}

.icon-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.icon-item {
  width: 100px;
  text-align: center;
}

.icon-label {
  position: relative;
  cursor: pointer;
}

/* Base style for all file extension icons */
.file-ex-icon {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
}

.file-ex-icon.folder {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.269631 16.0936C0.126239 14.9028 1.05591 13.8545 2.25529 13.8545H37.7447C38.9441 13.8545 39.8738 14.9028 39.7304 16.0936L37.7574 32.4777C37.5154 34.4873 35.8103 35.9994 33.7861 35.9994H6.21389C4.18972 35.9994 2.48458 34.4873 2.24258 32.4777L0.269631 16.0936Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.1587H37.5V11.9798C37.5 10.8753 36.6046 9.97984 35.5 9.97984H21.4809C21.0683 9.97984 20.6657 9.85221 20.3285 9.61445L15.7199 6.36538C15.3826 6.12763 14.9801 6 14.5675 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3C/svg%3E%0A');
}

.file-ex-icon.exe {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239A9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="11.75" y1="17" x2="23.25" y2="17" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 23.75L30 23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 31.25L30 31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* PDF Icon (already provided) */
.file-ex-icon.pdf {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75V18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 23.75H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20.5 18.75H17.5V28.75H20.5C21.6046 28.75 22.5 27.8546 22.5 26.75V20.75C22.5 19.6454 21.6046 18.75 20.5 18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* TXT Icon */
.file-ex-icon.txt {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239A9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="11.75" y1="17" x2="23.25" y2="17" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 23.75L30 23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 31.25L30 31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* JPG Icon */
.file-ex-icon.jpg,
.file-ex-icon.jpeg {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFD700"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 30L10 25L15 20L20 25L25 20L30 25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Ccircle cx="12" cy="15" r="2" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

.file-ex-icon.png {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFD700"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 30L10 25L15 20L20 25L25 20L30 25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Ccircle cx="12" cy="15" r="2" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* MP4 Icon */
.file-ex-icon.mp4 {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239B59B6"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M23.4916 23.5073L20.1611 21.287C19.4689 20.8255 18.5417 21.3218 18.5417 22.1537V26.5943C18.5417 27.4263 19.4689 27.9225 20.1611 27.461L23.4916 25.2407C24.1101 24.8284 24.1101 23.9196 23.4916 23.5073Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* DOCX Icon */
.file-ex-icon.docx {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%231E90FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M10 18.75H14.5C15.6046 18.75 16.5 19.6454 16.5 20.75V28.75H10V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.5 23.75H21.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M23.5 18.75H28C29.1046 18.75 30 19.6454 30 20.75V28.75H23.5V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* JPG Icon */
.file-ex-icon.jpg,
.file-ex-icon.jpeg {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF9800"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 18.75H25V28.75H15V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Ccircle cx="20" cy="23.75" r="3" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* PNG Icon */
.file-ex-icon.png {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239C27B0"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 18.75H25V28.75H15V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Ccircle cx="20" cy="23.75" r="3" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* XLS Icon */
.file-ex-icon.xls {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%234CAF50"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 18.75H25V28.75H15V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 18.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 23.75H25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* XLSX Icon */
.file-ex-icon.xlsx {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23388E3C"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 18.75H25V28.75H15V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 18.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 23.75H25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* ZIP Icon */
.file-ex-icon.zip {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFA500"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15 18.75H25V28.75H15V18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 18.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 23.75H25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* Default Icon (for unknown file types) */
.file-ex-icon.default {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23D3D3D3"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M20 15V25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 20H25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

.icon-label span {
  display: block;
  margin-top: 5px;
  word-wrap: break-word;
  margin-right: 40px;
}

.custom-icons {
  position: absolute;
  top: 5px;
  display: flex;
  gap: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px;
  border-radius: 4px;
}

.custom-icons .fas {
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.custom-icons .favorite-icon.filled {
  color: #ffd700;
  /* Gold color for filled star */
}

.custom-icons .favorite-icon:not(.filled) {
  opacity: 0.5;
}

.folder-icon,
.upload-icon,
.trash-icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center center;
}

.trash-icon {
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3 6H5H21M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6H19Z" stroke="%235F6368" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}

/* Folder Icon */
.folder-icon {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M5 8C5 5.79086 6.79086 4 9 4H16L20 8H31C33.2091 8 35 9.79086 35 12V36C35 38.2091 33.2091 40 31 40H9C6.79086 40 5 38.2091 5 36V8Z" fill="%23FFC107"/%3E%3C/g%3E%3Cpath d="M5 8L16 8L20 12H31C33.2091 12 35 12 35 12" stroke="white" stroke-opacity="0.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="4" width="30" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* Upload Icon */
.upload-icon {
  background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%234CAF50"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M20 15V25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 20L20 15L25 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 30H25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
}

/* Pagination Container */
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

/* Page Size Dropdown */
.pagination-container label {
  margin-right: 20px;
}

.pagination-container select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.pagination-container select:focus {
  outline: none;
  border-color: #666;
}

/* Pagination Info */
.pagination-info {
  margin: 0 20px;
}

/* Navigation Buttons */
.pagination-container button {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.pagination-container button:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
  color: #999;
}

.pagination-container button:hover:not(:disabled) {
  background-color: #ddd;
}

/* Page Indicator */
.pagination-page {
  margin: 0 10px;
}

.folder-checkbox {
  top: 5px;
  position: absolute;
  cursor: pointer;
}

.folder-checkbox:checked {
  accent-color: #1A73E8;
}

.file-explorer-breadcrumb {
  margin: 0 auto;
  margin-top: 40px;
}

.file-explorer-breadcrumb {
  display: inline-flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  /* width: fit-content; */
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
  margin: 0px;
}

.file-explorer-breadcrumb-item {
  transition: all 0.2s ease-in-out;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 18px -2px #d9d9d9;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(74, 74, 74, 0.8);
  position: relative;
  cursor: pointer;
  float: left;
}

.file-explorer-breadcrumb-item:after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 14px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
  transform: rotate(45deg);
  margin-left: -4px;
}

.file-explorer-breadcrumb-item:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
}

.file-explorer-breadcrumb-item:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* background-color: rgba(23, 165, 98, 0.06); */
}

.file-explorer-breadcrumb-item:first-child:after {
  content: "";
  /* display: none; */
}

.file-explorer-breadcrumb-item i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
}

.file-explorer-breadcrumb-item:hover {
  background-color: #f9f9f9;
}

.file-explorer-breadcrumb-item:hover:after {
  border: 14px solid #f9f9f9;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.file-explorer-breadcrumb-item:first-child:hover {
  background-color: rgba(23, 165, 98, 0.15);
}

/* -------File Explorer css end------------ */

/* Time picker CSS */
.time-picker-container {
  max-width: 250px;
  padding: 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.time-picker-container select {
  padding: 5px;
  margin-right: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
  .time-picker-container {
    flex-wrap: wrap;
  }

  .time-picker-container select {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .time-picker-container {
    padding: 5px;
  }

  .time-picker-container select {
    padding: 5px;
    margin-right: 5px;
  }
}

/* earrng try start */
.img-try {
  cursor: crosshair;
  max-width: 100%;
}

.click-point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00ff2b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* attendance table head fixed ui css end */
/* file Explorer start */
.file-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
}

/* file Explorer End */
/* Badge Styles start */
.icon-badge {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #333;
}

.icon-badge .badge-count {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50px;
  padding: 4px 8px;
  min-width: 20px;
  text-align: center;
}

/* Badge Styles end */

#metalRateChart {
  height: 370px;
  width: 100%;
}

.canvasjs-chart-credit {
  display: none !important;
}

/* For dropdown menu */
ul.support-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  min-width: 200px;
  z-index: 999;
  position: absolute;
  /* or fixed if needed */
}

/* Each item */
.support-item {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #333 !important;
  background: white;
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
}

/* Hover effect */
.support-item:hover {
  background-color: #3c8dbc;
  color: #fff !important;
}

/* Mobile-specific dropdown fix */
@media (max-width: 768px) {
  .dropdown:hover .support-list {
    display: none;
    /* disable hover-based dropdown */
  }

  .dropdown.open .support-list {
    display: block;
  }
}

.remarks-table {
  /* table-layout: fixed; */
  width: 100%;
}

.modal-fullwidth {
  width: calc(100% - 40px);
  /* 20px margin on left and right */
  max-width: calc(100% - 40px);
  margin: 20px auto;
  /* 20px top & bottom space as well */
  padding: 0;
}

.modal-fullwidth .modal-content {
  border-radius: 0;
  /* height: calc(100vh - 40px);  */
}

/* tag approval view based lot view disabled start */
/* Disable inputs ONLY inside the wrapper */
.disable-mpurchase-inputs mpurchase-entries-form input,
.disable-mpurchase-inputs mpurchase-entries-form textarea,
.disable-mpurchase-inputs mpurchase-entries-form a,
.disable-mpurchase-inputs mpurchase-entries-form select,
.disable-mpurchase-inputs mpurchase-entries-form button {
  pointer-events: none;
  /* Block clicks/focus */
  /* Visual disabled state */
  cursor: not-allowed;
  /* Show disabled cursor */
  font-weight: bold;
}

/* tag approval view based lot view disabled end */

.text-wrap {
  word-break: break-word;
  white-space: normal;
  overflow-wrap: anywhere;
  width: 36%;
}

/* signature css start */
#signatureCanvas {
  width: 640px;
  height: 300px;
}

.signature-container {
  margin: 20px 0;
}

canvas {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  touch-action: none;
}

.button-group {
  margin-top: 10px;
}

button {
  padding: 8px 15px;
  margin-right: 10px;
  cursor: pointer;
}

.signature-preview {
  margin-top: 20px;
  text-align: center;
}

.signature-preview img {
  max-width: 100%;
  border: 1px solid #eee;
}

/* signature css end */
/* closing audit */
.has-error {
  border: 1px solid #f44336 !important;
  box-shadow: 0 0 3px #f44336 !important;
}

.has-error .checkbox-label {
  color: #f44336 !important;
}

/* end */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
}

.loader-wrapper h1 {
  margin-bottom: 100px;
  font-weight: 600;
  font-size: 35px;
}

.loader-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.loader-wrapper .dot {
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
  animation: loading 1s infinite alternate;
}

.loader-wrapper .dot:nth-child(1) {
  background-color: #4285f4;
  animation-delay: -0.25s;
}

.loader-wrapper .dot:nth-child(2) {
  background-color: #ea4335;
  animation-delay: -0.5s;
}

.loader-wrapper .dot:nth-child(3) {
  background-color: #fbbc05;
  animation-delay: -0.75s;
}

.loader-wrapper .dot:nth-child(4) {
  background-color: #34a853;
  animation-delay: -1s;
}

@keyframes loading {
  0% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(5px);
  }
}

.highlight-diff {
  border: 2px solid red !important;
}

.fixed_table_header {
  width: 100%;
  border-collapse: collapse;
}

.fixed_table_header th,
.fixed_table_header td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.fixed_table_header thead th {
  position: sticky;
  top: 0;
  background: #f4f4f4;
  z-index: 2;
}

.diff_reporting_to {
  color: white !important;
  background: red;
  font-weight: 900;
}

/* toggle switch css start */

.btn-toggle-switch {
  position: relative;
  display: block;
  width: 45px;
  height: 23px;
  cursor: pointer;
  background-color: #e74c3c;
  border: 2px solid #e74c3c;
  border-radius: 40px;
  transition: background-color 0.3s ease;
}

.btn-toggle-switch-circle {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.btn-toggle-switch--on {
  background-color: #2ecc71;
  border: 2px solid #2ecc71;
}

.btn-toggle-switch--on .btn-toggle-switch-circle {
  left: auto;
  right: 0;
}

/* toggle switch css end */


/******** approval flow css start **********/
.tree-node:hover {
  background: #e9ecef;
}

.approval-tree-icon {
  padding: 2px;
  background: #d1ecf1;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.approval-tree-handle {
  cursor: move;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  background: border-box;
}

.list-item {
  padding: 10px 20px;
  margin: 10px 0;
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 25px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  cursor: move;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.approval-drag-drop {
  width: 70%;
  background: #d1ecf1;
  border: none;
}

.angular-ui-tree-handle {
  display: block;
}

.angular-ui-tree-handle:hover {
  background: #d1ecf1;
}

.app-level-user-list {
  border: 1px solid lavender;
  padding: 15px;
  border-radius: 20px;
  max-height: 300px;
  overflow-y: auto;
}

.app-level-user-item {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.app-level-search-container {
  margin: 10px;
  position: relative;
}

.app-level-search-container input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.app-level-search-container i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8c8d;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  padding: 20px;
}

.user-icon {
  background: #3498db;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.user-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  background: #2980b9;
}

.user-icon i {
  font-size: 30px;
  margin-bottom: 5px;
}

.app-level-action-btn {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
}

.app-level-delete-btn {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
}

.app-level-delete-btn:hover {
  background: rgba(231, 76, 60, 0.2);
}

.app-level-add-btn {
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.1);
}

.app-level-add-btn:hover {
  background: rgba(46, 204, 113, 0.2);
}

.modal-header-radius {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.modal-content-radius {
  border-radius: 30px;
}

/******** approval flow css end **********/

/* audit log report start */
.highlight-changed {
  border: 2px solid orange !important;
  background-color: #fff7e6 !important;
}

/* audit log report end */
.fixed-width-wrap {
  width: 300px;
  max-height: 60px;
  overflow: auto;
  white-space: normal;
  word-wrap: break-word;
}

.blink {
  background-color: red;
  color: #FFF;
  animation: blink 1.2s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.btn-toggle-switch:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}