@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Inter:wght@100..900&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Inter:wght@100..900&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.d-grid {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
}

.grid-2-fr {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3-fr {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2-max-content {
  grid-template-columns: repeat(2, max-content);
}

.grid-3-max-content {
  grid-template-columns: repeat(3, max-content);
}

.grid-1-fr {
  grid-template-columns: 1fr;
}

.grid-1-fr-max-content {
  grid-template-columns: 1fr max-content !important;
}

.grid-1-max-content {
  grid-template-columns: max-content;
}

.btn {
  background-color: #ffffff;
  padding: 0;
  height: 38px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none !important;
  box-shadow: none !important;
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  outline: none !important;
  gap: 10px;
  text-decoration: none !important;
  cursor: pointer;
}
.btn label {
  margin: 0 !important;
}
.btn:active {
  filter: blur(1px);
}

.login-btn,
.update-btn {
  width: 100%;
  height: 50px;
  background: linear-gradient(45deg, rgba(240, 25, 30, 0.2196078431), rgba(207, 216, 11, 0.4117647059)) !important;
  color: rgba(92, 89, 90, 0.9960784314);
  transition: all 0.3s;
}
.login-btn:hover, .login-btn:focus, .login-btn:active,
.update-btn:hover,
.update-btn:focus,
.update-btn:active {
  background: linear-gradient(45deg, rgba(240, 25, 30, 0.6196078431), rgba(207, 216, 11, 0.6784313725)) !important;
  transition: all 0.5s;
}

.logout-btn {
  width: 100%;
  height: 38px;
  background: #ff0100 !important;
  color: white !important;
  transition: all 0.3s;
}
.logout-btn:hover, .logout-btn:focus, .logout-btn:active {
  background: rgba(255, 1, 0, 0.35) !important;
  transition: all 0.5s;
}

.icon-btn {
  width: 35px;
  height: 35px;
  outline: none !important;
  text-align: center;
  line-height: 35px;
  font-size: 14px !important;
  border-radius: 3px;
  color: #aeabac !important;
  -o-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
}
.icon-btn:hover {
  -o-box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.35) !important;
  color: rgba(92, 89, 90, 0.9960784314) !important;
}

.upload-btn {
  font-size: 14px !important;
  background-color: rgba(0, 0, 255, 0.1) !important;
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.1) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.1) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.1) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.1) !important;
  color: #0000ff !important;
}
.upload-btn:hover {
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.05) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.05) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.05) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 255, 0.05) !important;
  color: #0000ff !important;
}

.search-btn {
  color: #008000 !important;
  width: 110px;
}

.generate-btn {
  color: #ff0100 !important;
  width: 130px;
}

.create-btn {
  background: #61c077 !important;
  color: black !important;
}

.spinner-sm {
  width: 22px !important;
  height: 22px !important;
  border-width: 3px !important;
}

.btn-xs {
  height: 30px;
  padding: 0 3px;
}

.btn-sm {
  height: 34px;
  padding: 0 7px;
}

.btn-md {
  height: 38px;
  padding: 0 11px;
}

.btn-lg {
  height: 42px;
  padding: 0 15px;
}

.btn-xl {
  height: 46px;
  padding: 0 19px;
}

.btn-xxl {
  height: 50px;
  padding: 0 23px;
}

.primary-btn {
  background: #007afd;
  outline: #007afd !important;
}
.primary-btn:hover {
  background: #b1d6ff !important;
}
.primary-btn:active {
  background: #e4f1ff !important;
  color: #003d7e !important;
}

.primary-btn-hover {
  background: white;
  color: #007afd !important;
  outline: 1.5px solid #007afd !important;
}
.primary-btn-hover:hover {
  background: #007afd !important;
  color: white !important;
}
.primary-btn-hover:active {
  background: #7ebcff !important;
  color: #003d7e !important;
}

.secondary-btn {
  background: #6c747c;
  outline: #6c747c !important;
}
.secondary-btn:hover {
  background: #cacdd1 !important;
}
.secondary-btn:active {
  background: #e5e7e8 !important;
  color: #313438 !important;
}

.secondary-btn-hover {
  background: white;
  color: #6c747c !important;
  outline: 1.5px solid #6c747c !important;
}
.secondary-btn-hover:hover {
  background: #6c747c !important;
  color: white !important;
}
.secondary-btn-hover:active {
  background: #afb4b9 !important;
  color: #313438 !important;
}

