h1{
    color: #1F1F29;
    /* font-size: 16px !important; */
}

body{
    
    margin: 0;
    background-color: #F5F5F5;
    text-align: center;
    font-family: 'Work Sans', sans-serif !important;
}

span{
    /* color: rgb(90, 53, 1); */
    color: #555770;
    font-size: 1.6em;
}

.list{
    width: 20%;
    margin: auto;
}

#template-logo{
    /* width: 1.8rem; */
    width: 8rem;
    /* width: 100%; */
    height:1.8rem;
    background-size: cover;
    
}

.bank-name{
    display: inline;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-style: italic;
}
.bank-bar-info{
    margin-bottom: 0.625rem;
}

.dashboard h1{
    margin: 0;
}

.billing-container{
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 4rem;
    padding: 10px;
    padding-left: 0;
    margin-left: 5rem;
}

.bill-info{
    text-align: left;
    position: relative;
    width: 32.8rem;
    /* margin-bottom: 3rem;
    margin-top: 1.5rem;
    margin-left: 14%; */
    padding: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
}

.bill-info span{
    color: rgb(7, 7, 7);
    position: absolute;
    right: 30px;
    bottom: 45px;
}

.bill-info p{
    font-size: 20px;
}

.bar-chart-container{
    width: 73.5rem;
    height: 30rem;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 1.5rem;
    margin-left: 5rem;
    padding: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
}

.line-chart-container{
    width: 73.5rem;
    height: 30rem;
    align-items: center;
    margin-bottom: 3rem;
    margin-left: 5rem;
    padding: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
}






