@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  font-size: 16px;
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  scroll-behavior: smooth;
  cursor: default;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

*,
html,
body {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  letter-spacing: normal;
}

h1 {
  font-size: 3vw;
}

h2 {
  font-size: 2.4vw;
}

h3 {
  font-size: 2vw;
}

h4 {
  font-size: 1.8vw;
}

h5 {
  font-size: 1.4vw;
}

p {
  font-size: 1rem;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

img[src=""] {
  visibility: hidden;
}
img.lazy.error {
  visibility: hidden;
}

/*
Fixes the Firefox anomaly while images are loading
*/
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.badge {
  line-height: 1.2;
}
.badge.badge-green {
  background-color: rgba(98, 155, 5, 0.1);
  color: #629b35;
}
.badge.badge-red {
  background: rgba(255, 61, 0, 0.12);
  color: #FF3D00;
}
.badge.badge-purple {
  background-color: rgba(96, 91, 255, 0.1);
  color: #605bff;
}
.badge.badge-blue {
  background-color: rgba(91, 147, 255, 0.1);
  color: #5b93ff;
}
.badge.badge-yellow {
  background-color: rgba(112, 226, 7, 0.1);
  color: #99CC00;
}
.badge.stack {
  min-width: 82px;
}

.text-green-soft {
  color: #c2ce35;
}

.text-green {
  color: #00A651;
}

.text-green-dark {
  color: #008d44;
}

.btn {
  border-radius: 0.6vw;
  font-size: 1.2vw;
  min-height: 3vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary {
  background-color: #00A651;
  border-color: #00A651;
}
.btn.btn-primary:hover {
  background-color: #008d44;
  border-color: #008d44;
}
.btn.btn-purple {
  background: rgba(145, 58, 255, 0.12);
  border-color: rgba(145, 58, 255, 0.12);
  color: #2f1bad;
}
.btn .btn-sm {
  font-size: 1vw;
  min-height: 2vw;
}

.bg-theme-primary {
  background-color: #00A651;
}
.bg-theme-primary-dark {
  background-color: #008d44;
}

.text-theme-primary {
  color: #00A651;
}
.text-theme-primary-dark {
  color: #008d44;
}

.d-grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.gap-0 {
  gap: 0px;
}

.gap-x-0 {
  column-gap: 0px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-1 {
  gap: 8px;
}

.gap-x-1 {
  column-gap: 8px;
}

.gap-y-1 {
  row-gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-x-2 {
  column-gap: 16px;
}

.gap-y-2 {
  row-gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-x-3 {
  column-gap: 24px;
}

.gap-y-3 {
  row-gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-x-4 {
  column-gap: 32px;
}

.gap-y-4 {
  row-gap: 32px;
}

.gap-5 {
  gap: 40px;
}

.gap-x-5 {
  column-gap: 40px;
}

.gap-y-5 {
  row-gap: 40px;
}

.gap-6 {
  gap: 48px;
}

.gap-x-6 {
  column-gap: 48px;
}

.gap-y-6 {
  row-gap: 48px;
}

.gap-7 {
  gap: 56px;
}

.gap-x-7 {
  column-gap: 56px;
}

.gap-y-7 {
  row-gap: 56px;
}

.gap-8 {
  gap: 64px;
}

.gap-x-8 {
  column-gap: 64px;
}

.gap-y-8 {
  row-gap: 64px;
}

.gap-9 {
  gap: 72px;
}

.gap-x-9 {
  column-gap: 72px;
}

.gap-y-9 {
  row-gap: 72px;
}

.gap-10 {
  gap: 80px;
}

.gap-x-10 {
  column-gap: 80px;
}

.gap-y-10 {
  row-gap: 80px;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6vw 1.2vw;
  border-radius: 0.2vw;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #00A651;
}

.widget-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.2vw;
  width: 4.2vw;
  border-radius: 50%;
  background-color: #ddd;
  color: #fff;
  font-size: 1.6vw;
}
.widget-circle.blue {
  background-color: rgba(91, 147, 255, 0.1);
  color: #5b93ff;
}
.widget-circle.yellow {
  background-color: rgba(255, 214, 107, 0.1);
  color: #ffd66b;
}
.widget-circle.purple {
  background-color: rgba(96, 91, 255, 0.1);
  color: #605bff;
}
.widget-circle.green {
  background-color: rgba(98, 155, 5, 0.1);
  color: #629b35;
}
.widget-circle.red {
  background: rgba(255, 61, 0, 0.12);
  color: #FF3D00;
}

.rounded-xl {
  border-radius: 0.6vw;
}

.rounded-2xl {
  border-radius: 1.2vw;
}

@media (min-width: 1540px) {
  .container {
    max-width: 1600px;
  }
}

.c-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 18.5vw;
}
.c-sidebar-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 4px 52px rgba(202, 207, 223, 0.25);
  border-radius: 0.6vw;
  padding: 1.4vw 1vw;
}
.c-sidebar-wrapper::-webkit-scrollbar {
  width: 0.5vw;
  background-color: rgba(255, 255, 255, 0);
}
.c-sidebar-wrapper::-webkit-scrollbar-thumb {
  border-radius: 500rem;
  background-color: #00A651;
}
.c-sidebar-brand {
  padding-bottom: 1.8vw;
  margin-bottom: 1.8vw;
  border-bottom: 1px solid #ECE7E7;
  font-size: 1vw;
  font-weight: normal;
  color: #000;
}
.c-sidebar-brand img {
  width: auto;
  display: inline-block;
  height: 4vw;
  vertical-align: middle;
}
.c-sidebar-navigation .nav-item {
  display: flex;
  align-items: center;
  padding: 0.8vw 1.2vw;
  background-color: transparent;
  text-decoration: none;
}
.c-sidebar-navigation .nav-item .icon {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6vw;
  margin-right: 0.9vw;
}
.c-sidebar-navigation .nav-item .icon i {
  color: #afafb0;
  font-size: 1.4vw;
}
.c-sidebar-navigation .nav-item .text {
  font-size: 0.9vw;
  line-height: normal;
  color: #aaa;
  text-decoration: none;
}
.c-sidebar-navigation .nav-item .text:hover {
  text-decoration: none;
}
.c-sidebar-navigation .nav-item.active {
  margin: 0.25vw 0;
  background-color: #00A651;
  border-radius: 0.4vw;
}
.c-sidebar-navigation .nav-item.active .icon i {
  color: white;
}
.c-sidebar-navigation .nav-item.active .text {
  font-weight: 600;
  color: white;
}
.c-sidebar .accordion-item {
  position: relative;
  border: none;
}
.c-sidebar .accordion-item .accordion-button {
  margin-bottom: 0.2vw;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0.25vw !important;
  position: relative;
}
.c-sidebar .accordion-item .accordion-button .caret {
  position: absolute;
  right: 0.8vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9vw;
  color: #aaa;
}
.c-sidebar .accordion-item .accordion-button.active {
  background: #00A651;
  margin-bottom: 0.9vw;
}
.c-sidebar .accordion-item .accordion-button.active .caret {
  color: white;
}
.c-sidebar .accordion-item .sidebar-expand-box {
  width: 100%;
  padding-left: 1.8vw;
}
.c-sidebar .accordion-item .sidebar-expand-item {
  width: 100%;
  border-radius: 0.4vw;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.34);
  padding: 0.75vw 1.15vw;
  font-size: 0.9vw;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0.6vw;
}
.c-sidebar .accordion-item .sidebar-expand-item .dot {
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  margin-right: 0.8vw;
  background: rgba(0, 0, 0, 0.34);
}
.c-sidebar .accordion-item .sidebar-expand-item.active {
  box-shadow: none;
  color: #008d44;
}
.c-sidebar .accordion-item .sidebar-expand-item.active .dot {
  background: #008d44;
}

.c-navbar {
  width: 100%;
  padding: 0 1.6vw;
  height: 9.2vh;
  background-color: #fff;
}
.c-navbar-breadcrumb {
  font-size: 1.25vw;
  color: #000;
  line-height: normal;
  margin: 0;
  font-weight: 500;
}
.c-navbar-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.1vw;
  width: 2.1vw;
  border-radius: 0.5vw;
  background-color: #00A651;
  color: #fff;
  font-weight: 600;
  font-size: 1.2vw;
}
.c-navbar-info p {
  font-size: 0.8vw;
  line-height: 1.4;
  color: #000;
  margin: 0;
  font-weight: 600;
}
.c-navbar-info p span {
  font-size: 0.7vw;
  color: #B5BBC9;
  margin: 0;
}
.c-navbar .dropdown {
  padding: 0.6vw 1.2vw;
  background-color: #F4F3F3;
  border-radius: 0.4vw;
}
.c-navbar .dropdown .dropdown-menu {
  top: 0.4vw !important;
}
.c-navbar .dropdown .dropdown-menu .dropdown-item {
  padding: 0.6vw 1.2vw;
  font-size: 1vw;
}
.c-navbar .dropdown .dropdown-toggle::after {
  margin-left: 1.2vw;
  margin-top: 1.2vw;
  color: #00A651;
}

.card-box {
  border-radius: 0.9vw;
}
.card-box-header {
  display: block;
  padding: 2.4vw 0;
}
.card-box-header .back-button {
  font-size: 1.2vw;
  margin-right: 1.15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 2.25vw;
  height: 2.25vw;
  border-radius: 50%;
  background: #008d44;
}
.card-box-header .info .avatar {
  display: inline-block;
  height: 2.8vw;
  width: 2.8vw;
  vertical-align: middle;
  border-radius: 0.2vw;
  margin-right: 0.9vw;
}
.card-box-header .info .context {
  font-size: 1vw;
  font-weight: 400;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.card-box-header .info .context .label {
  font-weight: 600;
}
.card-box-header .info .context p {
  margin: 0;
}
.card-box-body {
  display: block;
  border-radius: 0.9vw;
  background: #fff;
  padding: 1.6vw 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}

.panel {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 1.6vw;
  min-height: 75px;
  padding: 1vw 1.6vw;
}
.panel .label {
  font-weight: bold;
  font-size: 1vw;
  margin: 0;
  color: #00A651;
}
.panel .value {
  font-weight: 600;
  font-size: 1.7vw;
  margin: 0;
  color: #6D6D6D;
}
.panel .toggle {
  display: flex;
  height: 3.4vw;
  width: 3.4vw;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: #008d44;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0.8vw;
}

.table-hold .dataTables_wrapper .dataTables_filter {
  display: none;
}
.table-hold .dataTables_wrapper .dataTables_filter label {
  align-items: center;
  display: flex;
  font-size: 0.9vw;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.table-hold .dataTables_wrapper .dataTables_filter label input {
  margin-left: 0.9vw;
  border-radius: 50px;
  width: 100%;
  outline: none;
  border: 1px solid #888;
  padding: 4px 8px;
  font-size: 0.9vw;
  height: 30px;
}
.table-hold .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: #00A651;
}
@media (min-width: 576px) {
  .table-hold .dataTables_wrapper .dataTables_filter label input {
    width: 230px;
  }
}
@media (min-width: 576px) {
  .table-hold .dataTables_wrapper .dataTables_filter label {
    display: inline-block;
  }
}
.table-hold .dataTables_wrapper .dataTables_paginate {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.table-hold .dataTables_wrapper .dataTables_paginate a {
  background: transparent;
  color: inherit;
  padding: 6px 1vw;
  font-weight: 500;
  font-size: 0.9vw;
  display: inline-block;
  cursor: pointer;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.current {
  color: #00A651;
}
.table-hold .dataTables_wrapper .dataTables_paginate a:focus {
  box-shadow: none;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.previous, .table-hold .dataTables_wrapper .dataTables_paginate a.next {
  padding: 0.3vw 0.6vw;
  font-size: 0px;
  background: #fff;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.previous::after, .table-hold .dataTables_wrapper .dataTables_paginate a.next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.590088 11.34L5.17009 6.75L0.590088 2.16L2.00009 0.75L8.00009 6.75L2.00009 12.75L0.590088 11.34Z' fill='%23C2C9D1'/%3E%3Cpath d='M0.590088 11.34L5.17009 6.75L0.590088 2.16L2.00009 0.75L8.00009 6.75L2.00009 12.75L0.590088 11.34Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E%0A");
  width: 0.8vw;
  height: 0.8vw;
  background-size: 0.8vw 0.8vw;
  display: block;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.previous::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 11.09L2.83 6.5L7.41 1.91L6 0.5L0 6.5L6 12.5L7.41 11.09Z' fill='%23C2C9D1'/%3E%3Cpath d='M7.41 11.09L2.83 6.5L7.41 1.91L6 0.5L0 6.5L6 12.5L7.41 11.09Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E%0A");
}
.table-hold .dataTables_wrapper .dataTables_info {
  margin-left: auto;
}
.table-hold .dataTables_wrapper .dataTables_length label {
  margin: 0;
  font-size: 0.9vw;
  font-weight: 500;
}
.table-hold .dataTables_wrapper .dataTables_length label select {
  border: none;
  color: inherit;
}
.table-hold .dataTables_wrapper .bottom {
  margin-top: 2.4vw;
  display: flex;
  font-size: 0.9vw;
  align-items: center;
  padding: 0 1.2vw;
  color: rgba(0, 0, 0, 0.5);
}
.table-hold .dataTables_wrapper table thead th::after {
  content: "";
  background-image: url(../images/sort-solid.svg);
  transform: rotate(135deg);
  background-size: cover;
  opacity: 0.95;
  width: 6.5px;
  height: 11px;
  top: calc(50% - 9px);
  position: absolute;
  right: 0.5rem;
}
.table-hold .dataTables_wrapper table thead th.sorting_asc::after {
  transform: rotate(-45deg);
}
.table-hold table.table-striped tbody tr:nth-of-type(odd) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #c2c9d1;
}
.table-hold table thead {
  border-bottom: 0.1vw solid #e9e2e2;
}
.table-hold table thead th {
  font-weight: 600;
  border: none;
  font-size: 0.9vw;
  line-height: 1.5vw;
  color: #25282b;
  position: relative;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
}
.table-hold table tbody td {
  font-weight: 400;
  font-size: 0.9vw;
  line-height: normal;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 0.5rem 0.9vw;
  border-top: unset;
}
.table-hold table tbody td .badge {
  font-size: 90%;
}
.table-hold table tbody td .dropdown-toggle:focus {
  box-shadow: unset;
}
.table-hold table tbody td .dropdown-toggle:after {
  display: none;
}
.table-hold table tbody td .dropdown-menu {
  background: white;
  top: 0.15vw !important;
  left: -0.8vw !important;
  border-radius: 0.6vw;
  border: none;
  padding: 0.25vw;
  min-width: 7vw;
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.16), inset 0px 2px 0px #ffffff;
}
.table-hold table tbody td .dropdown-menu .dropdown-item {
  padding: 0.5vw 1.5vw;
  border-radius: 0.6vw;
  color: #b4aaaa;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0;
}
.table-hold table tbody td .dropdown-menu .dropdown-item i {
  font-size: 1vw;
  margin-right: 0.6vw;
}
.table-hold table tbody td .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.table-hold table tbody td .dropdown-menu .dropdown-item:hover {
  color: black;
  background: transparent;
}
.table-hold table tbody td .avatar {
  display: inline;
  height: 1.8vw;
  width: 1.8vw;
  vertical-align: middle;
  border-radius: 0.2vw;
  margin-right: 0.9vw;
  object-fit: cover;
}
.table-hold table tbody td .banner {
  height: 98px;
  width: 236px;
  margin: 0 auto;
  background-size: cover;
  border-radius: 1.5vw;
}

.modal .modal-dialog .modal-content {
  border: unset;
  border-radius: 2.2vw;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 1.8vw 2.4vw;
}
.modal .modal-dialog .modal-content .modal-body .close {
  padding: 0;
  position: absolute;
  right: 1.8vw;
  top: 1.8vw;
}
.modal .modal-dialog .modal-content .modal-body .date {
  padding: 0;
  position: absolute;
  left: 1.8vw;
  top: 1.8vw;
  font-size: 0.9vw;
  line-height: 1.5;
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-body .heading {
  display: flex;
  align-items: center;
}
.modal .modal-dialog .modal-content .modal-body .heading .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4vw;
  width: 2.4vw;
  border-radius: 100px;
  background-color: #00A651;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .heading h4 {
  font-size: 1.4vw;
  font-weight: 600;
  margin: 0;
}
.modal .modal-title {
  font-weight: bold;
  font-size: 1.4vw;
  color: #000;
}
.modal .image-upload {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0;
  justify-content: center;
  background: #fff;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.modal .image-upload img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.modal .image-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .modal .modal-sm {
    max-width: 28vw;
  }
  .modal .modal-lg {
    max-width: 72vw;
  }
}

.modal-backdrop {
  background-color: transparent;
}
.modal-backdrop.fade {
  transition: opacity 0.15s linear;
}

body.modal-open > :not(.modal, .select2-container) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.form-group label {
  color: #000;
  font-weight: 600;
  font-size: 0.9vw;
}
.form-group .form-control {
  min-height: 3vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #f6f6f7;
  border-radius: 0.6vw;
  font-size: 0.9vw;
  font-weight: 300;
  color: #000;
  border-color: #cfdce5;
}
.form-group .form-control::placeholder {
  color: #958f8f;
  font-weight: 300;
}
.form-group .form-control:focus {
  box-shadow: unset;
  border-color: #00A651;
}
.form-group .icon-right {
  position: relative;
}
.form-group .icon-right .form-control {
  padding-right: 2.5vw;
}
.form-group .icon-right .input-group-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  right: 0.8vw;
  height: 100%;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1vw;
}
.form-group .icon-left {
  position: relative;
}
.form-group .icon-left .form-control {
  padding-left: 2.5vw;
}
.form-group .icon-left .input-group-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  left: 0.8vw;
  height: 100%;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1vw;
}
.form-group .input-group.datepicker {
  padding: 0;
}
.form-group .input-group.datepicker .form-control {
  padding: 0.6vw 2vw;
}
.form-group .input-group.datepicker::before, .form-group .input-group.datepicker::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 1.2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.7vw;
}
.form-group .input-group.datepicker::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 8.16666H3.83333V9.83332H5.5V8.16666ZM8.83333 8.16666H7.16667V9.83332H8.83333V8.16666ZM12.1667 8.16666H10.5V9.83332H12.1667V8.16666ZM13.8333 2.33332H13V0.666656H11.3333V2.33332H4.66667V0.666656H3V2.33332H2.16667C1.24167 2.33332 0.508333 3.08332 0.508333 3.99999L0.5 15.6667C0.5 16.5833 1.24167 17.3333 2.16667 17.3333H13.8333C14.75 17.3333 15.5 16.5833 15.5 15.6667V3.99999C15.5 3.08332 14.75 2.33332 13.8333 2.33332ZM13.8333 15.6667H2.16667V6.49999H13.8333V15.6667Z' fill='%23C2C9D1'/%3E%3Cpath d='M5.5 8.16666H3.83333V9.83332H5.5V8.16666ZM8.83333 8.16666H7.16667V9.83332H8.83333V8.16666ZM12.1667 8.16666H10.5V9.83332H12.1667V8.16666ZM13.8333 2.33332H13V0.666656H11.3333V2.33332H4.66667V0.666656H3V2.33332H2.16667C1.24167 2.33332 0.508333 3.08332 0.508333 3.99999L0.5 15.6667C0.5 16.5833 1.24167 17.3333 2.16667 17.3333H13.8333C14.75 17.3333 15.5 16.5833 15.5 15.6667V3.99999C15.5 3.08332 14.75 2.33332 13.8333 2.33332ZM13.8333 15.6667H2.16667V6.49999H13.8333V15.6667Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E%0A");
  left: 0.5vw;
  background-size: 1vw;
}
.form-group .input-group.datepicker::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.175 0.533325L5 4.34999L8.825 0.533325L10 1.70833L5 6.70833L0 1.70833L1.175 0.533325Z' fill='%23C2C9D1'/%3E%3Cpath d='M1.175 0.533325L5 4.34999L8.825 0.533325L10 1.70833L5 6.70833L0 1.70833L1.175 0.533325Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E");
  right: 0.5vw;
}
.form-group .input-group-append {
  z-index: 5;
}
.form-group .input-group-append .input-group-text {
  border-top-right-radius: 0.9vw;
  border-bottom-right-radius: 0.9vw;
  font-size: 0.9vw;
  background: transparent;
}
.form-group .input-group-prepend {
  z-index: 5;
}
.form-group .input-group-prepend .input-group-text {
  border-top-left-radius: 0.9vw;
  border-bottom-left-radius: 0.9vw;
  font-size: 0.9vw;
  background: transparent;
}

