:root {
  --header-height: 0px;
}

.header .logo img {
  max-height: 50px;
  margin-right: 0;
  margin-left: 30px;
}

.avatar-img {
  width: 35px;
  border: none;
}

.content-app {
  background-color: #e9f9ff;
  padding: 0px 60px 0px 60px;
  padding-top: calc(var(--header-height) + 1rem);
  min-height: calc(100vh - 80px);
}

.arrowBack {
  height: 17px;
}

.arrowBackAcc {
  height: 17px;
  margin-bottom: 8px;
}

.no-background {
  background-color: transparent;
}

/* .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #ACACAC;
}

.nav-link:hover {
  color: #1A3B82;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1A3B82;
}

.nav-tabs .nav-link {
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  background-color: #fff;
}

.nav-tabs {
  border-bottom: unset;
} */

.nav-link:hover {
  color: #1A3B82;
}

.nav-link:focus {
  color: #1A3B82;
}

.btn:focus,
.btn:active,
.accordion-button:active,
.accordion-button:focus,
input:active,
input:focus,
.form-control:active,
.form-control:focus,
.continueButton:active,
.continueButton:focus {
  outline: none !important;
  box-shadow: none !important;
}

.w-10 {
  width: 10px;
}

.w-20 {
  width: 20px;
}

.wpx-50 {
  width: 50px;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.br-30 {
  border-radius: 30px;
}

.br-8 {
  border-radius: 8px;
}

.br-6 {
  border-radius: 6px;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20% !important;
}

.border-bottom {
  border-bottom: 2px solid #1A3B8255 !important;
}

.background-white {
  background: white;
}

.mainFont {
  font-family: 'Sora', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.fbold {
  font-weight: bold;
  color: #1A3B82;
}

.fboldblack {
  font-weight: bold;
  font-size: large;
  color: #000000;
}

.fontgray {
  color: #ACACAC;
}

.fontblack {
  color: black !important;
}

.fontblue {
  color: #053B83;
}

.fontblue2 {
  color: #1A3B82;
}

.fontblue3 {
  color: #009BD8;
}

.borderblue {
  border: 1px solid #053B83;
}

.fontred {
  color: #CB2926;
}

.fontgreen {
  color: #07AF40;
}

.continueButton {
  background-color: #1A3B82;
  color: white;
  border: none;
  padding: 3px 0px 3px 0px;
  border-radius: 6px;
  border-color: #1A3B82;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.calendarBtn,
.calendarBtnForecast {
  background-color: #d9d9d947;
  border: 1px solid #d9d9d947;
  border-radius: 8px;
  font-size: small;
}

.calendarBtn:active,
.calendarBtnForecast:active {
  background-color: #1A3B82;
  color: white;
}

.calendarBtn:hover {
  background-color: #1A3B82;
  color: var(--color-white); 
}

.calendarBtnForecast:hover {
  background-color: #1A3B82;
  color: #000000; 
}

#sort-options {
  background-color: white;
  border: 1px solid #1A3B82 !important;
  border-radius: 8px !important;
  color: #000000;
  min-width: 200px;
}

#new-account-type {
  width: 100%;
  background-color: white;
  border: 1px solid #1A3B82 !important;
  border-radius: 8px !important;
  color: #000000;
  /* min-width: 350px; */
  min-height: 38px;
}

.form-control {
  border: 1px solid #1A3B82;
  border-radius: 6px;
  color: #1A3B82 !important;
}

.elBorder {
  border: 1px solid #1A3B82;
  border-radius: 6px;
}

.buttonC2 {
  background-color: white;
  border-radius: 8px !important;
  color: #000000;
}

.changeBtnsContainer {
  background-color: white;
  border: 1px solid #053B83;
  border-top: none;
  min-height: 200px;
}

.changeBtnsRow {
  padding-left: 12px;
  padding-right: 12px;
}

.forgottenPass {
  text-decoration-line: underline;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  color: #09487c;
  font-size: medium;
}

input {
  border-color: #d9d9d947;
  /* border-radius: 8px !important; */
  font-family: 'Roboto', sans-serif;
  outline: none !important;
}

.modal-content {
  border-radius: 30px;
  background-color: #E9F9FF;
}

textarea {
  border: 1px solid #1A3B82;
  background-color: white;
  color: #1A3B82;
  border-radius: 8px;
}

.btn-primary {
  --bs-btn-hover-bg: #1A3B82;
  --bs-btn-hover-border-color: #1A3B82;
  --bs-btn-active-bg: #1A3B82 !important;
  --bs-btn-active-border-color: #1A3B82 !important;
  --bs-btn-bg: #1A3B82 !important;
  --bs-btn-border-color: #1A3B82 !important;
}

.btn-secondary {
  color: #ACACAC;
  background-color: white;
  border: 1px solid #ACACAC;
}

.btn-primary:hover {
  background-color: #5185ae69 !important;
  border-color: #5185ae69 !important;
}

.btnContainer1 {
  border-radius: 8px 0px 0px 8px;
}

.btnContainer2 {
  border-radius: 0px 0px 0px 0px;
}

.btnContainer3 {
  border-radius: 0px 8px 8px 0px;
}

.btnEditContainer {
  border-radius: 8px;
}

.four-section-box {
  width: 100% !important;
  flex-direction: row;
  padding: 10px;
}

.four-section-box-accounts {
  width: 100% !important;
  flex-direction: column;
}

.section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 15px;
}