.success-btn {
  background: #28a645;
  outline: #28a645 !important;
}
.success-btn:hover {
  background: #9ae7ac !important;
}
.success-btn:active {
  background: #c3f1cd !important;
  color: #0f3f1a !important;
}

.success-btn-hover {
  background: #ecfaef;
  color: #28a645 !important;
  outline: 1.5px solid #28a645 !important;
}
.success-btn-hover:hover {
  background: #28a645 !important;
  color: #ecfaef !important;
}
.success-btn-hover:active {
  background: #71dd8a !important;
  color: #0f3f1a !important;
}

.danger-btn {
  background: #db3545;
  outline: #db3545 !important;
}
.danger-btn:hover {
  background: #f6cdd1 !important;
}
.danger-btn:active {
  background: #fef8f8 !important;
  color: #7b1620 !important;
}

.danger-btn-hover {
  background: white;
  color: #db3545 !important;
  outline: 1.5px solid #db3545 !important;
}
.danger-btn-hover:hover {
  background: #db3545 !important;
  color: white !important;
}
.danger-btn-hover:active {
  background: #eea1a9 !important;
  color: #7b1620 !important;
}

.base-btn {
  background: #ff0100;
  outline: #ff0100 !important;
}
.base-btn:hover {
  background: #ffb3b3 !important;
}
.base-btn:active {
  background: #ffe6e6 !important;
  color: #800100 !important;
}

.base-btn-hover {
  background: white;
  color: #ff0100 !important;
  outline: 1.5px solid #ff0100 !important;
}
.base-btn-hover:hover {
  background: #ff0100 !important;
  color: white !important;
}
.base-btn-hover:active {
  background: #ff8080 !important;
  color: #800100 !important;
}

.common-btn {
  background: #ff0100;
  outline: #ff0100 !important;
}
.common-btn:hover {
  background: #ffb3b3 !important;
}
.common-btn:active {
  background: #ffe6e6 !important;
  color: #800100 !important;
}

.common-btn-hover {
  background: white;
  color: #ff0100 !important;
  outline: 1.5px solid #ff0100 !important;
}
.common-btn-hover:hover {
  background: #ff0100 !important;
  color: white !important;
}
.common-btn-hover:active {
  background: #ff8080 !important;
  color: #800100 !important;
}

.warning-btn {
  background: #fdc007;
  outline: #fdc007 !important;
}
.warning-btn:hover {
  background: #feedb8 !important;
}
.warning-btn:active {
  background: #fffaeb !important;
  color: #836301 !important;
}

.warning-btn-hover {
  background: white;
  color: #fdc007 !important;
  outline: 1.5px solid #fdc007 !important;
}
.warning-btn-hover:hover {
  background: #fdc007 !important;
  color: white !important;
}
.warning-btn-hover:active {
  background: #fee085 !important;
  color: #836301 !important;
}

.info-btn {
  background: #17a1b7;
  outline: #17a1b7 !important;
}
.info-btn:hover {
  background: #90e4f1 !important;
}
.info-btn:active {
  background: #bdeff7 !important;
  color: #093d46 !important;
}

.info-btn-hover {
  background: #eafafc;
  color: #17a1b7 !important;
  outline: 1.5px solid #17a1b7 !important;
}
.info-btn-hover:hover {
  background: #17a1b7 !important;
  color: #eafafc !important;
}
.info-btn-hover:active {
  background: #62d8eb !important;
  color: #093d46 !important;
}

.dark-btn {
  background: rgba(92, 89, 90, 0.9960784314);
  outline: rgba(92, 89, 90, 0.9960784314) !important;
}
.dark-btn:hover {
  background: rgba(181, 179, 179, 0.9960784314) !important;
}
.dark-btn:active {
  background: rgba(206, 204, 205, 0.9960784314) !important;
  color: rgba(27, 26, 27, 0.9960784314) !important;
}

.dark-btn-hover {
  background: rgba(231, 230, 231, 0.9960784314);
  color: rgba(92, 89, 90, 0.9960784314) !important;
  outline: 1.5px solid rgba(92, 89, 90, 0.9960784314) !important;
}
.dark-btn-hover:hover {
  background: rgba(92, 89, 90, 0.9960784314) !important;
  color: rgba(231, 230, 231, 0.9960784314) !important;
}
.dark-btn-hover:active {
  background: rgba(156, 153, 154, 0.9960784314) !important;
  color: rgba(27, 26, 27, 0.9960784314) !important;
}