.datepicker {
  padding: 0;
}
.datepicker.light {
  color: #fff;
}
.datepicker.light::placeholder {
  color: #fff;
  opacity: 1;
}
.datepicker.light:-ms-input-placeholder {
  color: #fff;
}
.datepicker.light::-ms-input-placeholder {
  color: #fff;
}
.datepicker td, .datepicker th {
  width: 2vw;
  height: 2vw;
}

.dropdown-menu {
  font-size: 0.85vw;
}

.custom-control .custom-control-label {
  font-size: 1.4vw;
  font-weight: 600;
  color: #978e8e;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00A651;
  background-color: #00A651;
}
.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
}
.custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00A651;
}

.select2-container .select2-selection {
  height: 3vw;
  border-radius: 0.6vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #f6f6f7;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 3vw;
  min-height: 3vw;
  font-size: 1vw;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 3vw;
}

.p-login {
  position: relative;
}
.p-login-bg {
  background: #00A651;
}
.p-login-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  align-items: center;
}
@media (min-width: 1540px) {
  .p-login-content {
    zoom: 1.2;
  }
}
.p-login-header {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 4px 2rem;
  font-size: 16px;
  color: #00A651;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 28px 4px rgba(37, 34, 34, 0.33);
  background-color: #fff;
  border-radius: 16px;
  font-weight: 600;
}
.p-login-header span {
  font-weight: 700;
}
.p-login-card {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.37);
  border-radius: 20px;
  background-color: #00A651;
  overflow: hidden;
}
.p-login-cta {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.p-login-cta:hover {
  color: #fff;
}
.p-login-form {
  position: relative;
}
.p-login-form-title {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 8px;
}
.p-login-form-desc {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-weight: 300;
}
.p-login-form .form-group {
  margin-bottom: 1.5rem;
}
.p-login-form .form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #252f40;
}
.p-login-form .form-group .form-control {
  height: 40px;
  font-size: 12px;
  background: transparent;
  border-width: 1px;
  border-color: #fff;
}
.p-login-form .form-group .form-control::placeholder {
  color: #FFFFFF;
}
.p-login-form .form-group .form-control:focus {
  border-width: 2px;
  border-color: #fff;
  box-shadow: unset;
}
.p-login-form .custom-control .custom-control-label {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.p-login-form .custom-control .custom-control-label:before {
  top: 0.15rem;
}
.p-login-form .custom-control .custom-control-label:after {
  top: calc(0.15rem + 2px);
}
.p-login-form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}
.p-login-form .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
}
.p-login-form .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #00A651;
}
.p-login-form .custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fff;
}
.p-login-kv-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
}
.p-login-kv-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-login .btn-login {
  background: #fff;
  border-radius: 8px;
  color: #00A651;
  font-size: 14px;
  font-weight: 500;
  min-height: 48px;
}
.p-login .btn-login.lg {
  font-size: 18px;
  min-height: 48px;
}

