* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    word-wrap: break-word;
    font-kerning: normal;
    background-color: #fff;
    animation: animation 1s;
}

@keyframes animation {
    0% { 
      opacity: 0; 
      transform: translateY(-10px); 
      filter: blur(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
      filter: blur(0px);
    }
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper__nav{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* -------------------buttons------------------  */

.dNBpYZ {
    display: flex;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(24, 32, 79, 0.4) 0%, rgba(24, 32, 79, 0.25) 100%) repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0.5px inset;
    border-radius: 30px;
    border: medium none;
    padding: 10px 30px 10px 12px;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 160px;
}

.dNBpYZ:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0.5px inset, rgba(0, 0, 0, 0.3) 0px 10px 40px inset;
}

.icon{
  font-size: 24px;
  margin: auto;
  color: rgb(255, 255, 255);;
}

.ljjGNn {
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    line-height: 130%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: auto auto auto 8px;
}

.btn__two{
  width: 200px;
}
/* -------------------navbar-------------------  */

nav{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8vh;
    padding-top: 10px;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 30%;
}

.nav-links li {
    list-style: none;
}

.nav-links li{
    color: hsla(252, 100%, 94%, 0.6);
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-size: normal;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
}

.nav-links a {
    color: #000;
}

.nav-links li:hover{
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.burger{
    display: none;
    cursor: pointer;

}

.burger div{
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px;
    transition: all 0.3s ease;
}
.logo__link img {
    width: 170px;
}

@media screen and (max-width: 1048px){
    body{
        overflow-x: hidden;
    }

    .wrapper__nav{
        padding: 0 1px;
    }

    .burger{
        margin-right: 19px;
    }
    .nav {
        justify-content: center;
    }
    .nav-links{
        display: none;
    } 
}

/* logo  */

.logo-container{
    display: inline-flex;
}

.logo {
    height: 40px;
    width: 40px;
    color: white;
    position: absolute;
    border-radius: 50%;
    background: white;
    position: relative;
    transform: scale(0.9);
}

.logo::before {
    content: "";
    height: 32px;
    width: 32px;
    background: #44C8CF;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
}

.logo::after {
    content: "";
    position: absolute;
    height: 27px;
    width: 5px;
    background: white;
    left: 17px;
    top: -8px;
}

.logo-part {
    position: absolute;
    height: 26px;
    width: 5px;
    background: white;
    left: 27px;
    top: 7px;
    transform: rotate(90deg);
}

.lenda {
    position: absolute;
    left: 48px;
    top: 7px;
    color: white;
}

/* --------------------------showcase-------------------------  */
.section__showcase {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.showcase{
    position: relative;
    z-index: 1000;
}

.showcase__left{
    margin: 7rem 0 5rem;
    position: relative;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.showcase__left__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__lenda__1 {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 80px;
    padding-right: 1.5rem;
}

.show__case__paragraph {
    display: block;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 0;
    top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: rgb(77, 91, 124);
}

.showcase__buttons{
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    margin-top: 5rem;
}

.showcase__heading {
    color: #68CDD2;
}

.showcase__heading__two{
    color: #8B32E0;
}

/* ----------------------dashboard----------------------------  */

.wrapper{
    max-width: 1240px;
    margin: 0 auto;
}

.dashboard{
    display: grid;
    grid: auto/152px 1fr;
    gap: 24px;
    width: 929px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 20px;
    background-image:  linear-gradient(#f5f8fb,#f1f6fa 15%);
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .2px;
    line-height: 14px;
    color: #425466;
    box-shadow: rgba(21, 50, 109, 0.5) 0px 20px 40px;
    transition: 3s;
}

.dashboard__company__name {
    display: grid;
    grid: -webkit-max-content/auto-flow -webkit-max-content;
    grid: max-content/auto-flow max-content;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 620;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.dashboard__company__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(6,24,44,.2);
}

.dashboard__navitem {
    display: grid;
    grid: auto/17px -webkit-max-content;
    grid: auto/17px max-content;
    gap: 8px;
    place-items: center;
    margin-bottom: 10px;
}

.dashboard__navitem:last-child {
    margin-top: 1px;
}

.dashboard__graphic {
    margin: 0 0 8px calc(17px + 8px);
}

.dashboard__navitem__highlighted {
    font-weight: 450;
    color: #515de1;
}

/* right  */
.dashboard__toppart {
    display: grid;
    grid: auto/1fr;
    grid-auto-flow: column;
    align-items: center;
}

.dashboard__box {
    padding: 16px;
    margin-top: 24px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(6,24,44,.2);
}

.dashboard__box--search {
    display: flex;
    align-items: center;
    width: 50%;
    height: 20px;
    margin: 0;
    color: #62788d;
}

.dashboard__search__icon {
    width: 10px;
    margin: 1px 5px 0 6px;
}

.dashboard__topparttitle {
    padding-left: 16px;
    font-weight: 620;
}

.time__period {
    display: grid;
    grid-auto-flow: column;
    gap: 6px;
    margin: 13px 0 13px 13px;
    padding: 3px 8px;
    box-shadow: 0 0 1px 0 rgba(6,24,44,.18),0 1px 2px 0 rgba(6,24,44,.2);
    border-radius: 4px;
}

.dashboard__navitem__highlighted {
    font-weight: 450;
    color: #515de1;
}

.time__period:last-child {
    margin-right: 13px;
}

.main__grid {
    display: grid;
    grid: auto/repeat(2,1fr);
}

.dashboard__chart {
    padding: 16px;
    border-top: 1px solid #e6ebf1;
}

.dashboard__chart:nth-child(2n+1) {
    border-right: 1px solid #e6ebf1;
}

.dashboard__chartTitle {
    margin-bottom: 8px;
    font-weight: 450;
}

.dashboard__chartLegend {
    display: flex;
}

.dashboard__muteddata {
    color: #63798c;
}

.dashboard__chartAxis {
    position: relative;
    display: grid;
    grid: 86px/repeat(4,1fr);
    margin: 16px 0 4px;
    border: 1px solid #e6ebf1;
}

.dashboard__chartLine {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.dashboard__chartCell {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.dashboard__chartCell:not(:last-child) {
    border-right: 1px solid #e6ebf1;
}

.dashboard__chartLegend--dates {
    justify-content: space-between;
}

.dashboard__chartLegend {
    display: flex;
}

.dashboard__chartCell--highlight.dashboard__muteddata {
    color: #5d7583;
}

.dashboard__chartCell--highlight {
    align-items: flex-start;
    padding-top: 4px;
    border: none;
    background: #f6f9fc;
}

.dashboard__chartLegends {
    display: grid;
}

.dashboard__chartLegends--disputes {
    grid-auto-flow: column;
    justify-content: start;
    gap: 21px;
}

.dashboard__chartLegend {
    display: flex;
}

.dashboard__barchats {
    width: 32px;
    margin-bottom: -1px;
}

.dashboard__bartype {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard__chart--span:nth-child(2n+1) {
    border-right-color: transparent;
}

.dashboard__chart:nth-child(2n+1) {
    border-right: 1px solid #e6ebf1;
}

.dashboard__chartAxisLabel {
    position: absolute;
    top: -4px;
    left: -1px;
    background: #fff;
    padding: 0 3px 1px 0;
}

.dashboard__chartLegends--rules {
    grid: auto-flow -webkit-max-content/repeat(2,1fr);
    grid: auto-flow max-content/repeat(2,1fr);
    gap: 16px;
    padding-top: 46px;
}

.loan__book__change{
    color: #00D924;
}

/* ------------------------------waves-------------------------------  */
.waves {
    margin-top: -2px;
    width: 100%;
}

/* ----------------------------timeline------------------------  */

.timeline__container {
    position: relative;
    width: 100%;
    height: 100%;
    animation: 0.4s ease-in-out 0.6s 1 normal backwards running;
}

.ggSLoT {
    width: 100%;
}

.fklffX {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    margin: 0px auto 80px;
    padding: 40px 40px 0px;
}

.jPtlNU {
    width: 82px;
    margin-right: 10%;
}

.gscvOy {
    position: absolute;
    width: 82px;
    height: 82px;
    background: rgb(155, 50, 231) none repeat scroll 0% 0%;
    box-shadow: rgba(155, 50, 231, 0.4) 10px 10px 20px;
    border-radius: 80px;
    /* 107, 76, 242 */
}

.gDlHSY {
    height: 350px;
    width: 12px;
    margin: 0px auto;
    border-radius: 40px;
    background: rgb(155, 50, 231) none repeat scroll 0% 0%;
    box-shadow: rgba(155, 50, 231, 0.4) 10px 10px 20px;
}

.gDlHSY__last{
    height: 100px;
    width: 12px;
    margin: 0px auto;
    border-radius: 40px;
    background: rgb(155, 50, 231) none repeat scroll 0% 0%;
    box-shadow: rgba(155, 50, 231, 0.4) 10px 10px 20px;
}

.kQMvfr {
    left: 14px;
    top: 14px;
    position: absolute;
    width: 54px;
    height: 54px;
    background: rgb(68, 200, 207) none repeat scroll 0% 0%;
    border: 1px none;
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: rgba(68, 200, 207, 0.3) 5px 5px 10px;
}

.HnUEZ {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 12px;
    left: 14px;
    background: rgba(0, 0, 0, 0) url("../images/arrow-down.svg") repeat scroll 0% 0% / 26px;
}

.gledBl {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(57, 19, 184);
    margin-top: 24px;
    margin-bottom: 40px;
}

.timeline__section{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.timeline__left{
    display: block;
    margin-top: 30px;
}

.timeline__left img {
    margin-left: 120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    transition: .7s;

}

.timeline__left img:hover{
    transform: rotate(3deg);
    transition: .7s;
}
.products{
    background-color: #D2F0F1;
    padding: 4rem 0;
}

.header__lenda__2,
.products__section__title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}
.products__section__title{
    text-align: center;
}

.timeline__right{
    display: grid;
    justify-content: center;
}

.timeline__title{
    margin: 50px 0;
}

.start__section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    margin-bottom: 5rem;
    position: relative;
}

.start__today__right {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: flex-start;
    justify-content: center;
}

.start__today__paragraph {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: rgb(77, 91, 124);
}

/* products and services */
.products__container {
    padding: 4rem 0 2rem;
}
.product__call {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0.5px inset;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dYFHKH {
    display: flex;
    column-gap: 1em;
}

.ezVSgF {
    display: inline-block;
    margin: 0px 0px 1em;
    will-change: transform;
    width: 100%;
}

.irYNxM {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0.5px inset;
    border-radius: 20px;
    display: grid;
    gap: 10px;
}

.hwdVib {
    display: grid;
    gap: 20px;
    grid-template-columns: auto 40px;
    justify-items: stretch;
    justify-content: stretch;
}

.jLVmRc {
    font-style: normal;
    margin: 0px;
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: bold;
}

.hihTJf {
    background: rgba(68, 66, 178, 0.1) none repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0.5px inset;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.fiqFdl {
    background: #933EE5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0.5px inset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.hqzaol {
    width: 20px;
    height: 20px;
    margin: 0px;
}

img {
    max-width: 100%;
    padding: 0;
}

.irYNxM p {
    margin-bottom: 0px;
}

.kCKRSX {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    margin: 0px;
    color: rgba(0, 0, 0, 0.7);
}

.qtn__icon{
    font-size: 24px;
    color: #E7E0FF;
    margin-left: 5px;
    margin-bottom: 8px;
}

.question__title h2 {
    position: relative;
    color: #313133;
}

.question__title__section__one{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#825CDD, #9F6FD0 );
    clip-path: polygon(0% 0%, 0% 70%, 100% 100%);

}

.question__title__section__two{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(#6B43DA, #8952CD);
    clip-path: polygon(100% 10%, 100% 100%, 50% 53%);
}

/* customers__section */
.customers__section {
    background-color: #f0f0f0;
    padding: 4rem 0;
}
.customers__title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    padding-bottom: 4rem;
}
.customers__list__section{
    display: grid;
    row-gap: 1rem;
}
.company__rows {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
}
.company__card {
    background-color: #fff;
    padding: 1rem;
    border-radius: 20px;
    font-size: 13px;
}
.card__color__one {
    background-color: #68CDD2;
    color: #fff;
}
.card__color__two {
    background-color: #8B32E0;
    color: #fff;
}

/* contact-call */
.contact__section {
    padding-top: 4rem;
}
.contact__call {
    position: relative;
    padding: 20px;
    background: #D2F0F1;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========================================card================================  */

.card {
    height: 100%;
    width: 100%;
    background: rgb(68, 200, 207);
    border-radius: 20px;
    padding: 50px 0;
    position: relative;
}

/* ===============================customer reviews===========================  */
.clients__feedback{
    display: block;
    text-align: center;
    margin-top: 7rem;
}

.customer__review__title{
    margin-bottom: 2rem;
}

.client__review{
    max-width: 600px;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.swiper-button-prev::after,
.swiper-button-next::after{
    content: "";
}

.swiper-portfolio-icon{
    font-size: 2rem;
    color: #fff;
}

.swiper-button-prev{
    left: 5rem;
}

.swiper-button-next{
    right: 5rem;
}

.reviews{
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.swiper-pagination-bullet-active{
    background-color: #fff;
}

.reviews__header{
    font-weight: 500;
    font-size: 1rem;
    line-height: 28px;
}

.clients__shape__one {
    position: absolute;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(189, 225, 220) 0%, rgba(191, 227, 222, 0) 100%) repeat scroll 0% 0%;
    border-radius: 40px;
    transform: rotate(-130deg);
    opacity: 0.3;
    z-index: 1;
    width: 17.4px;
    height: 200px;
    left:30%;
    top: 100px;
}

.clients__shape__two {
    position: absolute;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(189, 225, 220) 0%, rgba(191, 227, 222, 0) 100%) repeat scroll 0% 0%;
    border-radius: 40px;
    transform: rotate(-130deg);
    opacity: 0.3;
    z-index: 1;
    width: 30px;
    height: 200px;
    left: 70%;
    top: 50px;
}

.call__section{
    text-align: center;
    margin-top: 5rem;
}

.call__section a {
    display: flex;
    justify-content: center;
}

.call__sub__section__one{
    margin-bottom: 2rem;
    display: grid;
}

.call__title span{
    color: rgb(68, 200, 207);
}

.call__section__header{
    margin: 0 0 50px;
}
/* button */
.btn__cover__info {
    background-color: #fff;
}
.btn__cover__clear {
    background-color: #D2F0F1;
}
.btn {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    border-radius: 1.125rem;
    border: none;
}
.btn__info {
    background-color: #D2F0F1;
}
.btn__clear {
    background-color: #fff;
}
/* ================================footer===========================  */
.footer{
    text-align: center;
    background: #fff;
    padding: 100px 0;
}

.footer__section{
    position: relative;
    z-index: 1000;
    display: grid;
}

.footer__left{
    display: flex;
    justify-content: center;
    column-gap: 10rem;
    text-align: left;
}

.footer__left ul {
    padding-left: 0;
}

.list__item{
    margin-top: 1rem;
}

.copyright__section{
    margin-top: 2.5rem;
}

.copyright__paragraph{
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: hsl(240, 0%, 56%);
}

.list__item,
.list__item a {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    color: rgb(77, 91, 124);
}

.list__item a:hover{
    background: rgb(240, 245, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(136, 172, 243, 0.25) 0px 10px 20px, rgba(0, 0, 0, 0.03) 0px 1px 1px, rgba(0, 51, 167, 0.1) 0px 20px 40px, rgba(76, 102, 148, 0.13) 0px 1px 3px;
}

.answer{
    font-size: 0.875rem;
}

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

    .circle__one,
    .circle__two {
        display: none;
    }
    .showcase__left {
        margin: 2.5rem 0 1.5rem;
        position: relative;
        z-index: 1000;
        display: grid;
        grid-template-columns: 1fr;
    }
    .showcase__left__top {
        display: flex;
        align-items: center;
    }
    .header__lenda__1, 
    .products__section__title,
    .header__lenda__2,
    .customers__title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .show__case__paragraph {
        max-width: none;
    }
    .show__case__paragraph {
        padding:0;
        padding-bottom: 2rem;
    }
    .showcase__image {
        display: none;
    }
    .dYFHKH {
        display: grid;
    }
    .start__section {
        margin-bottom: 20px;
        grid-template-columns: 1fr;
    }
    .start__today__right {
        align-items: center;
    }
    .start__today__left {
        display: none;
    }
    .company__rows {
        display: grid;
        row-gap: 1rem;
    }
}

@media screen and (max-width: 440px){
    .section__showcase {
        margin-bottom: 3rem;
    }
    .show__case__paragraph {
        padding: 0;
    }
    .hwdVib {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .jLVmRc {
        font-size: 16px;
    }
    .contact__call {
        column-gap: 5px;
    }
    .footer__left{
        column-gap: 1px;
    }
}


/* .dashboard */

.dashboard__box {
    display: block;
}

.dashboard__haeding {
    display: flex;
    justify-content: space-between;
}

.dashboard__right__span {
    color: #508AC9;
}

.dashboard__indicators {
    display: grid;
    row-gap: 10px;
    padding: 10px 0;
    background-color: #ECEEF1;
    border-radius: 10px;
    margin-top: 5px;
}

.indicator {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.no__change {
    color: #FBCC40;
}

.up__change {
    color: #08B530;
}

.down__change {
    color: #DC3444;
}

.amount {
    color: #33363A;
    font-weight: 500;
}

.dashboard__indicators__top, .dashboard__indicators__bottom, .indicators__card__container__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.indicators__card__container {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.indicator__card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    height: 40px;
    display: flex;
    column-gap: 10px;
}

.info-box-icon {
    background-color: #17A2B8;
    height: 34px;
    width: 34px;
    color: #fff;
    font-weight: 500;
    margin: 3px 0 0 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-box-content {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    font-size: 10px;
}





