@import url('font-awesome.min.css');

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Extrabold';
    src: url('../fonts/Gilroy-Extrabold.woff2') format('woff2'), url('../fonts/Gilroy-Extrabold.woff') format('woff'), url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Black';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
}


.sosyal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: 40px;
    padding-top: 0px;
}

    .sosyal > ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

        .sosyal > ul > li {
            display: flex;
        }

            .sosyal > ul > li > a {
                position: initial;
                padding: 1px;
                display: flex;
                flex-wrap: initial;
                margin-left: 3%;
                float: left;
                text-decoration: none;
                width: 40px !important;
                height: 40px;
                justify-content: space-between;
            }

                .sosyal > ul > li > a > img {
                    height: 40px !important;
                }

.icons {
    float: right;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    margin: 5px 2px;
    cursor: pointer;
}

.izlemegecmisi {
    display: block;
}

    .izlemegecmisi li {
        display: inline;
        margin: 10px;
        position: relative;
    }

    .izlemegecmisi span {
        font-size: 18px;
        font-family: 'Gilroy-Regular';
    }

nav, ul, li {
    list-style: none !important;
}

.menu-block nav, .menu-block ul, .menu-block li {
    list-style: none !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    text-align: center;
}

.dropdown.open-menu li {
    text-align: left !important;
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

.w-65 {
    width: 65%;
}

.w-30 {
    width: 30%;
}

.d-inherit {
    display: inherit !important;
}

.introjs-skipbutton {
    text-decoration: none;
}

#menu .light-on-off {
    text-decoration: none;
    padding: 0;
    width: fit-content;
}

    #menu .light-on-off svg {
        margin-right: 10px;
        width: 30px;
        fill: #b9bccb;
    }

    #menu .light-on-off:hover svg {
        fill: #573bff;
    }

    #menu .light-on-off p {
        font-family: 'Gilroy-Regular';
        font-size: 16px;
        color: #7e8393;
        padding: 0;
        float: right;
        margin-top: 4px;
    }

    #menu .light-on-off:hover p {
        color: #573bff !important;
    }

.discover-page .bg-line-shadow {
    min-height: 230px;
    height: auto;
}

.discover-page img {
    margin: 0 20px;
}

.discover-page h4 {
    font-family: 'Gilroy-Extrabold';
    font-size: 26px;
    letter-spacing: -1px;
}

.discover-page p {
    font-family: 'Gilroy-Regular';
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 5px 0 0;
    text-align: justify;
}

#LearningTimeListBody tr:last-child {
    font-weight: bolder;
}

.discover-page .p-big {
    font-size: 20px;
}

.page-title {
    font-size: 36px;
    font-family: 'Gilroy-Bold';
}

.page-title-c {
    font-size: 36px;
    font-family: 'Gilroy-Bold';
}

.discover-page img.meter {
    height: 80%;
}

.page-form form {
    width: 100%;
}

.page-form p {
    font-size: 20px;
    font-family: 'Gilroy-Regular';
}

