:root {
  --font-16: 16px;
  --font-18: 18px;
  --font-14: 14px;
  --font-12: 12px;
  --font-10: 10px;
  --color-basic: rgb(22,92,153);
  --color-sec: rgb(243,149,19);
  --color-dark: rgb(35,35,40);
  --color-skin: #f1f4f6;
}

* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}

html {
  font-size: var(--font-14);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: var(--color-skin);
}

a {
  text-decoration: none;
  transition: 0.4s all;
}

p:last-child {
  margin-bottom: 0px;
}

.icon-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.icon-wrapper.icon-wrapper-alt .icon-wrapper-bg {
  position: absolute;
  left: 0;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
}
.icon-wrapper:hover .icon-wrapper-bg {
  opacity: 0.2;
}

.icon-wrapper i {
  font-size: 1.7rem;
  line-height: 1;
  z-index: 1;
  position: relative;
}

.btn-0 {
  padding: 0px;
  border: none;
  background: transparent;
  display: block;
  text-align: left;
}

.text-basic {
  color: rgb(22, 92, 153);
}

.text-basic-600 {
  color: #8cc1ef;
}

.text-basic-700 {
  color: #60a9e8;
}

.text-basic-800 {
  color: #3390e2;
}

.text-basic-900 {
  color: #1c77c6;
}

.bg-basic {
  background-color: rgb(22, 92, 153) !important;
}

.bg-basic-400 {
  background-color: #e6f1fb !important;
}

.bg-basic-500 {
  background-color: #b9d9f5 !important;
}

.bg-basic-600 {
  background-color: #8cc1ef !important;
}

.bg-basic-700 {
  background-color: #60a9e8 !important;
}

.bg-basic-800 {
  background-color: #3390e2 !important;
}

.bg-basic-900 {
  background-color: #1c77c6 !important;
}

.text-sec {
  color: rgb(243, 149, 19);
}
.text-sec:hover {
  color: #c9790a;
}

.text-sec-600 {
  color: #fdecd5;
}

.text-sec-700 {
  color: #fad6a5;
}

.text-sec-800 {
  color: #f8c174;
}

.text-sec-900 {
  color: #f5ab44;
}

.bg-sec {
  background-color: rgb(243, 149, 19) !important;
}

.bg-sec-400 {
  background-color: #fef7ed !important;
}

.bg-sec-500 {
  background-color: #fdecd5 !important;
}

.bg-sec-600 {
  background-color: #fce1bd !important;
}

.bg-sec-700 {
  background-color: #fad6a5 !important;
}

.bg-sec-800 {
  background-color: #f8c174 !important;
}

.bg-sec-900 {
  background-color: #f5ab44 !important;
}

.bg-sec {
  background-color: #f5ab44 !important;
}

.h-100 {
  height: 100px;
}

.max-h-100 {
  max-height: 100px;
}

.h-150 {
  height: 150px;
}

.max-h-150 {
  max-height: 150px;
}

.h-200 {
  height: 200px;
}

.max-h-200 {
  max-height: 200px;
}

.h-250 {
  height: 250px;
}

.max-h-250 {
  max-height: 250px;
}

.h-300 {
  height: 300px;
}

.max-h-300 {
  max-height: 300px;
}

.h-350 {
  height: 350px;
}

.max-h-350 {
  max-height: 350px;
}

.h-400 {
  height: 400px;
}

.max-h-400 {
  max-height: 400px;
}

.h-450 {
  height: 450px;
}

.max-h-450 {
  max-height: 450px;
}

.h-500 {
  height: 500px;
}

.max-h-500 {
  max-height: 500px;
}

.h-550 {
  height: 550px;
}

.max-h-550 {
  max-height: 550px;
}

.h-600 {
  height: 600px;
}

.max-h-600 {
  max-height: 600px;
}

.h-650 {
  height: 650px;
}

.max-h-650 {
  max-height: 650px;
}

.btn i.bi-plus, .btn i.bi-minus {
  font-size: 1.2rem;
  line-height: 1;
}
.btn.btn-sm i.bi-plus, .btn.btn-sm i.bi-minus {
  font-size: 1.1rem;
}