.white-btn {
  background: #ffffff;
  outline: #ffffff !important;
}
.white-btn:hover {
  background: white !important;
}
.white-btn:active {
  background: white !important;
  color: #bfbfbf !important;
}

.white-btn-hover {
  background: white;
  color: #ffffff !important;
  outline: 1.5px solid #ffffff !important;
}
.white-btn-hover:hover {
  background: #ffffff !important;
  color: white !important;
}
.white-btn-hover:active {
  background: white !important;
  color: #bfbfbf !important;
}

.btn-group {
  width: max-content;
  border-radius: 6px;
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  -webkit-align-items: center;
  align-items: center;
  outline: 1px solid #bdbaba;
}
.btn-group .btn,
.btn-group .fancy-btn,
.btn-group .icon-btn {
  border-radius: 0;
  outline: none;
}
.btn-group .btn:nth-last-child(1),
.btn-group .fancy-btn:nth-last-child(1),
.btn-group .icon-btn:nth-last-child(1) {
  border-radius: 0 6px 6px 0;
}
.btn-group .btn:nth-child(1),
.btn-group .fancy-btn:nth-child(1),
.btn-group .icon-btn:nth-child(1) {
  border-radius: 6px 0 0 6px;
}
.btn-group .btn:nth-child(even),
.btn-group .fancy-btn:nth-child(even),
.btn-group .icon-btn:nth-child(even) {
  border-left: 1px solid rgba(9, 12, 12, 0.22);
  border-right: 1px solid rgba(9, 12, 12, 0.22);
}

.icon-btn-xs {
  width: 54px;
  height: 54px;
}

.icon-btn-sm {
  width: 57px;
  height: 57px;
}

.icon-btn-md {
  width: 60px;
  height: 60px;
}

.icon-btn-lg {
  width: 63px;
  height: 63px;
}

.icon-btn-xl {
  width: 66px;
  height: 66px;
}

.icon-btn-xxl {
  width: 69px;
  height: 69px;
}