.page-form .inputs {
    width: 100%;
    float: left;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

    .page-form .inputs input,
    textarea {
        width: 100%;
        height: 60px;
        border: solid 3px;
        font-family: 'Gilroy-Regular';
        font-size: 20px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

.page-form input[type=checkbox] {
    width: 36px;
    height: 36px;
    float: left;
}

.page-form textarea {
    height: 200px;
}

.page-form .inputs strong {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    letter-spacing: normal;
    float: left;
    padding: 3px 0;
    font-weight: normal;
}

.page-form input[type=submit] {
    width: 20%;
    border: none;
    font-family: 'Gilroy-Bold';
}

.page-form .container {
    display: inline-block;
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .page-form .container input {
        position: relative;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.page-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border: solid 3px;
    border-radius: 6px;
}

.page-form .container:hover input ~ .checkmark {
    background-color: #00c3f9;
}

.page-form input:checked ~ .checkmark {
    background-color: #2196F3;
}

.page-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.page-form input:checked ~ .checkmark:after {
    display: block;
}

.page-form .checkmark:after {
    left: 10px;
    top: 6px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.validation-summary-errors ul li {
    width: 100%;
    font-size: 20px;
    color: red;
    padding: 10px 0 !important;
}

.ui-btn {
    padding: 13px 20px !important;
    border: solid 3px;
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff !important;
    text-decoration: none;
    border: none;
}

.ui-btn-sm {
    padding: 9px 20px !important;
    border: solid 3px;
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff !important;
    text-decoration: none;
    border: none;
    display: inline-block;
}

.navi-prev,
.navi-next {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    padding: 9px 16px;
    border-radius: 50%;
    cursor: pointer;
}

.ui-circle {
    width: 17px;
    height: 17px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 2px;
}

.ui-circle-color-1 {
    background: #573bff;
}

.ui-circle-color-2 {
    background: #ffbf00;
}

.ui-circle-color-3 {
    background: #4cd631;
}

.ui-text-date {
    font-size: 22px;
    padding: 10px 0 0 0;
    font-family: 'Gilroy-Regular';
    font-weight: normal;
    margin: 0;
}

    .ui-text-date b {
        font-family: 'Gilroy-Bold';
    }

.col-title {
    font-size: 26px;
    font-family: 'Gilroy-Regular';
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}

    .col-title b {
        font-family: 'Gilroy-Bold';
    }

.ui-solid {
    border: solid 1px;
    border-radius: 10px;
}

.ui-table-btn {
    text-decoration: none !important;
    font-family: 'Gilroy-Light';
    font-size: 16px !important;
    color: #ffffff !important;
    border: none;
    margin-right: 10px;
    float: left;
    padding: 10px 14px;
    border-radius: 6px;
}

.table-input {
    float: left;
    height: 46px;
    width: 100%;
    padding-left: 10px;
    font-family: 'Gilroy-Light';
    font-size: 16px !important;
    border-radius: 6px;
    display: inline-block;
}

.search-btn {
    width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    right: inherit !important;
    top: inherit !important;
    margin-left: -38px;
    margin-top: 7px;
}

.big-search-btn {
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    right: inherit !important;
    top: inherit !important;
    margin-left: -47px;
    margin-top: 7px;
    background-repeat: no-repeat;
}

.ui-widget-header {
    background: white !important;
}

.main-menu ul li:last-child {
    display: block !important;
}

.home-shortcuts-bottom {
    background: transparent;
}

.card {
    background: transparent;
}

.headSvgs *:hover {
    color: #ddd;
}

article {
    background-color: transparent !important;
}

.card-title,
.card-subtitle,
.text {
    color: #7e8393;
}

.tabs {
    width: 100%;
    margin: auto;
}

    .tabs .tabs--list {
        position: relative;
        border-radius: 10px;
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .tabs .tabs--list li {
            vertical-align: middle;
            width: 49%;
            position: relative;
            z-index: 2;
            float: left;
        }

            .tabs .tabs--list li a {
                line-height: 70px;
                transition: color ease 0.7s, box-shadow .5s;
                text-align: center;
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
            }

                .tabs .tabs--list li a.actived {
                    color: #ffffff;
                }

            .tabs .tabs--list li.moving-tab {
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 70px;
                top: 0px;
                z-index: 1;
                border-radius: 10px;
            }

            .tabs .tabs--list li.moving-tab--interaction {
                animation: movingTab 0.4s forwards;
                transition: left 0.4s cubic-bezier(0.29, 1.42, 0.79, 1);
            }

    .tabs .tabs--content {
        text-align: left;
        padding: 35px 0;
        color: #fff;
        width: 100%;
        border-radius: 10px;
    }

        .tabs .tabs--content li {
            display: none;
        }

            .tabs .tabs--content li.actived {
                display: block;
            }

.select-form {
    height: calc(2.25rem + 7px) !important;
    width: 100%;
    border-radius: 6px;
}

.comboTreeDropDownContainer li {
    display: block !important;
}

.pulse {
    --color: #fff;
    --hover: #00a7c3;
}

    .pulse:hover,
    .pulse:focus {
        -webkit-animation: pulse 1s;
        animation: pulse 1s;
    }

.field-validation-error {
    color: red!important;
}

.k-timepicker {
    border: none !important;
}

#infovideo {
    width: 50%;
    max-height: 400px !important;
    margin-left: 25%;
    object-fit: fill;
    margin-bottom: 1%;
}

.tanitim-video {
    float: right;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    margin: 5px 20px;
    cursor: pointer;
}

    .tanitim-video:hover {
        transform: scale(1.1);
        transition: transform 0.3s cubic-bezier(1, 0.01, 0.18, 1);
    }

    .tanitim-video svg {
        width: 32px;
        height: 32px;
        vertical-align: -10px;
    }

.tanitim-calismatakvimi {
    width: 340px;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.table-bg label,
.select-form {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 20px;
    font-weight: normal;
}

.select-form {
    padding: 15px;
    height: 60px !important;
}

.fa-plus-square:before, .fa-minus-square:before {
    font-size: 22px;
}

.pin-works p {
    font-size: 20px;
    margin: 5px 0 0 0;
    font-family: 'Gilroy-Regular', sans-serif !important;
    padding: 5px 15px;
    border-radius: 3px;
}

    .pin-works p b {
        font-family: 'Gilroy-Bold', sans-serif !important;
    }

.modal-content {
    z-index: 1055;
}

.chart-wrapper {
    height: 344px;
    width: 100%;
}

.kazanimList,
.orderList {
    border: 1px solid #ced4da;
    min-height: 80px;
    list-style: decimal;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    width: 100%;
    padding: 10px !important;
    border-radius: 6px;
    min-height: 103px;
}

    .orderList li {
        font-family: 'Gilroy-bold', sans-serif !important;
        width: 100%;
    }

.modal-title {
    font-family: 'Gilroy-bold', sans-serif !important;
}

.ph-class {
    border: 1px dotted #00a7c3;
}

.bg-hover {
    cursor: move;
    color: #00a7c3 !important;
}

.popup-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.popup-header {
    padding: 10px !important;
}

.popup-body .timetable-time {
    color: #00a7c2 !important;
    font-size: 26px !important;
    font-family: 'Gilroy-Bold', sans-serif;
}



#enough-time-indicator-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: -20px;
    bottom: -20px;
}

.progress {
    background: linear-gradient( 90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 102, 0, 1) 25%, rgba(255, 174, 0, 1) 50%, rgba(216, 255, 0, 1) 75%, rgba(90, 255, 0, 1) 100%);
    height: 45px !important;
    border-radius: 6px;
    margin: 0 4px;
}

.progress-description h3 {
    font-family: 'Gilroy-Bold',sans-serif;
    letter-spacing: -1px;
    padding: 5px;
    margin: 8px 4px;
}

.calander-right-col {
    height: 376px;
}


#loaderContent h1 {
    font-weight: bold;
}

#loaderContent ul {
    margin-top: 20px;
    list-style: none;
}

    #loaderContent ul li.active {
        font-weight: normal;
        font-style: italic;
        text-decoration: underline;
    }