.btn-basic {
  color: #fff;
  background-color: #2084dc !important;
  border-color: #2084dc !important;
  padding: 0.45rem 1rem;
}
.btn-basic.btn-sm {
  padding: 0.25rem 0.55rem;
  padding-bottom: 0.35rem;
}
.btn-basic.btn-sm i.bi {
  line-height: 1.1;
}

.btn-basic:hover {
  color: #fff !important;
  background-color: rgb(22, 92, 153) !important;
  border-color: rgb(22, 92, 153) !important;
}

.btn-sec {
  color: #fff;
  background-color: #f39513 !important;
  border-color: #f39513 !important;
  padding: 0.45rem 1rem;
}
.btn-sec.btn-sm {
  padding: 0.25rem 0.55rem;
  padding-bottom: 0.35rem;
}
.btn-sec.btn-sm i.bi {
  line-height: 1.1;
}

.btn-sec:hover {
  color: #fff !important;
  background-color: #c9790a !important;
  border-color: #e1870b !important;
}

.btn-link {
  padding: 0px;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  border: none;
  background-color: transparent;
  outline: none;
}

.auth-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.auth-wrapper .auth-inner {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(220, 220, 220, 0.9);
  padding: 0px 15px;
}
.auth-wrapper .auth-content {
  min-width: 260px;
}
.auth-wrapper .auth-content .logo-container {
  margin-bottom: 1.5rem;
}
.auth-wrapper .auth-content img {
  max-height: 90px;
  width: auto;
  margin: auto;
}
.auth-wrapper .auth-content p {
  max-width: 80%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  overflow-y: auto;
  background: var(--color-skin);
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 0px;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.15));
  z-index: 100;
}
.header-wrapper .header-inner {
  height: 60px;
}
.header-wrapper .navbar-brand img {
  max-height: 50px;
  width: auto;
}
.header-wrapper .sidebar-toggler {
  border: none;
  background: none;
  box-shadow: none;
  width: 2rem;
  height: 1.2rem;
  position: relative;
  margin-left: 20px;
}
.header-wrapper .sidebar-toggler span {
  position: absolute;
  left: 0;
  right: 0px;
  height: 2px;
  width: 2rem;
  background: var(--color-dark);
}
.header-wrapper .sidebar-toggler span:first-child {
  top: 0;
}
.header-wrapper .sidebar-toggler span:nth-child(2) {
  top: 50%;
  transform: translateY(-1px);
}
.header-wrapper .sidebar-toggler span:last-child {
  bottom: 0px;
}
.header-wrapper .icon-wrapper {
  width: 3.4rem;
  height: 3.4rem;
}
.header-wrapper img.rounded-circle {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header-wrapper .header-dots {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #e0e0e0;
}
.header-wrapper .user-desc .user-name {
  font-weight: 500;
}
.header-wrapper .user-desc .user-type {
  font-size: 0.9rem;
  color: #9f9fab;
}
.header-wrapper .dropdown-menu, .header-wrapper .dropdown {
  z-index: 10;
  position: relative;
}

.content-wrapper {
  margin-top: 80px;
  display: flex;
  gap: 0px;
  height: auto;
  transition: 0.4s all;
}
.content-wrapper .sidebar-wrapper {
  width: 20rem;
  background: #fff;
  padding: 20px 1rem;
  height: 100%;
  min-height: calc(100vh - 80px);
  overflow-anchor: none;
  touch-action: auto;
  transition: 0.4s width;
  filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.1));
  z-index: 99;
  overflow: visible;
}
.content-wrapper .main-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  transition: 0.4s all;
}
.content-wrapper .page-content {
  margin-bottom: 30px;
}

.dropdown-menu-xl {
  width: 400px;
}

.dropdown-menu-header {
  position: relative;
  margin-bottom: 10px;
}
.dropdown-menu-header .menu-header-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.25rem 0.25rem 0 0;
}
.dropdown-menu-header .dropdown-menu-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  background: rgba(22, 92, 153, 0.7);
  position: relative;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
.dropdown-menu-header .dropdown-menu-header-inner h6 {
  font-weight: 400;
}

.menu-item {
  position: relative;
  width: 100%;
  white-space: nowrap;
}

