.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  .dashboard-content-wrapper {
    margin-top: 110px;
    margin-left: 310px;
    margin-right: 30px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
  .dashboard-content-wrapper {
    margin-top: 110px;
    margin-left: 310px;
    margin-right: 30px;
    padding-top: 50px;
  }
}

body {
  color: #333;
  background-color: #eff3f6;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h3 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18.72px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

h5 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

h6 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.side-navbar-wrapper {
  z-index: 999;
  width: 250px;
  max-width: 250px;
  min-height: 100vh;
  background-image: url('../images/Side-Nav-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: 30px;
  padding: 25px 12px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.sidebar-logo-wrapper {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-nav-link-wrapper {
  color: #7f94bc;
  border-radius: 10px;
  align-items: center;
  margin-top: 3px;
  padding: 12px 20px 14px;
  font-weight: 400;
  transition: color .35s, background-color .35s;
  display: flex;
  position: relative;
}

.single-nav-link-wrapper:hover {
  color: #fff;
  background-color: rgba(4, 20, 55, .65);
}

.single-nav-link-wrapper.w--current {
  color: #fff;
  background-color: #041437;
}

.single-nav-link-text {
  text-transform: capitalize;
  margin-left: 18px;
}

.single-nav-link-dropdown-wrapper {
  display: block;
  position: relative;
}

.single-nav-link-dropdown-icon {
  text-transform: capitalize;
  font-family: "Fa solid 900", sans-serif;
  position: absolute;
  right: 20px;
}

.topbar-wrapper {
  transition: transform 0.5s; /* Esta línea asegura que el cambio sea suave */
  z-index: 99;
  background-color: #fff;
  padding: 35px 30px 25px 310px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search-input {
  width: 263px;
  height: 50px;
  color: #627183;
  background-color: #f6f7f9;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  font-size: 16px;
}

.search-button {
  display: none;
}

.search {
  width: 263px;
  margin-bottom: 0;
  position: relative;
}

.search-icon {
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: 20px;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-wrapper {
  align-items: center;
  display: flex;
}

.profile-image {
  margin-right: 10px;
}

.welcome {
  color: #00162f;
  font-size: 12px;
  line-height: 22px;
}

.dropdown-button {
  padding: 0;
  display: flex;
}

.dropdown-button-text {
  color: #00162f;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-icon {
  color: #00162f;
  margin-right: 0;
  font-size: 15px;
  top: 21px;
}

.profile-dropdown-list {
  margin-top: 10px;
}

.profile-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e9edf5;
  border-radius: 6px;
  margin-top: 10px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.list-item {
  color: #627183;
  align-items: center;
  padding: 10px;
  transition: color .35s;
  display: flex;
}

.list-item:hover {
  color: #3c77ee;
}

.list-item.mr {
  padding-left: 12px;
}

.item-text, .item-text.mr {
  padding-left: 10px;
}

.dashboard-content-wrapper {
  margin-top: 110px;
  margin-left: 310px;
  margin-right: 30px;
  padding-top: 50px;
}

.page-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.page-heading {
  color: #00162f;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 25px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.card-grid {
  grid-column-gap: 63px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr max-content;
}

.card {
  display: flex;
  position: relative;
}

.card-text {
  margin-left: 18px;
}

.card-info {
  color: #627183;
  margin-bottom: 12px;
}

.price {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.chart-wrapper {
  margin-bottom: 30px;
}

.chart-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

.outcome-categories {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 30px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.categories-image-wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.categories-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.categories-percent {
  text-align: center;
}

.categories-name {
  color: #627183;
  font-size: 12px;
}

.categories-percentage {
  color: #3c77ee;
  font-size: 12px;
  font-weight: 500;
}

.categories-percentage.red-color {
  color: #f96363;
}

.categories-percentage.green {
  color: #4cbf4c;
}

.line-chart-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.line-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overview {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.week-wrapper, .week-content {
  align-items: center;
  display: flex;
}

.week-content.mr-20 {
  margin-right: 20px;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #f96363;
  border-radius: 4px;
}

.circle.blue-circle {
  background-color: #3c77ee;
}

.circle-text {
  color: #627183;
  margin-left: 7px;
}

.line-chart-wrap {
  margin-top: 32px;
}

.line-chart {
  width: 100%;
  height: 100%;
}

.pie-chart {
  width: 182px;
  height: 182px;
}

.card-border-right {
  width: 1px;
  height: 38px;
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.card-border-right.color {
  background-color: #ddd;
}

.transection-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.latest-transaction {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 24px 25px 19px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.dashboard-content-wrap {
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.transaction-table-single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.transaction-table-single.first {
  padding-top: 0;
}

.transaction-table-single.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.transection-name-wrapper {
  align-items: center;
  display: flex;
}

.transection-name {
  color: #00162f;
  font-weight: 500;
}

.transection-details {
  color: #627183;
  font-size: 14px;
  font-weight: 400;
}

.transection-details.completed {
  color: #4cbf73;
}

.transection-details.calceled {
  color: #f96363;
}

.transection-details.icon {
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.earning-categories-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 24px 22px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-earning-cat-wrapper {
  border-bottom: 1px solid #f2f6f7;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-earning-cat-wrapper.first {
  padding-top: 0;
}

.single-earning-cat-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.single-earning-cat-tittle {
  color: #00162f;
  font-size: 14px;
  font-weight: 400;
}

.single-earning-cat-percent {
  color: #627183;
  font-weight: 400;
}

.single-earning-cat-progress-wrapper {
  height: 8px;
  background-color: #f2f6f7;
  border-radius: 10px;
}

.single-earning-cat-tittle-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.single-earning-cat-progress-bar {
  height: 8px;
  border-radius: 10px;
}

.single-earning-cat-progress-bar.working-hard-working-hard {
  background-color: #3c77ee;
}

.single-earning-cat-progress-bar.side-project {
  background-color: #be63f9;
}

.single-earning-cat-progress-bar.investment {
  background-color: #4cbf73;
}

.single-earning-cat-progress-bar.digital-asset {
  background-color: #f96363;
}

.pages-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding-left: 62px;
  position: static;
}

.single-dropdown-link {
  color: #7f94bc;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 400;
  transition: color .35s;
  display: flex;
}

.single-dropdown-link:hover, .single-dropdown-link.w--current {
  color: #fff;
}

.single-dropdown-link.last {
  margin-bottom: 0;
}

.single-dropdown-link-dot {
  width: 6px;
  height: 6px;
  background-color: #7f94bc;
  border-radius: 50%;
  margin-right: 10px;
}
.balance-transaction-table-single.first {
  display: flex;
  flex-direction: row;
  align-items: center; /* Alinea verticalmente los elementos */
}

/* Opcional: Estilos para cada columna */
.transection-name,
.transection-details {
  flex: 1; /* Distribuye el espacio uniformemente entre las columnas */
  text-align: left; /* Alineación del texto a la izquierda */
  margin-right: 50px; /* Espacio entre las columnas (ajusta según sea necesario) */
}



.balance-transfar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}
.balance-transfar-wrapperr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 16px;
}

.my-balance-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}
.my-balance-chart-progress {
  background-color: #3498db; /* Color de fondo de la barra de progreso */
  height: 20px; /* Altura de la barra de progreso */
  border-radius: 5px; /* Borde redondeado para la barra de progreso */
  margin-top: 5px; /* Espacio entre barras de progreso */
  transition: width 0.3s; /* Animación de la transición de ancho */
  border-radius: 10px;
}
.my-balance-chart-pair {
  display: flex; /* Establece el contenedor como un flexbox */
  align-items: center; /* Centra verticalmente los elementos dentro del contenedor */
  margin-bottom: 10px; /* Espacio entre pares de gráficos */
}

.balance-tittle {
  color: #627183;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.my-balance {
  color: #00162f;
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 500;
}

.balance-progress-wrapper {
  height: 10px;
  background-color: #f2f6f7;
  border-radius: 10px;
  margin-bottom: 35px;
}

.balance-progress-bar {
  height: 10px;
  background-color: #4c88ff;
  border-radius: 10px;
}

.my-balance-card-details-wrap {
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}


.my-balance-card-single-details-wrap {
  margin-right: 55px;
}

.my-balance-card-single-details-tittle {
  color: #627183;
  margin-bottom: 7px;
  font-size: 12px;
}

.my-balance-card-single-details {
  color: #00162f;
}

.my-balance-chart-wrapper {
  display: flex;
}

.my-balance-chart-single-wrap {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.my-balance-chart-details-wrap {
  margin-left: 10px;
}

.my-balance-chart-details-tittle {
  color: #00162f;
  font-weight: 400;
}

.my-balance-chart-details-amount {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
}

.transaction-invoice-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr; /* Cambiado a 1fr 1fr para igualar el tamaño de ambas columnas */
  grid-auto-columns: 1fr;
  grid-column: span 2; /* Ocupar dos columnas completas */
  grid-row: 2; /* Segunda fila */
  display: grid;
}

.balance-transection {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 24px 25px 19px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.balance-transaction-table-single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.balance-transaction-table-single.first {
  padding-top: 0;
}

.balance-transaction-table-single.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.invoice-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 29px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-invoice-wrapper {
  border-bottom: 1px solid #f2f6f7;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.single-invoice-wrapper.first {
  padding-top: 0;
}

.invoice-details {
  margin-left: 8px;
}

.invoice-details-tittle {
  color: #00162f;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.invoice-date {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.invoice-icon {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.invoice-icon.first {
  top: 0%;
  transform: translate(0);
}

.transfer-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  overflow: hidden;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.vencimientos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 22px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.latest-invoices-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 22px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

/* This is based on vencimientos-list-menu-wrapper */
.list-content-wrapper {
  width: auto;
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ffffff;;
  background-clip: padding-box;
  border-bottom: 1px solid #dbdbdb;
  flex-flow: row;
  grid-template-rows: 3.75fr;
  grid-template-columns: 0.7fr 2fr 1fr 1fr 1fr 4fr 1.5fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-weight: 400;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  text-align: left;
}

/* This is based on latest-invoice-list-wrapper */
.list-header-wrapper {
  width: auto;
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #f7f8f9;
  background-clip: padding-box;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: 3.75fr;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 4fr 1.5fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-weight: 400;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  text-align: left;
}

.latest-invoice-list-menu-wrapper {
  width: auto;
  float: left;
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #f7f8f9;
  background-clip: padding-box;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: 3.75fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 1.5fr 1fr 1.5fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-weight: 400;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.latest-invoice-list-menu {
  color: #00162f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

.latest-invoice-list-wrapper {
  float: left;
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  display: grid;
  position: static;
}

.recipient-details {
  align-items: center;
  display: flex;
}

.recipient-name {
  color: #00162f;
  margin-left: 18px;
  line-height: 130%;
}

.invoice-details-text {
  color: #000;
  border-radius: 6px;
  font-weight: 400;
  display: inline-block;
}

.invoice-details-text.icon {
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.transfer-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.transfer-mask {
  width: 42px;
  overflow: visible;
}

.transfer-slide-nav {
  display: none;
}

.transfer-single-person {
  text-align: center;
  margin-right: 22px;
}

.transfer-person-img {
  margin-bottom: 7px;
}

.transfer-person-name {
  color: #627183;
  font-size: 12px;
  line-height: 15px;
}

.transfer-arrow {
  width: 36px;
  height: 36px;
  color: #00162f;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: flex;
  box-shadow: 0 5px 22px 5px rgba(58, 68, 89, .1);
}

.transfer-arrow.left {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.transfer-arrow.right {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.transfer-form {
  margin-top: 20px;
}

.form-box {
  width: 100%;
}

.form-box.mr-15 {
  margin-right: 15px;
}

.field-title {
  color: #00162f;
  margin-bottom: 7px;
  font-weight: 400;
}

.transfer-field {
  height: 35px;
  color: #627183;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.form-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.transfer-button {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 10px 34px;
  font-weight: 500;
}

.cards-content {
  margin-bottom: 30px;
}

.cards-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.cards-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 40px;
  overflow: hidden;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.cards-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-nav {
  display: none;
}

.cards-slider-mask {
  max-width: 340px;
  overflow: visible;
}

.card-slide.mr-15 {
  margin-right: 15px;
}

.left-arrow {
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  line-height: 28px;
  left: -17px;
  box-shadow: 1px 1px 22.9px rgba(58, 68, 89, .21);
}

.right-arrow {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 100%;
  line-height: 28px;
  right: -17px;
  box-shadow: 1px 1px 22px rgba(58, 68, 89, .21);
}

.current-graph {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.graph-image {
  text-align: center;
}

.graph-expense {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.income-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.income-wrapper.mr-20 {
  margin-right: 20px;
}

.income {
  width: 12px;
  height: 12px;
  background-color: #4c88ff;
  border-radius: 4px;
}

.income.green {
  background-color: #4cbf73;
}

.income-text {
  color: #627183;
  margin-left: 8px;
  font-family: Inter, sans-serif;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.card-list-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 25px;
  box-shadow: 0 4px 4px #e8f0f5;
}

.card-list-single-table {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.card-list-single-table.first {
  padding-top: 0;
}

.card-list-single-table.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card-details-info-tittle {
  color: #00162f;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 17px;
}

.card-details-info {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.card-details-info-icon {
  color: #c4c4c4;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
}

.invoice-sent-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-wrapper-common-tittle {
  color: #00162f;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.single-wrapper-common-tittle.overview {
  margin-bottom: 0;
}

.sent-invoice-single-wrap {
  border-bottom: 1px solid #f2f6f7;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.sent-invoice-single-wrap.first {
  padding-top: 0;
}

.sent-invoice-price {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.card-add-popup-text {
  color: #fff;
  cursor: pointer;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.transaction-history-list-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 11px 20px 10px;
  display: grid;
}

.transaction-history-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

.transaction-history-list-menu {
  color: #00162f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

.card-add-popup-wrap {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper {
  width: 677px;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 50px;
  position: relative;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 44px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.popup-heading-wrapper {
  margin-bottom: 34px;
}

.popup-tittle {
  color: #00162f;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 31px;
}

.popup-heading-details {
  color: #627183;
  font-weight: 400;
  line-height: 158%;
}

.card-form-single-input-tittle {
  color: #00162f;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.card-form-single-input-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
}

.card-form-single-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.form-save-button {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 11px 36px;
  font-size: 14px;
  font-weight: 500;
}

.settings-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
}

.setting-left-bar-tab-wrapper {
  width: 344px;
  min-height: 100%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  margin-right: 30px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 17px;
  display: flex;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.uesr-banner {
  position: relative;
}

.profiles-wrapper {
  margin-top: -85px;
}

.main-profile {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.profile-image-content {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
}

.profile-name {
  margin-left: 15px;
}

.name {
  color: #00162f;
  margin-bottom: 8px;
}

.exprence {
  color: #627183;
  font-size: 16px;
  font-weight: 500;
}

.button {
  color: #be63f9;
  background-color: #f5e6fe;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 500;
}

.banner {
  width: 100%;
}

.profile-content-bg {
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.profile-tabs {
  margin-top: 40px;
}

.tabs-link {
  color: #627183;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 14px 18px;
}

.tabs-link.w--current {
  color: #3c77ee;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #3c77ee;
  padding-left: 14px;
  padding-right: 14px;
}

.tabs-text {
  font-weight: 500;
}

.profile-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.profile-bio {
  background-color: #f7f8f9;
  border-radius: 10px;
  padding: 25px;
}

.profile-bio-title {
  color: #00162f;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.profile-text-content {
  border-bottom: 1px solid #d7dadb;
  padding-bottom: 30px;
}

.bio-paragraph {
  color: #596680;
  margin-bottom: 0;
  line-height: 24px;
}

.bio-paragraph.mb {
  margin-bottom: 20px;
}

.profile-content {
  margin-top: 30px;
}

.contact-wrapper {
  display: flex;
}

.contact-name {
  color: #00162f;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
}

.contact-name.mr-0 {
  margin-bottom: 0;
}

.contact-gamil {
  margin-left: 15px;
}

.contact-number {
  color: #627183;
  margin-bottom: 18px;
  line-height: 22px;
}

.contact-number.mr-0 {
  margin-bottom: 0;
}

.experience {
  background-color: #f7f8f9;
  border-radius: 10px;
  padding: 25px;
}

.experience-wrapper {
  border-left: 3px solid #ebedf2;
}

.experience-content {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.experience-content.mr-0 {
  margin-bottom: 0;
}

.date {
  color: #596680;
  margin-bottom: 4px;
}

.product-text {
  color: #273041;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.date-p {
  color: #596680;
  margin-bottom: 0;
}

.circel {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.setting-tabs-wrapper {
  min-height: 100vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.create-onvoice-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 22px 25px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-invoice-details-tittle {
  color: #00162f;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-invoice-details-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
}

.invoice-details-form {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 45px;
  display: grid;
}

.personal-information-form {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.personal-information-single-tittle {
  color: #00162f;
  margin-bottom: 10px;
  font-weight: 500;
}

.personal-information-single-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
}

.invoice-item-description-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.item-description-table-heading-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #f7f8f9;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
  display: grid;
}

.item-description-table-heading-text {
  color: #00162f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.item-description-table-single-row {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

.item-description-table-details-text {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.item-description-table-text-field {
  color: #627183;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  padding: 11px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.total-amount-details {
  text-align: right;
  margin-top: 24px;
  margin-bottom: 35px;
  padding-right: 20px;
}

.amount {
  color: #be63f9;
  font-weight: 500;
  line-height: 24px;
}

.send-invoice {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 11px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.save-invoice-draft {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #be63f9;
  border-radius: 10px;
  margin-left: 10px;
  padding: 8px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.chat-page-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chat-left-sidebar-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.my-profile-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.my-profile-details {
  display: flex;
}

.profile-img-wrap {
  position: relative;
}

.active-status {
  width: 14px;
  height: 14px;
  background-color: #4cbf4c;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.profile-name-wrapper {
  margin-left: 12px;
}

.sign-up-sign-in-bg {
  background-image: url('../images/sign-in-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sign-up-content-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-contents-wrap {
  width: 540px;
  text-align: center;
}

.sign-up-logo {
  margin-bottom: 30px;
}

.my-name {
  color: #273041;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.my-status {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
}

.onlie-people-wrapper {
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.online-people-tittle {
  color: #273041;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.online-peoples {
  align-items: center;
  display: flex;
}

.single-people {
  margin-right: 13px;
  position: relative;
}

.single-people.last {
  margin-right: 0;
}

.chat-search-wrapper {
  margin-bottom: 26px;
  padding-left: 24px;
  padding-right: 24px;
}

.chat-search-field {
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 15px 12px 45px;
}

.chat-search-icon {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 15px;
  right: auto;
  transform: translate(0, -50%);
}

.chat-search {
  position: relative;
}

.chat-search-button {
  display: none;
}

.chat-tab-menu-wrap {
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.chat-single-tab-link {
  color: #627183;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ebedf2;
  font-weight: 400;
  line-height: 18px;
}

.chat-single-tab-link.w--current {
  color: #3c77ee;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #3c77ee;
}

.single-chat-wrapper {
  align-items: center;
  margin-bottom: 11px;
  padding: 12px 24px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.single-chat-wrapper:hover {
  background-color: #f7f8f9;
}

.single-chat-wrapper.last {
  margin-bottom: 0;
}

.single-chat-img-wrapper {
  margin-right: 14px;
  position: relative;
}

.chat-friend-name {
  color: #00162f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.chat-last-text {
  color: #627183;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.chatted-time {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 24px;
}

.chatting-wrapper {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.chatting-header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 24px;
  display: flex;
}

.chatting-friend-wrapper, .chatting-calls-wrapper {
  align-items: center;
  display: flex;
}

.chatting-friend-name {
  color: #273041;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.chatting-friend-status {
  color: #596680;
  font-size: 12px;
  font-weight: 400;
}

.chatting-single-icons {
  color: #c4c4c4;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.chatting-together-wrapper {
  max-height: 745px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
}

.my-chat-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.my-chat-text-wrapper.two {
  margin-bottom: 5px;
}

.friend-chat-text-wrap {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.my-chat-text {
  color: #fff;
  background-color: #3c77ee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.friend-chat-text {
  color: #627183;
  background-color: #f7f8f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 14px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.chat-dots {
  color: #c4c4c4;
  margin-left: 12px;
  margin-right: 12px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.friend-chat-text-wrapper {
  position: relative;
}

.emoji-icon {
  position: absolute;
  top: auto;
  bottom: -5px;
  left: auto;
  right: -10px;
}

.chatting-field-send-wrapper {
  background-color: #fff;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chatting-emoji-wrapper, .chatting-files-wrapper {
  margin-right: 10px;
}

.messege-typing-field {
  height: 50px;
  max-width: 490px;
  background-color: #f7f8f9;
  border: 1px #000;
  border-radius: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 17px 25px 15px;
}

.message-send-button {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #3c77ee;
  border-radius: 50%;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  line-height: 50px;
}

.chatting-form-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-content-wrapper {
  width: 726px;
}

.single-setting-tab-content-wrapper {
  min-height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.setting-tab-nav-link {
  color: #00162f;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(235, 237, 242, .63);
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.setting-tab-nav-link.w--current {
  color: #3c77ee;
  background-color: rgba(0, 0, 0, 0);
}

.setting-icon {
  margin-right: 13px;
}

.setting-nav-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.setting-tab-nav-link-text-wrap {
  align-items: center;
  display: flex;
}

.active-setting-tittle {
  color: #00162f;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.sign-in-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 43px 60px;
}

.sign-in-form-wrap {
  text-align: left;
  margin-bottom: 25px;
}

.sign-up-heading-wrap {
  text-align: left;
  margin-bottom: 30px;
}

.sign-up-heading-tittle {
  color: #00162f;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.sign-up-heading-text {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sign-page-link {
  color: #3c77ee;
}

.sign-in-single-field-wrapper {
  margin-bottom: 25px;
}

.sign-in-single-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px;
}

.sign-in-label {
  margin-bottom: 10px;
}

.cheak-box-text {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cheakbox-link {
  color: #be63f9;
}

.cheakbox-main-wrapper {
  margin-bottom: 0;
}

.sign-up-button {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  margin-top: 20px;
  padding: 16px 0;
  font-weight: 500;
  line-height: 18px;
}

.sign-up-button.forget {
  margin-top: 5px;
}

.or-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.or-border-left, .or-border-right {
  width: 50%;
  height: 1px;
  background-color: #dcdfe5;
}

.or-text {
  margin-left: 13px;
  margin-right: 13px;
}

.login-with-google {
  background-color: #f6f7f9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.google-icon {
  color: #596680;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 19px;
}

.google-login-text {
  color: #001a33;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.forget-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.forget-text {
  color: #be63f9;
  font-weight: 500;
  line-height: 24px;
}

.icons-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.icons-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon-box {
  text-align: center;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.icon {
  margin-bottom: 10px;
}

.icon-text {
  color: #627183;
}

.colors-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.colors-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-color-wrapper {
  box-shadow: 0 2px 25px 2px #e8f0f5;
}

.single-color-wrapper.white {
  background-color: #fff;
}

.single-color-wrapper.gray {
  background-color: #eff3f6;
}

.single-color-wrapper.gradient {
  text-align: center;
  background-image: linear-gradient(#00194b, #004adf);
  padding-top: 24px;
  padding-bottom: 24px;
}

.solid-color-top {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 24px;
}

.solid-color-top._1 {
  background-color: #3c77ee;
}

.solid-color-top._2 {
  background-color: #be63f9;
}

.solid-color-top._3 {
  background-color: #4cbf73;
}

.solid-color-top._4 {
  background-color: #f96363;
}

.solid-color-top._7 {
  background-color: #fff;
}

.solid-color-top._8 {
  background-color: #00162f;
}

.solid-color-top._5 {
  background-color: #eff3f6;
}

.color-name {
  color: #fff;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.color-name.black {
  color: #00162f;
}

.color-code {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.color-code.black {
  color: #00162f;
}

.color-code.two {
  margin-top: 4px;
}

.color-layers-wrapper {
  align-items: center;
  display: flex;
}

.single-layer-color-blue {
  width: 48px;
  height: 148px;
}

.single-layer-color-blue._1 {
  background-color: #5397ff;
}

.single-layer-color-blue._2 {
  background-color: #64a2ff;
}

.single-layer-color-blue._3 {
  background-color: #85b5ff;
}

.single-layer-color-blue._4 {
  background-color: #adcdff;
}

.single-layer-color-blue._5 {
  background-color: #d3e4ff;
}

.single-layer-color-purple {
  width: 48px;
  height: 148px;
}

.single-layer-color-purple._1 {
  background-color: #c468ff;
}

.single-layer-color-purple._2 {
  background-color: #ca78ff;
}

.single-layer-color-purple._3 {
  background-color: #d28cff;
}

.single-layer-color-purple._4 {
  background-color: #dba5ff;
}

.single-layer-color-purple._5 {
  background-color: #e6bfff;
}

.single-layer-color-green {
  width: 48px;
  height: 148px;
}

.single-layer-color-green._1 {
  background-color: #4eca78;
}

.single-layer-color-green._2 {
  background-color: #58d081;
}

.single-layer-color-green._3 {
  background-color: #71d794;
}

.single-layer-color-green._4 {
  background-color: #8bdca7;
}

.single-layer-color-green._5 {
  background-color: #a8e8be;
}

.single-layer-color-red {
  width: 48px;
  height: 148px;
}

.single-layer-color-red._1 {
  background-color: #ff6565;
}

.single-layer-color-red._2 {
  background-color: #ff7070;
}

.single-layer-color-red._3 {
  background-color: #ff8181;
}

.single-layer-color-red._4 {
  background-color: #ff9d9d;
}

.single-layer-color-red._5 {
  background-color: #ffb9b9;
}

.single-layer-color-text {
  width: 48px;
  height: 148px;
}

.single-layer-color-text._1 {
  background-color: #011934;
}

.single-layer-color-text._2 {
  background-color: #041d39;
}

.single-layer-color-text._3 {
  background-color: #0a2645;
}

.single-layer-color-text._4 {
  background-color: #173454;
}

.single-layer-color-text._5 {
  background-color: #2d4b6c;
}

.typography-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fonts-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.font-family-heading-wrapper {
  border-bottom: 1px solid #dcdfe5;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.font-family-tittle {
  color: #00162f;
  font-size: 48px;
  font-weight: 700;
  line-height: 24px;
}

.font-family-tittle._400 {
  font-weight: 400;
}

.font-family-tittle._700 {
  font-weight: 700;
}

.font-family-tittle._500 {
  font-weight: 500;
}

.font-famiy-tittle-details {
  margin-left: 20px;
}

.font-weight-wrapper {
  padding-top: 25px;
}

.single-weight-wrapper {
  align-items: center;
  margin-bottom: 43px;
  display: flex;
}

.single-weight-wrapper.last {
  margin-bottom: 0;
}

.font-family-mini-tittle {
  color: #00162f;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.font-weight-mini-tittle {
  color: #00162f;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.font-weight-mini-tittle._700 {
  font-weight: 700;
}

.font-weight-mini-tittle._400 {
  font-weight: 400;
}

.font-weight-mini-tittle._500 {
  font-weight: 500;
}

.font-weight-tittle {
  color: #00162f;
  font-size: 18px;
  line-height: 24px;
}

.font-weight-tittle._400 {
  font-weight: 400;
}

.font-weight-tittle._500 {
  font-weight: 500;
}

.font-weight-tittle._700 {
  font-weight: 700;
}

.headings-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.html-heading-tittle {
  color: #00162f;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.single-heading {
  margin-bottom: 25px;
}

.blockquote-text-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px 34px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.blockquote-tittle {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blockquote-details {
  color: #627183;
  border-left: 5px solid #dcdfe5;
  padding-left: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-type-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.text-type-tittle {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-type-single {
  margin-bottom: 13px;
}

.text-type-single.last {
  margin-bottom: 0;
}

.text-type-single-tittle {
  margin-bottom: 4px;
  font-weight: 400;
}

.text-type-single-text {
  color: #627183;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.single-preference {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  display: flex;
}

.single-preference-details-tittle {
  color: #00162f;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.single-preference-details-mini {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.switch-wrap {
  width: 45px;
  height: 25px;
  cursor: pointer;
  background-color: #c9ccd2;
  border-radius: 27px;
  align-items: center;
  padding: 3px;
  display: flex;
}

.switch-round {
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
}

.single-login-info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  display: flex;
}

.single-login-info.last {
  margin-bottom: 0;
}

.edit-button-wrap {
  width: 63px;
  height: 35px;
  border: 1px solid #627183;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edit-icon {
  color: #627183;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.mobile-menu-bar-wrap {
  width: 40px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: none;
}

.mobile-menu-close {
  display: none;
}

.form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.forms {
  margin-bottom: 0;
}

.field-label {
  color: #00162f;
  font-weight: 400;
}

.text-field {
  height: 50px;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 20px;
}

.tabs-menu {
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 30px;
}

.save-button {
  background-color: #3c77ee;
  border-radius: 10px;
  margin-top: 25px;
  padding: 12px 35px;
  font-weight: 500;
}

.transaction-icon {
  margin-right: 5px;
}

.invoice-details-status-text {
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 400;
  display: inline-block;
}

.presentation-hero-section {
  text-align: center;
  background-image: url('../images/Hero-Banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.presentation-title-wrapper {
  max-width: 505px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.presentation-wrapper {
  max-width: 1545px;
  color: #eff5ff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.display-heading-1 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.space-bottom {
  margin-bottom: 25px;
}

.presentation-buttons {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demos-button {
  width: 120px;
  height: 45px;
  color: #fff;
  background-color: #be63f9;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  transition: background-color .3s;
}

.demos-button.button-spacing {
  margin-right: 15px;
}

.demos-button.blue {
  background-color: #3b77ee;
}

.presentation-section {
  padding-top: 170px;
  padding-bottom: 170px;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.presentation-category-wrapper {
  text-align: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.display-heading-2 {
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.display-text-block {
  color: #00162f;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 400;
}

.presentation-postion {
  z-index: -999;
  margin-top: -50px;
  position: relative;
}

.presentation-grid {
  grid-column-gap: 25px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.presentation-module {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-decoration: none;
  box-shadow: 1px 1px 57px #eaeaea;
}

.presentation-singel-wrapper {
  text-align: center;
}

.caption-large {
  color: #00162f;
  font-size: 18px;
  font-weight: 500;
}

.inner-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta {
  background-image: url('../images/Cta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.cta-container {
  max-width: 1060px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.presentation-cta {
  color: #eff5ff;
  margin-bottom: 90px;
  font-size: 18px;
  line-height: 28px;
}

.cta-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.purchase-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.purchase-button:hover {
  color: #00162f;
  background-color: #fff;
}

.copy-right {
  border-top: 1px solid rgba(255, 255, 255, .19);
  padding-top: 30px;
  padding-bottom: 30px;
}

.copy-right-text {
  color: #eff5ff;
}

.recipients-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.info-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.info-title-wrapper {
  border-bottom: 1px solid #f2f6f7;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.recipients-info-title {
  font-size: 18px;
  line-height: 20px;
}

.send {
  margin-right: 15px;
}

.error-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding-top: 125px;
  padding-bottom: 125px;
}

._404-wrapper {
  max-width: 520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._404-text-wrapper {
  color: #00162f;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
}

._404-title {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

._404-button {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  margin-top: 25px;
  padding: 12px 25px;
  font-size: 16px;
}

.protected-wrapper {
  max-width: 520px;
  color: #627183;
  margin-left: auto;
  margin-right: auto;
}

.password-form {
  text-align: left;
  margin-top: 30px;
}

.password-fixed {
  display: flex;
}

.password-title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.password-field {
  color: #00162f;
  margin-bottom: 10px;
}

.protected-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 0 20px;
}

.submit {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 500;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.faq-maine {
  background-color: #fff;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.single-faq-wrapper {
  border-bottom: 1px solid rgba(235, 237, 242, .63);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.faq-open-link {
  color: #00162f;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.faq-open-link:hover {
  color: #4c88ff;
}

.accorodion-icon {
  font-size: 26px;
}

.accorodion-icon-two {
  font-family: "Fa solid 900", sans-serif;
  display: none;
}

.faq-text {
  color: #627183;
  margin-top: 15px;
  font-size: 12px;
}

.preview-invoice-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.preview-invoice-logo-wrapper {
  margin-bottom: 35px;
}

.preview-invoice-text-wrapper {
  margin-top: 20px;
}

.preview-invoice-text {
  color: #627183;
  margin-bottom: 5px;
}

.invoice-card {
  background-color: #f7f8f9;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 40px 30px;
}

.invoice-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr min-content;
}

.invoice-singel-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-invoice-card-text-wrapper {
  color: #627183;
}

.preview-invoice-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.preview-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.space {
  margin-bottom: 6px;
}

.invoice-menu-wrapper {
  background-color: #f7f8f9;
  border-radius: 8px;
  padding: 15px 20px;
}

.invoice-table-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.75fr .3fr;
}

.invoice-menu-title {
  color: #00162f;
  font-weight: 500;
}

.invoice-table {
  border-bottom: 1px solid #f2f6f7;
  padding: 15px 20px;
}

.tables-grids {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.75fr .3fr;
}

.invoice-velu {
  color: #627183;
}

.amount-wrapper {
  text-align: right;
  margin-top: 20px;
  padding-right: 40px;
}

.subtotal-wrapper {
  display: inline-block;
}

.subtotal-wrapper._2nd {
  margin-top: 15px;
  display: block;
}

.subtotal {
  color: #627183;
  margin-right: 60px;
  font-weight: 500;
  display: inline-block;
}

.subtotal.mr105 {
  margin-right: 105px;
}

.price-text {
  color: #00162f;
  font-weight: 500;
  display: inline-block;
}

.price-text.colors {
  color: #be63f9;
}

.invoice-button {
  margin-top: 140px;
  display: flex;
}

.download-button {
  width: 120px;
  color: #be63f9;
  text-align: center;
  background-color: #f5e6fe;
  border-radius: 10px;
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 500;
}

.download-button.send {
  color: #3c77ee;
  background-color: #e6eefe;
  margin-left: 15px;
}

.border {
  border-top: 1px solid #7f94bc;
  margin-top: 20px;
  padding-top: 20px;
}

.green-button {
  width: 71px;
  height: 28px;
  color: #4cbf73;
  text-align: center;
  background-color: #dcfadc;
  border-radius: 6px;
  font-size: 12px;
  line-height: 28px;
}

.green-button.gay-bg {
  color: #626b77;
  background-color: #f6f8f9;
}

.green-button.red-bg {
  color: #f96363;
  background-color: #fee6e6;
}

.singel-wrapper-info {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.info-singel-card {
  position: relative;
}

.info-image {
  color: #627183;
  text-align: center;
  position: static;
}

.info-name {
  color: #00162f;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.invoice-id-singel-wrapper {
  color: #627183;
  margin-bottom: 20px;
}

.invoice-id {
  color: #00162f;
  margin-bottom: 10px;
  font-weight: 500;
}

.search-mobile-icon {
  display: none;
}

.dash-image {
  margin-bottom: -1px;
}

.preview-logo {
  margin-bottom: 15px;
}

.preview-logo.w--current {
  margin-bottom: 17px;
}

.search-button-2 {
  display: none;
}

.mobile-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.mobile-input {
  width: 100%;
  height: 40px;
  color: #627183;
  background-color: #f6f7f9;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  font-size: 12px;
}

.search-inputs {
  width: 200px;
  margin-bottom: 0;
}

.dropdown-list {
  left: 3px;
}

.dropdown-list.w--open {
  border-radius: 6px;
  top: 50px;
  left: -157px;
}

.body-white-bg {
  background-color: #fff;
}

.changelog-wrapper {
  max-width: 540px;
  color: #627183;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.changelog-v1 {
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
}

.changelog-dash-relese {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.licensing-singel-wrapper {
  color: #627183;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  line-height: 24px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.licensing-icon-text-wrapper {
  color: #627183;
  font-size: 12px;
}

.icon-title {
  margin-bottom: 5px;
  font-size: 18px;
}

.icon-title.mb15 {
  margin-bottom: 15px;
}

.icons-singel-wrapper {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.icon-image {
  margin-right: 30px;
}

.icon-image.mr0 {
  margin-right: 0;
}

.license-button {
  color: #00162f;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.license-button.mt35 {
  margin-top: 35px;
}

.footer {
  text-align: center;
  background-color: #eff3f6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  color: #627183;
}

.footer-link-text {
  color: #627183;
  font-weight: 500;
}

.footer-link-text.white-color {
  color: #fff;
}

.footer-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.bank-zai-logo {
  width: 170px;
}

.invoice-details-text-asegurado {
  color: #ff0e0e;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.invoice-details-text-asegurado.icon {
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}


/*-------------------------------------------------------------------------------- START Mis clases */
/* Estilos generales para los botones */
.button-editor-enabled {
  background-color: #f5f5f5; /* Color de fondo */
  border: 1px solid #ccc; /* Borde */
  padding: 10px 20px; /* Espacio interno */
  margin: 0 10px; /* Espacio entre botones */
  cursor: pointer; /* Cambia el cursor a mano al pasar sobre el botón */
  transition: background-color 0.3s, transform 0.3s; /* Efecto suave al pasar el cursor */
}

/* Efecto al pasar el cursor sobre el botón */
.button-editor-enabled:hover {
  background-color: #e0e0e0; /* Cambia el color de fondo */
  transform: scale(1.05); /* Aumenta ligeramente el tamaño */
}

.button-editor-disabled {
  background-color: #e0e0e0; /* Color de fondo más oscuro que el original para mostrar que está deshabilitado */
  border: 1px solid #b0b0b0; /* Color de borde más oscuro */
  padding: 10px 20px; /* Espacio interno */
  margin: 0 10px; /* Espacio entre botones */
  cursor: not-allowed; /* Cambia el cursor a un ícono de "prohibido" para indicar que el botón está deshabilitado */
  opacity: 0.6; /* Hace que el botón sea un poco transparente para indicar que está deshabilitado */
  pointer-events: none; /* Asegura que no se puedan realizar eventos de clic en el botón */
  transition: none; /* Remueve la transición para que no haya efecto al pasar el cursor */
}

#save-as-icon {
  background-image: url('../images/save-as.png'); 
  background-size: cover; /* Ajusta la imagen al tamaño del botón */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  width: 35px; /* Ancho del botón */
  height: 35px; /* Alto del botón */
  border: none; /* Elimina el borde por defecto del botón */
  cursor: pointer; /* Cambia el cursor a mano al pasar sobre el botón */
}
#history-undo {
  background-image: url('../images/undo.png'); 
  background-size: cover; /* Ajusta la imagen al tamaño del botón */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  width: 45px; /* Ancho del botón */
  height: 45px; /* Alto del botón */
  border: none; /* Elimina el borde por defecto del botón */
  cursor: pointer; /* Cambia el cursor a mano al pasar sobre el botón */
}

#history-redo {
  background-image: url('../images/redo.png'); 
  background-size: cover; /* Ajusta la imagen al tamaño del botón */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  width: 45px; /* Ancho del botón */
  height: 45px; /* Alto del botón */
  border: none; /* Elimina el borde por defecto del botón */
  cursor: pointer; /* Cambia el cursor a mano al pasar sobre el botón */
}
#download-xlsx {
  background-image: url('../images/save-xlsx.png'); 
  background-size: cover; /* Ajusta la imagen al tamaño del botón */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  width: 45px; /* Ancho del botón */
  height: 45px; /* Alto del botón */
  border: none; /* Elimina el borde por defecto del botón */
  cursor: pointer; /* Cambia el cursor a mano al pasar sobre el botón */
}
#toggle-sidebar-btn {
  background-image: url('../images/maximize.png'); 
  background-size: cover; /* Ajusta la imagen al tamaño del botón */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  width: 45px; /* Ancho del botón */
  height: 45px; /* Alto del botón */
  border: none; /* Elimina el borde por defecto del botón */
  cursor: pointer; /* Cambia el cursor a mano al pasar sobre el botón */
}

/* Estilo inicial del panel lateral */
.side-navbar-wrapper {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.5s; /* Duración de 0.5s para ambos efectos */
}

/* Estilo cuando se aplica la clase 'fade-out-left' */
.fade-out-left {
  opacity: 0;
  transform: translateX(-100%);
}

.dashboard-content-wrapper.expansion-left-panel-editor {
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.topbar-wrapper.topmoving-left {
  padding: 0px;
  position: inherit;
  transform: translateY(0);
  transition: transform 0.5s; /* Duración de 0.5s para el efecto de transformación */
}

.fade-out-top {
  transform: translateY(-100%);
}

.botonera-wrapper {
  align-items: center;
  display: flex;
}

input[type="checkbox"] {
  cursor: pointer;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

/* Estilos personalizados para el calendario */
.ui-datepicker {
  font-family: Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 9999;
}

.ui-datepicker-header {
  background-color: #007bff;
  color: #fff;
}

.ui-datepicker-title {
  font-weight: bold;
  margin: 10px 0;
  color: #007bff;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background-color: #007bff;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background-color: #0056b3;
}

.ui-datepicker-calendar {
  margin: 10px;
}

.ui-datepicker-calendar td {
  padding: 5px;
}

.ui-state-default {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
}

.ui-state-default:hover {
  background-color: #007bff;
  color: #fff;
}

/* Ajusta el color del texto en las celdas del calendario */
.ui-datepicker-calendar a {
  color: #333;
}

/* Ajusta el estilo de los días del mes */
.ui-datepicker-calendar .ui-state-default {
  border-radius: 50%;
}

/* Ajusta el estilo de los días seleccionados */
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-highlight {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

/* Estilo para el botón de cambiar el año */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

/* Estilo para el botón de cambiar el mes */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  padding: 5px;
  border: 1px solid #007bff;
  border-radius: 3px;
  color: #007bff;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev:hover span, .ui-datepicker .ui-datepicker-next:hover span {
  background-color: #007bff;
  color: #fff;
}

/* Estilo personalizado para el input del datepicker */
#dateInput {
  font-size: 16px; /* Tamaño de fuente */
  padding: 10px; /* Espaciado interno */
  border: 1px solid #ccc; /* Borde */
  border-radius: 5px; /* Borde redondeado */
  background-color: #fff; /* Fondo blanco */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Sombra */
  color: #333; /* Color del texto */
  width: 200px; /* Ancho del input */
}

/* Estilo cuando el input está enfocado */
#dateInput:focus {
  outline: none; /* Quita el borde de enfoque predeterminado */
  border-color: #007bff; /* Cambia el color del borde cuando está enfocado */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Cambia la sombra cuando está enfocado */
}
#dateInput2 {
  font-size: 16px; /* Tamaño de fuente */
  padding: 10px; /* Espaciado interno */
  border: 1px solid #ccc; /* Borde */
  border-radius: 5px; /* Borde redondeado */
  background-color: #fff; /* Fondo blanco */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Sombra */
  color: #333; /* Color del texto */
  width: 200px; /* Ancho del input */
}

/* Estilo cuando el input está enfocado */
#dateInput2:focus {
  outline: none; /* Quita el borde de enfoque predeterminado */
  border-color: #007bff; /* Cambia el color del borde cuando está enfocado */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Cambia la sombra cuando está enfocado */
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.download-section .button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.download-section .button-excel {
  background-color: #4CAF50; /* Cambia el color si lo deseas */
}

.download-section .datepicker-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.download-section label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.download-section #dateInput {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  width: 200px;
}

/* Estilo personalizado para el modal */
#fileModal .modal-content {
    background-color: #fff; /* Color de fondo del modal */
    border: 2px solid #007bff; /* Borde del modal */
}

#fileModal .modal-title {
    font-size: 1.25rem; /* Tamaño de fuente del título */
    color: #333; /* Color de texto del título */
}

#fileModal .table {
    font-size: 1rem; /* Tamaño de fuente de la tabla */
}

#fileModal .table th, #fileModal .table td {
    text-align: center; /* Alineación del contenido de las celdas */
}

/* Estilo para el botón de Descargar */
.btn-download {
  background-color: #007bff; /* Cambia el color de fondo */
  color: #fff; /* Cambia el color del texto */
  border: 1px solid #007bff; /* Cambia el borde */
}

.btn-download:hover {
  background-color: #0056b3; /* Cambia el color de fondo en el hover */
  border: 1px solid #0056b3; /* Cambia el borde en el hover */
}

/* Estilo para el botón de Eliminar */
.btn-delete {
  background-color: #dc3545; /* Cambia el color de fondo */
  color: #fff; /* Cambia el color del texto */
  border: 1px solid #dc3545; /* Cambia el borde */
}

.btn-delete:hover {
  background-color: #c82333; /* Cambia el color de fondo en el hover */
  border: 1px solid #c82333; /* Cambia el borde en el hover */
}

/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */
/*-------------------------------------------------------------------------------- END Mis clases */

@media screen and (max-width: 991px) {
  .side-navbar-wrapper {
    border-radius: 0;
    transform: translate(-300px, -25px);
  }
  .balance-transfar-wrapperr {
    grid-template-columns: 1fr; /* Cambia a una sola columna en pantallas medianas */
  }
  .page-wrapperr{
    margin: 0px; /* Márgenes más pequeños para pantallas medianas */
    padding: 0px; /* Relleno más pequeño para pantallas medianas */
  }
  .balance-transaction-table-single.first {
    flex-direction: column; /* Apila elementos uno encima del otro */
    display: block;
  }

  /* Opcional: Estilos para cada columna en el modo responsive */
  .transection-name,
  .transection-details {
    margin-right: 0; /* Elimina el margen entre las columnas en el modo responsive */
  }

  .sidebar-logo-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .topbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dashboard-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dashboard-content-wrapp{
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-wrapper {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .card-text {
    margin-left: 10px;
  }

  .chart-wrapper {
    margin-bottom: 20px;
  }

  .chart-grid {
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr;
  }

  .card-border-right {
    display: none;
  }

  .transection-grid, .balance-transfar-wrapper, .transaction-invoice-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .latest-invoice-list-menu-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    object-fit: fill;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    margin-bottom: 10px;
  }

  .latest-invoice-list-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding: 10px;
    position: static;
  }

  .invoice-details-text {
    font-size: 13px;
  }

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

  .cards-slider-mask {
    max-width: 320px;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .card-list-single-table {
    grid-column-gap: 15px;
  }

  .single-wrapper-common-tittle {
    margin-bottom: 15px;
  }

  .transaction-history-list-menu-wrapper {
    grid-column-gap: 15px;
  }

  /* Personaliza la tabla de cumpleanos*/
  table.cumpleanos_table {
    width: 100%;
    border-collapse: collapse;
  }

  table.cumpleanos_table th, table.cumpleanos_table td {
    padding: 8px;
    text-align: left;
  }

  table.cumpleanos_table th {
    background-color: #007BFF;
    color: #fff;
  }

  table.cumpleanos_table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
  }

  .transaction-history-list-wrapper {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px;
  }

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

  .circel {
    left: -9px;
  }

  .create-onvoice-form-wrapper {
    padding: 20px;
  }

  .invoice-details-form {
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }

  .invoice-item-description-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-description-table-heading-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .item-description-table-single-row {
    grid-column-gap: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .total-amount-details {
    margin-bottom: 20px;
  }

  .chat-page-wrapper {
    grid-template-columns: 1fr;
  }

  .chatting-together-wrapper {
    max-height: 420px;
  }

  .chatting-field-send-wrapper {
    padding-top: 24px;
    position: static;
  }

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

  .colors-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .single-layer-color-blue, .single-layer-color-purple, .single-layer-color-green, .single-layer-color-red, .single-layer-color-text {
    width: 65px;
  }

  .mobile-menu-bar-wrap {
    border: 1px solid #627183;
    display: flex;
  }

  .mobile-menu-close {
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: flex;
  }

  .tranform-form {
    margin-bottom: 0;
  }

  .invoice-details-status-text {
    font-size: 13px;
  }

  .presentation-hero-section {
    padding-top: 80px;
  }

  .presentation-title-wrapper {
    margin-bottom: 60px;
  }

  .presentation-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .presentation-postion {
    width: 500px;
  }

  .presentation-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .presentation-module {
    margin-bottom: 20px;
  }

  .inner-page-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-container {
    max-width: 100%;
  }

  .presentation-cta {
    margin-bottom: 40px;
  }

  .copy-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .password-form {
    margin-top: 10px;
  }

  .password-title {
    margin-top: 20px;
  }

  .faq-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .preview-invoice-wrapper, .invoice-card {
    padding: 20px;
  }

  .invoice-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .invoice-button {
    margin-top: 70px;
  }

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

  .invoice-details-text-asegurado {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .topbar-wrapper {
    padding-top: 25px;
  }
  .page-wrapperr{
    margin: 0px; /* Márgenes más pequeños para pantallas medianas */
    padding: 0px; /* Relleno más pequeño para pantallas medianas */
  }

  .search-input {
    width: 185px;
    height: 45px;
  }

  .search {
    width: 185px;
  }

  .search-icon {
    top: 22%;
  }

  .dropdown-button-text {
    font-weight: 400;
  }

  .dashboard-content-wrapper {
    padding-top: 30px;
  }

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

  .price {
    font-size: 20px;
  }

  .line-chart-wrapper {
    padding: 20px 15px 25px;
  }

  .circle-text {
    margin-left: 4px;
    font-size: 12px;
  }

  .line-chart-wrap {
    margin-top: 20px;
  }

  .transaction-table-single {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr max-content;
  }

  .transection-name {
    font-size: 13px;
  }

  .balance-transfar-wrapper {
    margin-bottom: 20px;
  }

  .my-balance-card-single-details-wrap {
    margin-right: 30px;
  }

  .my-balance-chart-wrapper {
    flex-wrap: wrap;
  }

  .my-balance-chart-single-wrap {
    margin-bottom: 15px;
  }

  .my-balance-chart-single-wrap.last {
    margin-bottom: 0;
  }

  .my-balance-chart-details-tittle {
    font-size: 13px;
  }

  .balance-transaction-table-single {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .latest-invoices-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .latest-invoice-list-menu-wrapper {
    grid-template-columns: 1fr;
  }

  .latest-invoice-list-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cards-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-list-single-table {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .transaction-history-list-menu-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .transaction-history-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .card-add-popup-wrap {
    display: none;
  }

  .popup-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-form-single-wrapper {
    grid-template-columns: 1fr;
  }

  .setting-left-bar-tab-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profiles-wrapper {
    margin-top: -41px;
  }

  .profile-name {
    margin-left: 10px;
  }

  .name {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .exprence {
    font-size: 14px;
  }

  .button {
    padding: 8px 20px;
  }

  .profile-content-bg {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-grid {
    grid-row-gap: 30px;
  }

  .profile-bio {
    padding: 20px;
  }

  .setting-tabs-wrapper {
    flex-direction: column;
  }

  .invoice-details-form {
    grid-template-columns: 1fr 1fr;
  }

  .personal-information-form {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .item-description-table-heading-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-description-table-single-row {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .total-amount-details {
    margin-top: 20px;
  }

  .sign-up-contents-wrap {
    width: 100%;
  }

  .chatting-field-send-wrapper {
    padding: 15px 15px 0;
  }

  .message-send-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-content-wrapper {
    width: auto;
  }

  .single-setting-tab-content-wrapper {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .setting-tab-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .setting-icon {
    width: 20px;
  }

  .sign-in-form-wrapper {
    padding: 33px 50px;
  }

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

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

  .single-layer-color-blue, .single-layer-color-purple {
    width: 100%;
  }

  .single-layer-color-green {
    width: 78px;
  }

  .single-layer-color-red, .single-layer-color-text {
    width: 100%;
  }

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

  .edit-button-wrap {
    cursor: pointer;
  }

  .mobile-menu-bar-wrap {
    width: 43px;
    height: 43px;
    border-radius: 6px;
  }

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

  .profile-images {
    width: 99px;
  }

  .presentation-title-wrapper {
    margin-bottom: 40px;
  }

  .display-heading-1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .space-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .demos-button {
    width: 115px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
  }

  .demos-button.button-spacing {
    padding-left: 0;
  }

  .presentation-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presentation-category-wrapper {
    margin-bottom: 40px;
  }

  .display-heading-2 {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .presentation-postion {
    width: 399px;
    display: none;
  }

  .presentation-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .presentation-module {
    display: block;
  }

  .presentation-cta {
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 21px;
  }

  .cta-title {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .purchase-button {
    margin-top: 10px;
  }

  .copy-right-text {
    font-size: 13px;
  }

  .error-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._404-wrapper {
    max-width: 100%;
  }

  ._404-text-wrapper {
    margin-top: 20px;
    font-size: 15px;
  }

  ._404-title {
    font-size: 45px;
  }

  ._404-button {
    margin-top: 10px;
  }

  .protected-wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .password-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .faq-open-link {
    font-size: 14px;
  }

  .preview-invoice-wrapper {
    padding: 15px;
  }

  .preview-invoice-logo-wrapper {
    margin-bottom: 20px;
  }

  .invoice-card {
    margin-bottom: 30px;
    padding: 15px;
  }

  .invoice-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .invoice-menu-wrapper, .invoice-table {
    padding: 10px;
  }

  .subtotal-wrapper._2nd {
    margin-top: 5px;
  }

  .subtotal {
    margin-right: 20px;
  }

  .subtotal.mr105 {
    margin-right: 65px;
  }

  .download-button {
    width: 100px;
    padding: 10px 0;
  }

  .sash-image {
    width: 100%;
  }

  .lock {
    width: 140px;
  }

  .singel-wrapper-info {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .info-image {
    text-align: left;
  }

  .changelog-wrapper {
    max-width: 100%;
    padding: 20px;
  }

  .licensing-singel-wrapper {
    padding: 20px;
  }

  .icons-singel-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-image {
    margin-right: 20px;
  }

  .license-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .license-button.mt35 {
    margin-top: 20px;
  }
  
}

@media screen and (max-width: 479px) {
  .my-balance-wrapperr{
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-wrapperr{
    margin: 0px; /* Márgenes más pequeños para pantallas medianas */
    padding: 0px; /* Relleno más pequeño para pantallas medianas */
  }
  .topbar-wrapper {
    padding: 15px 15px 18px;
  }

  .search-input, .search {
    display: none;
  }

  .header-content {
    flex-wrap: wrap;
  }

  .profile-wrapper {
    margin-top: 10px;
  }

  .dashboard-content-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-title {
    margin-bottom: 20px;
  }

  .page-heading {
    font-size: 20px;
  }

  .card-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card {
    align-items: center;
  }

  .dashboard-content-wrap {
    object-fit: fill;
    overflow: auto;
  }

  .transaction-table-single {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .transection-name {
    font-weight: 400;
  }

  .my-balance-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-balance {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .balance-progress-wrapper {
    margin-bottom: 15px;
  }

  .my-balance-card-details-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .my-balance-card-single-details-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .my-balance-card-single-details-tittle {
    margin-bottom: 3px;
  }

  .my-balance-chart-wrapper {
    flex-direction: column;
  }

  .balance-transaction-table-single {
    grid-template-columns: 1fr;
  }

  .transfer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-invoices-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    padding-right: 15px;
    display: grid;
    position: static;
    overflow: auto;
  }

  .latest-invoice-list-menu-wrapper {
    clear: left;
    margin-bottom: 30px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .latest-invoice-list-wrapper {
    clear: left;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: stretch;
    position: relative;
  }

  .invoice-details-text {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .form-box.mr-15 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-wrapper {
    flex-direction: column;
  }

  .cards-wrapper {
    padding: 15px;
  }

  .card-list-single-table {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .single-wrapper-common-tittle {
    clear: left;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
    position: relative;
  }

  .card-add-popup-text {
    padding: 8px 15px;
    font-size: 13px;
  }

  .transaction-history-list-menu-wrapper {
    z-index: auto;
    float: none;
    clear: none;
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    object-position: 50% 50%;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .transaction-history-list-wrapper {
    grid-row-gap: 10px;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .card-add-popup-wrap {
    display: none;
  }

  .popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-close {
    width: 35px;
    top: 43px;
    right: 21px;
  }

  .popup-heading-details {
    font-size: 11px;
  }

  .profiles-wrapper {
    margin-top: -13px;
  }

  .profile-image-content {
    margin-left: -10px;
  }

  .profile-name {
    margin-left: 3px;
  }

  .name {
    margin-bottom: 0;
    font-size: 13px;
  }

  .button {
    padding: 6px 10px;
  }

  .profile-grid {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .profile-bio {
    padding: 15px 10px;
  }

  .profile-text-content {
    padding-bottom: 20px;
  }

  .bio-paragraph {
    font-size: 13px;
  }

  .bio-paragraph.mb {
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .profile-text-wrapper {
    margin-bottom: 20px;
  }

  .contact-name {
    margin-bottom: 10px;
  }

  .contact-gamil {
    margin-left: 0;
  }

  .contact-number {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .contact-number.mr-0 {
    font-size: 13px;
  }

  .experience {
    padding: 15px 0 15px 10px;
  }

  .experience-content {
    padding-left: 10px;
  }

  .date {
    margin-bottom: 0;
  }

  .product-text {
    margin-bottom: 5px;
  }

  .date-p {
    font-size: 10px;
  }

  .invoice-details-form, .personal-information-form {
    grid-template-columns: 1fr;
  }

  .item-description-table-heading-wrapper, .item-description-table-single-row {
    grid-template-columns: 1fr 1fr;
  }

  .send-invoice, .save-invoice-draft, .chat-single-tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .single-chat-img-wrapper {
    margin-right: 5px;
  }

  .chatting-header-wrapper {
    padding: 15px;
  }

  .chatting-calls-wrapper {
    max-width: 120px;
  }

  .chatting-friend-name {
    font-size: 12px;
    font-weight: 500;
  }

  .chatting-friend-status {
    font-size: 10px;
    line-height: 10px;
  }

  .chatting-single-icons {
    margin-right: 10px;
  }

  .friend-chat-text-wrap {
    align-items: flex-start;
  }

  .friend-chat-text {
    margin-left: 8px;
    padding: 9px 12px;
  }

  .chatting-field-send-wrapper {
    padding: 15px 10px 0;
  }

  .messege-typing-field {
    height: 30px;
    padding: 10px 12px;
  }

  .message-send-button {
    width: 30px;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 30px;
  }

  .sign-in-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sign-up-heading-wrap {
    margin-bottom: 20px;
  }

  .sign-up-heading-text {
    font-size: 11px;
  }

  .sign-in-single-field {
    height: 40px;
  }

  .sign-up-button.forget {
    height: 48px;
  }

  .login-with-google {
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .colors-wrapper {
    padding: 20px;
  }

  .single-layer-color-green {
    width: 100%;
  }

  .single-layer-color-green._4 {
    width: 50px;
  }

  .single-preference-details {
    margin-bottom: 10px;
  }

  .single-preference-details-tittle {
    margin-bottom: 5px;
  }

  .single-preference-details-mini {
    font-size: 11px;
  }

  .single-login-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-bar-wrap {
    width: 42px;
    height: 42px;
    margin-top: 5px;
  }

  .form-grid {
    grid-row-gap: 20px;
  }

  .save-button {
    margin-top: 20px;
    padding: 8px 30px;
  }

  .transaction-icon {
    width: 30px;
    height: 30px;
  }

  .card-icon {
    width: 47px;
  }

  .friend-image {
    width: 30px;
  }

  .profile-images {
    width: 60px;
  }

  .presentation-hero-section {
    padding-top: 60px;
  }

  .display-heading-1 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .space-bottom {
    font-size: 10px;
    line-height: 17px;
  }

  .demos-button {
    width: 100px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    line-height: 15px;
  }

  .demos-button.button-spacing {
    margin-right: 10px;
  }

  .presentation-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .presentation-category-wrapper {
    margin-bottom: 30px;
  }

  .display-heading-2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .display-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .copy-right-text, ._404-text-wrapper {
    font-size: 12px;
  }

  ._404-title {
    font-size: 36px;
  }

  ._404-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .password-fixed {
    flex-direction: column;
  }

  .password-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .protected-field {
    height: 40px;
    margin-bottom: 10px;
  }

  .submit {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-maine {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-open-link {
    font-size: 13px;
  }

  .invoice-table-grid, .tables-grids {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .amount-wrapper {
    text-align: left;
    padding-right: 0;
  }

  .subtotal-wrapper {
    text-align: left;
    display: inline;
  }

  .invoice-button {
    margin-top: 50px;
  }

  .lock {
    width: 95px;
  }

  .text-block {
    font-size: 11px;
  }

  .singel-wrapper-info {
    grid-template-columns: 1fr;
  }

  .search-mobile-icon {
    display: block;
  }

  .preview-logo.w--current {
    width: 120px;
    margin-bottom: 10px;
  }

  .mobile-toggle {
    margin-top: 3px;
  }

  .icon-toggle {
    width: 20px;
  }

  .changelog-wrapper {
    line-height: 24px;
  }

  .changelog-v1 {
    margin-bottom: 10px;
  }

  .icon-image {
    margin-right: 10px;
  }
}

#w-node-b66b84f1-c259-6727-c6d4-bf822193dc24-af3b34e9, #w-node-_35534621-8316-25c5-a570-068f7c3a43ee-af3b34e9, #w-node-_53d8120d-66dd-296d-609d-a2742f289226-af3b34e9, #w-node-_53d8120d-66dd-296d-609d-a2742f289227-af3b34e9, #w-node-b558534d-9445-d6b6-e78b-9bcc41932d1a-af3b34e9, #w-node-b558534d-9445-d6b6-e78b-9bcc41932d1b-af3b34e9, #w-node-e2265026-0651-42e4-ffa9-4c2702e1f032-af3b34e9, #w-node-e2265026-0651-42e4-ffa9-4c2702e1f033-af3b34e9, #w-node-_11abd0f3-724d-6219-0502-6c6bf648100b-af3b34e9, #w-node-_11abd0f3-724d-6219-0502-6c6bf648100c-af3b34e9, #w-node-_2cbc483a-ebd2-45af-ec99-50c58f3f9cb7-af3b34e9, #w-node-_2cbc483a-ebd2-45af-ec99-50c58f3f9cb8-af3b34e9, #w-node-d279af44-5ae8-45c0-94a1-b5784e06b842-af3b34e9, #w-node-d279af44-5ae8-45c0-94a1-b5784e06b843-af3b34e9, #w-node-fbc136c8-6c9b-af76-aeee-abf7745fcf61-af3b34e9, #w-node-fbc136c8-6c9b-af76-aeee-abf7745fcf62-af3b34e9, #w-node-_2e47ebe2-e073-37da-1082-419f72688de3-af3b34e9, #w-node-_2e47ebe2-e073-37da-1082-419f72688de4-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703301e-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703301f-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033023-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033024-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033028-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033029-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703302d-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703302e-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033032-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033033-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033037-af3b34e9, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033038-af3b34e9, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8b5-af3b34e9, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8b6-af3b34e9, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8ba-af3b34e9, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8bb-af3b34e9, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8bf-af3b34e9, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8c0-af3b34e9, #w-node-aab7e82d-1281-733a-bfec-59cb0afb0353-af3b34e9, #w-node-aab7e82d-1281-733a-bfec-59cb0afb0354-af3b34e9, #w-node-_95aa03dc-f742-855e-12fa-6366ff31dde8-af3b34e9, #w-node-_95aa03dc-f742-855e-12fa-6366ff31dde9-af3b34e9, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534790-af3b34e9, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534791-af3b34e9, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534795-af3b34e9, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534796-af3b34e9, #w-node-_9e832e89-302f-baa3-b5bd-d8794f53479a-af3b34e9, #w-node-_9e832e89-302f-baa3-b5bd-d8794f53479b-af3b34e9, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da1-af3b34e9, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da2-af3b34e9, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da6-af3b34e9, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da7-af3b34e9, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35dab-af3b34e9, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35dac-af3b34e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_002094b6-fb89-d293-c31c-41381028125f-af3b34ec, #w-node-_2f7e5958-6b1f-7562-5b3b-3532769189a3-af3b34ec, #w-node-_760fe640-444c-f671-8862-ab03c7cd1bff-af3b34ec, #w-node-_900ce11b-8a77-d545-a192-8a36a9d76a7b-af3b34ec, #w-node-_2969db42-a27d-8911-6e2e-40c689c93b06-af3b34ec, #w-node-_4861642c-068e-cbfa-66cc-1c5d922d0e0c-af3b34ec, #w-node-_9cbf55ca-751c-00ff-cece-9b399f251497-af3b34ec {
  justify-self: start;
}

#w-node-_210e3731-eeaa-a2b3-62f5-34e9ae41dc6f-af3b34ed {
  align-self: center;
  justify-self: center;
}

#w-node-c7fb4329-71d2-972d-c517-aeb0e88b6792-af3b34f3, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b6798-af3b34f3, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b67a0-af3b34f3, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b67ad-af3b34f3, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b67ba-af3b34f3, #w-node-_846b8370-6251-1d97-be02-8672a6c0f2c6-af3b34f5, #w-node-_496298ce-959d-554c-15ff-4470c5d917a8-af3b34f5, #w-node-_272c9df8-6457-0776-186f-47c035d4f40a-af3b34f7, #w-node-e642033f-2143-d3a7-b344-52269c7dedd1-af3b34f7, #w-node-_94b2a60b-25a2-23f1-d729-9c73f4169ebf-af3b34f7, #w-node-d6eef9a2-7bbf-8da1-8fd7-eac4735abc1c-af3b34f7, #w-node-_091ab496-fc32-2a10-f88d-83e8542e6e6a-af3b34f7, #w-node-_130e2fba-da52-d92e-4a10-5e6775dd6e2c-af3b34f7, #w-node-_4d4f83cd-c52e-9fe4-3793-f6de28529ed1-af3b34f7, #w-node-c262c082-1d2d-f6ad-da5e-068f51cc0ef9-af3b34f7, #w-node-d58ca9f7-5847-d2b0-b4f7-a713e78e5dbe-af3b34f7, #w-node-_8a9134ee-658d-9afe-84f3-bdf140007ea2-af3b34f7, #w-node-_9b7f667f-7e0b-1c98-7478-f489edd6df41-af3b34f7, #w-node-_9043975b-df53-fd9e-d9b6-12edff2261b1-af3b34f7, #w-node-b63dfeb3-cc85-c510-3cc2-f27b91a2d129-af3b34f7, #w-node-af7275eb-f9f5-e2fc-ad04-9e95336c2829-af3b34f7, #w-node-_954dc8af-8eeb-9a3d-7bfa-6ad0dcea956f-af3b34f7, #w-node-e6405360-0c76-21b4-80ed-0dbba7fff2d3-af3b34f7, #w-node-_91a19497-9904-ef1e-3131-65efcafbbcf5-af3b34f7, #w-node-d710a202-9b3c-a940-803b-f0a9083d5f35-af3b34f7, #w-node-e812d421-6cc1-c779-1e50-adfac7790904-af3b34f7, #w-node-_41406f44-bd4b-b2de-cc33-2218fe375ca5-af3b34f7, #w-node-f0d43100-e66b-dd70-90eb-b6872ec475a9-af3b34f7, #w-node-_9731e3b2-66fe-d84d-1b55-e3e26dbdef78-af3b34f7, #w-node-_854e7644-3a1a-6489-5aea-d5bfdbc5c8ac-af3b34f7, #w-node-_0d53dd3f-c454-e8fd-4cfe-176c6cad355f-af3b34f7, #w-node-_067bcf47-52c2-4a3c-3dab-abfa34d56fbd-af3b34f7, #w-node-c8984299-9a60-9e91-6c52-d0ddee6f9ce0-af3b34f7, #w-node-_727884c0-5f4a-a18b-13c4-6ff84fa2f282-af3b34f7, #w-node-_3a83c725-476f-55eb-9f0a-5a20ef64525f-af3b34f7, #w-node-_6344a3a7-fc65-72c9-cf05-f0208bd51271-af3b34f7, #w-node-_049e862f-2877-6d91-ab48-fcc6fb11b9bd-af3b34f7, #w-node-_777c965e-e1dd-f7a8-3542-a4e50d279b43-af3b34f7, #w-node-_87d851a3-a338-2b2e-0101-5e38cb0ef14a-af3b34f7, #w-node-_643de769-9e1a-9098-51b9-ebdc71bbae13-af3b34f7, #w-node-_26315a84-9cb1-fd34-99d4-e88363667ac1-af3b34f7, #w-node-dd13b5b0-5053-ac0d-8a8d-6034b3c12d43-af3b34f7, #w-node-_09a2406b-204b-373f-aa99-70449c8ede4c-af3b34f7 {
  grid-area: span 1 / span 5;
}

#title-table, #editor-table, [id^="-xlsx-table-"], #w-node-d217fe97-726a-94ff-f63f-70955d0e3b06-af3b34f8, #w-node-_6c0a1f03-2946-9f9a-3f89-150cbd23c2dd-af3b34f8, #w-node-a88f07cf-d079-e0ff-deb2-f414c1d3fecd-af3b34f8, #w-node-f92c7bb7-fc0c-5ba5-9685-6dbc56a3e5c8-af3b34f8, #w-node-ae7c6728-92b4-944b-bd6e-174c97d9fdb7-af3b34f8, #w-node-c5bffc98-40e1-2455-752f-16eb78a1c715-af3b34f8, #w-node-_86565d7b-1d97-c1bd-c3ad-10105a60c51e-af3b34f8, #w-node-ee6647dd-dcc8-1ea9-66bf-5c03aee07ace-af3b34f8, #w-node-_2966c2ba-7ef1-b570-e289-0fd0cf4890b6-af3b34f8, #w-node-fa5d6bc6-c18a-9ee4-eba6-81ab57b4d1bb-af3b34f8, #w-node-_85eb3fdd-afde-f63c-33d0-44a0d3fc4e17-af3b34f8, #w-node-_122ba933-1b6c-14cd-06ca-91c2ec661c1f-af3b34f8, #w-node-c48db123-894f-4b12-2895-8d390ddbd2fc-af3b34f8, #w-node-_792bde68-f2dd-cfd8-ed45-706d24b0d71d-af3b34f8, #w-node-_8996d393-3670-acdc-7545-f9a62bb244f5-af3b34f8, #w-node-_992db067-82fd-f24c-5185-10b0e7a52fa2-af3b34f8, #w-node-_002c7ab5-9693-082f-34d6-7ac2aebc50c7-af3b34f8, #w-node-_3e95f0dd-5656-1cec-598a-4826a92dc683-af3b34f8, #w-node-_3e95f0dd-5656-1cec-598a-4826a92dc687-af3b34f8, #w-node-_9ad89481-d34f-f479-8a0a-a39913963dd4-af3b34f8, #w-node-_3e95f0dd-5656-1cec-598a-4826a92dc68e-af3b34f8, #w-node-_3e95f0dd-5656-1cec-598a-4826a92dc689-af3b34f8, #w-node-_3e95f0dd-5656-1cec-598a-4826a92dc68c-af3b34f8, #w-node-ff79b624-115e-b3ae-cb74-2e9742fff504-af3b34f8, #w-node-_30ca7e97-fcdd-effc-76da-9212ef749882-af3b34f8, #w-node-_26844b24-b5e9-12bc-ce87-2b0603ed04c4-af3b34f8, #w-node-_2b31dac5-dab0-3690-96d6-fef84c3064b4-af3b34f8, #w-node-_88cf3c33-40d5-2b47-4a91-86e72be76b0b-af3b34f8, #w-node-_3f128e34-79b7-61f6-5730-3e241cabd11a-af3b34f8, #w-node-_1515baf4-7ec3-01f8-19b2-59be1695b514-af3b34f8, #w-node-_0467085b-1664-5d0f-19b9-003ec46a1663-af3b34f8, #w-node-_76efaf3b-c80a-2a9b-a119-61b34d8bfb79-af3b34f8, #w-node-ba0fc08b-ad08-ea05-316d-00bb01a805a9-af3b34f8, #w-node-_061ea7e4-611b-4a7e-44cc-3a1640eb72fd-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca6ff9-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca6ffc-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca6ffe-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7000-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7002-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7004-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7006-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7008-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca700a-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca700c-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca700e-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7010-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7012-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7014-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7016-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca7018-af3b34f8, #w-node-_99d9c77c-f5e9-eae1-24a5-8c6dcdca701a-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632a0-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632a3-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632a5-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632a7-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632a9-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632ab-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632ad-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632af-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632b1-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632b3-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632b5-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632b7-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632b9-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632bb-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632bd-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632bf-af3b34f8, #w-node-_8e757e4c-15f1-e63d-c804-ec7781a632c1-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1500a-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1500d-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1500f-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15011-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15013-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15015-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15017-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15019-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1501b-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1501d-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1501f-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15021-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15023-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15025-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15027-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d15029-af3b34f8, #w-node-_13a0ebb6-091a-0c1e-07ce-f0df85d1502b-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a843-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a846-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a848-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a84a-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a84c-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a84e-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a850-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a852-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a854-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a856-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a858-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a85a-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a85c-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a85e-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a860-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a862-af3b34f8, #w-node-_3afa9a4c-7931-890d-e07b-db234eb4a864-af3b34f8 {
  grid-area: span 1 / span 5;
}

#w-node-_66e7c842-12dc-7fd5-c2c5-2b66a6f9c686-af3b34f9, #w-node-ec054945-623b-28b5-1492-522208d389e1-af3b34f9, #w-node-_2864db1d-752e-afdb-bfcc-20ae58fcf388-af3b34fa, #w-node-e88ed693-df57-92c0-651d-cffab24b3838-af3b34fa, #w-node-e9229253-d3a9-18b5-67e8-7ebd3623845e-af3b34fa, #w-node-f5b233bd-925f-027a-3fdb-b26021b976fb-af3b34fa, #w-node-_216bbb0b-edff-f59c-c482-4e89d6c67a36-af3b34fa, #w-node-dc16155d-12aa-bf6f-0b89-d6fa2d5ae4fa-af3b34fa, #w-node-_9ff37460-769d-9ceb-a67d-846432e01127-af3b34fa, #w-node-_79a3aa0f-c320-07e3-1555-5b8686a74739-af3b34fa, #w-node-_416de668-ec93-072e-8b33-964f89da5300-af3b34fa, #w-node-bfc27423-8b8b-5ec9-c34f-ea310ae89d26-af3b34fa, #w-node-_690792eb-fa42-9ff9-0e13-be39dd02be4a-af3b34fa, #w-node-_4ec7cc6a-5b43-6572-a79a-f02116428355-af3b34fa, #w-node-f74a67ef-b59a-5915-4573-27132f8eba1c-af3b34fa, #w-node-f74a67ef-b59a-5915-4573-27132f8eba1e-af3b34fa, #w-node-f74a67ef-b59a-5915-4573-27132f8eba20-af3b34fa, #w-node-f74a67ef-b59a-5915-4573-27132f8eba22-af3b34fa, #w-node-_4c13d71b-63b8-c238-cbb9-ee43fd3b1be1-af3b34fb, #w-node-_520e1a52-4d35-94de-39ab-7f6e6e537f90-af3b34fb, #w-node-d4f2e467-2954-735d-30d6-22ae853f9720-af3b34fb, #w-node-_92088c7c-b81b-7896-3770-60d37a3035ce-af3b34fb, #w-node-_03f77cea-de45-53e5-47d8-1216af072cf7-af3b34fb, #w-node-_265af81d-1779-e516-2334-bcb9ef9336b2-af3b34fb, #w-node-_83e7a33d-fb03-c2c6-dc91-e55bd09d69e7-af3b34fc, #w-node-a0e3e2da-bb4b-0a0d-22e1-aad7ef14e01b-af3b34fc, #w-node-_48d2ea96-edbc-ee6c-e53b-e1d52bd9d982-af3b34fc, #w-node-_68efbf40-e930-8329-98fa-8a228bb56061-af3b34fc, #w-node-_2b6d2f3e-f202-ea70-bfb8-43f2c10ad941-af3b34fc {
  grid-area: span 1 / span 5;
}

#w-node-_315fcd8a-135f-d756-3436-5488fe981365-af3b3501, #w-node-_20ac7a5b-ae75-60d4-81a7-79dca181783f-af3b3501 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f17181f-d27f-488f-9af7-c3a85c1580e1-af3b3501, #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-af3b3501 {
  justify-self: center;
}

#w-node-_93597387-8aef-af9f-4d17-aa63d593f38d-af3b3502, #w-node-_8d7ccc55-64f7-ffb7-0ae5-8166d50ffa5e-af3b3502, #w-node-_1a9cdfa7-2efa-6aa7-cc0c-64579262b942-af3b3502 {
  grid-area: span 1 / span 5;
}


@media screen and (max-width: 991px) {
  #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-af3b3501 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f17181f-d27f-488f-9af7-c3a85c1580e1-af3b3501, #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-af3b3501 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a523958e-4022-167e-c56c-a1ec147bf568-af3b34ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20ac7a5b-ae75-60d4-81a7-79dca181783f-af3b3501 {
    grid-column: span 2 / span 2;
  }

  #w-node-_371d10ff-7985-0a8b-a0be-04f58deb97ed-af3b3501, #w-node-af9e6900-f936-2820-1bfd-ef55c2157801-af3b3501, #w-node-d217fe97-726a-94ff-f63f-70955d0e3b06-af3b3501, #w-node-_5201454c-26b8-3d94-f52a-3e84ee89836a-af3b3501, #w-node-_312438cf-6b5b-fa56-fe20-a8eef4e596ce-af3b3501, #w-node-_16692e87-eb00-e7c6-6e29-518205c0a565-af3b3501, #w-node-_09a339fd-e86b-98ac-c566-f22eef35c5bd-af3b3501, #w-node-_740552a6-3e3f-953a-c8bf-a1be0f37d0aa-af3b3501, #w-node-_4f17181f-d27f-488f-9af7-c3a85c1580e1-af3b3501, #w-node-b2b58e20-d3c9-5627-919c-8fb7b33a4a27-af3b3501, #w-node-_3a266725-ecb6-b049-91d6-c54b039bec7a-af3b3501, #w-node-_79a51ec4-2981-4582-102a-c994031bffb6-af3b3501, #w-node-_53706c50-f92c-de34-69db-0f9851f2ba81-af3b3501, #w-node-d566b71e-fb02-fe12-bc15-10c312a3a245-af3b3501 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bccc6d0e-e880-33ce-d920-5175c9ce7e83-af3b3501 {
    grid-column: span 2 / span 2;
  }

  #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-af3b3501 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 100%;
}

.float-square,
.float-square-long {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}

.float-square .card-header,
.float-square-long .card-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.float-square .card-body,
.float-square-long .card-body {
  font-size: 14px;
}

.float-square-long {
  grid-column: 1 / -1;
  grid-row: span 2;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .card-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.table-scrollable {
  max-height: 400px; /* Altura máxima de la tabla */
  overflow-y: auto;  /* Habilitar el desplazamiento vertical si el contenido excede la altura máxima */
}

.table-responsive {
  overflow-x: auto;
}