.p-dashboard {
  position: relative;
  background-color: #f7f7f7;
}
.p-dashboard-container {
  display: block;
  height: 100vh;
  width: 100%;
  padding-left: 18.5vw;
  overflow: hidden;
}
.p-dashboard-content {
  width: 100%;
  padding: 1.2vw 1.6vw;
  height: 90.8vh;
  overflow-y: auto;
}
.p-dashboard-content::-webkit-scrollbar {
  width: 0.55vw;
  background-color: rgba(255, 255, 255, 0);
}
.p-dashboard-content::-webkit-scrollbar-thumb {
  border-radius: 500rem;
  background-color: #00A651;
}
.p-dashboard-wrapper {
  position: relative;
  padding: 0 1.6vw;
  padding-top: 8.3333333333vw;
}
.p-dashboard-box-header {
  width: 100%;
  position: absolute;
  height: 12.5vw;
  color: #fff;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 1.2vw;
  background-color: #00A651;
}
.p-dashboard-box-header .body {
  display: block;
  padding: 1.8vw;
  position: relative;
}
.p-dashboard-box-header .body .form-control {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  height: 2vw;
  font-size: 0.8vw;
  font-weight: 300;
}
.p-dashboard-box-header .body .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.p-dashboard-box-card {
  position: relative;
  display: block;
  border-radius: 1.2vw;
  background: #fff;
  padding: 1.4vw;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}
