﻿/*scroll*/
/*.add-scroller {
    scrollbar-width: thin;
    scrollbar-color: #004481 #E9E9E9;
}*/

.mt-0 {
    margin-top: 0px !important;
}

.add-scroller::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

.add-scroller::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 2px;
}

.add-scroller::-webkit-scrollbar-thumb {
    background: #19226d;
    border-radius: 2px;
}

    .add-scroller::-webkit-scrollbar-thumb:hover {
        background: #19226d;
        border-radius: 2px;
    }

.stock-change.green {
    color: #02B940
}

    .stock-change.green svg path {
        fill: #02B940
    }

.stock .stock-change.red {
    color: #FE4C4C
}

.stock-change.red svg {
    transform: rotate(-180deg)
}

    .stock-change.red svg path {
        fill: #FE4C4C
    }

.ratio.red {
    color: #FE4C4C
}

.ratio.green {
    fill: #02B940
}

.Colorred {
    color: #FE4C4C
}

.Colorgreen {
    color: #02B940
}

.table-wrapper {
    height: 600px;
    overflow: auto;
    margin-top: 60px;
    padding-right: 12px;
}

.table-primary {
    width: 100%;
    border-collapse: separate !important;
}

    .table-primary thead tr th {
        border-bottom: 1px solid rgba(25,31,114,1);
        padding: 15px 10px;
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 1;
        white-space: nowrap;
    }

    .table-primary tbody tr td {
        border-bottom: 1px solid rgba(25,31,114,.4);
        padding: 15px 10px;
        white-space: nowrap;
    }

        .table-primary tbody tr td:first-child {
            font-weight: 500;
        }


/**/
.table-secondary table {
    font-size: 14px;
    border-collapse: separate !important;
    border-spacing: 0;
    border-bottom: 1px solid rgba(25,31,114,.4);
}

    .table-secondary table tr td {
        border-left: 1px solid rgba(25,31,114,.4);
        border-top: 1px solid rgba(25,31,114,.4);
        padding: 12px 8px;
    }

        .table-secondary table tr td:last-child {
            border-right: 1px solid rgba(25,31,114,.4);
        }

    .table-secondary table tr th {
        border: 1px solid #000;
        padding: 12px 8px;
        background-color: #191f72;
        color: #fff;
        position: sticky;
        top: 0px;
        z-index: 1;
        white-space: nowrap;
        border-top: 0px;
    }

        .table-secondary table tr th:first-child {
            border: 1px solid #fff;
            padding: 15px 10px;
            background-color: #fff;
            border-top: 0px;
        }


/**/

.table-third {
    margin-top: 20px !important;
}

    .table-third table {
        font-size: 14px;
        border-collapse: separate !important;
        border-spacing: 0;
        /*border-bottom: 1px solid rgba(25,31,114,.4);*/
    }

        .table-third table tr td {
            padding: 12px 8px;
        }

        .table-third table tbody tr:first-child th {
            border-bottom: 1px solid #210E81;
            background: white;
        }



        .table-third table tr th {
            font-style: normal;
            font-weight: 700;
            color: #1D137C;
            border: none;
            padding: 12px 8px;
            position: sticky;
            top: 0px;
            z-index: 1;
            white-space: nowrap;
            border-top: 0px;
        }

            .table-third table tr th:first-child {
                border: none;
                padding: 15px 10px;
                background-color: #fff;
                border-top: 0px;
            }

#mtx-sirket-karti-nakit-akisi-select, #mtx-sirket-karti-gelir-tablosu-select, #mtx-sirket-karti-bilanco-select {
    margin: 0 auto;
}

/*ddSlick style*/
.dd-selected-text, .dd-option-text {
    padding-left: 0px !important;
}

.dd-container, .dd-select, .dd-selected {
    height: 56px;
}

.dd-select {
    border-radius: 10px !important;
    border: 1px solid rgba(25, 31, 114, .4);
    background: #fff !important;
}

.dd-selected-image {
    width: 26px;
    position: relative;
    top: 8px;
}

.dd-pointer-down {
    border-bottom: 3px solid #191f72;
    border-right: 3px solid #191f72;
    border-left: 0px;
    border-top: 0px;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 26px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 12px;
}


.dd-pointer-up {
    border-top: 3px solid #191f72 !important;
    border-left: 3px solid #191f72 !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 34px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    width: 12px;
}