.btn-rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn-group-rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-group-rounded .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-rounded .btn:nth-last-child(1) {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.btn-group-rounded .btn:nth-child(1) {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

.table .delete-btn,
.table .edit-btn,
.table .send-btn,
.table .permission-btn,
.table .view-btn {
  outline: none;
  border-radius: 4px;
  text-decoration: none;
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: max-content;
  grid-template-columns: max-content;
  grid-auto-flow: column;
  width: max-content;
  align-items: center;
  gap: 6px;
  margin: auto;
}
.table .delete-btn:active,
.table .delete-btn .edit-btn:active,
.table .edit-btn:active,
.table .edit-btn .edit-btn:active,
.table .send-btn:active,
.table .send-btn .edit-btn:active,
.table .permission-btn:active,
.table .permission-btn .edit-btn:active,
.table .view-btn:active,
.table .view-btn .edit-btn:active {
  filter: blur(1px);
}
.table .delete-btn {
  background: rgba(255, 0, 0, 0.0705882353) !important;
  color: #ff0100 !important;
}
.table .edit-btn {
  background: rgba(0, 112, 255, 0.0901960784);
  color: #0005d6;
}
.table .permission-btn {
  background: rgba(253, 155, 0, 0.1294117647);
  color: #667938;
}
.table .send-btn {
  background: rgba(0, 112, 255, 0.0901960784);
  color: #0005d6;
}
.table .view-btn {
  border: 1px solid rgba(0, 255, 145, 0.6039215686) !important;
  background-color: rgba(0, 255, 145, 0.0352941176);
  color: rgba(13, 153, 92, 0.9333333333) !important;
}
.table .view-btn:hover {
  background-color: rgba(0, 255, 145, 0.1568627451);
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.height-fit {
  height: fit-content;
}

.height-100-vh {
  height: 100vh;
}

.w-fit {
  width: fit-content;
}

.input-title-group .required,
.input-title-group .required-active {
  display: none;
  background: rgba(255, 1, 0, 0.1);
  height: 21px;
  line-height: 18px;
  padding: 0px 7px;
  border-radius: 50px;
  color: #ff0100;
}
.input-title-group .required-active {
  display: block;
  transition: all 0.5s;
}
.input-title-group .optional {
  background: rgba(0, 0, 255, 0.12);
  height: 21px;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 7px;
  border-radius: 50px;
  color: #0000ff;
}

.input-with-placeholder {
  position: relative;
}
.input-with-placeholder .placeholder {
  top: 50%;
  right: 5px;
  height: 25px;
  transform: translate(0%, -50%);
  width: 25px;
  line-height: 25px;
  border-radius: 50px;
  background: rgba(255, 1, 0, 0.05);
  cursor: pointer;
  color: #000099;
}
.input-with-placeholder .placeholder:hover {
  background: rgba(255, 1, 0, 0.1);
}
.input-with-placeholder .placeholder:active {
  background: rgba(255, 1, 0, 0.08);
}
.input-with-placeholder .placeholder-lg {
  height: 35px;
  width: 35px;
}

.shadow-input {
  -o-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  border: none !important;
  outline: none !important;
  color: #aeabac;
}
.shadow-input::placeholder {
  color: #aeabac !important;
}
.shadow-input:focus {
  border: none !important;
  outline: none !important;
  -o-box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.25) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.25) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.25) !important;
  box-shadow: 0 0 10px 0 rgba(92, 89, 90, 0.25) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.position-fixed {
  position: -ms-fixed;
  position: fixed;
}

.position-relative {
  position: relative;
}

.box-shadow {
  -o-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
}

.text-color-light {
  color: #aeabac;
}

.text-color-dark {
  color: rgba(92, 89, 90, 0.9960784314);
}

.user-select-none {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.design-font {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kd2-font {
  font-family: "K2D", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

#modal {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(174, 171, 172, 0.4);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
#modal .modal {
  width: 350px;
  height: max-content;
  background: #fff;
  grid-template-rows: 65px 1fr;
}
#modal .modal .modal-header {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(174, 171, 172, 0.4);
}
#modal .modal .modal-header h3 {
  margin: 0;
  color: #aeabac;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 10px 0;
}
#modal .modal .modal-body {
  padding: 20px;
}
#modal .position-center,
#modal .modal-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: calc(100vh - 10%);
}
#modal .modal-left {
  margin-right: auto;
  height: 100% !important;
  animation: modalAnimLeft 0.5s linear forwards;
}
#modal .modal-left .modal-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@-ms-keyframes modalAnimLeft {
  0% {
    margin-left: -350px;
    visibility: hidden;
  }
  100% {
    margin-left: 0;
    visibility: visible;
  }
}
@-moz-keyframes modalAnimLeft {
  0% {
    margin-left: -350px;
    visibility: hidden;
  }
  100% {
    margin-left: 0;
    visibility: visible;
  }
}
@-webkit-keyframes modalAnimLeft {
  0% {
    margin-left: -350px;
    visibility: hidden;
  }
  100% {
    margin-left: 0;
    visibility: visible;
  }
}
@keyframes modalAnimLeft {
  0% {
    margin-left: -350px;
    visibility: hidden;
  }
  100% {
    margin-left: 0;
    visibility: visible;
  }
}
#modal .modal-right {
  margin-left: auto;
  height: 100% !important;
  animation: modalAnimRight 0.5s linear forwards;
}
#modal .modal-right .modal-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@-ms-keyframes modalAnimRight {
  0% {
    margin-right: -350px;
    visibility: hidden;
  }
  100% {
    margin-right: 0;
    visibility: visible;
  }
}
@-moz-keyframes modalAnimRight {
  0% {
    margin-right: -350px;
    visibility: hidden;
  }
  100% {
    margin-right: 0;
    visibility: visible;
  }
}
@-webkit-keyframes modalAnimRight {
  0% {
    margin-right: -350px;
    visibility: hidden;
  }
  100% {
    margin-right: 0;
    visibility: visible;
  }
}
@keyframes modalAnimRight {
  0% {
    margin-right: -350px;
    visibility: hidden;
  }
  100% {
    margin-right: 0;
    visibility: visible;
  }
}