.tiva-timetable .timetable-list .timetable-header {
    height: 55px !important;
    line-height: 55px !important;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    font-weight: normal !important;
}

.timetable-day {
    margin-bottom: 20px;
}

.tiva-timetable .timetable-list .timetable-item .timetable-name strong {
    font-family: 'Gilroy-Bold', sans-serif;
}

#loaderContent {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.2em;
}

    #loaderContent ul li {
        font-family: 'Gilroy-Bold', sans-serif;
        font-size: 1.1em;
        width: 100%;
        display: none;
        line-height: 41px;
        margin-top: 15px;
        width: 100%;
        float: left;
        margin-left: 80px !important;
    }

    #loaderContent ul {
        float: left;
        width: 100%;
        text-align: left;
    }

        #loaderContent ul li:before {
            content: '';
            display: inline-block;
            transform: rotate(45deg);
            height: 20px;
            width: 14px;
            border-bottom: 5px solid #78b13f;
            border-right: 5px solid #78b13f;
            margin-right: 10px;
        }

    #loaderContent > h2, #loaderContent > h4 {
        font-size: 1.2em;
    }

.modal-backdrop {
    display: none !important;
}

.video-card {
    min-height: 350px;
}

    .video-card img {
        border-radius: 8px;
        margin-top: 10px;
    }

.video-progress {
    height: 10px;
    width: 287px;
}

.video-progress {
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(56,248,212,1) 0%, rgba(67,234,128,1) 100%);
}

    .video-progress::-webkit-progress-bar {
        background: #ededed;
        border-radius: 100px;
    }

    .video-progress::-webkit-progress-value {
        border-radius: 100px;
        background: linear-gradient(90deg, rgba(56,248,212,1) 0%, rgba(67,234,128,1) 100%);
    }

.video-card h6 {
    font-size: 21px;
    letter-spacing: -1px;
    padding: 0 20px;
    font-family: 'Gilroy-Regular', sans-serif;
    min-height: 50px !important;
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 10px;
}