.dd-selected-text {
    font-size: 16px;
    font-weight: 400;
}

.dd-options {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    padding: 0;
    width: 100%;
}

.dd-option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    font-size: 16px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: none;
    color: #19226d;
}

    .dd-option:hover {
        background: #f4f4f4;
        color: #000;
    }

.dd-option-selected {
    background-color: #f6f6f6;
    font-weight: bold;
}

.dd-option-text {
    padding-left: 9px !important;
    line-height: inherit !important;
}


.dd-selected {
    padding-left: 18px;
    padding-right: 30px;
}


/*End*/
.table-fixed {
    table-layout: fixed;
}

#tblNewsList thead tr th:first-child {
    width: 200px;
}

#tblNewsList tbody tr td:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/
ul.mtx-list-inline {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    ul.mtx-list-inline li.mtx-inline-item {
        display: inline-block;
        margin-right: 10px;
    }

        ul.mtx-list-inline li.mtx-inline-item a.active {
            font-weight: 600
        }

        ul.mtx-list-inline li.mtx-inline-item:last-child {
            float: right;
            margin-right: 0px;
        }

/**/
ul.mtx-list-inline-secondary {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    ul.mtx-list-inline-secondary li.mtx-inline-item {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        margin-bottom:10px;
    }

        ul.mtx-list-inline-secondary li.mtx-inline-item a:not(active) {
            border-radius: 10px;
            font-weight: 400;
            border: 1px solid #A2A5C8;
            border-radius: 10px;
            min-width: 112px;
            text-align: center;
            padding: 12px 20px;
            color: #A2A5C8;
        }


        ul.mtx-list-inline-secondary li.mtx-inline-item a.active {
            background: #210E81;
            border-radius: 10px;
            font-weight: 400;
            color: #FFFFFF;
            border: 1px solid #A2A5C8;
            border-radius: 10px;
            min-width: 112px;
            text-align: center;
            padding: 12px 20px;
        }

        ul.mtx-list-inline-secondary li.mtx-inline-item:last-child {
            float: right;
            margin-right: 0px;
        }






@media screen and (max-width: 992px){
    ul.mtx-list-inline-secondary li.mtx-inline-item:last-child {
        float: none !important;
        margin-right: inherit !important;
    }

    .custom-checkbox {
        margin-top: 12px !important;
    }
    .search-area-secondary{
        position:relative !important;
        margin:0 auto;  
        float:none !important;
    }
    .mobile-margin-top-42 {
        margin-top: 42px;
    }
}
/*
 mtx-switch
 */
.mtx-switch {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 30px;
    border-radius: 20px;
    background: #E9E9EA;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
    bottom: 2px;
}

    .mtx-switch::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 28px;
        height: 28px;
        background: #fff;
        border-radius: 50%;
        transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mtx-switch:active::before {
        box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
    }

input:checked + .mtx-switch {
    background: #191f72;
}

    input:checked + .mtx-switch::before {
        left: 23px;
        background: #fff;
    }

    input:checked + .mtx-switch:active::before {
        box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
    }


#mtx-DividendTable-container table th, #mtx-DividendTable-container table td {
    text-align: right;
}

    #mtx-DividendTable-container table th:first-child, #mtx-DividendTable-container table td:first-child {
        text-align: center
    }

.blocker {
    z-index: 999 !important;
}

.modal {
    width: 800px !important;
    max-width: 820px !important;
}

.modal-body {
    overflow: auto;
    width: 100%;
    height: 400px;
    display: block;
}

.modal-header {
    font-weight: 600;
    margin-bottom: 20px;
}

.modal.modalTv {
    width:100% !important   ;
    max-width: 100% !important;
    height:100% !important;
}


    .modal.modalTv iframe {
        position: absolute;
        width: calc(100% - 60px) !important;
        max-width: calc(100% - 60px) !important;
        height: calc(100% - 40px) !important;
    }

@media screen and (max-width: 992px) {
    .modal {
        width: 100% !important;
        max-width: 820px !important;
        padding: 15px 10px !important;
    }

    .modal-body {
        overflow: auto;
        width: 100%;
        height: 530px;
        display: block;
    }


    .modal.modalTv iframe {
        position: absolute;
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        height: calc(100% - 50px) !important;
    }
}