.avtar,
.avtar-lg,
.avtar-sm,
.avtar-md {
  background: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
.avtar .avtar-img, .avtar img,
.avtar-lg .avtar-img,
.avtar-lg img,
.avtar-sm .avtar-img,
.avtar-sm img,
.avtar-md .avtar-img,
.avtar-md img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.avtar .avtar-img:active, .avtar img:active,
.avtar-lg .avtar-img:active,
.avtar-lg img:active,
.avtar-sm .avtar-img:active,
.avtar-sm img:active,
.avtar-md .avtar-img:active,
.avtar-md img:active {
  filter: opacity(0.5);
}

.avtar-lg {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.avtar-md {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

.avtar-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.avtar {
  -o-box-shadow: 0 0 10px 0 #f9f9f9 !important;
  -moz-box-shadow: 0 0 10px 0 #f9f9f9 !important;
  -webkit-box-shadow: 0 0 10px 0 #f9f9f9 !important;
  box-shadow: 0 0 10px 0 #f9f9f9 !important;
  background: rgba(174, 171, 172, 0.1);
}
.avtar .avtar-text {
  color: #f9f9f9;
}
.avtar:hover {
  -o-box-shadow: 0 0 10px 0 #e0dfdf !important;
  -moz-box-shadow: 0 0 10px 0 #e0dfdf !important;
  -webkit-box-shadow: 0 0 10px 0 #e0dfdf !important;
  box-shadow: 0 0 10px 0 #e0dfdf !important;
}
.avtar:active {
  background: white;
}

.ripple {
  position: relative;
  overflow: hidden;
}
.ripple:active {
  transition: all 0.1s;
  transform: scale(98%);
}
.ripple .ripple-effect {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  animation: ripple 1s linear forwards;
  opacity: 0;
}

@-ms-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
.scroll-bar-hidden,
.scroll-bar-none {
  scroll-behavior: smooth;
}
.scroll-bar-hidden::-webkit-scrollbar,
.scroll-bar-none::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}
.scroll-bar-hidden::-webkit-scrollbar-thumb,
.scroll-bar-none::-webkit-scrollbar-thumb {
  background: transparent;
}
.scroll-bar-hidden::-webkit-scrollbar-track,
.scroll-bar-none::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-bar {
  scroll-behavior: smooth;
}
.scroll-bar::-webkit-scrollbar {
  width: 5px !important;
  background: rgba(174, 171, 172, 0.1);
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #aeabac;
}
.scroll-bar::-webkit-scrollbar-track {
  background: transparent;
}

.alert {
  padding: 9px 10px !important;
  border: none !important;
}

.alert-danger {
  background: rgba(255, 1, 0, 0.05) !important;
  border-left: 5px solid #ff0100 !important;
  color: #ff0100 !important;
}

.alert-success {
  background: rgba(0, 128, 0, 0.05) !important;
  border-left: 5px solid #008000 !important;
  color: #008000 !important;
}

.line-height-none {
  line-height: 0 !important;
}

.popup-count {
  display: none;
  position: absolute;
  top: -10px;
  right: -5px;
  background: #ffe6e6;
  height: 18px;
  line-height: 17px;
  font-size: 10px;
  padding: 0.2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ff0100;
  pointer-events: none;
}

.dropdown-box-outer {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 220px;
  z-index: 99;
  transition: all 0.3s;
  -o-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.dropdown-box-outer .dropdown-box {
  background: white;
}
.dropdown-box-outer .dropdown-box .dropdown-box-header {
  padding: 20px 20px;
  border-bottom: 1px solid #c7c5c6;
  text-align: left;
}
.dropdown-box-outer .dropdown-box .dropdown-box-header h3 {
  color: #aeabac;
  font-size: 18px;
  margin: 0;
  line-height: 0;
}
.dropdown-box-outer .dropdown-box .dropdown-box-body {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
}
.dropdown-box-outer .dropdown-box .dropdown-list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.dropdown-box-outer .dropdown-box .dropdown-list .dropdown-list-item {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 10px;
  align-items: center;
  align-content: center;
  color: #aeabac;
  padding: 10px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.dropdown-box-outer .dropdown-box .dropdown-list .dropdown-list-item:hover {
  -o-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  color: rgba(92, 89, 90, 0.9960784314);
}
.dropdown-box-outer .dropdown-box .dropdown-list .dropdown-list-item span i {
  font-size: 16px;
}
.dropdown-box-outer .dropdown-box .dropdown-list .dropdown-list-item label {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}
.dropdown-box-outer .dropdown-box .dropdown-box-footer {
  padding: 15px 20px;
}

.tool-tip,
.tool-tip-active {
  position: relative;
}

.tool-tip-left::before {
  left: 9px;
  top: -100% !important;
  padding: 0 5px;
}

.tool-tip-left-bottom::before {
  padding: 0 5px;
  left: 0;
  top: 105% !important;
  transform: translate(5%, 10%) !important;
}

.tool-tip-right-bottom::before {
  padding: 0 5px;
  left: auto;
  right: 0 !important;
  top: 160% !important;
  transform: translate(-5%, 10%);
}

.tool-tip-right::before {
  padding: 0 5px;
  right: 22px;
  top: -100% !important;
}

.tool-tip-active::before {
  content: attr(data-title);
  padding: 5px 8px;
  position: absolute;
  top: -100%;
  transform: translate(-10%, -50%);
  min-width: 120px;
  max-width: 400px;
  z-index: 999;
  border-radius: 3px;
  background: white;
  color: #aeabac;
  -o-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  box-shadow: 0 0 10px 0 rgba(174, 171, 172, 0.35) !important;
  text-align: center;
  transition: opacity 0.5s;
  user-select: none;
  font-size: 16px !important;
}

#data-not-found {
  width: 100%;
  padding: 30px 0;
  gap: 20px;
}
#data-not-found .not-found-box {
  padding: 30px 30px;
  border-radius: 20px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#data-not-found .not-found-box h3 {
  font-size: 25px;
  color: #aeabac;
}
#data-not-found .desc {
  gap: 20px;
  color: rgba(51, 51, 51, 0.78);
}
#data-not-found .icon {
  font-size: 25px;
  color: #ff0100;
}
#data-not-found .img {
  width: 350px;
}
#data-not-found .img img {
  width: 100%;
}

