/* src/app/app.css */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
@font-face {
  font-family: "Satoshi-Variable";
  src:
    url("./media/Satoshi-Variable.woff2") format("woff2"),
    url("./media/Satoshi-Variable.woff") format("woff"),
    url("./media/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
body {
  font-size: 85.7%;
  font-family: "Satoshi-Variable";
  font-weight: 500;
  color: #263435;
  background-color: #F0F1F1;
}
a {
  color: #45B56F;
  font-weight: 500;
  text-decoration: none;
}
.container {
  max-width: 1180px;
  margin: auto;
}
.inline-block {
  display: inline-block;
}
button {
  cursor: pointer;
}
span,
p {
  color: inherit;
}
label sup {
  color: #EF4025;
}
.fw-500 {
  font-weight: 500;
}
.hide {
  display: none;
}
.no-link {
  color: #8D9495 !important;
  pointer-events: none;
}
.msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.msg-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.msg-danger {
  background: #FFEFF1;
  border: 1px solid #F8D7DA;
}
.msg-success {
  background: #E8FFEB;
  border: 1px solid #45B56F;
}
.df-center-8 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex {
  display: flex;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.w-100 {
  width: 100%;
}
.grid {
  display: grid;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-36 {
  gap: 36px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.m-0 {
  margin: 0;
}
.m-24-0 {
  margin: 24px 0;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-t-36 {
  margin-top: 36px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-36 {
  margin-bottom: 36px;
}
.p-0 {
  padding: 0;
}
.p-30 {
  padding: 30px;
}
.p-36 {
  padding: 36px;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0;
}
.p-l-16 {
  padding-left: 16px;
}
.color-text-gray {
  color: #5C6465;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s;
}
.color-text-gray:hover {
  color: #45B56F;
}
.color-text-gray:hover path {
  stroke: #45B56F;
}
.color-text-green {
  color: #45B56F;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s;
}
.color-text-green:hover {
  color: rgb(54.924, 144.076, 88.356);
}
.color-text-blue {
  color: #4F78FC;
}
.color-text-warn {
  color: #FB6B18;
}
.text-gray {
  color: #5C6465;
}
.text-danger {
  color: #EF4025 !important;
}
.text-blue {
  color: #4F78FC !important;
}
.text-success {
  color: #45B56F !important;
}
.text-warning {
  color: #FB6B18 !important;
}
.text-purple {
  color: #9B18F2;
}
.text-center {
  text-align: center;
}
.bg-blue {
  background-color: #E9EEFD !important;
}
.bg-green {
  background-color: #E8FFEB !important;
}
.bg-orange {
  background-color: #FFF1EB !important;
}
.border-gray {
  border: 1px solid #E1E2E2;
  border-radius: 8px;
}
.df-center-24 {
  display: flex;
  align-items: center;
  gap: 24px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 8px;
}
h1 {
  font-size: 342.8571428571%;
}
h2 {
  font-size: 257.1428571429%;
}
h3 {
  font-size: 228.5714285714%;
}
h4 {
  font-size: 171.4285714286%;
}
h5 {
  font-size: 142.8571428571%;
  margin: 8px 0;
}
h6 {
  font-size: 114.2857142857%;
  margin: 8px 0;
}
.h-divider-20 {
  width: 1px;
  height: 20px;
  background-color: #E1E2E2;
}
.key-value span {
  color: #5C6465;
  display: block;
}
.key-value p {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  min-height: calc(100vh - 230px);
}
.empty p {
  color: #8D9495;
  margin-bottom: 24px;
}
.button {
  display: inline-block;
  padding: 18px 24px;
  font-size: 114.2857142857%;
  border-radius: 8px;
  background-color: #45B56F;
  border: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  transition: 0.4s;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  background-color: rgb(61.962, 162.538, 99.678);
}
.button.primary {
  color: #FFFFFF;
}
.button.icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.neutral {
  color: #5C6465;
  background-color: #E1E2E2;
  border: 1px solid #C5CACB;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.button.neutral:hover {
  background-color: #8D9495;
  color: #FFFFFF;
}
.button.neutral:hover path {
  stroke: #FFFFFF;
}
.button.white {
  color: #5C6465;
  background-color: #FFFFFF;
  border: 1px solid #C5CACB;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.button.white:hover {
  background-color: #F0F1F1;
}
.button.hallow-white-green {
  color: #45B56F;
  background-color: #FFFFFF;
  border: 1px solid #45B56F;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.button.hallow-white-green:hover {
  background-color: #45B56F;
  color: #FFFFFF;
}
.button.hallow-white-green:hover svg path {
  stroke: #FFFFFF;
}
.button.interactive-purple {
  color: #FFFFFF;
  background-color: #9B18F2;
}
.button.interactive-purple:hover {
  background-color: rgb(141.9344262295, 12.8135245902, 227.6864754098);
}
.button.flat-danger {
  color: #EF4025;
  background-color: #FFE5E2;
  border: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.button.flat-danger:hover {
  background-color: #EF4025;
  color: #FFFFFF;
}
.button.flat-danger:hover svg path {
  stroke: #FFFFFF;
}
.button.flat-info {
  color: #4F78FC;
  background-color: #E9EEFD;
  border: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.button.flat-info:hover {
  background-color: #4F78FC;
  color: #FFFFFF;
}
.button.flat-info:hover svg path {
  stroke: #FFFFFF;
}
.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button.extended {
  width: 100%;
}
.two-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 36px;
}
.two-buttons button {
  cursor: pointer;
}
.button-no-style {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.field {
  padding: 18px;
  line-height: 24px;
  border-radius: 8px;
  border: 1.5px solid #E1E2E2;
  background-color: #FFFFFF;
  font-weight: 600;
  display: block;
  margin: 3px 0 16px;
  width: 100%;
}
.field:focus {
  border: 1.5px solid #45B56F;
  outline: none;
}
.field-search-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  background-color: #FFFFFF;
  padding: 15px 18px;
}
.field-search-btn input,
.field-search-btn button {
  border: none;
  background-color: transparent;
  outline: none;
}
.field-search-btn input {
  font-weight: 600;
}
.field-checkbox {
  padding-top: 4px;
}
.field-checkbox span {
  line-height: 24px;
  font-weight: 600;
}
.field-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field-filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0 18px 18px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  background-color: #FFFFFF;
}
.field-no-style {
  border: none;
  padding: 0;
  outline: none;
  font-weight: 500;
}
.search-icon {
  background: url("./media/search-gray.svg") no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
  height: 24px;
}
.select-wrapper {
  position: relative;
  padding: 18px;
  line-height: 24px;
  border-radius: 8px;
  border: 1.5px solid #E1E2E2;
  background-color: #FFFFFF;
  font-weight: 600;
  display: block;
  margin: 3px 0 16px;
}
.select-wrapper select {
  width: 100%;
  padding: 0 24px 0 0;
  transition: 0.4s;
  background: transparent;
  border: none;
  font-weight: 500;
  color: #5C6465;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: 100%;
}
.select-wrapper::after {
  content: " ";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  border-radius: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #23A93E;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 26px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-signle {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
}
.form-signle .button {
  margin-bottom: 16px;
  margin-top: 3px;
}
.badge {
  font-weight: 500;
  font-size: 85.7142857143%;
  border-radius: 10px;
  color: #5C6465;
  background-color: #F0F1F1;
  padding: 6px 10px;
  display: inline-block;
}
.badge.success {
  color: #23A93E;
  background-color: #E8FFEB;
}
.badge.danger {
  color: #EF4025;
  background-color: #FFE5E2;
}
.badge.warn {
  color: #FB6B18;
  background-color: #FFF1EB;
}
.badge.info {
  color: #4F78FC;
  background-color: #E9EEFD;
}
.badge.purple {
  color: #9B18F2;
  background-color: #F5E6FF;
}
.paginate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 36px;
}
.paginate-arrow {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #E8FFEB;
}
.paginate-arrow:hover {
  background-color: rgb(191.2, 255, 199.5217391304);
}
.paginate-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  list-style: none;
}
.paginate-item a {
  display: inline-block;
  text-decoration: none;
  color: #263435;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  background-color: #FFFFFF;
  font-size: 100%;
  font-weight: 500;
}
.paginate-item a:hover {
  background-color: #E8FFEB;
}
.paginate-item li.is-active a {
  background-color: #45B56F;
}
.accordion {
  width: 100%;
  display: block;
  border: none;
  text-align: left;
  padding: 0;
  background: #FFFFFF;
  cursor: pointer;
  padding: 16px 20px;
}
.accordion-item {
  border-radius: 8px;
  color: #444;
  border: 1px solid #E1E2E2;
  outline: none;
  transition: 0.4s;
  background: #FFFFFF;
  margin-bottom: 12px;
  padding: 3px;
}
.accordion-wrapper {
  margin-top: 10px;
}
.accordion.active {
  background-color: #fff;
}
.panel {
  padding: 0px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  overflow-y: scroll;
  z-index: 999;
  left: 0;
  top: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background: #fff;
  max-width: 560px;
  margin: 10vh auto auto;
  padding: 0;
  border-radius: 20px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.modal-content p {
  color: #5C6465;
}
.modal .close {
  position: absolute;
  right: -60px;
  padding: 12px;
  background: #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.4s;
  transform: rotate(90deg);
}
.modal .close:hover {
  background-color: #E1E2E2;
}
.modal .close:hover svg {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.card {
  padding: 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.card-padding-20 {
  padding: 20px;
}
.card-padding-40 {
  padding: 40px;
}
.card-element {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.card-element-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-element-4 {
  grid-template-columns: repeat(4, 1fr);
}
.card-blue-light {
  background-color: #E9EEFD;
}
.two-columns {
  display: grid;
}
.loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #45B56F;
  box-shadow:
    calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}
.loader-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  background: #fff;
  border-radius: 20px;
  margin: 24px 0;
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
@supports (-webkit-touch-callout: none) {
  .select-wrapper select {
    font-size: 114.2857142857%;
  }
}
@media screen and (max-width: 460px) {
  .two-buttons {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-top: 70px;
  }
  .field {
    width: 100%;
  }
  .card-element-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-element-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .paginate {
    align-items: center;
    justify-content: center;
  }
  .paginate-item {
    display: none;
  }
}
@media screen and (max-width: 685px) {
  .modal-content {
    margin: 80px 16px !important;
  }
  .modal .close {
    right: 0;
    top: -62px;
  }
}
@media screen and (min-width: 768px) {
  .two-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .card-element-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 2500px) {
  body {
    min-width: 2500px;
    margin: auto;
  }
}
.dash {
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.dash-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.dash-top {
  margin-bottom: 24px;
}
.dash-main-content {
  padding: 24px 24px 0;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.dash-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
.dash-action-left,
.dash-action-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .dash {
    grid-template-columns: 1fr;
  }
  .dash-main-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.table {
  width: 100%;
  table-layout: auto;
}
.table tr th {
  background: #F3F8F4;
  border: none;
  color: #5C6465;
  font-weight: 700;
}
.table tr th:first-child {
  border-radius: 8px 0 0 0;
}
.table tr th:last-child {
  border-radius: 0 8px 0 0;
}
.table tr td,
.table tr th {
  text-align: left;
  white-space: nowrap;
  padding: 16px;
  font-size: 100%;
}
.table tr td {
  background-color: #FFFFFF;
  font-weight: 500;
}
.table tr td:last-child,
.table tr th:last-child {
  text-align: right;
}
.table-actions-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
}
.table-bordered {
  border: 1px solid #E1E2E2;
  border-radius: 8px;
}
.table-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: none;
    margin-bottom: 8px;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:first-child {
    border-radius: 8px 8px 0 0;
  }
  td:last-child {
    border-radius: 0 0 8px 8px;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
  }
  .table-actions-icons {
    justify-content: center;
  }
}

/* src/styles.css */

/* src/assets/css/app.css */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
body {
  font-size: 85.7%;
  font-family: "Satoshi-Variable";
  font-weight: 500;
  color: #263435;
  background-color: #F0F1F1;
}
a {
  color: #45B56F;
  font-weight: 500;
  text-decoration: none;
}
.container {
  max-width: 1180px;
  margin: auto;
}
.inline-block {
  display: inline-block;
}
button {
  cursor: pointer;
}
span,
p {
  color: inherit;
}
label sup {
  color: #EF4025;
}
.fw-500 {
  font-weight: 500;
}
.hide {
  display: none;
}
.no-link {
  color: #8D9495 !important;
  pointer-events: none;
}
.msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.msg-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.msg-danger {
  background: #FFEFF1;
  border: 1px solid #F8D7DA;
}
.msg-success {
  background: #E8FFEB;
  border: 1px solid #45B56F;
}
.df-center-8 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex {
  display: flex;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.w-100 {
  width: 100%;
}
.grid {
  display: grid;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-36 {
  gap: 36px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.m-0 {
  margin: 0;
}
.m-0-impt {
  margin: 0 !important;
}
.m-24-0 {
  margin: 24px 0;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-t-36 {
  margin-top: 36px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-36 {
  margin-bottom: 36px;
}
.p-0 {
  padding: 0;
}
.p-18 {
  padding: 18px;
}
.p-30 {
  padding: 30px;
}
.p-36 {
  padding: 36px;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0;
}
.p-l-16 {
  padding-left: 16px;
}
.color-text-gray {
  color: #5C6465;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s;
}
.color-text-gray:hover {
  color: #45B56F;
}
.color-text-gray:hover path {
  stroke: #45B56F;
}
.color-text-green {
  color: #45B56F;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s;
}
.color-text-green:hover {
  color: rgb(54.924, 144.076, 88.356);
}
.color-text-blue {
  color: #4F78FC;
}
.color-text-warn {
  color: #FB6B18;
}
.text-gray {
  color: #5C6465;
}
.text-light {
  color: #E1E2E2;
}
.text-danger {
  color: #EF4025 !important;
}
.text-blue {
  color: #4F78FC !important;
}
.text-success {
  color: #45B56F !important;
}
.text-warning {
  color: #FB6B18 !important;
}
.text-purple {
  color: #9B18F2;
}
.text-center {
  text-align: center;
}
.bg-blue {
  background-color: #E9EEFD !important;
}
.bg-green {
  background-color: #E8FFEB !important;
}
.bg-orange {
  background-color: #FFF1EB !important;
}
.border-gray {
  border: 1px solid #E1E2E2;
  border-radius: 8px;
}
.df-center-24 {
  display: flex;
  align-items: center;
  gap: 24px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 8px;
}
h1 {
  font-size: 342.8571428571%;
}
h2 {
  font-size: 257.1428571429%;
}
h3 {
  font-size: 228.5714285714%;
}
h4 {
  font-size: 171.4285714286%;
}
h5 {
  font-size: 142.8571428571%;
  margin: 8px 0;
}
h6 {
  font-size: 114.2857142857%;
  margin: 8px 0;
}
.h-divider-20 {
  width: 1px;
  height: 20px;
  background-color: #E1E2E2;
}
.key-value span {
  color: #5C6465;
  display: block;
}
.key-value p {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  min-height: calc(100vh - 230px);
}
.empty p {
  color: #8D9495;
  margin-bottom: 24px;
}
.button {
  display: inline-block;
  padding: 18px 24px;
  font-size: 114.2857142857%;
  border-radius: 8px;
  background-color: #45B56F;
  border: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  transition: 0.4s;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  background-color: rgb(61.962, 162.538, 99.678);
}
.button.primary {
  color: #FFFFFF;
}
.button.icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.neutral {
  color: #5C6465;
  background-color: #E1E2E2;
  border: 1px solid #C5CACB;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.button.neutral:hover {
  background-color: #8D9495;
  color: #FFFFFF;
}
.button.neutral:hover path {
  stroke: #FFFFFF;
}
.button.white {
  color: #5C6465;
  background-color: #FFFFFF;
  border: 1px solid #C5CACB;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.button.white:hover {
  background-color: #F0F1F1;
}
.button.hallow-white-green {
  color: #45B56F;
  background-color: #FFFFFF;
  border: 1px solid #45B56F;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.button.hallow-white-green:hover {
  background-color: #45B56F;
  color: #FFFFFF;
}
.button.hallow-white-green:hover svg path {
  stroke: #FFFFFF;
}
.button.interactive-purple {
  color: #FFFFFF;
  background-color: #9B18F2;
}
.button.interactive-purple:hover {
  background-color: rgb(141.9344262295, 12.8135245902, 227.6864754098);
}
.button.flat-danger {
  color: #EF4025;
  background-color: #FFE5E2;
  border: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.button.flat-danger:hover {
  background-color: #EF4025;
  color: #FFFFFF;
}
.button.flat-danger:hover svg path {
  stroke: #FFFFFF;
}
.button.flat-info {
  color: #4F78FC;
  background-color: #E9EEFD;
  border: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.button.flat-info:hover {
  background-color: #4F78FC;
  color: #FFFFFF;
}
.button.flat-info:hover svg path {
  stroke: #FFFFFF;
}
.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button.extended {
  width: 100%;
}
.two-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 36px;
}
.two-buttons button {
  cursor: pointer;
}
.button-no-style {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.field {
  padding: 18px;
  line-height: 24px;
  border-radius: 8px;
  border: 1.5px solid #E1E2E2;
  background-color: #FFFFFF;
  font-weight: 600;
  display: block;
  margin: 3px 0 16px;
  width: 100%;
}
.field:focus {
  border: 1.5px solid #45B56F;
  outline: none;
}
.field-search-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  background-color: #FFFFFF;
  padding: 15px 18px;
}
.field-search-btn input,
.field-search-btn button {
  border: none;
  background-color: transparent;
  outline: none;
}
.field-search-btn input {
  font-weight: 600;
}
.field-checkbox {
  padding-top: 4px;
}
.field-checkbox span {
  line-height: 24px;
  font-weight: 600;
}
.field-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field-filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0 18px 18px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  background-color: #FFFFFF;
}
.field-no-style {
  border: none;
  padding: 0;
  outline: none;
  font-weight: 500;
}
.search-icon {
  background-size: 24px;
  padding-left: 30px;
  height: 24px;
}
.select-wrapper {
  position: relative;
  padding: 18px;
  line-height: 24px;
  border-radius: 8px;
  border: 1.5px solid #E1E2E2;
  background-color: #FFFFFF;
  font-weight: 600;
  display: block;
  margin: 3px 0 16px;
}
.select-wrapper select {
  width: 100%;
  padding: 0 24px 0 0;
  transition: 0.4s;
  background: transparent;
  border: none;
  font-weight: 500;
  color: #5C6465;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: 100%;
}
.select-wrapper::after {
  content: " ";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  border-radius: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #23A93E;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 26px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-signle {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
}
.form-signle .button {
  margin-bottom: 16px;
  margin-top: 3px;
}
.badge {
  font-weight: 500;
  font-size: 85.7142857143%;
  border-radius: 10px;
  color: #5C6465;
  background-color: #F0F1F1;
  padding: 6px 10px;
  display: inline-block;
}
.badge.success {
  color: #23A93E;
  background-color: #E8FFEB;
}
.badge.danger {
  color: #EF4025;
  background-color: #FFE5E2;
}
.badge.warn {
  color: #FB6B18;
  background-color: #FFF1EB;
}
.badge.info {
  color: #4F78FC;
  background-color: #E9EEFD;
}
.badge.purple {
  color: #9B18F2;
  background-color: #F5E6FF;
}
.paginate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 36px;
}
.paginate-arrow {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #E8FFEB;
}
.paginate-arrow:hover {
  background-color: rgb(191.2, 255, 199.5217391304);
}
.paginate-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  list-style: none;
}
.paginate-item a {
  display: inline-block;
  text-decoration: none;
  color: #263435;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  background-color: #FFFFFF;
  font-size: 100%;
  font-weight: 500;
}
.paginate-item a:hover {
  background-color: #E8FFEB;
}
.paginate-item li.is-active a {
  background-color: #45B56F;
}
.accordion {
  width: 100%;
  display: block;
  border: none;
  text-align: left;
  padding: 0;
  background: #FFFFFF;
  cursor: pointer;
  padding: 16px 20px;
}
.accordion-item {
  border-radius: 8px;
  color: #444;
  border: 1px solid #E1E2E2;
  outline: none;
  transition: 0.4s;
  background: #FFFFFF;
  margin-bottom: 12px;
  padding: 3px;
}
.accordion-wrapper {
  margin-top: 10px;
}
.accordion.active {
  background-color: #fff;
}
.panel {
  padding: 0px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  overflow-y: scroll;
  z-index: 999;
  left: 0;
  top: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background: #fff;
  max-width: 560px;
  margin: 10vh auto auto;
  padding: 0;
  border-radius: 20px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.modal-content p {
  color: #5C6465;
}
.modal .close {
  position: absolute;
  right: -60px;
  padding: 12px;
  background: #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.4s;
  transform: rotate(90deg);
}
.modal .close:hover {
  background-color: #E1E2E2;
}
.modal .close:hover svg {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.card {
  padding: 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.card-padding-20 {
  padding: 20px;
}
.card-padding-40 {
  padding: 40px;
}
.card-element {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.card-element-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-element-4 {
  grid-template-columns: repeat(4, 1fr);
}
.card-blue-light {
  background-color: #E9EEFD;
}
.two-columns {
  display: grid;
}
.loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #45B56F;
  box-shadow:
    calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}
.loader-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  background: #fff;
  border-radius: 20px;
  margin: 24px 0;
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
@supports (-webkit-touch-callout: none) {
  .select-wrapper select {
    font-size: 114.2857142857%;
  }
}
@media screen and (max-width: 460px) {
  .two-buttons {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-top: 70px;
  }
  .field {
    width: 100%;
  }
  .card-element-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-element-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .paginate {
    align-items: center;
    justify-content: center;
  }
  .paginate-item {
    display: none;
  }
}
@media screen and (max-width: 685px) {
  .modal-content {
    margin: 80px 16px !important;
  }
  .modal .close {
    right: 0;
    top: -62px;
  }
}
@media screen and (min-width: 768px) {
  .two-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .card-element-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 2500px) {
  body {
    min-width: 2500px;
    margin: auto;
  }
}
.dash {
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.dash > * {
  min-width: 0;
}
.dash-top {
  margin-bottom: 24px;
}
.dash-main-content {
  padding: 24px 24px 0;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.dash-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
.dash-action-left,
.dash-action-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .dash {
    grid-template-columns: 1fr;
  }
  .dash-main-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.table {
  width: 100%;
  table-layout: auto;
}
.table tr th {
  background: #F3F8F4;
  border: none;
  color: #5C6465;
  font-weight: 700;
}
.table tr th:first-child {
  border-radius: 8px 0 0 0;
}
.table tr th:last-child {
  border-radius: 0 8px 0 0;
}
.table tr td,
.table tr th {
  text-align: left;
  white-space: nowrap;
  padding: 16px;
  font-size: 100%;
}
.table tr td {
  background-color: #FFFFFF;
  font-weight: 500;
}
.table tr td:last-child,
.table tr th:last-child {
  text-align: right;
}
.table-actions-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
}
.table-bordered {
  border: 1px solid #E1E2E2;
  border-radius: 8px;
}
.table-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: none;
    margin-bottom: 8px;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:first-child {
    border-radius: 8px 8px 0 0;
  }
  td:last-child {
    border-radius: 0 0 8px 8px;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
  }
  .table-actions-icons {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .table-outer {
    overflow: hidden;
    width: calc(100vw - 351px);
  }
  .table-inner {
    overflow-x: scroll;
  }
}

/* src/assets/css/header.css */
.dash-header {
  background-color: #FFFFFF;
  padding: 24px 24px;
}
.dash-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-header-title {
  margin: 0;
  font-size: 171.4285714286%;
  font-weight: 700;
}
.dash-header-session > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  gap: 36px;
  margin: 0;
}
.dash-header-session > ul li {
  font-weight: 700;
}
.dash-header-session-user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.dash-header-session-user button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.dash-header-session-user .avatar {
  height: 36px;
  width: 36px;
  object-fit: cover;
  border-radius: 36px;
}
.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #FFFFFF;
}
.header-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobile .logo-mobile {
  height: 48px;
  object-fit: contain;
  padding-left: 5px;
}
.applications-list {
  color: #379159;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
}
.dropdown-list,
.dropdown-list-user {
  position: absolute;
  top: 80px;
  min-width: 250px;
}
.dropdown-list span,
.dropdown-list-user span {
  display: unset !important;
}
.dropdown-list ul,
.dropdown-list-user ul {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #E1E2E2;
  align-items: unset;
}
.dropdown-list ul li,
.dropdown-list-user ul li {
  display: block;
}
.dropdown-list ul li a,
.dropdown-list-user ul li a {
  display: block;
  padding: 10px 0;
  color: #263435;
  font-weight: 500;
  text-decoration: none;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.dropdown-list ul li a:hover,
.dropdown-list-user ul li a:hover {
  color: #45B56F;
}
.app-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 320px;
  list-style: none;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: 0;
  padding-left: 0;
  background-color: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 12px;
  text-align: center;
}
.app-list-grid li a {
  color: #263435;
  text-decoration: none;
  padding: 16px;
  display: inline-block;
}
.app-list-grid li a:hover {
  color: #45B56F;
}
.app-list-grid li a span {
  display: block !important;
}
.app-list-grid li a img {
  height: 48px;
  object-fit: container;
}
@media screen and (max-width: 600px) {
  .header-mobile-right span {
    display: none;
  }
  .app-list-grid {
    grid-template-columns: 1fr 1fr;
    right: -104px;
  }
}
@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .dash-header {
    display: none;
  }
  .show-menu-dash {
    border: none;
    background-color: transparent;
  }
}

/* src/assets/css/sidebar.css */
.sidebar {
  display: grid;
  grid-template-rows: 60px 1fr 24px;
  gap: 40px;
  background:
    linear-gradient(
      117.81deg,
      #F7FFF6 5.14%,
      #F8F8F8 42.45%,
      #FFFAF7 81.78%);
  width: 300px;
  padding: 40px 20px;
  height: 100vh;
  overflow-y: scroll;
  transition: left 0.3s ease-in-out;
}
.sidebar-logo {
  color: #263435;
  text-decoration: none;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 80px;
}
.sidebar-logo img {
  height: 60px;
  object-fit: contain;
  width: 100%;
}
.sidebar-name strong,
.sidebar-name span {
  display: block;
}
.sidebar-name span {
  font-weight: 400;
}
.sidebar-name strong {
  font-size: 100%;
  font-weight: 700;
}
.sidebar-links-middle {
  margin-top: 60px;
}
.sidebar-links,
.sidebar-links-bottom,
.sidebar-links-middle {
  padding-left: 0;
  list-style: none;
}
.sidebar-links li,
.sidebar-links-bottom li,
.sidebar-links-middle li {
  margin-bottom: 25px;
}
.sidebar-links li a,
.sidebar-links li span,
.sidebar-links-bottom li a,
.sidebar-links-bottom li span,
.sidebar-links-middle li a,
.sidebar-links-middle li span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #5C6465;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.sidebar-links li a svg path,
.sidebar-links li span svg path,
.sidebar-links-bottom li a svg path,
.sidebar-links-bottom li span svg path,
.sidebar-links-middle li a svg path,
.sidebar-links-middle li span svg path {
  stroke: #5C6465;
}
.sidebar-links li a:hover,
.sidebar-links li span:hover,
.sidebar-links-bottom li a:hover,
.sidebar-links-bottom li span:hover,
.sidebar-links-middle li a:hover,
.sidebar-links-middle li span:hover {
  color: #27651B;
}
.sidebar-links li a:hover svg path,
.sidebar-links li span:hover svg path,
.sidebar-links-bottom li a:hover svg path,
.sidebar-links-bottom li span:hover svg path,
.sidebar-links-middle li a:hover svg path,
.sidebar-links-middle li span:hover svg path {
  stroke: #27651B;
}
.sidebar-links li.is-active a,
.sidebar-links li.is-active span,
.sidebar-links-bottom li.is-active a,
.sidebar-links-bottom li.is-active span,
.sidebar-links-middle li.is-active a,
.sidebar-links-middle li.is-active span {
  color: #27651B;
}
.sidebar-links li.is-active a svg path,
.sidebar-links li.is-active span svg path,
.sidebar-links-bottom li.is-active a svg path,
.sidebar-links-bottom li.is-active span svg path,
.sidebar-links-middle li.is-active a svg path,
.sidebar-links-middle li.is-active span svg path {
  stroke: #27651B;
}
.sidebar-links .has-children {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.4s;
}
.sidebar-links .has-children:hover {
  cursor: pointer;
}
.sidebar-links .has-children::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTggOS4wMDAwNUMxOCA5LjAwMDA1IDEzLjU4MTEgMTUgMTIgMTVDMTAuNDE4OCAxNSA2IDkgNiA5JyBzdHJva2U9JyM1QzY0NjUnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=);
  display: block;
  cursor: pointer;
  order: 2;
  position: absolute;
  right: 16px;
  top: 8px;
}
.sidebar-links .has-children.open {
  flex-wrap: wrap !important;
  transition: all 0.4s;
}
.sidebar-links .has-children.close {
  margin-bottom: 24px;
  transition: all 0.4s;
}
.sidebar-links .has-children.close::after {
  position: unset;
}
.sidebar-links .has-children.close .sidebar-links-child {
  display: none;
}
.sidebar-links .has-children.open > a,
.sidebar-links .has-children.open > span {
  background-color: #EAEBEB;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  transition: all 0.4s;
}
.sidebar-links-child {
  width: 100%;
  order: 3;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    position: absolute;
    left: -320px;
    height: calc(100vh - 80px);
    grid-template-rows: 1fr 60px;
    top: 80px;
  }
  .sidebar-logo {
    display: none;
  }
  .sidebar.sidebar-on {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 400;
    transition: left 0.3s ease-out;
  }
}

/* src/assets/css/dashboard.css */
.card-title-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.card-title-icon span {
  color: #8D9495;
  line-height: 24px;
  font-size: 128.5714285714%;
  font-weight: 500;
}
.key-value b {
  color: #5C6465;
  font-weight: normal;
}
.divider-24 {
  height: 1px;
  background: #F1F1F1;
  margin: 24px 0;
}
.divider-black-24 {
  height: 1px;
  background: #2A4A38;
  margin: 24px 0;
}
.dash-grid {
  display: grid;
  gap: 20px;
}
.dash-grid-5 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.dash-grid-4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.dot {
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #5C6465;
  display: inline-block;
}
.dot-green {
  background-color: #45B56F;
}
.dot-yellow {
  background-color: #EED058;
}
.dot-blue {
  background-color: #4F78FC;
}
.dot-purple {
  background-color: #9B18F2;
}
.dot-red {
  background-color: #EF4025;
}
.countries {
  display: grid;
  gap: 20px;
  grid-template-columns: 200px 1fr;
  width: 100%;
}
.countries-list {
  display: grid;
  gap: 12px;
}
.countries-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1F1;
  padding-bottom: 8px;
}
.countries-list-item:last-child {
  border-bottom: none;
}
.countries-list-item p {
  margin: 0;
}
.budget-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 120px 1fr;
  width: 100%;
}
.budget-list {
  display: grid;
  gap: 12px;
}
.budget-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2A4A38;
  padding-bottom: 8px;
}
.budget-list-item:last-child {
  border-bottom: none;
}
.budget-list-item p {
  margin: 0;
  color: #45B56F;
}
.budget-list-item span {
  font-weight: 400;
}
.budget-ratio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.budget-ratio-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.budget-ratio-item p {
  color: #45B56F;
}
.budget-ratio-item span {
  font-weight: 400;
}
.bg-green-linear {
  background:
    linear-gradient(
      59.11deg,
      #263435 31.28%,
      #065125 98.35%);
  border-radius: 8px;
  color: #FFFFFF;
  padding: 20px;
}
@media screen and (max-width: 430px) {
  .budget-grid {
    grid-template-columns: 1fr;
  }
  .countries {
    grid-template-columns: 1fr;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
