@font-face {
  font-family: 'Roboto';
  src: url('../Roboto/Roboto-VariableFont_wdth_wght.ttf') format('truetype'),url('../Roboto/Roboto-Italic-VariableFont_wdth_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ember';
  src: url('../amazon-ember/Amazon\ Ember.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*, *::after, *::before {
  box-sizing: border-box;


}
.uer{
  color:#27D07C !important;
}
.error_msg{

  font-size: 12px;
  padding: 20px;


}
#chart,.chart-box {
background-color: transparent !important;
background: transparent !important;

}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
  border-radius: 10px;
}

textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}


  :root{
    --w11-bg: #f3f6fb;
    --w11-surface: rgba(255,255,255,.86);
    --w11-surface2: rgba(255,255,255,.94);
    --w11-border: rgba(15,23,42,.10);
    --w11-text: rgba(15,23,42,.92);
    --w11-muted: rgba(15,23,42,.70);
    --w11-muted2: rgba(15,23,42,.55);
    --w11-accent: #0d6efd;
    --w11-accent2:#1a73ff;
    --w11-danger:#dc3545;
    --w11-ok:#16a34a;
    --w11-radius: 14px;
    --w11-radius2: 18px;
    --w11-shadow: 0 18px 60px rgba(2,6,23,.12);
    --w11-shadow2: 0 10px 30px rgba(2,6,23,.10);
    --w11-font: "Segoe UI Variable","Segoe UI",system-ui,-apple-system,Arial,sans-serif;
  }



html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  background-color: inherit;
  overflow: hidden;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.4s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  font-size: 12px !important;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -khtml-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  user-select: none;
  width: 100%;
  position: fixed;

}

#menuObj {
  height: 32px;
  flex-shrink: 0;

}
.select2-container {
  max-width: 260px !important;
}


#mainWindow {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.disable {
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
}



  #aside {
    width: 60px;
    color: #555;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: radial-gradient(circle at bottom, #2a8aea49, #f4fafb60, #f4fafb60);
    overflow-y: auto;
    overflow-x: hidden;
    overflow-y: auto;

;
  }

/* Style for the menu items */
#aside .menu-item {
  width: 100%;
  overflow: hidden;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: inherit;
  cursor: pointer;
  position: relative;
  -moz-transition: background 1s ease-in-out;
  -webkit-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;

}
.error-highlight {
  border: 1px solid red;
  background-color: #ffe6e6;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.has-space{
  padding: 10px;
}
.top-menu .menu-item div.indicator {
  position: absolute;
  display: none;
  top: 2px;
  right: 4px;
  z-index: 12;
  padding: 0 !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 8px !important;
  font-weight: bold;
  color: #ff0000;
  width: 13px !important;
  height: 13px !important;
  background-color: #fdaeae;
  border: 1px solid #fdaeae;
  border-radius: 50%;
  transition: width 0.3s ease;
  animation: breathing 1.5s infinite ease-in-out;
}
div.indicator.on{
  display: flex !important;
}
@keyframes breathing {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
  50% {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
  100% {
    transform: scale(0.8);
    opacity: 0.9;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
}
.top-menu,.bottom-menu{
    font-display: flex;
    justify-content: space-between;
    padding: 2.5px;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
  #aside .menu-item:hover ,#aside .menu-item.active{
    background-color: #dbd8d856;
    color: rgb(1, 119, 140)/* Hover effect */

  }
  #aside .menu-item i.fa-circle-plus{
    font-size: 40px;
    /* color: #0044cd; */
}
#aside .menu-item:not(.plus).active::before{
  content: "";
  position: absolute;
  left: 0px;
  right: auto;
  width: 3px;
  height: 20px;
  background-color: rgb(1, 119, 140);
  z-index: 2;
  border-radius: 20px;
  transform-origin: top;
  -webkit-animation: fillFromTop 0.3s ease-in-out both;
  animation: fillFromTop 0.3s ease-in-out both;

  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.form-loader {
  position: relative;
}
.fa-duotone.fa-solid.fa-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Ensure it stays on top */
  font-size: 2rem; /* Optional: Adjust size */

}

.form-loader::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid transparent;
  border-top-color: rgb(1, 119, 140);
  border-radius: 50%;
  width: 58px;
  z-index: 999;
  height: 58px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}