.not-found-box-sm .img {
  width: 80% !important;
}

.not-found-box-sm-fixed {
  width: 260px !important;
}
.not-found-box-sm-fixed .img {
  width: 95% !important;
}

.not-found-box-column {
  grid-template-columns: 80% !important;
}
.not-found-box-column h3 {
  font-size: 18px !important;
}
.not-found-box-column .img {
  width: 80% !important;
}

.not-found-box-img-none .img {
  display: none;
}

.not-found-box-text-none .not-found-box {
  display: none;
}

.table {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table .header {
  border-left: 4px solid #ff0100;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  padding-top: 10px;
  padding-left: 10px;
}
.table .header h3,
.table .header h2,
.table .header h1,
.table .header h5,
.table .header h4 {
  font-size: 18px;
}
.table .body {
  padding: 5px 0;
}
.table .table-body {
  width: 100%;
}
.table .table-body td,
.table .table-body th {
  border: none !important;
  text-align: center;
  color: #aeabac;
}
.table .table-body td {
  color: #aeabac;
  vertical-align: middle;
}
.table .table-body thead {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1294117647);
}
.table .table-body tbody tr:hover {
  background-color: rgba(174, 171, 172, 0.1);
}
.table .table-body tbody tr:hover:nth-child(even) {
  background-color: rgba(174, 171, 172, 0.15);
}
.table .tr-loading {
  border-bottom: 1px solid rgba(174, 171, 172, 0.2);
  animation: tableTr 2s ease-out infinite alternate;
}
.table .tr-loading:nth-last-child(1) {
  border-bottom: none;
}
.table .tr-loading:hover {
  background-color: rgba(174, 171, 172, 0.07) !important;
}
.table .tr-loading:nth-child(1) {
  animation-delay: 100ms;
}
.table .tr-loading:nth-child(2) {
  animation-delay: 200ms;
}
.table .tr-loading:nth-child(3) {
  animation-delay: 300ms;
}
.table .tr-loading:nth-child(4) {
  animation-delay: 400ms;
}
.table .tr-loading:nth-child(5) {
  animation-delay: 500ms;
}
.table .tr-loading:nth-child(6) {
  animation-delay: 600ms;
}
.table .tr-loading:nth-child(7) {
  animation-delay: 700ms;
}
.table .tr-loading:nth-child(8) {
  animation-delay: 800ms;
}
.table .tr-loading:nth-child(9) {
  animation-delay: 900ms;
}
.table .tr-loading:nth-child(10) {
  animation-delay: 1000ms;
}
.table .tr-loading:nth-child(11) {
  animation-delay: 1100ms;
}
.table .tr-loading:nth-child(12) {
  animation-delay: 1200ms;
}
.table .tr-loading:nth-child(13) {
  animation-delay: 1300ms;
}
.table .tr-loading:nth-child(14) {
  animation-delay: 1400ms;
}
.table .tr-loading:nth-child(15) {
  animation-delay: 1500ms;
}
.table .tr-loading:nth-child(16) {
  animation-delay: 1600ms;
}
.table .tr-loading:nth-child(17) {
  animation-delay: 1700ms;
}
.table .tr-loading:nth-child(18) {
  animation-delay: 1800ms;
}
.table .tr-loading:nth-child(19) {
  animation-delay: 1900ms;
}
.table .tr-loading:nth-child(20) {
  animation-delay: 2000ms;
}
.table .tr-loading:nth-child(21) {
  animation-delay: 2100ms;
}
.table .tr-loading:nth-child(22) {
  animation-delay: 2200ms;
}
.table .tr-loading:nth-child(23) {
  animation-delay: 2300ms;
}
.table .tr-loading:nth-child(24) {
  animation-delay: 2400ms;
}
.table .tr-loading:nth-child(25) {
  animation-delay: 2500ms;
}
.table .tr-loading td {
  height: 50px;
}
@-ms-keyframes tableTr {
  0% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.05), rgba(174, 171, 172, 0.1));
  }
  100% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.1), rgba(174, 171, 172, 0.01));
  }
}
@-moz-keyframes tableTr {
  0% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.05), rgba(174, 171, 172, 0.1));
  }
  100% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.1), rgba(174, 171, 172, 0.01));
  }
}
@-webkit-keyframes tableTr {
  0% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.05), rgba(174, 171, 172, 0.1));
  }
  100% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.1), rgba(174, 171, 172, 0.01));
  }
}
@keyframes tableTr {
  0% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.05), rgba(174, 171, 172, 0.1));
  }
  100% {
    background-image: linear-gradient(rgba(174, 171, 172, 0.1), rgba(174, 171, 172, 0.01));
  }
}

