.graphic-wrapper {
    padding: 11px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
}

.graphic-wrapper .title-area {
    margin-top: 20px;
}

.graphic-wrapper .chart-area {
    min-height: 400px;
}

.graphic-wrapper .dropdown button {
    padding: 5px 10px;
    border-radius: 24px;
    color: #48555d;
    background-color: #edeff1;
    font-size: .875rem;
    border: none;
}

.graphic-wrapper .dropdown .dropdown-menu {
    z-index: 99999;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.time-message {
    padding: 25px 10px;
}

.veri-sorgulama table tbody tr td{
    font-size: 14px;
}

.nowrap {
    white-space: nowrap;
}