.test-card {
    min-height: 330px;
}

    .test-card img {
        margin: 0 0 10px 0;
        max-height: 148px;
    }

    .test-card h5 {
        font-size: 21px;
        font-family: 'Gilroy-Regular', sans-serif;
        letter-spacing: -0.5px;
        margin-top: 10px;
    }

    .test-card a {
        margin-top: 10px;
        border-radius: 30px;
        padding: 6px 40px !important;
        font-size: 20px;
    }

.table-title {
    font-size: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
    line-height: 45px;
    margin: 0px;
}

    .table-title b {
        font-family: 'Gilroy-Bold', sans-serif;
    }

.p-solid {
    font-family: 'Gilroy-Bold', sans-serif;
    letter-spacing: -1px;
}

.video-card p {
    margin: 0px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    height: 19px;
    overflow: hidden;
}

.video-card i {
    margin: 0px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.introjs-tooltip {
    min-width: 500px !important;
}

.list-group-item {
    padding: 10px !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
}

.card-header {
    padding: 0 0 10px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: solid 1px #d4d4d4;
    ;
    margin-bottom: 10px;
}

.k-input-inner {
    border: solid 1px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 22px !important;
    float: left;
    width: 200px !important;
}

.k-input-button {
    width: 50px;
    height: 40px;
    border-radius: 0px !important;
}

.data-list-1 {
    padding: 0;
    margin-bottom: 5px;
}

    .data-list-1 li {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
        font-size: 24px;
        font-family: 'Gilroy-Regular', sans-serif;
    }

        .data-list-1 li label {
            margin: 5px 10px;
            font-family: 'Gilroy-Light', sans-serif;
            float: left;
            width: 100%;
            line-height: 26px;
        }

#top-wizard strong {
    font-size: 24px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.form-group label, #anketSoru {
    font-size: 26px;
    font-family: 'Gilroy-Extrabold', sans-serif;
    margin: 10px 0 0 0;
}

#top-wizard .progress {
    width: 100%;
    height: 15px !important;
    border-radius: 10px;
    background: #e9e9e9;
}

    #top-wizard .progress .progress-bar {
        background: #573bff;
    }

.test-cards p {
    font-size: 24px;
    font-family: 'Gilroy-Regular', sans-serif;
}

    .test-cards p:before {
        font-family: FontAwesome;
        content: "\f046";
        margin-right: 10px;
    }

.test-result p {
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.test-result b {
    font-family: 'Gilroy-Bold', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gilroy-Bold', sans-serif;
    margin: 0;
    padding: 0;
}

    .h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
        font-family: 'Gilroy-Extrabold', sans-serif;
        margin: 0;
        padding: 0;
    }

.display-1, .display-2, .display-3, .display-4, display-5, .display-6 {
    font-family: 'Gilroy-Extrabold', sans-serif;
}

.read-txt p {
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: normal;
}

    .read-txt p b {
        font-family: 'Gilroy-Bold', sans-serif;
        font-size: 20px;
        font-weight: normal;
    }

.icon-wide b {
    float: left;
    min-width: 200px;
}


.level-puan {
    width: 100%;
    text-align: center;
    font-family: 'Gilroy-Extrabold', sans-serif;
    font-size: 48px;
}

.level-text {
    width: 100%;
    text-align: center;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
}

.styled-select select {
    height: 50px !important;
    width: 200px !important;
    float: left;
    border: none;
    border-radius: 3pxpx;
    font-size: 22px;
}

ul.data-list {
    padding: 0px;
}