@keyframes fillFromTop {
  from {
    height: 0;
  }
  to {
    height: 20px;
  }
}

  #aside .menu-item i {
    font-size: 20px; /* Icon size */
  }
  #aside .menu-item span {
    font-size: 8px; /* Font size for menu item text */
    margin-top: 5px;
  }
  #aside div{

    width: 100%;

  }

  .bold{
    font-weight: bold;

  }
  #main {
    height:100%;
    /* position: fixed; */
    flex: 1;
    padding: 0;
   background: radial-gradient(657px 657px at 2% 90%, #2a8aea49 0, #dcf1f600 40%), radial-gradient(642px 642px at 82% 103%, #27d07b4b 0, #dcf1f600 25%), linear-gradient(-73.25deg, #f4fafb60 7.43%, #fff 94.82%);
    color: #000;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    border-top-left-radius: 8px;
    margin-top: 8px;
  }

  #main .has-space {
    margin: 0px;
    width: 98%;
}

#main_main{
  overflow: auto;
  position: relative;
  margin-right: 0;
  background: #f9f9f9;
  height:100%;
  padding:20px 16px 100px ;
}


/* Microsoft Store-like search bar styling */
.custom-search-container {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
}

/* Loader Styles */
.loading-spinner {
    /* display: none !important; */
    position: fixed;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    background:red;
     /* linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.05)); */
    background:red;
    background-color: rgba(200, 200, 200, .15) !important;

    border-top: solid 2px rgba(255, 255, 255, .1);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-backdrop-filter: blur(1px) !important;
    backdrop-filter: blur(1px) !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    text-align: center;
}

#new_menu ul hr{
  padding: 0px;
  margin: 0 0 0 8px;
}

.loader{
  z-index: 999;
}


@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.dt-input,.dt-input:focus, .dt-input:active,.dt-input:hover {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;

}



  .menu-item.user {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    background-color: transparent;
  }

  .menu-item.user img.user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 2px solid #2a8bea; */
    padding: 2px;
    background-color: #e9f4ff;
    object-fit: cover;
  }

  .menu-item.user:hover .user-img, .menu-item.user.active .user-img {
    background-color:rgb(1, 119, 140);
  }

  #new_menu {
    display: none;
    position: fixed;
    padding-left: 5px;
    justify-content: start;
    align-items: start;
    left: 58px;
    box-shadow: none;
    color: inherit;
    font-size: 14px;
    cursor: pointer;
    border-radius: 1px;
    border: #ddd 2px solid;
    height: calc(100% - 38.6px);
    bottom: 0px;
    width: 200px;
    transition: background-color 0.5s ease;
    font-family: Arial, sans-serif;
    background: linear-gradient(to top, #2a8aea49, #f1f1f1,#f1f1f1);
    background-color: #f1f1f1;
    border-top: #f1f1f1 1px solid;
    border-left: #f1f1f1 1px none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
}
  #user_dashbord {
    display: none;
    position: fixed;
    justify-content: start;
    align-items: start;
    left: 60px;
    color: inherit;
    font-size: 14px;
    cursor: pointer;

    border: rgba(0, 0, 0, 0.1) 1px solid;
    height: calc(100% - 40px);
    bottom: 0px;
    width:  calc(100% - 60px);
    transition: background-color 0.5s ease;
    font-family: Arial, sans-serif;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-border-radius: 12px 0 0 0 !important;
    -moz-border-radius: 12px 0 0 0 !important;
    -ms-border-radius: 12px 0 0 0 !important;
    -o-border-radius: 12px 0 0 0 !important;
 border-radius: 12px 0 0 0 !important;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
}


#new_menu ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

#new_menu fieldset {
    /* border: 1px solid transparent; */

     border-radius: 8px;
    margin: 10px 0;
    padding: 8px;

    /* translucent glass effect */
    background: rgba(255, 255, 255, 0.15); /* semi-transparent */
    border: 1px solid rgba(255, 255, 255, 0.3); /* subtle border */
    backdrop-filter: blur(12px) saturate(100%);
    -webkit-backdrop-filter: blur(12px) saturate(100%);

    /* optional for smoother edges */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}