.p-dashboard .page-title {
  font-size: 1.6vw;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}

.card-widget {
  background-color: #ddd;
  border-radius: 0.8vw;
  padding: 1vw;
}
.card-widget .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.35vw;
  width: 3.35vw;
  background-color: #c7c7c7;
  color: #fff;
  border-radius: 0.6vw;
}
.card-widget .icon i {
  font-size: 1.2vw;
}
.card-widget .info {
  line-height: 1.45vw;
  text-align: right;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
}
.card-widget .info span {
  font-weight: 300;
}
.card-widget.primary {
  background-color: #00A651;
}
.card-widget.primary .icon {
  background-color: #243068;
}
.card-widget.red {
  background-color: #e41e26;
}
.card-widget.red .icon {
  background-color: #ce181f;
}
.card-widget.yellow {
  background-color: #f8be15;
}
.card-widget.yellow .icon {
  background-color: #daa819;
}

.banner-upload {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0;
  justify-content: center;
  background: #fff;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.banner-upload img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.file-attach {
  position: relative;
  display: flex;
  width: 3vw;
  height: 3vw;
  justify-content: center;
  background: #fff;
  align-items: center;
  cursor: pointer;
  border-radius: 0.4vw;
  border: 1px solid #A8A8A8;
}
.file-attach i {
  font-size: 1.2vw;
  color: #9B9B9C;
}
.file-attach input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.chatbox-user {
  border-radius: 1vw;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  padding: 1.2vw;
}
.chatbox-user .items {
  padding: 0.8vw 0;
}
.chatbox-user .items-avatar {
  display: inline-block;
  height: 2.4vw;
  width: 2.4vw;
  border-radius: 100px;
}
.chatbox-user .items-info {
  color: #000;
  font-weight: 500;
  font-size: 0.9vw;
  margin: 0;
}
.chatbox-user .items-info .last-chat {
  color: rgba(175, 164, 164, 0.75);
  font-size: 0.8vw;
  font-weight: 400;
}
.chatbox-user .items-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8vw;
  margin: 0;
}
.chatbox-user .items-date .icon-check {
  color: #008d44;
}
.chatbox-user .items:not(:last-child) {
  border-bottom: 1px solid #e9e2e2;
}

