/*---Primary Colors---*/
.pc-bg-1 {
  background-color: #747df42b !important;
}
.pc-bg-2 {
  background-color: #3c3c3c !important;
}
.pc-bg-3 {
  background-color: #000 !important;
}
.pc-bg-4 {
  background-color: #000 !important;
}
.pc-bg-5 {
  background-color: #000 !important;
}
.pc-bg-white {
  background-color: #fff !important;
}
.pc-bg-black {
  background-color: #000 !important;
}
.pc-header-1 {
  background-color: #000 !important;
}
.pc-header-2 {
  background-color: #000 !important;
}
.pc-header-3 {
  background-color: #000 !important;
}
.pc-header-white {
  background-color: #fff !important;
}
.pc-header-black {
  background-color: #000 !important;
}
.pc-txt-1 {
  color: #1b1d1f !important;
  font-size: 0.875rem;
  font-weight: 550;
  text-transform: uppercase;
}
.pc-txt-2 {
  color: #fff !important;
}
.pc-txt-3 {
  color: #fff !important;
}
.pc-txt-white {
  color: #fff !important;
}
.pc-txt-black {
  color: #000 !important;
}
.pad-10-10 {
  padding: 10px 10px !important;
}
.pad-10-15 {
  padding: 10px 15px !important;
}
.pad-15-10 {
  padding: 15px 10px !important;
}
.pad-15-15 {
  padding: 15px 15px !important;
}
.fc-day-number {
  font-size: 1.1vw !important;
  margin-top: -10px !important;
  padding: 8px !important;
}

/*---Tooltip---*/

.tooltip_moreinfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
  width: 100%;
}

.tooltip_moreinfo td,
.tooltip_moreinfo th {
  border: 1px solid #ddd;
  padding: 5px;
}

.tooltip_moreinfo tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tooltip_moreinfo tr:hover {
  background-color: #ddd;
}

.tooltip_moreinfo th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #099565;
  color: white;
}

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #fafbfe;
}
a {
  font-size: 12px;
  color: #1b1d1f;
  font-weight: 400;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #727cf5;
}
b,
strong {
  font-weight: 450 !important;
}
.theme-loader {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 999999;
  top: 0;
}
.theme-loader .ball-scale .contain .ring:first-child {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 10px;
  border: 3px solid transparent;
  border-left-color: #727cf5;
  border-right-color: #727cf5;
  -webkit-animation: round-rotate 1.5s ease-in-out infinite;
  animation: round-rotate 1.5s ease-in-out infinite;
}
.theme-loader .ball-scale .contain .ring:first-child .frame {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #727cf5;
  border-right-color: #727cf5;
  -webkit-animation: round-rotate 1.5s ease-in-out infinite;
  animation: round-rotate 1.5s ease-in-out infinite;
}
.pcoded-main-container {
  display: block;
  position: relative;
  background: #fafbfe;
  min-height: calc(100vh - 56px);
}
/*---Card---*/
.card {
  /* border-color: #d1d9e6;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
  color: #3c3c3c;
  border-radius: 5px;
  background: #e6e7ed;
  margin-bottom: 25px; */

  margin-bottom: 1.875rem;
  background: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-radius: 0 !important;
}