.login-options fieldset {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin: 10px auto 0 -50px;
    padding: 20px;
    background: #fcfbfb51;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}


#new_menu legend {
     background: #f1f1f1;
    text-align: center;
    padding:2px 12px;
    font-size: 11px;
    border-radius:25px ;
    -webkit-border-radius:25px ;
    -moz-border-radius:25px ;
    -ms-border-radius:25px ;
    -o-border-radius:25px ;
    border: 1px solid #cdd7db
}

#new_menu ul li {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: start;
    transition: background-color 0.2s ease-in-out;
    border-radius: 4px;
}

#new_menu ul li:hover {
    background-color: #f0f0f0;
}

#new_menu ul li a {
    text-decoration: none;
    color: #333;
     text-align: start;
    flex: 1;
    font-size: 14px;
}

.fa-sliders-h{
  float: right;
}
  #new_menu ul li:active {
      background-color: #e0e0e0;
  }

.left-text,.text-left{
  text-align: left !important;
}
.right-text,.text-right{
  text-align: right !important;
}

.context-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(1, 119, 140, 0.25);
    border-radius: 8px;
    z-index: 9999;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
    cursor: default;
    overflow: hidden;
    padding:  8px;
}

.context-title {
    font-weight: bold;
    font-size: 14px;
     padding: 6px 16px 10px !important;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
}

.context-menu ul {
    list-style: none;
    margin: 0;
    padding: 6px !important;
}

.context-menu ul li {
    padding:0px;
    cursor: pointer;
    display: flex;
    border-radius: 8px;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.context-menu ul li:hover {
    background-color: #f5f5f5;
}

.context-menu ul li a {
    text-decoration: none;
    color: #111;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;

}

.dynamic-option {
    border-top: 0.5px solid rgba(211, 210, 210, 0.297);

}

.dynamic-option li:hover {
    background-color: #f0f0f0;
}

.dynamic-option li:not(:last-child) a{
    border-bottom: 1px solid #e0e0e022;

}

.dynamic-option li {
  position: relative;
  padding-left: 23px !important;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

/* Add icon on hover */
.dynamic-option li:hover::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f1b9"; /* tyre */
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(1, 119, 140);
}
.dynamic-option li:hover a{
  color: rgb(1, 119, 140);
}

.dynamic-option.two-section{
    display: grid;
    grid-template-columns: 1fr 1px 1fr; /* left | divider | right */
    margin-top: 6px;
}

/* vertical divider */
.dynamic-option.two-section::before{
    content: "";
    grid-column: 2;
    background: #e6e6e6;
    width: 1px;
}

/* remove default ul spacing */
.dynamic-option ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* LEFT */
.dynamic-left{
    grid-column: 1;
}

/* RIGHT */
.dynamic-right{
    grid-column: 3;
}


.button-container {
  width: 100%; /* Span full width */
  display: flex;
  justify-content: space-around; /* Align buttons to the right */
  padding: 0 10px 6px; /* Optional padding */
}
.button-container div{
  width: fit-content; /* Span full width */

}
.select2-dropdown{
  border: #bbb solid 1px !important;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
}


.invoice form article{
  min-height: 250px;
  min-width: 450px !important;
  align-items: center;
  align-content: center;

}

.button-container button {
  margin-left: 10px; /* Space between buttons */
  cursor: pointer;
}
input[type="text"] + [type="number"] +  [type="tel"]+  [type="email"],textarea{
  box-shadow: inset 0 0 0 1px #fff !important;
  outline: none;
  width: 100%;
  padding: 5px !important;
  border: .6px solid #999 !important;
  box-sizing: border-box;
  font-size: 14px !important;
  transition: border-color 0.3s ease;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
/* popup */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}


section{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}



.insert {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
}

.insert form {
  min-height: 100px;
  width: 100%;
  max-width: 1024px; /* Set a max-width for better centering */
  /* padding: 10px; */

  gap: 20px; /* Space between elements */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; /* Stack elements vertically */
}
.insert form table {
  width: 100%;
  margin: auto;
  background-color: inherit;
  text-align: center;
}
.user-form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: inherit;
  gap: 10px;
  align-items: flex-start;
}
.user-form table {
  background-color: inherit;
  border-collapse: collapse;
}
.user-form table td,
.user-form table th {
  padding: 8px;
}
.insert table:not(.dataTable) td:nth-child(1),.insert table:not(.dataTable) th:nth-child(1),.insert table th:nth-child(1){
text-align: right;
align-items: flex-end;
}
.insert table td:nth-child(2),.insert table th:nth-child(2){
text-align: left;
align-items: flex-start;
}
.insert table tr td .select2-selection__rendered,.insido form table tr.head td{
  text-align: left !important;
  align-items: flex-start !important;
  }

  td.wd-20{
    max-width: 20px !important;

  }