.menu-link {
  display: flex;
  color: #53535e;
}
.menu-link:hover {
  background-color: #e6f1fb;
  color: rgb(22, 92, 153);
}
.menu-link i {
  height: 2.3rem;
  display: block;
  width: 3rem;
  text-align: center;
  line-height: 2.3rem;
}
.menu-link .menu-name {
  height: 2.3rem;
  line-height: 2.3rem;
  display: block;
  padding: auto 15px;
  width: 100%;
}

.dropdown-menu .menu-link {
  white-space: nowrap;
}

.scroll-touch {
  overflow-y: auto;
}
.scroll-touch::-webkit-scrollbar {
  width: 5px;
}
.scroll-touch::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 5px;
}
.scroll-touch::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.notification-box {
  padding: 1rem 1rem;
  max-height: 200px;
  position: relative;
}

.verticle-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}
.verticle-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 67px;
  height: 100%;
  width: 4px;
  background: #e9ecef;
  border-radius: 0.25rem;
}
.verticle-timeline.verticle-time-simple {
  padding: 0.5rem 0;
}
.verticle-timeline.verticle-time-simple::before {
  left: 11px;
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}
.vertical-timeline-element.verticle-time-simple {
  margin: 0 0 0.5rem;
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 90px;
  font-size: 0.8rem;
}
.vertical-timeline-element-content .timeline-title {
  font-size: 1rem;
}

.vertical-without-time .vertical-timeline-element-content {
  margin-left: 36px;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 60px;
}

.vertical-without-time .vertical-timeline-element-icon {
  left: 4px;
}

.verticle-time-simple .vertical-timeline-element-icon {
  height: 14px;
  width: 14px;
  background: #e9ecef;
  position: absolute;
  left: 6px;
  top: 2px;
  display: block;
  border-radius: 20px;
}

.dot-danger .vertical-timeline-element-icon {
  background: #d92550;
}

.dot-success .vertical-timeline-element-icon {
  background: #d92550;
}

.verticle-timeline-item {
  position: relative;
}

.verticle-time-simple .vertical-timeline-element-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

.sidebar {
  height: 100%;
}
.sidebar .menu-item {
  position: relative;
  margin: 0.2rem 0px;
}
.sidebar .menu-link {
  border-radius: 5px;
}
.sidebar .menu-link i {
  height: 3rem;
  line-height: 3rem;
}
.sidebar .menu-link i.menu-icon {
  font-size: 1.2rem;
  min-width: 3.5rem;
}
.sidebar .menu-link span {
  width: calc(100% - 3rem);
  height: 3rem;
  line-height: 3rem;
}
.sidebar .has-submenu .menu-link span {
  width: calc(100% - 6.5rem);
}
.sidebar .submenu {
  padding: 5px 0px 0px 30px;
  position: relative;
  display: none;
}
.sidebar .submenu::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 5px;
  width: 3px;
  bottom: 0;
  background: #cfe5f8;
}
.sidebar .submenu .menu-link {
  padding: 0px 15px;
}
.sidebar .submenu .menu-link span {
  width: 100%;
}
.sidebar .menu-item.active > .menu-link {
  background: #cfe5f8;
  color: rgb(22, 92, 153);
}
.sidebar .menu-item.active .submenu {
  display: block;
}
.sidebar .menu-item:hover > .menu-link {
  background: #e6f1fb;
}

.sidebar-wrapper.show {
  width: 5.5rem;
}
.sidebar-wrapper.show .sidebar .menu-item > .menu-link .menu-icon {
  min-width: 3.5rem;
}
.sidebar-wrapper.show .sidebar .menu-item > .menu-link span {
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 0px 0.25rem 0.25rem 0;
  display: none;
  opacity: 0;
}
.sidebar-wrapper.show .sidebar .menu-item > .menu-link i.bi-chevron-down {
  display: none;
}
.sidebar-wrapper.show .sidebar .menu-item.active:hover > .menu-link {
  background-color: #cfe5f8;
}
.sidebar-wrapper.show .sidebar .menu-item.active:hover > .menu-link span {
  background-color: #cfe5f8;
}
.sidebar-wrapper.show .sidebar .menu-item .submenu {
  position: absolute;
  left: 4.5rem;
  background: #fff;
}
.sidebar-wrapper.show .sidebar .menu-item .submenu.show {
  display: none;
}
.sidebar-wrapper.show .sidebar .menu-item:hover > .menu-link {
  border-radius: 0.25rem 0 0 0.25rem;
}
.sidebar-wrapper.show .sidebar .menu-item:hover > .menu-link span {
  display: block;
  opacity: 1;
  background-color: #e6f1fb;
  min-width: 195px;
}
.sidebar-wrapper.show .sidebar .menu-item:hover .submenu {
  min-width: 180px;
  padding-left: 0px;
  border-radius: 0 0 0.25rem 0;
}
.sidebar-wrapper.show .sidebar .menu-item:hover .submenu::before {
  display: none;
}