.global-status-outer {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.global-probation-status {
  width: 10px;
  height: 10px;
  background: #df1d1d;
  box-shadow: 0 0 5px 0 red;
  border-radius: 50px;
}

.global-active-status, .global-confirmed-status {
  width: 10px;
  height: 10px;
  background: #20a53e;
  box-shadow: 0 0 5px 0 #10a282;
  border-radius: 50px;
}

.global-inactive-status {
  width: 10px;
  height: 10px;
  background: #c6c12c;
  box-shadow: 0 0 5px 0 #8d7c2a;
  border-radius: 50px;
}

.global-done-status {
  width: 10px;
  height: 10px;
  background: green;
  box-shadow: 0 0 5px 0 #8d7c2a;
  border-radius: 50px;
}

.global-pending-status {
  width: 10px;
  height: 10px;
  background: blue;
  box-shadow: 0 0 5px 0 #10a282;
  border-radius: 50px;
}

.global-null-status {
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.5411764706);
  box-shadow: 0 0 5px 0 #e92040;
  border-radius: 50px;
}

.pagination-box {
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.custom-pagination {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-template-rows: 35px;
  width: fit-content;
  background-color: #ffffff;
  -o-box-shadow: 0 0 10px 0 rgba(255, 1, 0, 0.25) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(255, 1, 0, 0.25) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 1, 0, 0.25) !important;
  box-shadow: 0 0 10px 0 rgba(255, 1, 0, 0.25) !important;
  border-radius: 5px;
  padding: 4px;
  gap: 4px;
}
.custom-pagination button,
.custom-pagination .pagination-link {
  border: 1px solid #ff0100;
  outline: none;
  box-shadow: none;
  height: 100%;
  background-color: #ffffff;
  padding: 0 8px;
  font-size: 15px;
  border-radius: 5px;
}
.custom-pagination .pagination-link-active,
.custom-pagination .pagination-link:hover {
  background: #ff0100;
  color: #ffffff;
  transition: all 0.3s linear;
}
.custom-pagination .pagination-link:disabled,
.custom-pagination .disabled,
.custom-pagination .pagination-link:disabled {
  background: #aeabac !important;
  color: #ffffff !important;
  border-color: #aeabac !important;
  cursor: not-allowed !important;
}
.custom-pagination .pagination-1 {
  padding: 0 12px;
}
.custom-pagination .pagination-2 {
  padding: 0 12px;
}
.custom-pagination .pagination-3 {
  padding: 0 12px;
}
.custom-pagination .pagination-4 {
  padding: 0 12px;
}
.custom-pagination .pagination-5 {
  padding: 0 12px;
}
.custom-pagination .pagination-6 {
  padding: 0 12px;
}
.custom-pagination .pagination-7 {
  padding: 0 12px;
}
.custom-pagination .pagination-8 {
  padding: 0 12px;
}
.custom-pagination .pagination-9 {
  padding: 0 12px;
}
.custom-pagination .pagination-10 {
  padding: 0 12px;
}
.custom-pagination .pagination-11 {
  padding: 0 12px;
}
.custom-pagination .pagination-12 {
  padding: 0 12px;
}
.custom-pagination .pagination-13 {
  padding: 0 12px;
}
.custom-pagination .pagination-14 {
  padding: 0 12px;
}
.custom-pagination .pagination-15 {
  padding: 0 12px;
}