.section-acc {
  min-height: 90px;
}

.section-accounts {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.fourSectionInline {
  justify-content: space-between;
}

.circle-image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  /* margin-right: 10px; */
}

.arrowImg {
  width: 35px;
}

.section-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.section-content-accounts {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

.section-content-accounts .section-price-accounts {
  margin-left: auto;
}

.section-text {
  font-weight: normal;
  color: #ACACAC;
  font-size: 20px;
}

.section-text-accounts {
  font-weight: normal;
  color: #000000;
  font-size: 32px;
}

.section-price {
  color: black;
  font-weight: bold;
  font-size: 24px;
}

.section-price-accounts {
  color: black;
  font-weight: bold;
  font-size: 32px;
}

.mw-65 {
  max-width: 65%;
}

@media (min-width: 640px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .section-price-accounts {
    font-size: 24px;
  }

  .section-text-accounts {
    font-size: 24px;
  }

  .w-sm-100 {
    width: 100%;
  }
}

.vl {
  border-left: 1px solid #1A3B82;
  height: 100%;
  padding: 0px;
}

.vl-accounts {
  border-left: 1px solid #1A3B82;
  height: 100%;
  padding-top: 70px;
}

.activeBtn {
  background-color: #1A3B82;
  color: white;
}

.bussinessBtn {
  background-color: #fff;
  color: #89448F;
  border: 1px solid #09487C;
}

@media (max-width: 767px) {
  .bussinessBtn {
    margin-top: 0;
  }

  .w-sm-100 {
    width: 100%;
  }

  .d-sm-flex {
    display: flex
  }

}

/* @media (max-width: 576px) {
  .text-sm-end {
    text-align: end;
  }
} */

.bussinessBtn:hover {
  background-color: #09487C;
  color: #fff;
  border: 1px solid #09487C;
}

.bussinessBtn2 {
  background-color: #fff;
  color: #1A3B82;
  border: 1px solid #09487C;
  min-height: 34px;
}

.verticalAlignCenter {
  align-self: center !important;
}

.show {
  display: relative;
}

.hide {
  display: none;
}

.rdrDefinedRangesWrapper,
.rdrDateDisplayWrapper {
  display: none;
}

.rdrStartEdge,
.rdrEndEdge,
.rdrDay,
.rdrInRange {
  color: rgb(5, 59, 131) !important;
}

.rdrDarToday {
  color: #053B83 !important;
}

.filterRecords,
.sort-dropdown {
  display: block !important;
}

#arrowBackRecords {
  display: inline;
}

.filterRecordsButton {
  display: none;
}