.thumb {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
}
.thumb .card-body {
  background: none;
}
.thumb:hover {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.thumb:hover .icon-wrapper .icon-wrapper-bg {
  opacity: 0.2;
}
.thumb h3 {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.7rem;
  color: #2f2f36;
}
.thumb h6 {
  color: #91919f;
  font-weight: 400;
}
.thumb.material-in {
  background: rgba(92, 245, 92, 0.7);
}
.thumb.material-in h6 {
  color: #353235;
}
.thumb.material-in h6 span {
  color: #232323;
}
.thumb.material-out {
  background: rgba(247, 148, 115, 0.7);
}
.thumb.material-out h6 {
  color: #353235;
}
.thumb.material-out h6 span {
  color: #232323;
}

.thumb-with-icon .card-body {
  gap: 20px;
}

thead.sticky-top {
  z-index: 5;
}

.indicator .indicator-bg {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin-right: 7px;
}
.indicator .indicator-text {
  font-weight: 600;
  opacity: 0.9;
}
.indicator.material-in .indicator-bg {
  background-color: rgba(92, 245, 92, 0.7);
}
.indicator.material-out .indicator-bg {
  background-color: rgba(247, 148, 115, 0.7);
}

.footer-wrapper {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0.5rem;
  background-color: #fff;
}

thead {
  background: #cfe5f8;
}
thead th {
  border-color: #aaa;
}

.form-group label {
  margin-bottom: 0.3rem;
}
.form-group .form-control {
  padding: 0.5rem 1rem;
}

.input-group-prepend .btn {
  border-radius: 0.25rem 0 0 0.25rem;
  height: 100%;
}

.input-group-append .btn {
  border-radius: 0 0.25rem 0.25rem 0;
  height: 100%;
}
.input-group-append .fonr-control {
  border-radius: 0px 3px 3px 0px;
}

.form-light .input-group .btn {
  border: 1px solid #ced4da !important;
  height: 100%;
  background: #fbfbfc;
}
.form-light .form-control {
  background: #fbfbfc;
  border-radius: 0px;
}
.form-light label {
  color: #5f5f6c;
}

.input-with-icon {
  position: relative;
}
.input-with-icon .form-control {
  padding-left: 2.3rem;
}
.input-with-icon .icon {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 1.2rem;
  color: #9f9fab;
  z-index: 5;
}

.form-control:focus, .form-control:active {
  z-index: 0;
  box-shadow: none;
  outline: none;
}

.input-group .form-control:focus {
  z-index: 1 !important;
}
.input-group .btn {
  z-index: 0;
}

.table-xxl {
  min-width: 1350px;
}

.table-xl {
  min-width: 1200px;
}

.table-lg {
  min-width: 900px;
}

.table-md {
  min-width: 700px;
}

.table-sm {
  min-width: 500px;
}

.has-table {
  display: none;
  transition-timing-function: linear;
  overflow: hidden;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #fbfbfc;
  border: 1px solid #ced4da;
}
.select2-container .select2-selection--single:focus {
  border-color: #86b7fe;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

#pdfImbed {
  height: 80vh;
}

.remarkModal {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(4px 8px 10px rgba(0, 0, 0, 0.2));
  transform: translate(-50%, -50%);
}
.remarkModal .modal-header {
  border-bottom: 1px solid #d0d0d0;
  padding: 0.7rem 1.3rem;
}
.remarkModal .modal-header .btn {
  font-size: 2rem;
  line-height: 2rem;
  padding: 0px;
}
.remarkModal .modal-body {
  padding: 1.6rem 1.3rem;
}/*# sourceMappingURL=style.css.map */