.form-box {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
}
.form-box .form-box-header {
  border-left: 4px solid #ff0100;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  padding-top: 10px;
  padding-left: 10px;
}
.form-box .form-box-header h3,
.form-box .form-box-header h2,
.form-box .form-box-header h1,
.form-box .form-box-header h5,
.form-box .form-box-header h4 {
  font-size: 18px;
}
.form-box .form-grid {
  padding: 10px 30px;
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

* {
  transition: background-color 300ms ease, color 300ms ease;
}

*:focus {
  background-color: rgba(221, 72, 20, 0.2);
  outline: none;
}

html,
body {
  color: #212529;
  font-family: "K2D", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

body {
  background: rgba(248, 248, 248, 0.7607843137) !important;
}

p,
label,
span,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
div,
section,
img,
input,
select,
i,
br,
em,
strong,
td,
th {
  margin: 0;
}
p::selection,
label::selection,
span::selection,
a::selection,
button::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
div::selection,
section::selection,
img::selection,
input::selection,
select::selection,
i::selection,
br::selection,
em::selection,
strong::selection,
td::selection,
th::selection {
  color: #ff0100;
  background: rgba(255, 1, 0, 0.02);
  transition: all 0.3s;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.fridge {
  position: sticky;
  left: 0;
  top: 0;
  height: fit-content;
}

.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.padding-0 {
  padding: 0 !important;
}

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

#nprogress .bar {
  background: #ff0100 !important;
}
#nprogress .bar .peg {
  -o-box-shadow: 0 0 10px #ff0100 !important;
  -moz-box-shadow: 0 0 10px #ff0100 !important;
  -webkit-box-shadow: 0 0 10px #ff0100 !important;
  box-shadow: 0 0 10px #ff0100 !important;
}

#auth {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: url("../../../../public/image/auth_wallpaper.webp") !important;
  background-size: 500px !important;
  background-repeat: no-repeat !important;
  position: relative;
}
@media (max-width: 400px) {
  #auth {
    background-size: 350px !important;
  }
}
#auth .wave {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
#auth .wave path {
  fill: rgba(255, 1, 0, 0.08);
}
#auth .box {
  width: 360px;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9019607843);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(33, 45, 17, 0.1019607843);
}
@media (max-width: 400px) {
  #auth .box {
    width: 100%;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.58);
    padding-top: 179px;
  }
}
#auth .box::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(292deg, rgba(221, 100, 100, 0.1803921569), transparent);
  z-index: -2;
}
#auth .box::after {
  content: "";
  position: absolute;
  right: -31%;
  top: 10%;
  border-radius: 50%;
  transform: translate(0%, 0%);
  width: 200px;
  height: 200px;
  background: linear-gradient(292deg, rgba(221, 100, 100, 0.1803921569), transparent);
  z-index: 3;
}
#auth .box .box-header {
  display: grid;
  grid-template-columns: max-content;
  justify-content: center;
  align-items: center;
}
#auth .box .box-header img {
  width: 220px;
}
#auth .box .box-header h3 {
  color: #333;
  font-size: 20px;
  text-align: center;
}
#auth .box .box-body {
  padding: 10px 0;
}/*# sourceMappingURL=auth.css.map */