main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ant-app {
	min-height: 100vh !important;
}
.octane-breadcrumb {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
.octane-breadcrumbli:last-child {
  color: #00A881;
}.logo-dashboard {
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
}
.logo-dashboard img {
  display: block;
  margin: auto !important;
}.card-user {
  min-width: 220px !important;
  width: 220px !important;
  box-shadow: 0px 2.1711px 4.3422px rgba(0, 0, 0, 0.1);
  flex: 0 0 220px;
}
.card-user-body {
  padding: 10px !important;
  max-height: 80px !important;
  overflow: hidden;
}
.card-user-name {
  font-size: 1rem !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  align-self: center;
  text-align: center;
  height: 50px;
}
.card-user-image-img {
  max-height: 250px;
  height: 250px;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
}.card-chart-bar {
  padding: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 2.1711px 4.3422px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-width: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
}

@media (min-width: 768px) {
  .card-chart-bar {
    min-width: 450px;
  }
}
@media screen and (max-width: 575px) and (orientation: landscape) {
  .card-chart-bar {
    min-width: auto !important;
  }
}.card-quick-access {
  width: 270px;
  box-shadow: 0px 2.1711px 4.3422px rgba(0, 0, 0, 0.1);
}
.card-quick-access-body {
  padding: 5px 10px !important;
}
.card-quick-access-cover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dadada;
  display: block;
  object-fit: contain;
  margin: auto;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(1, 120, 253, 0.05) 0%, rgba(1, 72, 151, 0.05) 100%);
}
.card-quick-access-cover svg {
  font-size: 100px !important;
  height: 100px !important;
}

@media screen and (max-width: 874px) {
  .card-quick-access {
    width: 48%;
  }
}.home-approvals-filter-custom-form {
  display: flex;
  flex: 4;
  width: 100%;
  flex-wrap: wrap;
}
.home-approvals-filter-custom-title {
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.home-approvals-filter-custom-body {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  gap: 1rem;
  justify-content: end;
}
.home-approvals-filter-custom-body .octane-render-input {
  max-width: var(--input-width-render-input);
}
.home-approvals-filter-custom-field {
  gap: 0.25rem;
  width: 100%;
  min-width: 100px !important;
  max-width: 260px;
}

@media screen and (max-width: 863px) and (min-width: 768px) {
  .home-approvals-filter-custom-field {
    flex: 2;
    width: 100% !important;
    min-width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .home-approvals-filter-custom-body {
    width: 100% !important;
    gap: 0.5rem !important;
  }
  .home-approvals-filter-custom-body .octane-render-input {
    max-width: 100% !important;
  }
  .home-approvals-filter-custom-field {
    width: 100%;
    max-width: 320px !important;
    min-width: 100% !important;
  }
}.title {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.ant-input-wrapper {
  height: 36px;
  height: 100% !important;
}
.ant-input-wrapper input {
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .home-filters-approvals {
    display: block;
  }
}.home-transactions-filter-custom {
  display: flex;
  flex: 4;
  width: -webkit-fill-available;
  flex-wrap: wrap;
}
.home-transactions-filter-custom-title {
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.home-transactions-filter-custom-body {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  gap: 1rem;
  justify-content: end;
}
.home-transactions-filter-custom-body .octane-render-input {
  max-width: var(--input-width-render-input);
}
.home-transactions-filter-custom-field {
  gap: 0.25rem;
  width: 100%;
  min-width: 100px !important;
  max-width: 260px;
}

@media screen and (max-width: 863px) and (min-width: 768px) {
  .home-transactions-filter-custom-field {
    flex: 2;
    width: 100% !important;
    min-width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .home-transactions-filter-custom-body {
    width: 100% !important;
    gap: 0.5rem !important;
  }
  .home-transactions-filter-custom-body .octane-render-input {
    max-width: 100% !important;
  }
  .home-transactions-filter-custom-field {
    width: 100%;
    max-width: 320px !important;
    min-width: 100% !important;
  }
}.title {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
  .home-filters-transactions {
    display: block;
  }
}.section-container {
  max-width: 1300px;
  padding: 0 1rem;
  margin: auto;
}

.quick-access-container {
  flex: 1 1 auto;
  row-gap: 1rem;
}.filter-skeleton-card {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}.container {
  background-color: #F6F9FF;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.container .card-container {
  width: 29.813rem;
}
.container .card-container-image {
  height: 33px;
  display: flex;
  align-items: center;
}

.login-form-header {
  margin: 1rem 0 !important;
}
.login-form .ant-form-item-label {
  padding-bottom: 0 !important;
}
.login-form .ant-form-item {
  margin: 0.5rem 0rem !important;
}
.login-form-label {
  font-size: 0.875rem;
  font-weight: 500;
}
.login-form-title {
  font-size: 1.5rem !important;
  font-style: normal;
  font-weight: 600;
}
.login-form-subtitle {
  font-size: 0.875rem !important;
  margin-top: 0 !important;
  padding: 0 !important;
  font-weight: normal;
  color: grey;
}
.login-form-subtitle-blue {
  color: #002C8C;
}
.login-form .subtitle-link {
  font-size: 12px;
  padding: 1rem 0 !important;
  margin-bottom: 0.5rem !important;
  font-weight: 400 !important;
  color: #1E40AF !important;
}
.login-form .button-login {
  font-weight: 400 !important;
  font-size: 16px;
}

.logo {
  height: inherit !important;
}

.mt-1 {
  margin-top: 1rem;
}

.view-transition {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.slide-in {
  opacity: 1;
  transform: translateY(0);
  animation: slideUp 0.3s ease-out;
}

.slide-out {
  opacity: 0;
  transform: translateY(-30px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.validation-list-item {
  padding: 0 !important;
  opacity: 0.8;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.25px;
  color: #000000;
  border-block-end: none !important;
}
.validation-list-item h4 {
  font-weight: 500;
}
.validation-list-item-error {
  color: #ff0000;
}
.validation-list-item-success {
  color: #389E0D;
}
.validation-list-item-default {
  color: #000000;
  opacity: 0.5;
}