.description-container {
  background: transparent;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;
}
.req_desc {
  position: relative;
  padding: 8px 12px;
  margin: 8px 0;
  border-radius: 6px;
  border: 1px solid #d2ebfd;
  width: fit-content;
}

.req_desc:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 36px);
  background: #d2ebfd;
  left: -10px;
  top: -36px;
}
.req_desc:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #d2ebfd;
  border-radius: 50%;
  left: -13px;
  top: 4px;
}
.page-breadcrumb {
  min-height: 60px;
  width: 100%;
  position: sticky;
  top: 0;

  padding: 10px;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.048); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.page-breadcrumb .ms-auto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.page-breadcrumb .ms-auto table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.page-breadcrumb .ms-auto table td {
  padding: 0 10px;
  vertical-align: middle;
}
.page-breadcrumb .ms-auto table td label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}
.page-breadcrumb .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.page-breadcrumb .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
td.refund-cell {
  position: relative; /* required so the pseudo-element can be positioned */
}

td.refund-cell::after {
  content: "";
  position: absolute;
  top: 4px;    /* distance from top */
  right: 4px;  /* distance from right */
  width: 8px;  /* dot size */
  height: 8px;
  background: #f33;  /* red dot */
  border-radius: 50%; /* makes it a circle */
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(1, 119, 140);
  transition: 0.4s;
  border-radius: 22px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.page-breadcrumb input:checked + .slider {
  background-color: #4CAF50;
}
.page-breadcrumb input:checked + .slider:before {
  transform: translateX(18px);
}
.select2-selection__arrow{
  border-left: #cdcaca 1px solid;
}


/* Wrap container */
.service-icon {
  position: relative;
  display: inline-block;
  font-size: 1.2em; /* adjust size */
  color: gray;
  opacity: 0.5;
}

/* Has service */
.service-icon.has-service {
  color: rgb(255, 0, 191);
  opacity: 1;
}
td.has-service{
background-color: #ffddfa;
}
#notification-panel {
  position: fixed;
  right: 20px;
  bottom: 20px;
  top: auto;
  width: 280px;
  max-height: 300px;
  background: #fff;
  min-height: 45px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(1, 119, 140, 0.25);
  overflow: hidden;
  display: none;
  z-index: 2;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: rgb(1, 119, 140);
  color: #fff;
  font-weight: bold;
}

.panel-header a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.panel-body {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

.notification {
  background: #f9f9f9;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}

.collapse{
visibility: collapse;
}

.notification span {
  display: block;
  font-size: 11px;
  color: gray;
  margin-top: 4px;
}
#notif-counter-bar:hover {
  opacity: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
/* Notification Counter Bar */
#notif-counter-bar {
  position: fixed;
  right: 22px;
  bottom: 22px;
  opacity: .2;
  background: rgb(1, 119, 140);
  color: #fff;
  padding: 8px 12px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}


.save-stock-take{
  background: rgb(1, 119, 140);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #fff;
  text-decoration: none !important;
  padding: 6px 12px;

}

.hidden{
visibility: collapse;
}

.message_counter{ font-size: 7px; background: rgb(1, 119, 140)/* Hover effect */; color: #fff; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;
  padding: 2px 3px;
margin-right: -5px;
z-index: 1;
margin-top: -15px;
border: 2px solid #fff;
}

.history-item .c-time::before{
  content:"⟲ ";
  opacity:.7;
}
.pos-header-hrm h1 i {
  margin-right: 6px;
  opacity: .4;
}

.page-user {
  margin-left: 12px;
  opacity: .75;
  font-size: .9em;
}
.cloud-loading {
    text-align: center;
    color: #007bff;
    visibility: hidden;
    padding: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.cloud-loading i {
    font-size: 22px;
    animation: cloudFade 1.2s ease-in-out infinite;
}

.cloud-loading .text {
    margin-top: 8px;
    font-size: 13px;
    color: #555;
}

@keyframes cloudFade {
    0%   { opacity: 0.2; }
    50%  { opacity: 1; }
    100% { opacity: 0.2; }
}