.item-color {
  border: none;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.item-flag {
  height: 15px;
  width: 12px;
}

.clock-flag {
  height: 15px;
  width: 15px;
}

.item-more {
  height: 20px;
}

.recordsDekstop {
  display: block;
  margin: .1rem;
}

.recordsMobile {
  display: none;
  font-size: 0.8rem
}

.desktopFilter {
  display: block
}

.mobileFilter {
  display: none;
}

.desktopDateFilter {
  display: flex
}

.mobileDateFilter {
  display: none;
}

.desktopInfoCompany {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

.mobileInfoCompany {
  display: none;
}

.flex-sm-column {
  flex-direction: row;
}

/* .mobileAutomaticallyCreateSum {
  width:auto !important;
  margin-top:1rem
} */
.mobileMarginBottom {
  margin-bottom: 1rem;
}

.desktopStatements {
  display: block !important
}

.mobileStatements {
  display: none !important
}

.desktopStatementsRow {
  display: block !important
}

.mobileStatementsRow {
  display: none !important
}

.desktopPiechart {
  display: flex !important;
  flex-wrap: wrap;
}

.mobilePiechart {
  display: none !important
}

.desktopDropdown {
  display: block !important;
}

.mobileDropdown {
  display: none !important;
}

div.bg-white:nth-child(4)>div:nth-child(1)>div:nth-child(3) {
  display: none;
}

.tab-content {
  height: 350px;
}

@media (max-width: 567px) {
  .content-app {
    font-size: 16px
  }

  .filterRecordsButton {
    display: block;
    width: 100% !important
  }

  .new-row-filter {
    width: 100% !important
  }

  .mobile-filter {
    width: 100% !important;
    display: flex !important
  }

  .mobile-filter-row {
    flex-direction: column !important;
  }
}

/* Media query for mobile responsiveness */
@media (max-width: 767px) {
  .four-section-box {
    flex-direction: column;
    /* Remove borders on mobile */
  }

  .vl {
    display: none;
  }

  .rounded-custom {
    margin-bottom: 10px;
  }

  .circle-image {
    margin-right: 0;
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
  }

  .fourSectionInline {
    justify-content: space-around !important;
  }

  .section {
    display: flex !important;
  }

  .section-price,
  .section-text {
    font-size: medium !important;
  }

  .filterRecords {
    width: 100% !important;
  }

  .filterRecordsButton {
    display: block;
    width: 100% !important
  }

  .new-row-filter {
    width: 100% !important
  }

  .mobile-filter {
    width: 100% !important;
    display: flex !important
  }

  .mobile-filter-row {
    flex-direction: column !important;
  }

  .desktopDropdown {
    display: none !important;
  }

  .mobileDropdown {
    display: block !important;
  }

  #sort-options {
    min-width: 30px;
  }

  #arrowBackRecords {
    display: inline;
  }

  .rdrDateRangeWrapper {
    font-size: xx-small !important;
  }

  .btnContainer1,
  .btnContainer2,
  .btnContainer3 {
    font-size: small;
    padding-right: 0px;
  }

  .item-price {
    font-size: small;
  }

  .header .logo img {
    margin-left: 0px;
  }

  .content-app {
    padding: 0;
    padding-top: calc(var(--header-height) + 1rem);
  }

  .w-sm-100 {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .filterRecords {
    margin-top: 5px;

  }

  .vl-accounts {
    display: none;
  }

  .bg-white-accounts-m {
    background-color: var(--color-white) !important;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-add-acc {
    padding: 18px;
  }

  .filterRecordsButton {
    display: block;
    width: 100% !important
  }

  .new-row-filter {
    width: 100% !important
  }

  .mobile-filter {
    display: flex !important
  }

  .mobile-filter-row {
    flex-direction: column !important;
  }

  .recordsDekstop {
    display: none;
  }

  .recordsMobile {
    display: flex;
    margin: 1rem;
    width: 100%;
    justify-self: center;

  }

  .desktopFilter {
    display: none
  }

  .mobileFilter {
    display: grid;
    width: 100%;
    padding-bottom: 1rem
  }

  .desktopDateFilter {
    display: none
  }

  .mobileDateFilter {
    display: flex;
  }

  .desktopInfoCompany {
    display: none
  }

  .mobileInfoCompany {
    display: flex;
    flex-direction: column;
  }

  .desktopStatements {
    display: none !important
  }

  .mobileStatements {
    display: block !important
  }

  /* .desktopStatementsRow{
    display:none !important
  } */
  .mobileStatementsRow {
    display: block !important
  }

  .desktopPiechart {
    display: none !important
  }

  .mobilePiechart {
    display: flex !important;
    flex-wrap: wrap;
  }

  .calendarBtn {
    font-size: x-small;
  }

  .w-sm-100 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* .mobileAutomaticallyCreateSum {
    width:auto !important;
    margin-top:1rem
  } */
  .mobileMarginBottom {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1450px) {
  .circle-image {
    width: 55px;
    height: 55px;
  }

  .section-price,
  .section-text {
    font-size: small;
  }

  .current-month {
    font-size: small;
  }

  .section {
    padding: 0px !important;
    display: block;
  }

  #sort-options {
    min-width: 100px;
  }

  .px-60 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* .flex-sm-column{
    flex-direction: column !important;
  }
  .mobileAutomaticallyCreateSum {
    width:auto !important;
    margin-top:1rem
  }
  .mobileMarginBottom {
    margin-bottom: 1rem;
  } */
}

.mobile-nav-toggle {
  top: 15px;
}

.new-record-btn,
.new-account-btn {
  /* margin-right: 20px; */
  background-color: #09487C;
  /* color: #fff; */
  border: 1px solid #09487C;
  font-weight: 700;
}

.new-record-btn:disabled {
  background-color: #d9d9d947;
  color: #464343;
  border: 1px solid #d9d9d947;
}

@media (max-width: 767px) {
  .new-record-btn {
    margin-right: 0;
  }

  .new-record-btn-acc {
    margin-right: 0;
  }
}

.new-account-btn:hover {
  opacity: 0.9;
}

.new-record-btn:hover {
  background-color: #fff !important;
  color: #09487C;
  border: 1px solid #09487C;
}

.grid-example .row>.col,
.grid-example .row>[class^=col-] {
  background-color: #712cf926;
  border: 1px solid #712cf94d;
  padding-bottom: .75rem;
  padding-top: .75rem
}

.grid-example .row+.row {
  margin-top: 1rem
}

.footer .footer-content {
  background: #e9f9ff;
}

/* .content-app {
  min-height: 80vh;
} */

.app-login {
  color: #1a3b82;
  min-height: 60vh;
}


.section-button a {
  font-weight: 700;
  color: #000;
  font-size: 24px;
}

.rounded-custom {
  border-radius: 8px;
  /* box-shadow: 0px 2px 20px -2px rgba(var(--color-secondary-rgb), 0.1); */
}

.rounded-accounts-custom {
  border-radius: 32px;
}

.rounded-custom:hover {
  box-shadow: 0px 2px 20px -2px rgba(var(--color-secondary-rgb), 0.2);
}

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

.element-shadow {
  box-shadow: 0px 2px 20px -2px rgba(var(--color-secondary-rgb), 0.1);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.element-shadow:hover {
  box-shadow: 0px 2px 20px -2px rgba(var(--color-secondary-rgb), 0.2);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header-menu-tab {
  margin: 10px 5px 10px 5px;
}

.header-menu-tab:hover {
  /* background: #09487c;
  border-radius: 5px; */
  text-decoration: none;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.header-menu-tab a:hover {
  color: #2c2c2c !important;
}

.header-menu-tab a:hover::after,
.header-menu-tab a.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67%;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  /* Adjust the border height as needed */
  background-color: #7bb4b1;
  /* Adjust the border color as needed */
}

.cal-animate {
  animation: dropMonths .5s;
}

@keyframes dropMonths {
  from {
    transform: translateY(-5px);
  }

  to {
    transform: translateY(0);
  }
}

.test-anim {
  transition: height 0.3s ease;
  animation: dropMonths .5s;
}

.account-see-more {
  color: #1a3b82;
  text-decoration: underline;
}

.nav-ovveride {
  font-size: inherit !important;
  font-weight: 700;
  color: #fff !important;
}

.dropdown-menu {
  transform: translate(38px, 40px) !important;
}

.shepherd-element {
  margin-top: 12px;
  text-align: center;
  border-radius: 40px !important;
}

.shepherd-footer {
  justify-content: center !important;
}

.shepherd-button {
  color: #fff !important;
  background: #1a3b82 !important;
}

.shepherd-text {
  font-family: var(--font-primary);
  font-size: 20px !important;
}

/* Swiper *//* Add to your custom.css file */
.accounts-swiper {
  padding: 20px 0 40px 0;
}

.account-card {
  height: 140px;
  padding: 15px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-image-carousel {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.section-text-carousel {
  font-weight: normal;
  color: #ACACAC;
  font-size: 14px;
  margin-bottom: 5px;
}

.section-price-carousel {
  color: black;
  font-weight: bold;
  font-size: 16px;
}

/* Swiper navigation arrows */
.accounts-swiper .swiper-button-next,
.accounts-swiper .swiper-button-prev {
  color: #1A3B82;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
  margin-top: -20px;
}

.accounts-swiper .swiper-button-next:after,
.accounts-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

/* Swiper pagination */
.accounts-swiper .swiper-pagination-bullet {
  background: #1A3B82;
  opacity: 0.3;
}

.accounts-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Mobile optimizations */
@media (max-width: 767px) {
  .account-card {
    height: 120px;
    padding: 10px;
  }
  
  .circle-image-carousel {
    width: 50px;
    height: 50px;
  }
  
  .section-text-carousel {
    font-size: 12px;
  }
  
  .section-price-carousel {
    font-size: 14px;
  }
  
  .accounts-swiper .swiper-button-next,
  .accounts-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}

/* Add these classes for responsive text truncation with ellipsis */
.text-truncate-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Default for all screen sizes */
.text-truncate-md {
  max-width: 1000px;
}


@media (max-width: 1200px) {
  .text-truncate-md {
    max-width: 700px;
  }
}

@media (max-width: 992px) {
  .text-truncate-md {
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .text-truncate-md {
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  .text-truncate-md {
    max-width: 280px;
  }
}

/* Add to your custom.css or other appropriate CSS file */
.btn-primary:disabled, 
.btn-primary.disabled {
  --bs-btn-disabled-border-color: #6c757d !important; /* gray border color */
  border-color: #6c757d !important; /* direct override for older browsers */
  background-color: #6c757d !important; /* matching background color */
  opacity: 0.65; /* standard disabled opacity */
}

/* Custom light gray*/
.bg-light-gray {
  background-color: #f4f4f4 !important; /* Light gray color */
}