.card-header-text {
  font-size: 0.875rem;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #1b1d1f !important;
  display: inline-block;
  vertical-align: middle;
}
.card-header {
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.card .card-header h5 {
  margin-bottom: 0;
  color: #1b1d1f !important;
  font-size: 0.875rem;
  font-weight: 550;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}
/*---Side Menu---*/
.active {
  background-color: #ffffff;
  padding: 0;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu {
  background-color: #ffffff;
}
.toggleContainer {
  text-align: center;
  padding-top: 15px;
  background-color: #ffffff;
}
.toggleSwitchMenu a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 3px;
  bottom: 3px;
  padding: 0;
  left: 3px;
  width: 50%;
  background-color: #727cf5;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pcoded .pcoded-header[header-theme="theme1"] {
  background: #ffffff;
  color: #404e67;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.pcoded .pcoded-navbar .pcoded-item > li {
  display: block;
  list-style: outside none none;
  margin: 0;
  /* padding: 5px; */
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}

.toggleSwitchMenu {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: -webkit-fill-available;
  border-radius: 0px;
  height: 34px;
  user-select: none;
  list-style: outside none none;
  background-color: #e6e7ee;
  box-shadow: none;
  margin: -5px 10px 5px;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li > a {
  border-radius: 0px;
  font-size: 0.825rem;
  display: block;
  vertical-align: auto;
  color: #6c757d;
  margin-right: 0.3375rem;
  font-weight: 400;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  > li.active:hover
  > a,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li:hover > a {
  background: rgba(255, 255, 255, 0);
  color: #727cf5;
}
.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover > a {
  color: #727cf5 !important;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.active > a {
  background: #ffffff;
  color: #727cf5;
  border-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  > li.pcoded-trigger.active
  > a {
  background: #ffffff;
  border-radius: 0;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  > li.pcoded-hasmenu
  .pcoded-submenu
  li.pcoded-hasmenu:hover
  > a:after {
  color: #727cf5;
}
.pcoded[theme-layout="vertical"]
  .pcoded-navbar
  .pcoded-item
  > li
  > a
  .pcoded-mtext {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 12px;
}
.pcoded
  .pcoded-navbar[active-item-theme="theme1"]
  .pcoded-item
  li.pcoded-hasmenu:hover
  > a {
  color: #727cf5;
}

.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  .pcoded-hasmenu
  .pcoded-submenu
  li:hover
  > a {
  background: #ffffff;
  border-radius: 0;
  color: #727cf5;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a {
  border-bottom-color: #6c757d;
  color: #6c757d;
  font-size: 0.785rem;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-navigatio-lavel {
  color: #4b4b4b;
  border-bottom-color: transparent;
  background: #fafbfe;
}
.pcoded .pcoded-navbar .pcoded-navigatio-lavel {
  font-size: 12px;
  font-weight: 450;
  letter-spacing: normal;
  opacity: 1;
  padding: 8px 20px 8px;
  text-transform: capitalize;
  visibility: visible;
  width: 100%;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  border-bottom: none;
}
.pcoded
  .pcoded-navbar[active-item-theme="theme1"]
  .pcoded-item
  li
  .pcoded-submenu
  li.active
  > a,
.pcoded
  .pcoded-navbar[active-item-theme="theme1"]
  .pcoded-item
  li
  .pcoded-submenu
  li:hover
  > a {
  color: #727cf5 !important;
  font-weight: 500;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  .pcoded-hasmenu
  .pcoded-submenu
  li.active
  > a {
  color: #dcdcdc;
  background-color: rgba(255, 255, 255, 1);
  border-color: #ffffff;
  box-shadow: none;
  margin-top: 5px;
  border-radius: 0;
}
/*--- Button ---*/
.btn {
  display: inline-block;
  font-weight: 500;
  color: #3c3c3c;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #3c3c3c21;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  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;
}
.btn-warning {
  color: #ffbc00;
  border-color: #ffbc00;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.btn-warning:hover {
  background-color: #feb798;
  border-color: #feb798;
  color: #fff;
}
.btn-warning:active {
  background-color: #fe6828 !important;
  border-color: #fe6828;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn-warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #feb798;
}
.btn-warning.disabled {
  background-color: rgba(254, 147, 101, 0.5);
  border-color: rgba(254, 147, 101, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #fff;
  color: #e3eaef;
  border-color: #e3eaef;
  border: #cecece;
}

.btn-primary,
.sweet-alert button.confirm,
.wizard > .actions a {
  box-shadow: none;
}

.bg-c-zonfol {
  background: #f8f9fc !important;
}
.card-footer:last-child {
  border-radius: 0;
}
.text-white {
  color: #1b1d1f !important;
  font-size: 0.815rem;
  font-weight: 590;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.card .card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  border-color: #eeeeee;
  padding: 1rem;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.ico-c-zonfol {
  color: #727df4;
}
.primary-breadcrumb,
.inverse-breadcrumb,
.danger-breadcrumb,
.info-breadcrumb,
.warning-breadcrumb,
.success-breadcrumb {
  background-color: transparent;
  color: #727cf5 !important;
  border-color: #727cf5;
  border: 1px solid #747df5;
}
.primary-breadcrumb h5 {
  color: #727cf5 !important;
  font-size: 0.815rem;
  font-weight: 590;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.card-block {
  padding: 0.7rem 1rem;
  margin-bottom: 0;
}
.text-c-zonfol {
  color: #1b1d1f !important;
}
.bg-zonfol-grid {
  border-color: none;
  box-shadow: none;
  border-radius: none;
}
.zon-f-h-purple {
  background: #727cf5;
  color: #ffffff !important;
  border-radius: 0px;
}
.zon-f-header h5 {
  font-weight: 550;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.header-title h5 {
  font-weight: 550;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.block-bg {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0.175rem;
  background: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-color: #d1d9e6;
}
.zon-f-body-bg {
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-radius: 0;
}
/*---Form---*/
.form-control {
  display: block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1d1f;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  border: 1px solid #e3eaef;
}
.form-control:focus {
  border: 1px solid #727cf5;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1d1f;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  border: 1px solid #e3eaef;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #1b1d1f !important;
}

.divider {
  font-size: 14px;
  margin-bottom: 0.5rem;
  margin-top: 1.2rem;
  border-bottom: 1px solid #e3eaef;
  padding-bottom: 5px;
  color: #737cf4;
}

.cd-tabs__panels {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0.175rem;
  background: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-color: #d1d9e6;
}
.cd-tabs__navigation {
  background: #f7f8fb !important;
}

input::placeholder {
  font-size: 0.8rem;
  opacity: 0.7 !important;
  font-weight: 300;
}
textarea::placeholder {
  font-size: 0.8rem;
  opacity: 0.7 !important;
  font-weight: 300;
}
.zontable td {
  padding: 0.4rem 0.5rem;
  vertical-align: middle;
  /* border-top: 1px solid #e9ecef; */
}
.table-thumb-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.zon-t-header-bg {
  background: #727cf5;
  color: #ffffff !important;
  border-radius: 0px !important;
  box-shadow: none;
}

.zontable th {
  background-color: #ffffff !important;
  color: #6c757d !important;
  vertical-align: bottom !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-weight: 550;
  font-size: 0.9em;
}
.table-bordered {
  border-bottom: 1px solid #dee2e6 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 0;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 0;
}

/*--- Calender ---*/
.fc th {
  background: #ffffff;
  color: #1b1d1f;
  border-radius: 0px;
  border-width: 1px !important;
  font-weight: 500;
}
.fc-center h2 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 9px !important;
}
.fc th,
.fc td {
  line-height: 2.5;
}
.addnew-page {
  /* position: absolute;
  right: 10px;
  top: 12px; */
}

.upload-controller td {
  padding: 4px 4px;
  text-align: center;
  background: transparent;
  color: #747df5 !important;
  border-radius: 0px;
}

.user-img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover !important;
  border: 1px solid #727df5 !important;
  padding: 0 !important;
}

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  margin-right: 0.133em !important;
  padding: 0.5em 0.8em !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  font-size: 1em !important;
  color: #6d757d !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  text-decoration: none !important;
  outline: none !important;
}

.breadcrumb-header {
  display: flex !important; /* Ensure the parent is a flex container */
  align-items: center !important; /* Align items vertically */
  justify-content: space-between;
}

.big-icon.addnew-page {
  margin-left: auto !important; /* Push this element to the right */
}

.cover-profile .profile-bg-img {
  /* margin-bottom: 25px; */
  height: 150px;
  box-shadow: none;
  border-radius: 0;
  display: table-caption;
}

.card-block.user-info {
  position: absolute;
  width: 100%;
  bottom: 13px;
  left: 0px;
}

.cover-profile {
  background-color: #727df529;
}
.upload-controller {
  position: absolute;
  width: 120px;
  bottom: -5px;
}
.upload-controller i {
  font-size: 0.9em !important;
}
.upload-controller label {
  color: #737cf4;
  font-size: 1.3333em;
  margin-bottom: 0;
}
.zon-f-h-linedata {
  background: #0ecf97;
  color: #fff;
}
.zon-t-header-bg-linedata {
  background: #0ecf97;
  color: #fcfcfc !important;
}

.zon-t-header-bg-linedata h5 {
  font-weight: 550 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.linedata-page-body {
  border: 2px solid #12ce97 !important;
}
.short-btn-delete:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-add:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-list:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-update:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-go:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-go:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.btn-primary:hover,
.sweet-alert button.confirm:hover,
.wizard > .actions a:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.linedata-body {
  background: #fff !important;
}
.error-div {
  background: #ffffff;
  margin-left: -13px;
  margin-right: -13px;
  color: #fa5c7c;
  padding: 10px 5px 5px 5px;
  border: 1px solid #fa5c7c !important;
}
.accordion-bg {
  background: #fafbfe;
  border: 1px solid #e3eaef;
}
.accordion-block {
  padding: 0 !important;
}

.btn.btn-square {
  border-radius: 0;
  border: 1px solid #e3eaef;
  cursor: pointer;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
  /* margin-right: 10px;
  width: 30px;
  height: 30px; */
  object-fit: cover;

  height: 40px;
  width: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .show-notification,
.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .profile-notification {
  /* background: #e6e7ed; */
  /* position: absolute; */
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
  /* width: 19.1rem; */
  /* right: -15px; */
  /* top: 60px;
  left: -20px; */
  overflow: visible;
  /* border: none; */
  height: auto;
  max-height: 91vh;
  overflow-y: auto;
  border-radius: 0;
  padding: 7px;
  /* width: 19.1rem !important; */
  position: absolute;
  right: -15px;
  top: 5px !important;
  transform: translateY(3.125rem);
  transition: all 0.4s ease-in-out;
  border-top: 0;
  background: #fff;
  color: #000;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #3c3c3c;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.btn-inverse:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.col-form-label {
  font-size: 0.825rem !important;
  font-weight: 590 !important;
}
.readonly-label {
  color: #747df4;
  font-size: 0.825rem !important;
  font-weight: 590;
}
.shadow-dark {
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 !important;
  background: #ffffff;
  color: #1e1e1e;
}
.shadow-dark h6 {
  font-size: 0.885rem !important;
  font-weight: 650 !important;
}
.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .show-notification
  .notification-user,
.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .profile-notification
  .notification-user {
  font-size: 0.825rem !important;
  font-weight: 550 !important;
  margin-bottom: 5px;
}
.notification-msg {
  font-size: 0.8rem !important;
  color: #6c757d !important;
}
.login-block {
  background: #fafbfe;
  padding: 30px 0;
  margin: 0 auto;
  /* background: url(../images/auth/bg.jpg) no-repeat;
	background-size: cover; */
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-md {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.825rem !important;
  line-height: 23px;
  font-weight: 500 !important;
  cursor: pointer;
  color: #fff;
  background-color: #727cf5 !important;
  border-color: #727cf5 !important;
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5) !important;
}

/* ------------------------------DATATABLE------------------------------ */

@media screen and (max-width: 767px) {
  /* Fix dataTables_length to top-left */
  /* #basic-key-table_length {
  position: fixed;
  top: 10px;
  left: 10px;
  background: white;
  z-index: 1000;
} */

  /* Fix dataTables_filter to top-right */
  /* #basic-key-table_filter {
  position: fixed;
  top: 10px;
  right: 10px;
  background: white;
  z-index: 1000;
} */

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
  }
  #basic-key-table_wrapper .row:first-of-type {
    flex-wrap: nowrap !important;
  }
  /* #basic-key-table_length,
  #basic-key-table_filter {
    top: 123px;
    left: auto;
    right: auto;
    width: auto;
    font-size: 12px;
  } */

  #basic-key-table_filter {
    right: 25px !important;
    left: auto;
  }
  /* #basic-key-table_wrapper {
  padding-top: 40px;
} */
}

/* Hide "Show" using the label's first text node */
#basic-key-table_length label {
  font-size: 0;
}
#basic-key-table_length select {
  font-size: 14px;
}

/* Hide "entries" */
#basic-key-table_length label::after {
  content: none;
}

/* Hide "Search:" */
#basic-key-table_filter label {
  font-size: 0;
}
#basic-key-table_filter input {
  font-size: 14px;
}

/* ----------------------------------Mobile View---------------------------------- */

.main-bottom-btn-controller,
.sub-bottom-btn-controller {
  position: fixed;
  bottom: 0px;
  width: -webkit-fill-available;
  padding-bottom: 15px;
  margin-left: 0px;
  margin-right: 23px;
  /* box-shadow: 0 0 15px 0 rgb(60 60 60); */
  background: #e7e7e7;
  z-index: 10;
}

.sub-bottom-btn-controller {
  background-color: #2acb99 !important;
}
.sub-bottom-btn-controller .btn {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 6px #ffffff96, -1px -1px 6px #3c3c3c94;
}
@media screen and (max-width: 767px) {
  .menuWrapper {
    margin: 0 10px !important;
  }

  .linkWrap a.text-lighter:hover {
    box-shadow: none !important;
    color: #ffffff !important;
    background: #3c3c3c !important;
  }

  .bg-zonfol-grid {
    border-radius: 0px !important;
  }

  .shtbtn {
    font-size: 12px !important;
    padding: 12px !important;
    margin: 0px 5px;
  }

  .main-bottom-btn-controller .btn-primary {
    font-size: 12px !important;
    padding: 12px !important;
  }
  .sub-bottom-btn-controller .btn-primary {
    font-size: 12px !important;
    padding: 12px !important;
  }

  .sweet-alert .sa-icon {
    width: 40px !important;
    height: 40px !important;
    border: 3px solid #f8bb86 !important;
  }
  .sweet-alert .sa-icon.sa-warning .sa-body {
    width: 3px !important;
    height: 14px !important;
    top: 10px !important;
  }

  .sweet-alert .sa-icon.sa-warning .sa-dot {
    width: 3px !important;
    height: 3px !important;
    margin-left: -2px !important;
  }

  .sweet-alert button {
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    padding: 8px 24px !important;
    margin: 15px 15px 0 5px !important;
  }

  .sweet-alert p {
    font-size: 13px !important;
    margin: 5px 0 !important;
    line-height: 15px !important;
  }
  .sweet-alert h2 {
    margin: 0 !important;
    font-size: 15px !important;
  }

  .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    right: 8px !important;
  }
  .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    left: 8px !important;
  }
  .sweet-alert .sa-icon.sa-error {
    border-color: #f27474 !important;
  }
  .sweet-alert .sa-icon.sa-error .sa-line {
    height: 3px !important;
    width: 24px !important;
    background-color: #f27474 !important;
    top: 19px !important;
    border-radius: 2px !important;
  }

  .form-control {
    height: calc(1.825rem + 2px);
    padding: 0.375rem 0.5rem;
    border-top: 0px solid #e3eaef !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .pulltext-border {
    border-left: 0px solid #ffffff !important;
    border-top: 0px solid #ffffff !important;
    border-right: 0px solid #ffffff !important;
    border-bottom: 1px solid #e3eaef !important;
  }
  .col-form-label {
    padding-bottom: 0px;
  }

  .form-control:disabled,
  .form-control[readonly] {
    background-color: #ffffff;
  }
  .form-group {
    margin-bottom: 0.65em;
  }
  .col-form-label {
    font-size: 0.625rem !important;
    font-weight: 750 !important;
    text-transform: uppercase;
  }

  .header-title {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .addnew-page {
    position: inherit;
    right: inherit;
    top: inherit;
  }

  .main-bottom-btn-controller,
  .sub-bottom-btn-controller {
    margin-left: -10px;
    margin-right: 0;
    padding-bottom: 28px;
  }

  .main-bottom-btn-controller .align-right {
    text-align: center;
  }

  .sub-bottom-btn-controller .align-right {
    text-align: center;
  }

  .custom-button {
    margin-top: -45px;
    margin-right: 10px;
    background: #0ac282;
    color: #fff;
    width: -webkit-fill-available;
    padding: 12px !important;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
  }
}

.shtbtn {
  font-size: 12px !important;
  padding: 12px !important;
  margin: 0px 5px;
}

.custom-button {
  margin-right: 10px;
}

.card-bg-gradient-1 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#01a9ac),
    to(#01dbdf)
  );
  background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.card-bg-gradient-2 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe9365),
    to(#feb798)
  );
  background: linear-gradient(to right, #fe9365, #feb798);
}

/*---------------------------scroll items--------------------------*/
.scroll-wrapper {
  position: relative;
  width: 100%;
}

.scroll-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 1rem;
  /* padding: 1rem; */
  scroll-behavior: smooth;
}