.pagination button {
    margin: 0 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pagination button.active {
        font-weight: bold;
    }

    .pagination button:first-child, .pagination button:last-child {
        font-size: 24px;
        position: relative;
        bottom: 3px;
        font-weight: 500;
    }

/*Search Box Gelir Tablosu*/

.search-area-secondary {
    position: relative;
    min-width: 260px;
    max-width: 400px;
    width: 100%;
}

    .search-area-secondary input {
        width: 100%;
        padding: 12px 15px;
        font-size: 12px;
    }

    .search-area-secondary .js-search-news {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex
    }


/*customcheckbox*/

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #1D137C;
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: 24px;
    z-index: 2;
}

    .custom-checkbox input {
        display: none;
    }

    .custom-checkbox .checkmark {
        width: 22px;
        height: 22px;
        border: 2px solid #1D137C;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: 1px;
    }

    .custom-checkbox input:checked + .checkmark {
        background-image: url(../images/check_small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 12px; /* Küçük boyut */
    }


/*ic*/
.accordion-toggle {
    cursor: pointer;
    color: #1D137C;
    user-select: none;
}

    .accordion-toggle td {
        font-weight: 500 !important;
        /* border-bottom: 1px solid #A2A5C8; */
    }

        .accordion-toggle td:first-child {
            font-weight: 600 !important;
        }


.row-level-1 {
    position: relative;
}

    .row-level-1::after {
        content: '';
        position: absolute;
        left: 30px;
        right: 0;
        bottom: 0;
        height: 0.6px;
        background-color: #A2A5C8;
        pointer-events: none;
    }

.row-level-2, .row-level-3 {
    position: relative;
}

    .row-level-2::after, .row-level-3::after {
        content: '';
        position: absolute;
        left: 30px;
        right: 0;
        bottom: 0;
        height: 0.6px;
        background-color: #DEE1E1;
        pointer-events: none;
    }

.accordion-content {
    display: none; /* Hidden by default */
    font-size: 12px;
}

    .accordion-content td {
        font-weight: 400 !important;
    }

        .accordion-content td:first-child {
            font-weight: 500 !important;
        }

/*     .row-level-1 td:first-child {
            padding-left: 20px !important;
        } */

.row-level-2 td:first-child {
    padding-left: 30px !important;
}

.row-level-3 td:first-child {
    padding-left: 50px !important;
}

.row-level-4 td:first-child {
    padding-left: 70px !important;
}

.row-level-5 td:first-child {
    padding-left: 90px !important;
}

.row-level-6 td:first-child {
    padding-left: 110px !important;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table-accordion-icon {
    display: inline-block;
    width: 12px;
    margin-right: 10px;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
    position: relative;
    bottom: 1px;
}

    .table-accordion-icon.rotated {
        transform: rotate(0deg);
    }

.title-accordion-icon {
    display: inline-block;
    width: 18px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    position: relative;
    bottom: 2px;
}

    .title-accordion-icon.rotated {
        transform: rotate(0deg);
    }


.icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
}

.text-content {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    color: #0A007E;
    padding-left: 8px;
    line-height: 1.4;
}
/*ic-end*/

.share-area img {
    width: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
    right: 3px;
    cursor: pointer;
}

.page-title-accordion {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #1D137C;
    cursor: pointer;
}

    .page-title-accordion span {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #1D137C;
    }

.accordion-subdiv .split-container {
    gap: 20px;
    margin-bottom:30px;
}

.split-item-50 {
    flex: 0 0 calc(50% - 10px);
    border-radius: 15px;
    border: 1px solid #CDD4D9;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px;
}

.sub-split-container1 {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 10px;
}

    .sub-split-container1 div:nth-child(2) {
        flex: 1;
    }

    .sub-split-container1 > div:first-child,
    .sub-split-container1 > div:last-child {
        width: 100px;
    }

    .sub-split-container1 div.box-title {
        font-size: 16px;
        font-weight: 500;
        padding-top: 3px;
    }

        .sub-split-container1 div.box-title img {
            width: 20px;
            display: inline-block;
            position: relative;
            top: 4px;
        }

    .sub-split-container1 .chart-tab-title {
        margin-bottom: 0px;
        gap:6px;
    }
    .sub-split-container1 .chart-tab-title .title-item {
        padding: 5px 3px;
        border-radius: 7px;
    }

    .sub-split-container1 .box-time img {
        width: 14px;
        display: inline-block;
        position: relative;
        top: 3px;
        left: 2px;
    }

    .sub-split-container1 .box-time {
        font-size: 12px;
        padding-top: 5px;
        font-weight: 500;
    }

    .sub-split-container1 .box-time d {
        position:relative;top:0.5px;
    }


.sub-split-container1,
.sub-split-container3 {
    flex: 0 0 auto;
}

.sub-split-container2 {
    flex: 1 1 auto;
    font-size: 14px;
    /* overflow: hidden; */
}

.sub-split-container3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: auto;
    background: #eee;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #F6F6F6;
    border-top: 1px solid #A2A5C8;
    font-size: 13px;
    padding:6px;
}

    .sub-split-container3 > div {
        padding: 6px 8px;
        flex: 1;
    }

        .sub-split-container3 > div p:first-child {
            font-weight: 500;
            line-height: 10px;
            margin-top: 6px;
            white-space: nowrap;
        }

