html {
    height: 100%;
}

body {
    direction: ltr;
    text-align: left;
    position: relative;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-variant-numeric: lining-nums;
    color: #202020;
    font-size: 15px;
    height: 100%;
}

a {
    text-decoration: none !important;
}

* {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

.h {
    height: 100%;
}

#root {
    position: relative;
}

.content {
    background-color: #fff;
    padding: 65px 0 100px 0;
}

footer {
    padding: 30px 0;
}

.font-size-65 {
    font-size: 65px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.color-gry {
    color: #8F8F8F;
}

.color-white {
    color: #fff!important;
}

.h-30 {
    height: 30px;
}

.btn-download {
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    padding: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    z-index: 9999;
}

.btn-download:hover {
    background-color: #fff;
}

.content-footer {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.mr4 {
    margin-right: 25px;
}

.image-app {
    height: 100%;
    position: absolute;
    top: 65px;
    right: 0;
    text-align: end;
}

.image-app img {
    height: 82%;
}

.font-size-25 {
    font-size: 25px;
}

/*.h75{*/
/*    height: 70%;*/
/*}*/
/*.h25{*/
/*    height: 30%;*/
/*}*/
/*.h100{*/
/*    height: 100%;*/
/*}*/
.content-footer-1 {
    display: flex;
    align-items: center;
}

#salesChart{
    width: 100% !important;
}