﻿
/*.header {
    width: 100%;
    padding: 6px 20px 6px 20px;
    gap: 16px;
    border-radius: 10px;
    opacity: 0px;
}*/
.dashboard__content {
    padding: 20px 20px 20px 20px !important;
}
.bg-white {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
.body-2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    gap: 20px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
}

.box-dashboard {
    width: 23%;
    height: 130px;
    padding: 20px;
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #0000001A;
}
.box-1 {
    margin-bottom: 10px;
}
.info-Amentities {
    font-family: Poppins-SVN, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.percent {
    margin: 10px 0;
}
.number-click,
.number-rose,
.number-rent,
.number-link,
.number-total-value {
    font-family: Poppins-SVN, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
#Name-apartment{
    font-size: 18px;
    font-weight:600;
}
.affilate-money {
    color: #009370;
    font-size:18px;
    font-weight: 700;   
}
.card {
    overflow: hidden;
    border-radius: 8px;
}
.header-body2{
    font-size:16px;
    font-weight:600;
    margin-left:10px;

}
.container-content-body2{
    padding: 20px;
}
@media (max-width: 426px) and (min-width: 320px) {
    .dashboard__content {
        padding: 0px !important;
    }

    .bg-white {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        border-radius: 10px;
        height: 100%;
    }

    .body-2 {
        width: 100%;
        height: auto;
        margin-top: 20px;
        gap: 20px;
        border: 1px 0px 0px 0px;
        opacity: 0px;
    }

    .box-dashboard {
        display:flex;
        justify-content: center;
        width: 100%;
        height: 100px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid #0000001A;
    }

    .box-1 {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .info-Amentities {
        font-family: Poppins-SVN, sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .percent {
        margin: 10px 0;
    }

    .number-click,
    .number-rose,
    .number-rent,
    .number-link,
    .number-total-value {
        font-family: Poppins-SVN, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    #Name-apartment {
        font-size: 18px;
        font-weight: 600;
    }

    .affilate-money {
        color: #009370;
        font-size: 18px;
        font-weight: 700;
    }

    .card {
        overflow: hidden;
        border-radius: 8px;
    }

    .header-body2 {
        font-size: 16px;
        font-weight: 600;
        margin-left: 10px;
    }

    .container-content-body2 {
        padding: 20px;

    }
}
@media (max-width: 769px) and (min-width: 426px) {
    .dashboard__content {
        padding: 15px !important;
    }

    .bg-white {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        border-radius: 10px;
        height: 100%;
    }

    .body-2 {
        width: 100%;
        height: auto;
        margin-top: 20px;
        gap: 20px;
        border: 1px 0px 0px 0px;
        opacity: 0px;
    }

    .box-dashboard {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid #0000001A;
    }

    .box-1 {
        display: flex;
        justify-content: center;
        width: 50%;
        margin-bottom: 10px;
    }

    .info-Amentities {
        font-family: Poppins-SVN, sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .percent {
        margin: 10px 0;
    }

    .number-click,
    .number-rose,
    .number-rent,
    .number-link,
    .number-total-value {
        font-family: Poppins-SVN, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    #Name-apartment {
        font-size: 18px;
        font-weight: 600;
    }

    .affilate-money {
        color: #009370;
        font-size: 18px;
        font-weight: 700;
    }

    .card {
        overflow: hidden;
        border-radius: 8px;
    }

    .header-body2 {
        font-size: 16px;
        font-weight: 600;
        margin-left: 10px;
    }

    .container-content-body2 {
        padding: 20px;
    }
}