.chatbox-message {
  border-radius: 1vw;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  position: relative;
  padding: 1.2vw;
}
.chatbox-message .body {
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.8vw 0;
  display: block;
}
.chatbox-message .body .chat-avatar {
  display: inline-block;
  height: 2.4vw;
  width: 2.4vw;
  border-radius: 100px;
}
.chatbox-message .body .chat-message {
  display: inline-block;
  padding: 0.8vw;
  background-color: #F1F1F1;
  border-radius: 0.8vw;
  font-size: 0.9vw;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
}
.chatbox-message .body .chat-message.reverse {
  background-color: #008d44;
  color: #fff;
  text-align: right;
}
.chatbox-message .body .chat-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8vw;
  margin: 0;
}
.chatbox-message .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1.2vw 0;
  margin-bottom: 1vw;
  display: block;
}
.chatbox-message .header-avatar {
  display: inline-block;
  height: 2.6vw;
  width: 2.6vw;
  border-radius: 100px;
}
.chatbox-message .header-info {
  color: #000;
  font-weight: 500;
  font-size: 0.9vw;
  margin: 0;
}
.chatbox-message .header-info .last-chat {
  color: rgba(175, 164, 164, 0.75);
  font-size: 0.8vw;
  font-weight: 400;
}
.stat-header {
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #aaaaaa;
}
.stat-header h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.stat-header form {
  width: 400px;
}
.stat-header form .form-group {
  margin-bottom: 0;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.stat-card {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.0745098039);
  border-radius: 14px;
  gap: 16px;
  padding: 16px;
}
.stat-card .icon {
  height: 72px;
  flex: 0 0 72px;
  width: 72px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}
.stat-card .content h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: grey;
}
.stat-card .content p {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 22px;
}

/*# sourceMappingURL=admin.css.map */
