﻿/* Loader */



body #loader {
    /*YAD*/
    opacity: 0.6 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #f8f8f8;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

body.fullscreen.main-hidden.sub-hidden main {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 85px !important;
    margin-bottom: 0px !important;
}

body.fullscreen.menu-sub-hidden main {
    margin-left: 120px !important;
    margin-right: 0px !important;
    margin-top: 85px !important;
    margin-bottom: 0px !important;
}

.background-white {
    background: #ffffff !important;
}

span.uploading:after {
    padding-left: 10px;
    content: 'Dosya yükleniyor lütfen bitmesini bekleyiniz...';
    color: red;
}

span.uploading:before {
    font-family: "Font Awesome 6 Free";
    content: "\f110";
    display: inline-block;
    padding-right: 10px;
    font-weight: 900;
    padding-top: 4px;
}

.auth-card .form-side {
    width: 100% !important;
}

/* Header */
.logo {
    height: 50px;
}

.logo-mobile {
    width: 110px;
    height: 35px;
}

.language {
    width: 32px;
    height: 21px;
    margin-top: 9px;
}

@media (max-width: 767px) {
    .language {
        width: 32px;
        height: 21px;
        margin-top: 0px;
    }
}

.action-list {
    text-align: left;
}

/* Menu */
.navbar .navbar-right {
    flex-basis: 40% !important;
    text-align: right;
}
.navbar .navbar-left {
    flex-basis: 20%;
}
.navbar-mid {
    flex-basis: 30%;
}

.inner-level-menu li {
    margin-left: 8px !important;
}

.menu .sub-menu .rotate-arrow-icon i {
    margin-right: 16px;
}

/*.menu .main-menu ul li i {
    font-size: 28px;
    line-height: 38px;
}*/

/* Chat*/
@media (max-width: 991px) {
    .chat-app .scroll > div > div.float-right {
        float: right !important;
    }
}

.menu-sub-hidden .chat-input-container, .sub-hidden .chat-input-container {
    padding-right: 60px;
}

@media (max-width: 767px) {
    .menu-sub-hidden .chat-input-container, .sub-hidden .chat-input-container {
        padding-right: 15px;
    }

    .app-menu {
        top: 125px;
        height: calc(100% - 70px);
    }
}

/* Modal */
.modal-size-sm {
    max-width: 600px !important;
}

.modal-size-md {
    max-width: 800px !important;
}

.modal-size-lg {
    max-width: 1200px !important;
}

.modal-size-xl {
    max-width: 1800px !important;
}

/* Content */
.card-featured {
    border-top: solid;
}

.card-inner {
    border: none;
    box-shadow: none;
}

.card-top-buttons {
    padding: 0.8rem 1.2rem;
    right: 0;
    top: 0;
}

.card-bottom-buttons {
    padding: 0.2rem 1.8rem 1.2rem 1.2rem;
    text-align: right;
}

.item-feature {
    border-radius: 3px !important;
}

.page-item .page-link {
    /*    line-height: 1.4;*/
    cursor: pointer;
}

.nav-item .nav-link {
    cursor: pointer;
}

.nav-tabs.separator-tabs .nav-item, .nav-tabs.separator-tabs .nav-link {
    margin-right: 0px;
}

