.otherData{
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    -moz-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    padding: 30px;
    padding-bottom: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}
.otherData table{
    color: #69747c;
    font-weight: 400;
    background: #edf1f6;
    border-radius: 0;
    background-color: white;
}
.otherData .titleArea .title{
    color: #0090cc;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.otherData .table thead th{
    background: #009fc3;
    color: #ffffff;
    border: none !important;
    text-align: left !important;
}
.otherData .table td {
    border: none;
    white-space: nowrap;
    --bs-table-bg-type: white;
}
@media screen and (max-width: 768px) {
   div#bistViopHacimLideri.otherData .table td:last-child{
        display: flex;
        justify-content: space-between;
        gap: 6px;
    }
}

.otherData td {
font-size: 14px !important;
padding: 10px 10px !important;
}
.otherData tbody tr:nth-of-type(odd) td {
    --bs-table-bg-type: rgb(249, 249, 249, 0.85) !important;
}
.positive-arrow,
.negative-arrow{
    float: right;
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    right: 5px;
}
.positive-arrow:after {
    color: #00ba39;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTBMNi41IDBMMTMgMTBIMFoiIGZpbGw9IiMwMEJBMzkiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}
.negative-arrow:after{
    color: #e74c3c;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTBMNi41IDBMMTMgMTBIMFoiIGZpbGw9IiNFNzRDM0MiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    transform: rotate(180deg);
    display: block;
}
@media screen and (max-width: 768px) {
    .otherData {
        padding: 30px 15px !important;
    }
    .otherData table tbody td {
        font-size: 12px !important;
    }
    .negative-arrow:after,.positive-arrow:after {
        background-size: 50% !important;
    }


}