﻿.page-wrapper.material-type::before {
    background-image: linear-gradient(103deg, #f07d00 -13.9%, #f07d00 79.68%);
}

.aistitle {
    font-size: x-large;
    font-weight: bolder;
}

.active > .page-link, .page-link.active {
    background-color: orange;
    border-color: orange;
}

.page-link:focus, .page-link {
    color: orange;
}

page-link:hover {
    color: black;
}

#popupBlock {
    height: fit-content !important;
}

.mobilsagust {
    display: none
}

.mobildeButonHeader {
    display: none
}

.timeline {
    padding: 0px !important
}





#divKimlikBilgi input[type="text"] {
    width: 100%!important
}



@media only screen and (max-width: 991.98px) {
    .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
        width: 58%;
    }
}

@media(max-width:576px) {
    #popupBlock {
        width: max-content !important;
        margin-left: unset !important;
        top: unset !important;
        height: max-content !important;
        margin-top: unset !important;
        left: unset !important;
        top: 15% !important;
        max-width: 100% !important;
    }

    .surec-bilgi div {
        min-width: unset !important;
    }

    .sagust {
        display: none
    }

    .mobilsagust {
        display: block
    }

    .mobildeButonHeader {
        display: block
    }

        .mobildeButonHeader li:nth-child(1),
        .mobildeButonHeader li:nth-child(2) {
            float: left;
            width: calc(50%);
        }

        .mobildeButonHeader li:nth-child(2) {
            margin-right: 0;
        }

        .mobildeButonHeader li:nth-child(3) {
            clear: both;
            width: 100%;
            margin-top: 10px;
        }

    #pageWrapper > div.mobildeButonHeader > ul > li:nth-child(3) > a {
        width: 100% !important;
    }

    .mobildeButonHeader li {
        padding: 10px;
        background: #f0f0f0;
        border-radius: 4px;
        text-align: center;
        box-sizing: border-box;
    }
}

.page-link:focus {
    color: white!important;
}

h3 {
    border-bottom: none !important;
}
.footer {
    position: static !important;
}

.page-wrapper.material-type::before {
    background: #f07d00
}