.donut-container{
    position: relative;
    display: grid;
    width: 76.8rem;
    grid-template-columns: auto auto auto auto;
    gap: 0rem;
    padding: 10px;
    padding-left: 0;
    margin-left: 5rem;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.centered-Title-donut-chart{
    position: absolute;
    top: 0;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    color:black;
    font-size: 16px;
    padding-bottom: 10px;
}







/* esto es para el componente de resumenEmpresa + Ingresos(ganancias) */

.profit-amount{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
    text-align: center;
    font-size: 40px;
}

.profit-text{
    position: absolute;
    top: 0;
}
.profit-rate{
    position: absolute;
    top: 74%;
    left: 0;
    right: 0;
    margin-top: -9px;
    text-align: center;
    font-size: 17px;
    color: green;

}

.datos-empresa{
    text-align: left;
    width: 32.8rem;
    margin-bottom: 3rem;
    margin-top: 1.5rem;

    padding: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
}

.datos-empresa p{
    margin: 5px;
    padding: 0;
}

.dashboard-resumen-p{
    margin-left: 5rem;
    margin-top: 0;
    text-align: left;
    margin-bottom: 1rem;
    padding-bottom: 0;
    font-size: 25px;
}

.profit-info-container{
    position: relative;
    width: 32.8rem;
    margin-bottom: 3rem;
    margin-top: 1.5rem;
    padding: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
}


.profit-resume-grid{
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 4rem;
    padding: 10px;
    padding-left: 0;
    margin-left: 5rem;
}

.info-empresa{
    margin-bottom:10px;
}

.info-view-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-data-container {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idc0_345 {
    background-color: #F5F5F5;
}



.shadow-center-box {
    left: 450px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 10px #00000033;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    opacity: 1;
    filter: blur(0px);
    font-family: "DM Sans";
    height: 77vh;
    width: 45vh;
    margin-top:3.5vh;
    margin-bottom:10px;
}

.bg-blurry {
    background-image: url("../assets/bg_blurry.png");
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.view-body {
    height: 100%;
}

.info-element-1 {
    height: 83px;
}

.info-element-2 {
    height: 70px;
}



.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .profile-data {
    font-size: 13px;
    color: #838383;
    font-weight: 400;
  }

.unscrollable {margin: 0; height: 93vh; overflow: hidden}

/* spinner */
.lds-spinner {
    display: inline-block;
    position: relative;
    height: 200px;
}
.lds-spinner div {
    transform-origin: 10px 80px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 25px;
    height: 38px;
    border-radius: 50%;
    background: #0808084a;
}

.lds-spinner-small {
    height: 70px;
}

.lds-spinner-small div {
    transform-origin: 5px 30px;
}

.lds-spinner-small div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 14px;
    border-radius: 50%;
    background: #0808084a;
}
.lds-spinner div:nth-child(1), .lds-spinner-smal div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
 }

 .pr-25 {
    padding-right: 25px;
 }

.pl-25 {
    padding-left: 25px;
}

 .pt-25 {
    padding-top: 25px;
 }

 .pb-25 {
    padding-bottom: 25px;
 }

 .card-shadow {
    box-shadow: 3px -2px 10px rgba(194, 194, 194, 0.16) !important;
 }



 .css-46bh2p-MuiCardContent-root:last-child {
    text-align: left;
 }


/* HTML AND BODY */


/* WIDGET VIEW */

 .widgetLogo {
    padding-left: 1%;
 }

 .Toolbar{
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

 .widgetH1 {
    font-size: 170% !important;
    padding: 5% 10%;
    max-height: 40px;
    max-width: 80%;
    font-weight: 540 !important;
 }

 .widgetP {
    font-size: 1.1rem !important;
    max-height: 20px;
    padding: 5% 15%;
    margin-top: 8% !important;
    align-items: center;
    display: flex;
    font-family: "Poppins" !important;
 }

 .widgetBtn {
    border-radius: 6px !important;
    color: white !important;
    background-color: #004F9E !important;
    width: 80% !important;
    padding: 3% 22% !important;
    text-transform: none;
    min-width: 250px;
  }

  .MuiMobileStepper-dot {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
  }

  .welcomeCard {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding-bottom: 4% !important;
  }
  .welcomeTitle {
    color: #FFFFFF;
    font-size: 100%;
    margin-bottom: 0 !important;
  }
  .welcomeSubTitle {
    color: #FFFFFF;
    font-size: 95%;
    padding: 0;
    margin-bottom: 0 !important;
    font-family: "Poppins" !important;

  }
  .welcomeSubTitleContainer {
    align-items: left;
    align-self: left;
    /* justify-content: left; */
    width: 80% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  

  #customIframe {
    position:relative;
    width:100%;
    height:100%;

    border-width: 0px;
    border-radius: 5px;
    background-color: #F5F5F5 !important;
    border: 0px solid white !important;
    align-items: center;
    justify-content: center;
 }

 .iframeContainer {
    position: relative;
    overflow: hidden;
    height: 94vh !important;
 }

 .widgetImg {
    margin-top: 7%;
    position: relative;
    width: 22rem;
    height: 12rem;
}

.nodebtImg {
    border-radius: 20%;
    width: 130px !important;
    height: 35%;
    padding: 3% 1% 2% 1%;
    background-color: #FFC476 !important;
}
.debtImg {
    border-radius: 20%;
    width: 130px !important;
    height: 100%;
    background-color: #FFFFFF !important;
    color: #FFFFFF !important;
}
.debtImgCont {
    border-radius: 20%;
    background-color: #FFFFFF !important;
}

.cardConten{
    align-items: center !important; 
    align-self: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.infoCarousel{
    align-items: center !important; 
    align-self: center !important;
    /* padding: 0 !important; */
    margin: 0 4% 10% 4% !important;
    padding: 0 !important;
}

.debtMessage{
    align-self: center !important; 
    align-content: center !important;
    align-items: center !important;
    padding: 2% 5% 2% 5% !important;
    flex-direction:'row' !important;
    font-size: 100% !important;
    margin: 3% !important;
}

.titleWidget{
    font-size: 60% !important;
    margin: 2% 3% 3% 0 !important;
    font-weight: 650 !important;
    color:#1F1F29 !important;
    width: 70% !important;
}

 .css-1k7sk4d-MuiGrid-root {
    width: inherit;
 }

/* MOBILE VIEW */

 @media screen and (max-width:600px) {

    .widgetLogo {
        padding: 0;
        margin: auto;
        max-width: 130px !important;
    }

    .Toolbar{
        flex-direction: row;
        width: 100%;
    }

    #template-logo {
        width: 100%;
        height: 3.5rem;
    }

    .boxContainer {
        margin-top: 0 !important;
        border-radius: 0% !important;
        border: #333333;
        justify-content:flex-start !important;
        width:auto !important;
        box-shadow: none !important;
        border: none !important;
        height: 100vh !important;   
    }

    .widgetImg {
        position: relative;
        width: 85%;
        height: 28vh;
    }

    .widgetH1 {
        font-size: 120% !important;
        padding: 6% 5%;
        max-height: 40px;
        max-width: 80%;
     }

     .widgetP {
        max-height: 20px;
        padding: 5% 2%;
        margin-top: 10% !important;
        align-items: center;
        align-self: center;
        display: flex;
        font-family: "Poppins" !important;
        font-size: 90% !important;
     }

     .widgetBtn {
        border-radius: 6px !important;
        color: white !important;
        background-color:#004F9E !important;
        height: 55px !important;
        width: 18em !important;
        text-transform: initial !important;
      }

      .msgBtn{
        font-family: "Lato" !important;
        font-weight:700 !important;
      }

      .dots {
        color: #F19013 !important;
      }

      #customIframe {
        position:relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    
        border-width: 0px;
        border-radius: 5px;
        background-color: #F5F5F5 !important;
        border: 0px solid white !important;
        align-items: center;
        justify-content: center;
    }

    .css-1ddiqa3 {
        margin-top: 2rem;
    }

    .table-label {
        border-radius: 100% !important;
        padding: 7px !important;
        width: 4px !important;
     }

     th {
        padding: 2% !important;
        font-size: 12px !important;
     }

     td {
        padding: 2% 1% !important;
        font-size: 10px !important;
     }

 }

 .table-label {
    border-radius: 20%;
    align-content: center;
    font-size: 1px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 15px;
 }

 .loading-chart-img {
    width: 100%;
 }

 .Horizontal-List {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling if the content overflows */
    height: 60px;
    background-color: #f2f2f2; /* Optional: Add a background color for the list */
  }

.react-multi-carousel-dot-list {
    bottom: 18px !important;
}

.react-multi-carousel-dot--active button {
    background: #E97427 !important;
}

.react-multi-carousel-dot button {
    border-style: hidden !important;
}

.btn-panel {
    padding: 0 !important;
}


.react-multi-carousel-dot button {
    background: gray;
}





