@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.dropdown__menu {
    position: absolute;
    margin-top: 8px;
    width: 150px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    z-index: 50;
    background-color: #ffffff;
}

.dropdown__item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 125%;
    color: #40404D;

}

.dropdown__item:hover {
    background-color: #000;
    cursor: pointer;
    color: #ffffff;
}

.dropdown__button {
    position: relative;
    border-radius: 10px;
    border: 1px solid #C4C4CC;
    background-color: white;
    padding: 5px 20px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 125%;
    color: #40404D;
}

.private__report__card {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.card__graphs {
    border: 1px solid #EAF0F7;
    border-radius: 16px;
    padding: 24px;
    background-color: #FFFFFF;
}

.graphs-title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0%;
    line-height: 30px;
    color: #040404;
}