.all-shares-wrapper {
    border-radius: 50px;
    border: 2px solid #0A8082;
    padding: 20px;
    background-color: #f2f2f2;
    min-height: 300px;
}

.all-shares-wrapper .title p {
    color: #0a8082;
    font-size: 13px;
}

.all-shares-wrapper .table-wrapper {
    margin: auto;
    max-height: 250px;
    overflow-y: scroll;
}

.all-shares-wrapper .th-left {
    width: 44.1875px;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f2f2f2 !important;
    padding: 0;
}

.all-shares-wrapper .th-right {
    width: 84px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f2f2f2 !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    color: #69747c !important;
}

.all-shares-wrapper tbody tr td {
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.pariticipation-finance-container {
   border: 2px solid #0A8082;
    background-color: #f2f2f2 !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    padding: 25px 25px 16px 25px;
    min-height: 300px;
}

.sustainability-tab {
    border: 2px solid #0A8082;
}

.pariticipation-finance-container ul li {
    font-size: 15px;
    font-weight: 500;
}

.pariticipation-finance-container .nav-pills .nav-link {
    background-color: unset !important;
    cursor: pointer;
    font-weight: 400;
}

.pariticipation-finance-container .nav-pills .nav-link:hover {
    color: #000;
    text-decoration: underline;
}

.pariticipation-finance-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #008D67 !important;
}

.pariticipation-finance-container .table thead th:first-child, .pariticipation-finance-container .table tbody tr td:first-child {
    padding-left: 0 !important;
}

.pariticipation-finance-container .table thead th {
    background-color: #F2F2F2 !important;
    color: #69747c !important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;
    padding: 5px 2px !important;
    text-align: center;
}

.pariticipation-finance-container .table tbody tr td {
    color: #69747c;
    font-weight: 500;
    font-size: 14px;
    background-color: #F2F2F2 !important;
    padding: 0 !important;
    border-top: 1px solid #dee2e6;
    border-bottom: unset;
    
}

@media screen and (max-width: 768px) {
      .pariticipation-finance-container .table tbody tr td:first-child{
        padding-left: 0 !important;
      }
    .pariticipation-finance-container .table tbody tr td {
        padding: 0 16px !important;
    }
    .pariticipation-finance-container .table tbody tr td:last-child{
        display: flex;
        justify-content: space-between;
        align-items: center;
 }
}
.positive-arrow:after {
    color: #00ba39;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\25B2";
    margin-left: 8px;
}
.negative-arrow:after {
    color: #e74c3c;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\25BC";
    margin-left: 8px;
    transform: rotate(180deg);
}
.block-borsaistanbul-bistkatilimtumpaylari-wrapper .table-wrapper{
    max-height: 750px !important;
}