.nav-item {
    margin-right: 8px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

/* Form */
.form-control, .bootstrap-tagsinput {
    font-size: 0.9rem;
    border-radius: 12px !important;
}

.fileupload .input-append .btn {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.input-append .btn {
    margin-left: 0rem !important;
    margin-right: .5rem !important;
}

.btn {
    width: max-content;
    border-radius: 12px !important;
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 0;
}

.fileupload .uneditable-input .fa, .fileupload .uneditable-input .fab, .fileupload .uneditable-input .fal, .fileupload .uneditable-input .far, .fileupload .uneditable-input .fas {
    position: absolute;
    top: 12px;
    left: 26px;
}

.fileupload .uneditable-input {
    width: calc(100% - 164px);
    height: 41px;
}

    .fileupload .uneditable-input .fileupload-preview {
        display: inline-block;
        float: left;
        overflow: hidden;
        padding: 4px 0 0 17px;
        text-overflow: ellipsis;
        width: 100%;
        line-height: inherit !important;
    }

.fileupload .btn {
    border-radius: 0;
}

@media only screen and (max-width: 479px) {
    .fileupload .uneditable-input {
        width: 170px;
    }
}

.progress-xl {
    height: 14px;
}

    .progress-xl .progress-bar {
        font-size: smaller;
    }


/* Table */

.table-list {
    border-top: solid;
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .table-list td {
        vertical-align: middle;
        padding: 1.25rem;
    }

    .table-list th {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .table-list tbody tr {
        border: initial;
        box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
        padding: 1.75rem;
        border-radius:12px;
    }

        .table-list tbody tr:nth-of-type(odd) {
            border: initial;
            box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
            padding: 1.75rem;
        }

.table-no-border {
    border: none !important;
}

@media only screen and (max-width: 40em) {
    .table-mobile thead th:not(:first-child):not([action]) {
        display: none;
    }

    .table-mobile td {
        display: flex;
    }

        .table-mobile td:not([title]) {
            display: none;
        }

        .table-mobile td[title]:before {
            content: attr(title)"\00000a";
            white-space: pre !important;
            font-weight: bold;
            display: contents;
            margin-bottom: 0.5rem;
        }

    .table-mobile tr td:last-child {
        border-right: none !important;
    }

    .card-bottom-buttons a.btn {
        margin-bottom: 0.5rem;
    }
}

/* Transaction */
.transaction-list > .card {
    background: unset;
    background-color: unset;
    box-shadow: unset;
}

    .transaction-list > .card > .card-body {
        padding: 0;
    }

.transaction-list .transaction-header {
    border-radius: .1rem;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    padding: 1.25rem;
}

.transaction-filter {
    border-radius: .1rem;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    padding: 1.25rem;
}

/* Full Calendar */


.fc .fc-toolbar .fc-left h2:before {
    content: "\f133";
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 300;
    font-size: 28.8px;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 2px;
    -webkit-font-smoothing: antialiased;
}

.fc-toolbar.fc-header-toolbar {
    padding: 1em;
    margin-bottom: 0px;
}

    .fc-toolbar.fc-header-toolbar .fc-prev-button {
        margin-right: 0px;
    }

.fc-state-default {
    background-color: unset !important;
    background-image: unset !important;
    color: unset !important;
}

.fc .fc-toolbar .fc-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 0.9em;
    padding: 2px 0.8em 3px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.fc-state-hover {
    background-position: unset !important;
}

.fc-today-button {
    padding: 0px 8.64px !important;
    height: 2.1em !important;
}

.fc th, .fc td {
    border-bottom: none;
}

.fc-event, .fc-event-dot {
    border-radius: inherit;
    text-align: left;
}

.calendar h2 {
    font-size: 17px;
    margin-bottom: 0px;
}

.alert.alert-exam {
    background-color: #fff !important;
    border-color: #ccc !important;
}

.exam-answer .answer-btn {
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.exam-answer .answer-text {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    color: #4E5E6A;
    width: calc(100% - 75px);
}

.exam-answer .btn-radio {
    border-radius: 50% !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

.exam-answer .btn-check {
    padding-top: 14px;
    padding-bottom: 13px;
}

.survey-answer .answer-btn {
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.survey-answer .answer-text {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    color: #4E5E6A;
    width: calc(100% - 75px);
}

.survey-answer .btn-radio {
    border-radius: 50% !important;
    padding: 18px !important;
}

.survey-answer .btn-check {
    padding: 18px !important;
}

.question-title span, .question-title p, .question-title h1, .question-title h2, .question-title h3, .question-title h4, .question-title h5, .question-title h6, .question-title font-face {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height: normal !important;
}

.question-title > figure > img {
    max-width: 100% !important;
}

td[title="Soru"] > figure > img {
    max-width: 100% !important;
}

.answer-text > p {
    margin: 0 !important;
}

.answer-text > figure {
    margin: 0 !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    display: contents;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.scorm-container {
    position: relative;
    padding-bottom: 49%; /* 16:9 */
    height: 0;
}

    .scorm-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.youtube-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .youtube-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.document-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .document-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tooltip-inner {
    white-space: pre-line;
}

.searchLine {
    position: relative;
}

    .searchLine ul.typeahead {
        position: absolute;
        height: auto;
    }

.editor-sm .ck-editor__editable_inline {
    max-height: 160px !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    max-height: 220px !important;
}

.ck.ck-editor {
    width: 99.8% !important;
}

.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

    .timeline:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        border-right: 2px dashed #c4d2e2;
        height: 100%;
        display: block;
    }

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

    .timeline-row .timeline-time {
        position: absolute;
        right: 50%;
        top: 31px;
        text-align: right;
        margin-right: 20px;
        color: #666666;
        font-size: 1.5rem;
    }

        .timeline-row .timeline-time small {
            display: block;
            font-size: .8rem;
            color: #666666;
        }

    .timeline-row .timeline-content {
        position: relative;
        padding: 20px 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .timeline-row .timeline-content:after {
            content: "";
            position: absolute;
            top: 20px;
            height: 3px;
            width: 40px;
        }

        .timeline-row .timeline-content:before {
            content: "";
            position: absolute;
            top: 20px;
            right: -50px;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            z-index: 100;
            background: #ffffff;
            border: 2px dashed #c4d2e2;
        }

        .timeline-row .timeline-content h4 {
            margin: 0 0 10px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 150%;
        }

        .timeline-row .timeline-content p {
            margin-bottom: 0px;
            line-height: 150%;
        }

        .timeline-row .timeline-content i {
            font-size: 2rem;
            color: #ffffff;
            line-height: 100%;
            padding: 10px;
            border: 2px solid #ffffff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .timeline-row .timeline-content .thumbs {
            margin-bottom: 20px;
        }

            .timeline-row .timeline-content .thumbs img {
                margin-bottom: 10px;
            }

    .timeline-row:nth-child(even) .timeline-content {
        background-color: #ff5000;
        margin-left: 40px;
        text-align: left;
    }

        .timeline-row:nth-child(even) .timeline-content:before {
            left: -50px;
            right: initial;
        }

    .timeline-row:nth-child(odd) {
        padding-left: 0;
        padding-right: 50%;
    }

        .timeline-row:nth-child(odd) .timeline-time {
            right: auto;
            left: 50%;
            text-align: left;
            margin-right: 0;
            margin-left: 20px;
        }

        .timeline-row:nth-child(odd) .timeline-content {
            background-color: #5a99ee;
            margin-right: 40px;
            margin-left: 0;
            text-align: right;
        }

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }

        .timeline:after {
            left: 28px;
        }

        .timeline .timeline-row {
            padding-left: 0;
            margin-bottom: 16px;
        }

            .timeline .timeline-row .timeline-time {
                position: relative;
                right: auto;
                top: 0;
                text-align: left;
                margin: 0 0 6px 56px;
            }

                .timeline .timeline-row .timeline-time strong {
                    display: inline-block;
                    margin-right: 10px;
                }

            .timeline .timeline-row .timeline-icon {
                top: 52px;
                left: -2px;
                margin-left: 0;
            }

            .timeline .timeline-row .timeline-content {
                padding: 15px;
                margin-left: 56px;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                position: relative;
            }

                .timeline .timeline-row .timeline-content:after {
                    right: auto;
                    left: -39px;
                    top: 32px;
                }

            .timeline .timeline-row:nth-child(odd) {
                padding-right: 0;
            }

                .timeline .timeline-row:nth-child(odd) .timeline-time {
                    position: relative;
                    right: auto;
                    left: auto;
                    top: 0;
                    text-align: left;
                    margin: 0 0 6px 56px;
                }

                .timeline .timeline-row:nth-child(odd) .timeline-content {
                    margin-right: 0;
                    margin-left: 55px;
                }

                    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
                        right: auto;
                        left: -39px;
                        top: 32px;
                        border-right: 18px solid #5a99ee;
                        border-left: inherit;
                    }

        .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
            left: 20px;
        }

        .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
            left: 0;
        }
}

.ck-balloon-panel {
    z-index: 1500 !important
}

.bootstrap-timepicker-widget input {
    border-width: 1px;
}

.bootstrap-timepicker-widget td.separator {
    border-bottom: none;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}

.point {
    color: #e2e200;
}

.select2 {
    width: 100% !important;
}

.tooltip .tooltip-inner {
    max-width: 400px !important;
}

.fax {
    font-size: large;
}

.hierarchy-select > button.dropdown-toggle::after {
    float: right;
    margin-top: 3px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f078";
    border: none;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    border-top: 0;
    margin-left: 0.50em;
    vertical-align: unset;
}

.dropup .dropdown-toggle::after {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    border-bottom: 0;
    margin-left: 0.50em;
    vertical-align: unset;
}


#pdf-previewer {
    position: relative;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
    margin: 0px auto;
}

.template-item {
    width: max-content;
    cursor: all-scroll;
    border: 2px dashed black;
}

    .template-item p {
        margin: 0.5rem;
        font-family: Arial;
        font-size: 13px;
        color: black;
        line-height: unset !important;
    }

.ui-sortable-helper {
    padding: 0px 0px 10px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

    .ui-sortable-helper > td {
        position: relative;
        top: -10px;
    }

.ui-state-highlight, .ui-state-highlight td {
    background-color: #e1e1e1 !important;
}

img.loader {
    width: 75px;
    margin: 0 auto;
    display: block;
}

.no-pointer {
    cursor: default !important;
}

table td.shrink, table th.shrink {
    white-space: nowrap;
    border-radius: 12px;
}

table td.expand, table th.expand {
    width: 99%;
    border-radius: 12px;
}

table th.sorting, table th.sorting_asc, table th.sorting_desc {
    padding-right: 42px !important;
}

table td.shrink .hierarchy-select button {
    margin-right: 20px;
}

#transaction-panel-header .nav-tabs .nav-link.disabled {
    color: #9f9f9f;
    background-color: transparent;
    border-color: transparent;
}

.searchLine {
    display: flex
}

    .searchLine .btn {
        padding-top: 10px;
    }

#summary-actions a:hover {
    color: unset !important;
}

.datepicker-dropdown {
    z-index: 10000 !important;
}

.badge-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.badge-medium {
    color: #ffffff;
    background-color: #7a7a7a;
}

.progress-bar-medium {
    color: #ffffff;
    background-color: #7a7a7a;
}

.progress-bar-success {
    color: #ffffff;
    background-color: #3e884f;
}


.progress-bar-danger {
    color: #ffffff;
    background-color: #dc3545;
}


blockquote {
    margin: 0 0;
    padding: 0.5em 0px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 15px;
    font-style: italic;
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 2.4em;
        line-height: 0.1em;
        margin-right: 0.125em;
        vertical-align: -0.4em;
    }

    blockquote:after {
        color: #ccc;
        content: close-quote;
        font-size: 2.4em;
        line-height: 0.1em;
        margin-left: 0.075em;
        vertical-align: -0.4em;
    }

    blockquote p {
        display: inline;
    }

.slick-track {
    padding-bottom: 5px !important;
}






.navi {
    color: #F00;
    min-width: 100%;
}

    .navi ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .navi ul li {
            display: inline-block;
            float: none;
            white-space: nowrap;
        }

    .navi a {
        display: block;
        padding: 0 10px;
        color: black;
        font-size: 20px;
        line-height: 30px;
        text-decoration: none;
    }

        .navi a:hover {
            color: black;
            background-color: #CCC;
            transition: all .3s ease;
        }

    .navi ul ul {
        display: none;
        position: absolute;
        top: 100%;
    }

    .navi ul li:hover > ul {
        display: inherit;
        transition: all .3s ease;
    }

    .navi ul ul li {
        min-width: 170px;
        display: list-item;
        position: relative;
    }

    .navi ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
    }

