/* 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;
}
@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;
}
.list-style-none {
  list-style: none;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.hr {
  margin: 40px 0;
}
.hr-gray {
  border: 0.5px solid #E1E2E2;
}
.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;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.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-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-36 {
  gap: 36px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.m-0 {
  margin: 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-36-i {
  margin-top: 36px !important;
}
.m-t-24 {
  margin-top: 24px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-0-i {
  margin-bottom: 0 !important;
}
.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;
}
.p-0 {
  padding: 0;
}
.p-30 {
  padding: 30px;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0;
}
.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;
}
.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-white {
  color: #FFFFFF;
}
.text-align-center {
  text-align: center;
}
.bg-blue {
  background-color: #E9EEFD !important;
}
.bg-green {
  background-color: #E8FFEB !important;
}
.bg-orange {
  background-color: #FFF1EB !important;
}
.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;
  color: #263435 !important;
}
.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.danger {
  background-color: #FFE5E2;
  color: #EF4025;
}
.button.danger:hover {
  background-color: #EF4025;
  color: #FFFFFF;
}
.button.danger:hover svg path {
  stroke: #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.dashed-green {
  border: 1px dashed #45B56F !important;
  background-color: transparent;
}
.button.dashed-green:hover {
  background-color: #45B56F;
}
.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%;
}
.button-text-green {
  font-weight: 600;
  color: #45B56F;
}
.button.rounded {
  border-radius: 70px;
}
.button.medium {
  padding: 12px 24px !important;
}
.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;
}
.field:focus {
  border: 1.5px solid #45B56F;
  outline: none;
}
.field:disabled {
  background-color: #F0F1F1;
  border: 1px solid #C5CACB;
}
.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:hover {
  border: 1px solid rgb(177.532, 225.468, 195.508);
  transition: all 0.4s;
}
.field-search-btn input,
.field-search-btn button {
  border: none;
  background-color: transparent;
  outline: none;
}
.field-search-btn input {
  font-weight: 600;
  width: calc(100% - 40px);
}
.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-wrapper .field {
  width: 100%;
}
fieldset {
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  padding: 16px;
}
fieldset legend {
  padding: 8px;
  color: #5C6465;
}
.checkbox-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.checkbox-label p {
  margin: 0 0 3px;
}
.checkbox-label span {
  font-weight: 400;
  color: #5C6465;
}
.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-right: 36px;
  padding: 18px;
  line-height: 24px;
  border-radius: 8px;
  border: 1.5px solid #E1E2E2;
  background-color: #FFFFFF;
  font-weight: 600;
  display: block;
}
.select-wrapper select {
  width: 100%;
  padding: 0 36px 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.disabled {
  background-color: #F0F1F1;
  border: 1px solid #C5CACB;
}
.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.warning {
  color: #FB6B18;
  background-color: #FFF1EB;
}
.badge.info {
  color: #4F78FC;
  background-color: #E9EEFD;
}
.badge.purple {
  color: #9B18F2;
  background-color: #F5E6FF;
}
.hint {
  font-weight: 400;
  font-size: 92.8571428571%;
  color: #5C6465;
  display: block;
  margin-bottom: 16px;
  margin-top: -10px;
}
.hint.success {
  color: #23A93E;
}
.hint.danger {
  color: #EF4025;
}
.hint.warning {
  color: #FB6B18;
}
.hint.info {
  color: #4F78FC;
}
.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-elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.accordion-right > span {
  color: #8D9495;
}
.accordion-left-logo {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  object-fit: contain;
  border: 1px solid #F0F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  background: #F0F1F1;
}
.accordion-left-logo img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.accordion-left-content {
  display: grid;
  gap: 4px;
}
.accordion-left-content span,
.accordion-left-content em {
  color: #5C6465;
}
.accordion-item {
  border-radius: 8px;
  color: #444;
  border: 1px solid #E1E2E2;
  outline: none;
  transition: 0.4s;
  background: #FFFFFF;
  margin-bottom: 12px;
  padding: 3px;
}
.accordion-item .panel {
  margin: 0 20px 20px 20px;
}
.accordion-item .panel-bordered {
  border: 1px solid #E1E2E2;
  border-radius: 8px;
  padding: 20px;
}
.accordion-wrapper {
  margin-top: 10px;
}
.accordion.active {
  background-color: #fff;
}
.modal-center {
  display: none;
  position: fixed;
  overflow-y: scroll;
  z-index: 1999;
  left: 0;
  top: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-center .modal-content {
  background: #fff;
  max-width: 540px;
  margin: 20vh calc(50% - 270px);
  padding: 0;
  border-radius: 20px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.modal-center .modal-content p {
  color: #5C6465;
}
.modal-center .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-center .close:hover {
  background-color: #E1E2E2;
}
.modal-center .close:hover svg {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal .close {
  position: absolute;
  padding: 12px;
  background: #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  cursor: pointer;
  left: -60px;
  top: 0;
}
.modal .close svg {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.modal .close:hover {
  background-color: #E1E2E2;
}
.modal .close:hover svg {
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.modal-content {
  background: #fff;
  min-width: 30%;
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  animation: fadeIn 0.3s ease;
  float: right;
}
.modal-content-view {
  overflow-y: scroll;
  height: calc(100vh - 80px);
  padding-bottom: 100px;
}
.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;
}
@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-center .modal-content {
    margin: 80px 16px !important;
  }
  .modal-center .close {
    right: 0;
    top: -62px;
  }
}
@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-top {
  margin-bottom: 24px;
}
.dash-main-content {
  padding: 24px 24px 0;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
.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;
}
.dash-action-left select,
.dash-action-left button,
.dash-action-right select,
.dash-action-right button {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .dash {
    grid-template-columns: 1fr;
  }
  .dash-main-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 520px) {
  .dash-action-right > * {
    width: 100%;
  }
}
.tab-list {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.tab-list button {
  background-color: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 500;
  color: #5C6465;
}
.tab-list button:hover {
  cursor: pointer;
}
.tab-list button[aria-selected=true] {
  border: 1px solid #45B56F;
  color: #45B56F;
}
.tab-panels {
  margin-top: 24px;
}
.table {
  width: 100%;
}
.table-bordered tbody td {
  border-bottom: 1px solid #E1E2E2;
}
.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 {
  background-color: #FFFFFF;
  font-weight: 500;
}
.table tr td,
.table tr th {
  text-align: left;
  padding: 16px;
  font-size: 100%;
}
.table tr td span,
.table tr th span {
  font-weight: 400;
}
.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;
  position: relative;
}
.table-actions-item {
  position: absolute;
  right: 0;
  top: 24px;
  background-color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #E1E2E2;
  list-style: none;
  z-index: 200;
}
.table-actions-item li {
  margin: 12px 0;
}
.table-actions-item li a {
  color: #5C6465;
}
.table-actions-item li a:hover {
  color: #45B56F;
}
@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.scss */

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