.wrapper2 {
    margin: 0 auto;
    padding: 64px 20px 22px 20px;
}


.slider-wrapper2 .ui-slider-handle .value {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    color: #1D137C;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #CDD4D9;
    padding: 4px 8px;
    background-color: #fff;
    width: 90px;
}

    .slider-wrapper2 .ui-slider-handle .value p {
        line-height: 20px;
        font-weight: 400;
    }

        .slider-wrapper2 .ui-slider-handle .value p:first-child {
            font-size: 13px;
        }

        .slider-wrapper2 .ui-slider-handle .value p:last-child {
            font-weight: 600;
        }

.slider-wrapper2 .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus {
    outline: none;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .slider-labels div {
        text-align: center;
        flex: 1;
    }

        .slider-labels div:first-child {
            text-align: left;
        }

        .slider-labels div:last-child {
            text-align: right;
        }


        .slider-labels div p {
            font-weight: 600;
            line-height: 16px;
        }

            .slider-labels div p:last-child {
                font-weight: 400;
            }



.wrapper2 .ui-widget-header {
    border: none;
    color: #333333;
    font-weight: bold;
    background: linear-gradient( 90deg, #FFFFFF 0%, #2CC64A 20%, #2CC64A 20%, #2CC64A 100% )
}

.wrapper2 .ui-widget.ui-widget-content {
    border: none;
    background: linear-gradient( 90deg, #FFFFFF 0%, #DB1A1A 1%, #DB1A1A 80%, #DB1A1A 80%, #FFFFFF 100% );
}

.wrapper2 .ui-slider .ui-slider-handle {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    border-radius: 12px;
    top: -4px;
}

.wrapper2 .ui-slider-horizontal {
    height: 9px;
}

.avg-marker {
    position: absolute;
    top: -5px;
    width: 1.2em;
    height: 1.2em;
    background-color: #DB1A1A;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 5;
    left: 150px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.avg-tooltip p {
    color: #19226d;
}

    .avg-tooltip p:first-child {
        font-weight: 600;
        line-height: 16px;
        padding-bottom: 2px;
    }

    .avg-tooltip p:last-child {
        font-weight: 400;
    }

.avg-tooltip {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: none !important;
    font-family: "Avenir Next W1G", sans-serif;
}

.wrapper2 .ui-state-disabled, .wrapper2 .ui-widget-content .ui-state-disabled, .wrapper2 .ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
    background-image: none;
}

.share-container {
    position: relative;
    display: inline-block;
}

#shareBtn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.share-menu {
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 10px 14px;
    z-index: 999;
    background: #F6F6F6;
    border-radius: 20px;
}

    .share-menu a {
        margin: 5px 0;
        text-decoration: none;
        outline: none;
        user-select: none;
    }

        .share-menu a .icon {
            fill: #A2A5C8;
        }


        .share-menu a:nth-child(4):hover .icon {
            fill: #1D137C;
            stroke: #1D137C;
        }

        .share-menu a:hover .icon {
            fill: #1D137C;
        }

.share-area a.active {
    font-weight: 400 !important;
}

.share-menu a svg {
    width: 30px;
    height: 30px;
}

#alert-success {
    position: absolute;
    font-size: 14px;
    width: 150px;
    left: -59px;
    top: -3px;
    background-color: #ddd;
    padding: 2px;
    text-align: center;
    border-radius: 8px;
}

.code-bold {
    font-weight: 500;
    line-height: 10px;
    margin-top: 6px;
    white-space: nowrap;
}