.scroll-item {
  scroll-snap-align: start;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .scroll-item {
    flex: 0 0 50%;
  }
}

/*---------------------------Barcode--------------------------*/
.barcode-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin: 0px 15px 5px 15px;
  width: 100%;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.barcode-container img {
  width: 50px;
  height: auto;
}

.barcode-number {
  flex: 1;
  margin: 0 15px;
  font-size: 16px;
  color: #333;
  word-break: break-word;
}

.close-button-barcode {
  background: none;
  border: none;
  font-size: 20px;
  color: #888;
  cursor: pointer;
}

.close-button-barcode:hover {
  color: #f00;
}

/* 👇 Mobile-responsive styles */
@media (max-width: 480px) {
  /* .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  } */

  .barcode-container {
    padding: 0px 10px;
  }

  .barcode-number {
    font-size: 18px;
    margin: 0 10px;
  }

  .close-button-barcode {
    font-size: 24px;
  }

  .form-bottom-gap {
    height: 15vh !important;
  }
}

.form-bottom-gap {
  height: 8vh;
}

/* Layout Popups */
.zonlay-main-button {
  background: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zonlay-main-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.zonlay-main-button:active {
  transform: translateY(0);
}

/* Modal Styles */
.zonlay-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.zonlay-modal-overlay.zonlay-active {
  visibility: visible;
  opacity: 1;
}

.zonlay-modal {
  background: white;
  border-radius: 16px;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.zonlay-modal-overlay.zonlay-active .zonlay-modal {
  transform: scale(1);
}

.zonlay-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.zonlay-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.zonlay-close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.zonlay-close-btn:hover {
  background: #f5f5f5;
  color: #333;
}

.zonlay-icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.zonlay-icon-item {
  background: #f8f9fa;
  border: 3px solid transparent;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.zonlay-icon-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.zonlay-icon-item:hover::before {
  left: 100%;
}

.zonlay-icon-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: #007bff;
}

.zonlay-icon-item.zonlay-selected {
  border-color: #28a745;
  background: #f8fff9;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.zonlay-icon-item.zonlay-selected::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #28a745;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.zonlay-icon-svg {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

.zonlay-icon-item:hover .zonlay-icon-svg {
  transform: scale(1.1);
}

.zonlay-icon-item.zonlay-selected .zonlay-icon-svg {
  filter: hue-rotate(90deg) saturate(1.5);
}

.zonlay-icon-label {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.zonlay-selected-info {
  background: #e7f3ff;
  border: 2px solid #007bff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #0056b3;
}

.zonlay-selected-info.zonlay-success {
  background: #e7f8ec;
  border-color: #28a745;
  color: #155724;
}

@media (max-width: 768px) {
  .zonlay-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .zonlay-modal {
    padding: 20px;
    margin: 10px;
  }

  .zonlay-icon-svg {
    width: 50px;
    height: 50px;
  }
}

.btn-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #099565;
  border-radius: 2px;
  transition: width 0.1s ease-out;
}

/*------------------------------------------------PWA--------------------------------------------------*/
.pwa-install-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 20px;
  z-index: 1000;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.pwa-install-banner.show {
  transform: translateY(0);
}

.pwa-banner-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.pwa-device-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pwa-banner-text {
  font-size: 14px;
  line-height: 1.4;
}

.pwa-banner-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.pwa-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pwa-btn-install {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.pwa-btn-install:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.pwa-btn-close {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pwa-btn-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.pwa-uninstall-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff4757;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 71, 87, 0.3);
  transition: all 0.3s ease;
  display: none;
}

.pwa-uninstall-btn:hover {
  background: #ff3838;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 71, 87, 0.4);
}

.pwa-uninstall-btn.show {
  display: block;
}

/* Responsive design */
@media (max-width: 600px) {
  .pwa-install-banner {
    padding: 10px 15px;
  }

  .pwa-banner-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .pwa-banner-buttons {
    width: 100%;
    justify-content: flex-end;
  }

  .pwa-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}
/*------------------------------------------------PWA - END----------------------------------------------*/