ul.typeahead.dropdown-menu {
    max-height: 240px;
    overflow-y: auto;
    width: calc(100% - 28px);
    border-radius: 12px !important;
}

.popover {
    top: 0 !important;
}


td.truncate {
    text-overflow: ellipsis;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
}


.flowchart-example-container {
    width: 800px;
    height: 400px;
    background: white;
    border: 1px solid #BBB;
    margin-bottom: 10px;
}


.flowchart-operator {
    width: 160px !important;
}

.flowchart-link > path {
    stroke-width: 6;
    stroke: #666;
}

.flowchart-link > rect {
    fill: #666;
    mask: unset;
}

/*.flowchart-operator-connector-small-arrow {
    border-left-color: unset !important;
}
*/

.video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
}


/*Video Player Boyutları*/
/*xs*/
@media (max-width: 767px) {
    div[id^="player-"] {
        height: 250px;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    div[id^="player-"] {
        height: 400px;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    div[id^="player-"] {
        height: 500px;
    }
}

/*lg*/
@media (min-width: 1200px) {
    div[id^="player-"] {
        height: 600px;
    }
}

.loading {
    border-width: 4px;
}

.custom-select {
    background: none;
}

.history-image {
    aspect-ratio: 4/3;
    object-fit: cover;
    max-height: 85px;
}

.card .card-body {
    padding: 1.25rem;
}
.card-banner-cockpit {
    padding: 0rem !important;
}


/* Mobilden girildiğinde ana ekranda  kullanıcı bilgileri ve eğitim bilgierinin gösterim sırası değiştirir. */
@media (max-width: 576px) {
    .viewcockpitmobilorder {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*.leaderboard {
    background-color: #dfd6d6;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);*/
/*    width: 90%;
    max-width: 1200px;*/
/*}


    .leaderboard h1 {
        font-size: 1.6rem;
        color: #ff6f61;
        margin-bottom: 20px;
        text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
        letter-spacing: 2px;
    }*/

    /* Tablonun stili */
    /*.leaderboard table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        overflow: hidden;
    }


        .leaderboard table td {
            padding: 14px;
            font-size: 0.8rem;*/
            /* border: 1px solid #ff6f61;*/
            /*text-align: center;
            border-radius: 10px;*/ /* Tablo hücrelerine yuvarlak kenarlar ekledik */
            /*border: 2px solid #ff6f61;*/
        /*}

        .leaderboard table th {
            background-color: #ff6f61;
            color: white;
            font-size: 1.0rem;
            font-weight: bold;
        }*/

        /*        .leaderboard table tr {
            background-color: #f5e5e2;
        }*/

        /*.leaderboard table tr:hover {
            background-color: #ffd9d2;
        }*/

    /* Satırda stil */
    /*.leaderboard tbody tr td {
        border-radius: 10px;
    }*/

    /* Footer stili (opsiyonel) */
    /*.leaderboard footer {
        margin-top: 30px;
        font-size: 1rem;
        color: #ff6f61;
    }*/


.leaderboard {
    max-width: 1750px;
    width: 100%;
    border-radius: 12px;
}
    .leaderboard header {
        --start: 15%;
        height: 130px;
        background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(54, 89, 219, .33) 10%, rgba(54, 89, 219, .33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
        color: #fff;
        position: relative;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }
.leaderboard__title {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: calc(var(--start) * .75);
    transform: translateY(-50%);
    text-transform: uppercase;
    margin: 0;
}
.leaderboard span {
    display: block;
}

.leaderboard--top {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 6.5px;
}

.leaderboard--bottom {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3.55px;
    opacity: .65;
    transform: translateY(-2px);
}



.leaderboard__icon {
    fill: #fff;
    opacity: .65;
    width: 50px;
    position: absolute;
    top: 50%;
    left: var(--start);
    transform: translate(-50%, -50%);
}



.leaderboard__profiles {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 15px 15px 60px;
    display: grid;
    row-gap: 8px;
    margin-top: 45px;
}

.leaderboard__profile {
    display: grid;
    grid-template-columns: 1fr 1fr 4fr 4fr 1fr 1fr;
    align-items: center;
    padding: 10px 30px 10px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    cursor: pointer;
    transition: transform .25s cubic-bezier(.7,.98,.86,.98), box-shadow .25s cubic-bezier(.7,.98,.86,.98);
    background-color: #fff;
}
.leaderboard__profile:hover {
    transform: scale(1.2);
    box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
}



.leaderboard__picture {
    max-width: 100%;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ebeef3, 0 0 0 12px #f3f4f6;
}

.leaderboard__badge {
    max-width: 100%;
    width: 80px;
    border-radius: 10%;
  /*  box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;*/
}

.leaderboard__rank {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.64px;
    margin-left: 12px;
}

.leaderboard__name {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.64px;
    margin-left: 12px;
}
.leaderboardheadertitle {
    font-size: 15px;
}
.leaderboard__org {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.64px;
    margin-left: 12px;
}

/*.leaderboard__badge {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.64px;
    margin-left: 12px;
}
.leaderboard__gold {
    font-size: 40px;
    color: #FFD700;
}

.leaderboard__silver {
    font-size: 40px;
    color: #C0C0C0;
}

.leaderboard__bronze {
    font-size: 40px;
    color: #CD7F32;
}*/




.leaderboard .leaderboard__value {
    color: #35d8ac;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
}
.leaderboard > span {
    opacity: .8;
    font-weight: 600;
    font-size: 13px;
    margin-left: 3px;
}

.leaderboard body {
    margin: 0;
    background-color: #eaeaea;
    display: grid;
    height: 100vh;
    place-items: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.leaderboard {
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, .4);
}


#captcha_image {
    display: inline-block;
}

.captcha_image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-refresh-btn {
    display: inline-block;
    width: 36px; /* Icon size */
    height: 36px; /* Icon size */
    border: 2px solid rgba(95, 107, 118, 0.4); /* Soft grey border with transparency */
    border-radius: 50%; /* Make it circular */
    background-color: rgba(248, 249, 250, 0.6); /* Light grey background with transparency */
    text-align: center;
    line-height: 32px; /* Center the icon */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s ease-in-out;
}

    .custom-refresh-btn:before {
        content: '\21bb'; /* Unicode character for a refresh arrow */
        font-size: 20px;
        color: rgba(95, 107, 118, 0.6); /* Soft grey icon with a bit more opacity */
        transition: transform 0.3s, color 0.3s ease-in-out;
    }

    /* Hover effect */
    .custom-refresh-btn:hover {
        background-color: rgba(95, 107, 118, 0.8); /* Darker grey background on hover */
    }

        .custom-refresh-btn:hover:before {
            color: rgba(255, 255, 255, 1); /* White icon on hover */
            transform: rotate(180deg); /* Rotate the icon on hover */
        }

    /* Using the .btn and .btn-primary structure (Bootstrap-like) */
    .custom-refresh-btn.btn {
        padding: 0; /* Remove padding for circular shape */
        font-weight: 600; /* Make text slightly bolder if you add any text later */
        text-transform: uppercase; /* To mimic Bootstrap's btn behavior */
        box-shadow: none; /* Remove any box-shadow */
    }

        /* Optionally add Bootstrap-like hover effects */
        .custom-refresh-btn.btn:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add slight shadow effect on hover */
            transform: scale(1.1); /* Optional: Button slightly enlarges on hover */
        }
.leaderboard {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.leaderboard__header, .leaderboard__profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.leaderboard__header {
    font-weight: bold;
    background-color: #f8f8f8;
}
.leaderboard__rank,
.leaderboard__picture,
.leaderboard__name,
.leaderboard__org,
.leaderboard__badge,
.leaderboard__value {
    flex: 1;
    text-align: center;
}

    .leaderboard__picture img, .leaderboard__badge img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

.leaderboard__table {
    width: 100%;
    border-collapse: collapse;
}

    .leaderboard__table th, .leaderboard__table td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

.leaderboard__row {
    height: 50px;
}

.leaderboard__picture, .leaderboard__badge {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.form-group.row.justify-content-end {
    margin-top: 10px;
    margin-right: 0;
}

.leaderboard__icon {
    font-size: 65px;
}
.badgeImageList {
    max-width: 100px;
    height: 100px;
    margin: 5px;
}


@media (min-width: 1024px) {
    .menu .main-menu {
        width: 230px;
        padding-top: 0px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .menu .main-menu {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .menu .main-menu {
        width: 110px;
    }
}
.menu .sub-menu {
    width: 230px;
    margin: -10px 0px 0px 0px;
    left: 230px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .menu .sub-menu {
        width: 150px;
        left: 150px;
    }
}
@media (max-width: 767px) {
    .menu .sub-menu {
        width: 110px;
        left: 110px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    #app-container.main-hidden .main-menu, #app-container.menu-hidden .main-menu {
        transform: translateX(-150px);
    }
}
@media (max-width: 767px) {
    #app-container.main-hidden .main-menu, #app-container.menu-hidden .main-menu {
        transform: translateX(-110px);
    }
}


.Rectangle {
    width: 230px;
    height: 250px;
    /*    margin: 80px 20px 21.8px 0;
*/ padding: 1px 9px 16.2px 25px;
    background-color: var(--theme-color-1);
/*    background-color: #0d4ba0e8;
*/    /*    border-radius: 1rem;
*/ border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
}

.Oval-Copy-2 {
    width: 158px;
    height: 98px;
    margin: 0 18px 33px 18px;
    padding: 20px 18px 14px;
    position: relative;
    /*    -webkit-filter: blur(20px);
    filter: blur(20px);*/
}

.Oval-Copy {
    width: 64px;
    height: 64px;
    margin: 0 14px 11px;
    border-radius: 50%;
    object-fit: cover;
}




/*.Oval-Copy {
    width: 64px;
    height: 64px;
    margin: 30px 70px 0px;
}*/
.Derya-Gne {
    width: 92px;
    height: 19px;
    margin: 11px 0 0;
    font-family: TurkcellGreycliff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}




    /*.Oval-Copy-2::before {
        content: '';*/ /* Pseudo-element içerik */
        /*position: absolute;*/ /* Pseudo-elementi pozisyonla */
        /*top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
        /*background-image: url("https://stb-corp.edubiz.com.tr//upload/stb/Users/a014e6b6-f144-45e3-ab22-ed2a93ab1463.jpg");
        background-size: cover;*/ /* Arka plan resminin boyutunu ayarla */
        /*filter: blur(10px);*/ /* Blur efekti uygula */
        /*z-index: -3;*/ /* Pseudo-elementi arka planda tut */
    /*}*/

.Eitim-Puannz-64 {
    width: 107px;
    height: 14px;
    margin: 125px 28px 22px 37px;
    font-family: TurkcellGreycliff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}


.Rectangle2 {
    width: 180px;
    height: 30px;
    margin: 22px 16px 20px 0;
    padding: 8px 42.8px 27px 44.3px;
    border-radius: 15px;
    border: solid 0.5px #fff;
}

.Eitim-Taleplerim {
    width: 93px;
    height: 14px;
    font-family: TurkcellGreycliff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.Rectangle-Copy-3 {
    width: 180px;
    height: 30px;
    margin: 50px 16px 26px 0;
    padding: 8px 53.8px 27px 55.3px;
    border-radius: 15px;
    border: solid 0.5px #fff;
}

.Sertifikalarm {
    width: 71px;
    height: 14px;
    font-family: TurkcellGreycliff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.menu .main-menu ul li a {
    display: inline-block;
    text-decoration: none;
    margin-top:7px;
    margin-left: 20px;
    height:40px;
}

    .menu .main-menu ul li a i {
        margin-right: 8px;
        vertical-align: middle; /* İcon ve yazıyı aynı hizada tutar */
        font-size: 19px; /* Yazı boyutunu ayarlayabilirsiniz */
        line-height: 16px;
        margin-right: 8px;
        display : contents;
    }

    .menu .main-menu ul li a span {
        font-size: 15px; /* Yazı boyutunu ayarlayabilirsiniz */
        line-height: 16px;
        margin-right: 8px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        font-family: Nunito, sans-serif;
        color: #666 !important;
    }

@media (max-width: 768px) {
    .menu .main-menu ul li a {
        display: flex;
        text-decoration: none;
        margin-top: 0px;
        margin-left: 0px;
        height: 90px;
    }
        .menu .main-menu ul li a i {
          
            font-size: 28px; /* Yazı boyutunu ayarlayabilirsiniz */
        }
        .menu .main-menu ul li a span {
            line-height: 16px;
            margin-top: 10px;
        }
}


.menu .sub-menu ul li a {
    padding: 5px 0;
}

.main-menu-card {
    /*    width: 380px;
*/ height: 50px;
    max-width: 230px;
    margin: 0px 20px 20px 20px;
    /*padding: 16px 19.6px 16px 20px;*/
    border-radius: 40px;
    background-color: var(--foreground-color);
}

.main-menu-body {
 
    padding-left: 10px;
   

}
.main-menu-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.main-menu-courses {
    padding: 21px 20px 31px 16px;
    border-radius: 24px;
    background-color: var(--foreground-color);
}

/*@media (prefers-color-scheme: dark) {
    .main-menu-courses {
        background-color: #18191b;
    }
}*/

/*.main-menu-card-body-span {*/
    /*  width: 173px;
    height: 19px;*/
    /*    margin: 1px 7px 1px 0;
*/ /*font-family: TurkcellGreycliff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5d5d5d;
}*/
.main-menu-card-body-span {
    /* padding-right: 20px;*/
    display: inline-flex; /* Flexbox düzeni */
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    font-family: Nunito, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    height: 100%; /* Yüksekliği belirlemek, dikey ortalama için gerekli */
    width: 100%; /* Genişliği belirlemek, yatay ortalama için gerekli */
}


.edu-card {
    border: initial;
    background-color: var(--foreground-color);
    border-radius: 1rem;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    height: 300px;
    margin-bottom: 40px;
}

.edu-header {
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    object-fit: cover;
    height:150px;
}

.edu-body {
    padding: 1.25rem;
}

.edu-footer {
    position: relative;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: var(--theme-color-1);
/*    background-color: #0d4ba0;
*/    color: #fff;
    padding: 12px;
    display: flex;
    justify-content: center; /* Yatay ortalama */
    align-items: center; /* Dikey ortalama */
    /* position: relative; */
}

    .edu-footer a {
        color: white;
    }

        .edu-footer a:hover {
            color: aqua;
        }

.edu-card-p-start {
    /*    width: 34px;
    height: 17px;*/
    font-family: TurkcellGreycliff;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
}

.edu-detay {
    font-size: 12px;
}

.badge-new {
    background-color: #fff !important;
    color: #000;
    font-size: 10px;
    margin-left: 10px;
}

.badge-new-like {
    background-color: #fff !important;
    color: #000;
    font-size: 10px;
    margin-right: 10px;
}

.menu .main-menu ul li.active:after {
    height: 47px;
    top: initial;
    transform: none;
}

.main-menu-row {
    justify-content: space-evenly;
    margin-left: 0px;
    margin-right: 0px;
}

.main-menu-banner {
    background-image: none;
    height: 160px;
    margin: 12px 6px 7px 24px;
   /* padding: 31px 17px 14px 17px;*/
    border-radius: 24px;
    background-color: #fff;
}

.main-menu-banner-title-span {
    width: 489px;
    height: 29px;
    margin: 0 148px 12px 4px;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.main-menu-banner-body-span {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 12px 0 20px 4px;
    font-family: TurkcellGreycliff, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5d5d5d;
    word-wrap: break-word; 
    overflow-wrap: break-word; 
}


.edu-card-coursetype {
    font-family: TurkcellGreycliff;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 10px;
    color: #000000 !important;
}

.edu-card-span-date {
    font-family: TurkcellGreycliff;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 24px;
    color: #1f4863 !important;
    white-space: nowrap;
}

@media (max-width: 1650px) {
    .edu-card-span-date {
        font-size: 11px;
    }
}

@media (max-width: 1550px) {
    .edu-card-span-date {
        font-size: 10px;
    }
}

@media (max-width: 1199px) {
    .edu-card-span-date {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .edu-card-span-date {
        font-size: 11px;
    }
}

.edu-card-p-name {
   /* width: 148px;*/
    height: 17px;
/*    margin: 0 61px 16px 0;
*/    font-family: TurkcellGreycliff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

@media (max-width: 1650px) {
    .edu-card-p-name {
        font-size: 14px;
    }
}

@media (max-width: 1550px) {
    .edu-card-p-name {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .edu-card-p-name {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .edu-card-p-name {
        font-size: 13px;
    }
}

/*.main-menu-tab-span {
    display: inline-flex;*/ /* Flexbox düzeni */
    /*justify-content: center;*/ /* Yatayda ortalama */
    /*align-items: center;*/ /* Dikeyde ortalama */
    /*font-family: TurkcellGreycliff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5d5d5d;
    height: 100%;*/ /* Yüksekliği belirlemek, dikey ortalama için gerekli */
    /*width: 100%;*/ /* Genişliği belirlemek, yatay ortalama için gerekli */
/*}*/
.nav-tabs.separator-tabs .nav-link {
    display: inline-flex; /* Flexbox düzeni */
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    font-family: Nunito, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    height: 100%; /* Yüksekliği belirlemek, dikey ortalama için gerekli */
    width: 100%; /* Genişliği belirlemek, yatay ortalama için gerekli */
}
    .nav-tabs.separator-tabs .nav-link:hover {
        color: var(--theme-color-1);
        /*text-decoration: none;*/ /* İstersen alt çizgiyi kaldır */
        /*cursor: pointer;*/ /* İsteğe bağlı */
    }
.nav-tabs .nav-link.active {
    color: #000;
}
#app-container.main-hidden .main-menu,
#app-container.menu-hidden .main-menu {
    transform: translateX(-230px);
}

@media (max-width: 1439px) {
    #app-container.main-hidden .main-menu,
    #app-container.menu-hidden .main-menu {
        transform: translateX(-110px);
    }
}

@media (max-width: 1199px) {
    #app-container.main-hidden .main-menu,
    #app-container.menu-hidden .main-menu {
        transform: translateX(-100px);
    }
}

@media (max-width: 767px) {
    #app-container.main-hidden .main-menu,
    #app-container.menu-hidden .main-menu {
        transform: translateX(-90px);
    }
}

#app-container.main-hidden.sub-hidden .sub-menu,
#app-container.menu-hidden .sub-menu {
    transform: translateX(-460px);
}

@media (max-width: 1439px) {
    #app-container.main-hidden.sub-hidden .sub-menu,
    #app-container.menu-hidden .sub-menu {
        transform: translateX(-460px);
    }
}

@media (max-width: 1199px) {
    #app-container.main-hidden.sub-hidden .sub-menu,
    #app-container.menu-hidden .sub-menu {
        transform: translateX(-460px);
    }
}

@media (max-width: 767px) {
    #app-container.main-hidden.sub-hidden .sub-menu,
    #app-container.menu-hidden .sub-menu {
        transform: translateX(-320px);
    }
}

#app-container.main-hidden main {
    margin-left: 0px;
}

main .container-fluid {
    padding-left: 100px;
    padding-right: 0;
}

@media (max-width: 1439px) {
    main .container-fluid {
        padding-left: 100px;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    main .container-fluid {
        padding-left: 60px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    main .container-fluid {
        padding-left: 20px;
        padding-right: 0;
    }
}
@media (max-width: 426px) {
    main .container-fluid {
        padding-left: 0px;
        padding-right: 0;

    }
    .navbar-mid {
        flex-basis: 35%;
    }
    .navbar .navbar-right {
        flex-basis: 35% !important;
    }
}


.header-menu-dropdown {
    width: 150px !important;
}
.header-menu-dropdownsub {
    top: 0% !important;
    padding: .0rem;
    border-radius: 30px;
    text-align: center;
    font-size: 0.9rem;
    font-family: TurkcellGreycliff;
    position: relative;
}

.fixed-top {
    align-items: baseline;
}

/*.navbar .navbar-right .user{
    margin-right : 0px;
}*/

main {
    margin-top: 100px;
}

.analysis-card {
    border-radius: 20px;
}
#transaction-content {
    padding: 1.75rem;
    /* border: 2px solid black; */
    background-color: var(--foreground-color);
    border-radius: 18px;
}
.action-list .btn.btn-sm {
    border-radius: 12px !important;
}

#app-container.menu-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.sub-hidden .footer-content {
    margin-left: 280px;
}

.notesckeditor .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    max-height: 120px !important;
}
@media (min-width: 800px) {
    .logout {
        margin-right: 50px;
    }
}


/* Varsayılan olarak (en küçük ekran için) sabit sağda küçük genişlikte başlat */
.app-right-menu {
    z-index: 1;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    width: 450px;
    height: 100%;
    background-color: var(--foreground-color);
    /*background: #fff;*/
    transition: transform .3s, width .3s;
    position: fixed;
    right: 0;
    top: 100px;
    height: calc(100% - 100px);
}

@media (max-width: 1919px) {
    .app-right-menu {
        width: 340px;
    }
}

@media (max-width: 1439px) {
    .app-right-menu {
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .app-right-menu {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .app-right-menu {
        width: 210px;
    }
}


/*.app-right-menu {
    z-index: 1;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
    width: 280px;
    height: 100%;
    float: right;
    background: #1e2022;
    transition: transform 300ms;
    position: fixed;
    right: 0;
    top: 100px;
    height: calc(100% - 100px);
}*/

/*@media (max-width: 1439px) {
    .app-right-menu {
        top: 90px;
        height: calc(100% - 90px);
        transform: translateX(300px);
    }
}*/

@media (max-width: 1199px) {
    .app-right-menu {
        top: 80px;
        transform: translateX(210px);
        height: calc(100% - 80px);
    }
}

@media (max-width: 767px) {
    .app-right-menu {
        top: 70px;
        height: calc(100% - 70px);
        transform: translateX(210px);
    }
}

/*@media (max-width: 1199px) {
    .app-right-menu {
        top: 80px;
        transform: translateX(100%);*/ /* width'ten bağımsız */
        /*height: calc(100% - 80px);
    }
}

@media (max-width: 767px) {
    .app-right-menu {
        top: 70px;
        height: calc(100% - 70px);
        transform: translateX(100%);*/ /* width'ten bağımsız */
    /*}
}*/

.app-right-menu .scroll {
    height: 100%;
}

.app-right-menu .scroll .ps__thumb-y {
    right: 0;
}

.app-right-menu.shown {
    transform: translateX(0);
}

.app-right-menu .app-right-menu-button {
    position: absolute;
    left: -28px;
    background: white;
    top: 45px;
    padding: 12px 8px 12px 5px;
    border-radius: 0.2rem;
    color: #8f8f8f;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.04);
    font-size: 15px;
    line-height: 0;
}
}

@media (max-width: 1439px) {
    .app-right-menu .app-right-menu-button {
        top: 36px;
    }
}

@media (max-width: 1199px) {
    .app-right-menu .app-right-menu-button {
        top: 27px;
    }
}

@media (max-width: 767px) {
    .app-right-menu .app-right-menu-button {
        top: 13px;
    }
}

/*.app-menu ul li {
    margin-bottom: 5px;
}

    .app-menu ul li a {
        font-size: 13px;
        display: block;
        padding: 3px 0;
    }

        .app-menu ul li a:hover i {
            color: #236591;
        }

    .app-menu ul li i {
        font-size: 1.2em;
        margin-right: 10px;
        color: #707070;
        vertical-align: unset;
    }

@media (max-width: 767px) {
    .app-menu ul li i {
        font-size: 20px;
    }
}

.app-menu ul li.active i,
.app-menu ul li.active a {
    color: #236591;
}

.app-row {
    padding-right: 280px;
}

@media (max-width: 1199px) {
    .app-row {
        padding-right: 0;
    }
}*/







/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f0f2f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.slider-container {
    width: 100%;
    max-width: 1200px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/*.now-showing {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #9fff6b;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

    .now-showing::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #9fff6b;
        border-radius: 50%;
    }*/

.accordion-slider {
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
}

.slide {
    flex: 1;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    filter: grayscale(1);
   /* max-height: 250px;*/
}

    .slide:hover {
        filter: grayscale(0);
    }

    .slide.active {
        flex: 1.5;
        filter: grayscale(0);
    }

    .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    }

.slide-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: white;
    z-index: 2;
}

.slide.active .slide-content {
    bottom: 80px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.slide-number {
    font-size: 21px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 30px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .slide-number {
    bottom: auto;
    top: -50px;
    font-size: 48px;
    left: 0;
}

.car-brand {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    /*transform: rotate(-90deg);*/
    transform-origin: left bottom;
    position: absolute;
    bottom: 30px;
    left: 30px;
    white-space: nowrap;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .car-brand {
    transform: rotate(0deg);
    position: static;
    transform-origin: unset;
}

/*.car-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}*/

.slide.active .car-name {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.car-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.slide.active .car-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.car-specs {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.slide.active .car-specs {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 14px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .spec-row {
    opacity: 1;
    transform: translateX(0);
}

    .slide.active .spec-row:nth-child(1) {
        transition-delay: 0.6s;
    }

    .slide.active .spec-row:nth-child(2) {
        transition-delay: 0.65s;
    }

    .slide.active .spec-row:nth-child(3) {
        transition-delay: 0.7s;
    }

    .slide.active .spec-row:nth-child(4) {
        transition-delay: 0.75s;
    }

.spec-label {
    color: rgba(255, 255, 255, 0.7);
}

.spec-value {
    color: white;
    font-weight: 600;
}

.performance-badges {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.slide.active .performance-badges {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    /*    gap: 6px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1);*/
    border-radius: 12px;
    /* font-size: 12px;
    font-weight: 500;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.slide.active .badge {
    opacity: 1;
    transform: scale(1);
}

    .slide.active .badge:nth-child(1) {
        transition-delay: 0.85s;
    }

    .slide.active .badge:nth-child(2) {
        transition-delay: 0.9s;
    }

    .slide.active .badge:nth-child(3) {
        transition-delay: 0.95s;
    }

.badge-icon {
    width: 8px;
    height: 8px;
    background: #9fff6b;
    border-radius: 50%;
}

.add-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 2px solid #9fff6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 3;
}

    .add-button::before,
    .add-button::after {
        content: "";
        position: absolute;
        background: #9fff6b;
        transition: all 0.4s ease;
    }

    .add-button::before {
        width: 12px;
        height: 2px;
    }

    .add-button::after {
        width: 2px;
        height: 12px;
        transform: rotate(0deg);
    }

.slide.active .add-button::before {
    transform: rotate(0deg);
}

.slide.active .add-button::after {
    opacity: 0;
    transform: scale(0);
}

.navigation-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 4;
    backdrop-filter: blur(10px);
}

/*.nav-prev {
    left: 20px;
}

.nav-next {
    right: 20px;
}*/

/*.navigation-arrows:hover {
    background: rgba(255, 255, 255, 0.2);
}*/

@media (max-width: 768px) {
    .accordion-slider {
        flex-direction: column;
    }

    .slide {
        flex: 1;
        min-height: 80px;
    }

        .slide.active {
            flex: 2;
        }

    .slide-number {
        font-size: 32px;
    }

    .car-brand {
        transform: none;
        position: static;
    }
}

/*#app-container.menu-mobile.main-show-temporary.main-menu.default-transition {
    transform: translateX(0);
}*/


#app-container.menu-mobile .main-menu {
    transform: translateX(-110px) !important;
}
#app-container.menu-mobile.main-show-temporary .main-menu {
    transform: translateX(0px) !important;
}



@media (min-width: 1024px) {
    #app-container.main-hidden .main-menu, #app-container.menu-hidden .main-menu {
        transform: translateX(-230px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #app-container.main-hidden .main-menu, #app-container.menu-hidden .main-menu {
        transform: translateX(-150px);
    }
}

@media (max-width: 767px) {
    #app-container.main-hidden .main-menu, #app-container.menu-hidden .main-menu {
        transform: translateX(-110px);
    }
}

@media (max-width: 767px) { 
    .logo-mobile {
        width: 60px;
        height: 35px;
    }     
}

.logincss input {
    border-radius: 10px !important;
}
.logincss {
    max-width: 400px;
}
.loginbuttonspan {
    font-family: TurkcellGreycliff;
    font-size: 14px;
}
.divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.divider::before, .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #e1e5e9;
}

.divider span {
    padding: 0 15px;
    color: #718096;
    font-size: 14px;
}
#user_login_btn {
    /*background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);*/
    color: white;
    border: none;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 15px;
}
.secondary-btn2 {
    background-color: #f0f4f8;
    color: #4a5568;
    border: none;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .secondary-btn2:hover {
        background-color: #e2e8f0;
    }

.link-btn {
    color: #6a11cb;
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

    .link-btn:hover {
        color: #2575fc;
    }

.card-login {
    /*    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important;
*/  color: #110101;
    text-align: center;
    background: #ececec6e;
}


/*YAD*/

.card {
    position: relative; /* Butonlar için konum referansı */
}

.content-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.card:hover .content-buttons {
    opacity: 1;
    pointer-events: none; /* sadece butonlar tıklanacak */
}

.content-buttons button {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    align-self: center;
}


/* Buton stilleri */
.content-buttons .btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1199px) {
    .content-buttons .btn {
        width: 24px;
        height: 36px;
    }

    .login-page1 {
        transform: translate3d(8px, 42px, 0px) !important;
        min-width: 7rem !important;
    }

  

    .menu .sub-menu ul li a span {
        font-size: 14px;
        line-height: 16px;
        margin-right: 8px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        font-family: TurkcellGreycliff;
    }
}
.input-group-text {
    border-radius: 12px;
}

.dropdown-menu {
    border-radius: 12px;
}


.dropdown-item {
    border-radius: 12px;
}

.uneditable-input {
    border-radius: 12px;
}

.icon-cards-row .card-text {
    font-size: 17px;
    color: #666;
}
.icon-cards-row .lead {
    font-size: 25px;
}
.cockpit-header-span {
    font-size: 15px;
}
.content-info-span {
    font-size: 14px;
    color: #666;
    font-family: TurkcellGreycliff;
}
.analysis-card {
    color: #666;
    font-size: 16px;
    
}
.my-tour-step {
    border-radius: 12px !important;
}

.alert-exam {
    /* 1. Ana kapsayıcıyı konumlandırma merkezi yap */
    position: relative;
    /* Sizin mevcut stiliniz */
    border-color: #ccc !important;
}

    .alert-exam > .fa-check-circle {
        /* 2. İkonu mutlak olarak konumlandır */
        position: absolute;
        /* 3. Dikeyde tam ortala (modern yöntem) */
        top: 50%;
        transform: translateY(-50%);
        /* 4. Sol kenarlıktan dışarı taşı */
        /* Bu değeri istediğiniz gibi artırıp azaltabilirsiniz */
        left: -30px;
        /* Sizin ikon stilleriniz */
        color: #4cb711;
        font-size: 25px;
    }

    .alert-exam > .fa-times-circle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        color: #ff0000;
        font-size: 25px;
    }
.badge-top-left-course-type {
    background-color: var(--theme-color-1) !important;
}


.progressbar-analysis .progressbar-text {
    font-size: 12px !important;
}