.tekesnedir p {
    text-align: justify;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 360px) and (max-width:768px) {
    .tanitim-video {
        float: unset;
        max-width: 280px;
        height: 45px;
        line-height: 46px;
        font-size: 16px;
        margin: auto;
    }

        .tanitim-video svg {
            width: 25px !important;
            height: 25px !important;
            vertical-align: -5px;
        }

    .video-player {
        width: 100%;
        height: 100%;
    }

    .tanitim-calismatakvimi {
        max-width: 300px;
    }

    *::-webkit-scrollbar {
        display: none;
    }

    .side-menu {
        display: none;
    }

    .content-block {
        width: 100%;
        margin: 0;
        padding: 80px 20px 0;
        top: 0;
    }

        .content-block .head {
            display: none;
        }

    .user-info img {
        display: none;
    }

    .user-info h1 {
        font-size: 26px;
    }

    .user-info p {
        font-size: 16px;
    }

    .pn-title {
        font-size: 1.3rem;
    }

    .hide-panel {
        font-size: 0.8rem;
        margin: 3px 0;
    }

    .content-block > .mt-5 {
        margin-top: 0rem !important;
    }

    .footer {
        padding: 0 0 5px 0;
    }

        .footer .footer-line {
            margin-bottom: 5px;
        }

        .footer p {
            font-size: 11px;
        }

    .w-65 {
        width: 100% !important;
    }

    .w-30 {
        width: 100% !important;
    }

    .bg-shadow .color-1,
    .color-2,
    .color-4 {
        border: none !important;
        width: fit-content;
    }

    .puan {
        border: solid 5px;
        border-radius: 10px;
        margin: 34px 4px;
        background: none !important;
        height: 100px;
    }

    .puan-1 svg {
        display: none;
    }

    .p-icon-1,
    .p-icon-2,
    .p-icon-3,
    .p-icon-4,
    .p-icon-5,
    .p-icon-6,
    .p-icon-7,
    .p-icon-8 {
        background-image: none;
    }

    .o-title {
        margin: -5px 4px;
        line-height: 16px;
        text-align: center;
        border: none;
    }

    .puan h3 {
        margin: 5px 0px;
    }

    .c-title {
        width: 100%;
    }

    .alarm-metre .a-line-1,
    .a-line-2,
    .a-line-3,
    .a-line-4,
    .a-line-5,
    .a-line-6,
    .a-line-7,
    .a-line-8,
    .a-line-9 {
        padding: 0 7px;
    }

    .alarm-metre .s1 {
        margin-left: 3px;
        bottom: -111px;
    }

    .alarm-metre .s2 {
        margin-left: 44px;
        bottom: -111px;
    }

    .alarm-metre .s3 {
        margin-left: 87px;
        bottom: -111px;
    }

    .alarm-metre .s4 {
        margin-left: 128px;
        bottom: -111px;
    }

    .alarm-metre .s5 {
        margin-left: 169px;
        bottom: -111px;
    }

    .alarm-metre .s6 {
        margin-left: 211px;
        bottom: -111px;
    }

    .alarm-metre .s7 {
        margin-left: 252px;
        bottom: -111px;
    }

    .alarm-metre .s8 {
        margin-left: 294px;
        bottom: -111px;
    }

    .alarm-metre .s9 {
        margin-left: 335px;
        bottom: -111px;
    }

    .page-title, .page-title-c, .col-title {
        font-size: 20px;
        margin: 15px 0 0 0;
    }

    .table-bg .ui-table-btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .treegrid-expander {
        width: 15px;
        height: 15px;
        margin-right: 0px;
    }

    .treegrid-expander-expanded::after {
        height: 2px;
        margin-top: -3px;
        left: 3px;
        right: 3px;
        z-index: 9;
    }

    .treegrid-expander-expanded::before {
        content: none;
    }

    .treegrid-expander-collapsed::after {
        height: 2px;
        margin-top: -2px;
        left: 1px;
        right: 1px;
    }

    .treegrid-expander-collapsed::before {
        width: 2px;
        margin-left: -2px;
        left: 50%;
        top: 0px;
        bottom: 0px;
        z-index: 9;
    }

    .table-bg .float-start,
    .float-end {
        width: 100%;
    }

    .table-bg .IslemlerSelectList {
        max-width: 100%;
        width: 100%;
        float: left;
    }

    .treegrid-container {
        margin-left: 28px !important;
        line-height: normal;
    }

        .treegrid-container a p {
            font-size: 20px;
            text-transform: lowercase;
            width: initial;
            display: inline-block;
        }

            .treegrid-container a p::first-letter {
                text-transform: uppercase !important;
            }

    #performancePageModal > .modal-dialog {
        width: 95%;
        max-width: unset;
        top: 10%;
    }

    .comboTreeDropDownContainer li span {
        text-transform: lowercase;
    }

        .comboTreeDropDownContainer li span::first-letter {
            text-transform: uppercase !important;
        }

    .table-bg label, .select-form {
        font-size: 16px;
    }

    .tabs .tabs--list li a {
        font-size: 18px;
    }

    .ui-btn {
        font-size: 18px;
    }

    .pin-works p {
        text-transform: lowercase;
        font-size: 18px;
    }

        .pin-works p::first-letter {
            text-transform: uppercase !important;
        }

    .discover-page {
        text-align: center;
    }

        .discover-page .pe-5 {
            padding: 0 30px !important;
            font-size: medium;
        }

        .discover-page h4 {
            font-size: 21px;
        }

        .discover-page p {
            font-size: medium;
        }

        .discover-page img {
            display: none;
        }

    .test-cards p {
        font-size: medium;
    }

    .form-group label {
        font-size: medium;
    }

    #top-wizard strong, .form-group label, #anketSoru {
        font-size: large;
    }

    .iradio_square-aero {
        padding-right: 34px !important;
    }

    .ui-bg-shadow img {
        width: 100%;
    }

    .ui-btn-sm {
        width: 100%;
        margin-bottom: 10px;
        float: left;
        margin-left: 0 !important;
        text-align: center;
    }

    .pn-VideoEgitim_Contents a {
        width: 100% !important;
        float: left !important
    }

    #infovideo {
        width: 80%;
        max-height: 400px !important;
        margin-left: 10%;
        object-fit: fill;
    }

    .modal-content {
        margin-bottom: 13%;
    }

    #preloader img {
        position: absolute;
        left: 50%;
        top: 51%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .calendar-les {
        font-size: 0.9rem !important;
    }

    .time-navigation .navi-next {
        margin-left: 2% !important;
    }

    .time-navigation .navi-prev {
        margin-right: 2% !important;
    }

    .navi-prev, .navi-next {
        font-size: 18px;
        padding: 4px 9px;
    }

    #performancePageModal > .modal-dialog {
        width: 95% !important;
    }

    #treeGridTable > thead > tr > th {
        font-size: 0.55rem !important;
    }

    .TableHeaders.float-start.m-1.float-end.Buttons {
        display: none;
    }

    .TableHeaders.KazanimAdi, .table-bg > .KazanimAdi {
        margin: .25rem 0 !important;
    }

    .TableHeaders.OnHazirlik, .table-bg > .OnHazirlik {
        width: 13%;
    }

    .TableHeaders.KonuAnlatimi, .table-bg > .KonuAnlatimi {
        width: 15%;
    }

    .TableHeaders.Tekrar, .table-bg > .Tekrar {
        width: 15%;
    }

    .TableHeaders.KolaySoru, .table-bg > .KolaySoru {
        width: 15%;
    }

    .TableHeaders.OrtaZorSoru, .table-bg > .OrtaZorSoru {
        width: 22%;
    }

    .TableHeaders.Temel, .table-bg > .Temel {
        width: 15%;
    }

    .TableHeaders.Baslangic, .table-bg > .Baslangic {
        width: 23%;
    }

    .TableHeaders.Orta, .table-bg > .Orta {
        width: 14%;
    }

    .TableHeaders.Ileri, .table-bg > .Ileri {
        width: 14%;
    }

    .TableHeaders.Ust, .table-bg > .Ust {
        width: 11%;
    }

    .TableHeaders.Buttons, .table-bg > .Buttons {
        width: 6%;
    }

    .TableHeaders.Isledim, .table-bg > .Isledim {
        width: 18%;
    }

    .TableHeaders.Islemedim, .table-bg > .Islemedim {
        width: 23%;
    }

    .TableHeaders.Ogrendim, .table-bg > .Ogrendim {
        width: 23%;
    }

    .TableHeaders.Ogrenemedim, .table-bg > .Ogrenemedim {
        width: 29%;
    }

    .TableHeaders.Unuttum, .table-bg > .Unuttum {
        width: 21%;
    }

    .TableHeaders.Calistim, .table-bg > .Calistim {
        width: 20%;
    }

    .TableHeaders.DevamEdiyor, .table-bg > .DevamEdiyor {
        width: 30%;
    }

    .TableHeaders.Calismadim, .table-bg > .Calismadim {
        width: 26%;
    }

    .table-bg > td > i {
        margin-left: 0%;
    }

    .puan h3 {
        font-size: 30px;
    }

        .puan h3 span {
            margin-top: 0px !important;
        }

    .b-title {
        font-size: 50px;
    }

    .calismaOnerileri {
        padding: 0px !important;
    }

        .calismaOnerileri > .video-ders-list-wrapper {
            padding: 0 15px 20px 15px;
        }

            .calismaOnerileri > .video-ders-list-wrapper > div > div > p > b {
                font-size: 15px;
            }

            .calismaOnerileri > .video-ders-list-wrapper > div > div > .table-title {
                font-size: 15px;
            }

                .calismaOnerileri > .video-ders-list-wrapper > div > div > .table-title > b {
                    font-size: 15px;
                }

            .calismaOnerileri > .video-ders-list-wrapper > div > div > p {
                font-size: 15px;
            }

                .calismaOnerileri > .video-ders-list-wrapper > div > div > p > span {
                    font-size: 15px;
                }

    #CheckUpTestleri > div > div > div {
        padding: 0 !important;
    }

        #CheckUpTestleri > div > div > div > table {
            font-size: 15px !important;
        }

    .icon-wide img {
        width: 15%;
    }

    .ogrenciKimlikBilgileri {
        padding: 0 !important;
    }

    .page-form .inputs.mt-3 input {
        width: 30%;
    }

    .page-form .onerilenEgitimler input {
        width: 70% !important;
    }

    .inputs.mt-3 a {
        padding-left: 2%;
    }

    .inputs.mt-3 .ms-xl-3 {
        width: 190px;
    }

    #loaderContent ul {
        margin-top: 0px;
    }

        #loaderContent ul li {
            font-size: 18px;
            margin-left: 5% !important;
            margin-top: 0px;
        }
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width:992px) {
    .tanitim-video {
        max-width: 280px;
        height: 45px;
        line-height: 46px;
        font-size: 16px;
        margin: auto;
    }

        .tanitim-video svg {
            width: 25px !important;
            height: 25px !important;
            vertical-align: -5px;
        }

    .video-player {
        width: 100%;
        height: 100%;
    }

    *::-webkit-scrollbar {
        display: none;
    }

    .side-menu {
        display: none;
    }

    .content-block {
        width: 100%;
        margin: 0;
        padding: 80px 20px 0;
        top: 0;
    }

        .content-block .head {
            display: none;
        }

    .user-info img {
        display: none;
    }

    .user-info h1 {
        width: 100%;
    }

    .user-info p {
        width: 100%;
    }

    .footer {
        padding: 0 0 5px 0;
    }

        .footer .footer-line {
            margin-bottom: 5px;
        }

        .footer p {
            font-size: 11px;
        }

    .w-65 {
        width: 65% !important;
    }

    .w-30 {
        width: 30% !important;
    }

    .p-icon-1 {
        background-image: url("../images/icons/light/performance/p3-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .p-icon-2 {
        background-image: url("../images/icons/light/performance/p4-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .p-icon-3 {
        background-image: url("../images/icons/light/performance/p5-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .p-icon-4 {
        background-image: url("../images/icons/light/performance/p6-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .p-icon-5 {
        background-image: url("../images/icons/light/performance/p7-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .p-icon-6 {
        background-image: url("../images/icons/light/performance/p8-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .p-icon-7 {
        background-image: url("../images/icons/light/performance/p9-icon.svg");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 30px;
    }

    .alarm-metre {
        height: 100px;
    }

        .alarm-metre .a-line-1,
        .a-line-2,
        .a-line-3,
        .a-line-4,
        .a-line-5,
        .a-line-6,
        .a-line-7,
        .a-line-8,
        .a-line-9 {
            padding: 0 26px;
            font-size: 60px;
            height: 100px;
            line-height: 95px;
        }

        .alarm-metre .s1 {
            margin-left: 23px;
            bottom: -78px;
        }

        .alarm-metre .s2 {
            margin-left: 103px;
            bottom: -78px;
        }

        .alarm-metre .s3 {
            margin-left: 187px;
            bottom: -78px;
        }

        .alarm-metre .s4 {
            margin-left: 265px;
            bottom: -78px;
        }

        .alarm-metre .s5 {
            margin-left: 348px;
            bottom: -78px;
        }

        .alarm-metre .s6 {
            margin-left: 427px;
            bottom: -78px;
        }

        .alarm-metre .s7 {
            margin-left: 507px;
            bottom: -78px;
        }

        .alarm-metre .s8 {
            margin-left: 592px;
            bottom: -78px;
        }

        .alarm-metre .s9 {
            margin-left: 669px;
            bottom: -78px;
        }

    .float-start {
        width: 70% !important;
    }

    .table-bg .IslemlerSelectList {
        /*max-width: 100%;*/
        width: 100%;
        float: left;
    }

    .treegrid-container {
        margin-left: 48px !important;
        line-height: normal;
    }

    #performancePageModal > .modal-dialog {
        width: 95%;
        max-width: unset;
        top: 10%;
    }

    .iradio_square-aero {
        padding-right: 10px;
    }
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width:1200px) {
    .video-player {
        width: 100%;
        height: 100%;
    }

    *::-webkit-scrollbar {
        display: none;
    }

    .side-menu {
        display: none;
    }

    .content-block {
        width: 100%;
        margin: 0;
        padding: 80px 20px 0;
        top: 0;
    }

        .content-block .head {
            display: none;
        }

    .discover img {
        margin: 30px 6px 0 30px;
    }

    .user-info img {
        display: none;
    }

    .user-info h1 {
        width: 100%;
    }

    .user-info p {
        width: 100%;
    }

    .footer {
        padding: 0 0 5px 0;
    }

        .footer .footer-line {
            margin-bottom: 5px;
        }

        .footer p {
            font-size: 11px;
        }

    .puan {
        margin: 34px 10px;
    }

    .puan-1 svg {
        display: none;
    }

    .bar-metre .triangle {
        bottom: -12px;
    }

    .alarm-metre {
        height: 100px;
    }

        .alarm-metre .a-line-1,
        .a-line-2,
        .a-line-3,
        .a-line-4,
        .a-line-5,
        .a-line-6,
        .a-line-7,
        .a-line-8,
        .a-line-9 {
            padding: 0 40px;
            font-size: 60px;
            height: 100px;
            line-height: 95px;
        }

        .alarm-metre .s1 {
            margin-left: 36px;
            bottom: -78px;
        }

        .alarm-metre .s2 {
            margin-left: 144px;
            bottom: -78px;
        }

        .alarm-metre .s3 {
            margin-left: 257px;
            bottom: -78px;
        }

        .alarm-metre .s4 {
            margin-left: 365px;
            bottom: -78px;
        }

        .alarm-metre .s5 {
            margin-left: 472px;
            bottom: -78px;
        }

        .alarm-metre .s6 {
            margin-left: 584px;
            bottom: -78px;
        }

        .alarm-metre .s7 {
            margin-left: 689px;
            bottom: -78px;
        }

        .alarm-metre .s8 {
            margin-left: 802px;
            bottom: -78px;
        }

        .alarm-metre .s9 {
            margin-left: 909px;
            bottom: -78px;
        }

    .table-bg .float-start,
    .float-end {
        width: 100%;
    }

    .table-bg .IslemlerSelectList {
        max-width: 100%;
        width: 100%;
        float: left;
    }

    .treegrid-container a p {
        text-transform: lowercase;
        width: initial;
        display: inline-block;
    }

        .treegrid-container a p::first-letter {
            text-transform: uppercase;
        }

    .treegrid-container {
        margin-left: 28px !important;
        line-height: normal;
    }

    #performancePageModal > .modal-dialog {
        width: 95%;
        max-width: unset;
        top: 10%;
    }
}


/*X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .header,
    .mm-ocd {
        display: none;
    }
}


/*XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
}

#preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    text-align: center;
    background: rgb(255 255 255 / 0.85);
    backdrop-filter: blur(6px);
}

    #preloader img {
        width: 20%;
    }

@media (min-width: 768px) and (max-width: 1200px) {
    #preloader img {
        position: unset;
        margin-top: 30% !important;
        width: 50% !important;
        margin-left: 45% !important;
        transform: translate(-50%, -50%);
    }

    #loaderContent {
        width: 600px !important;
        margin-top: -140px;
    }

        #loaderContent ul li {
            margin-left: 5% !important;
        }
}


@media (max-width: 768px) {
    #preloader img {
        position: unset;
        margin-top: 30% !important;
        width: 50% !important;
        margin-left: 45% !important;
        transform: translate(-50%, -50%);
    }

    #loaderContent {
        margin-top: -80px;
    }

        #loaderContent ul {
            margin-top: 1em !important;
        }

            #loaderContent ul li {
                font-size: 0.75em !important;
                margin-left: 5% !important;
                margin-top: 0px !important;
                width: 90% !important;
                line-height: 1.8em !important;
            }

        #loaderContent > h2, #loaderContent > h4 {
            font-size: 0.8em;
        }
}
