<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acr_scrollbar {
    float: right;
    overflow-y: scroll;
}

.acr_scrollbar::-webkit-scrollbar {
    width: 3px;
    background: #F5F5F5;
}
.blinking-tag {
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blink-animation 1s linear infinite;
}

@keyframes blink-animation {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.acr_image-wrapper {
    width:100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px; /* Spinner iÃ§in yeterli alan saÄŸlamak */
}

.acr_spinner-image {
    display: inline-block; /* BaÅŸlangÄ±Ã§ta spinner gÃ¶rÃ¼nÃ¼r */
    border: 4px solid #f3f3f3; /* Spinner arka planÄ± */
    border-top: 4px solid #3498db; /* Spinner Ã¶n planÄ± */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: acr_spin 1s linear infinite;
    position: absolute;
}

@keyframes acr_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.acr_lazy-image {
    max-width: 100%;
    opacity: 1; /* Resim yÃ¼klendiÄŸinde tam opaklÄ±k */
}

.acr_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(199, 199, 199, 0.1);
    background-color: #d9d9d9;
}

.acr_div_table {
    border: 1px solid #e8e8e8;
    padding: 2px;
}

.acr_div_active {
    background-color: #f0f1f0;
}

.acr_baslik_1 {
    font-size: 13pt;
}

.acr_div_ders_hucre {
    border: 1px solid #e8e8e8;
    padding: 2px;
    min-height: 85px;
    cursor: pointer;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
    min-width: 170px;
    font-size: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(204, 204, 204, 0.66);
}

.acr_div_ders_hucre_header {
    border: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(0, 20, 56, 0.36);
    background-color: rgba(0, 52, 115, 0.78);
    color: rgb(209, 244, 255);
    cursor: pointer;
    min-width: 150px;
    padding-left: 2px;
    font-size: small;
}
.acr_btn-group-sm &gt; .btn {
    padding: 0.25rem 0.3rem;
    font-size: 0.6rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.acr_div_hucre_loading {
}

.acr_div_ders_hucre_ogrenci {

    border: 1px solid #e8e8e8;
    padding: 2px;
    min-height: 60px;
    cursor: pointer;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px 0 2px 0;
    min-width: 150px;
    font-size: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(204, 204, 204, 0.1);
}


.acr_mini_input input {
    padding: 1px !important;
    margin: 1px !important;;
    min-height: 20px !important;;
    width: 30px !important;;
    font-size: 9px !important;;
}

.acr_ul_0 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.acr_div_etut_1 {
    border: 1px solid #98b0d6;
    color: #0a6ea0;
    padding: 1px;
    font-size: 10px;
    cursor: pointer;
}

.acr_link {
    cursor: pointer;
}

.acr_link_active {
    border-bottom: solid 1px #3e74bc;
    cursor: pointer;
}

.acr_div_hide {
    display: none;
}

.acr_div_show {
    display: block;
}

.acr_div_etut_2 {
    border: 1px solid #f1ea72;
    color: #f18f4a;
    padding: 1px;
    font-size: 10px;
    cursor: pointer;
}

.acr_div_etut_3 {
    border: 1px solid #f18e85;
    color: #f16878;
    padding: 1px;
    font-size: 10px;
    cursor: pointer;
}

.acr_div_etut_4 {
    border: 1px solid #78b7f1;
    color: #818df1;
    padding: 1px;
    font-size: 10px;
    cursor: pointer;
}

.acr_btn {
    white-space: normal;
}

.acr_ul_li_0 ul &gt; li {
    padding-left: 0;
    line-height: normal;
    list-style: none;
}

.acr_text_xx_smaller_with_border {
    font-size: xx-small;
    border-right: 1px solid #c5cbc7;
    border-bottom: 1px solid #c5cbc7;
    padding: 1px
}

.acr_div_input_alert input {
    background-color: #fffdc8;
    color: red
}

.acr_lesson_color {
    color: #000000;
}

.acr_units_color {
    color: rgba(0, 128, 208, 0.78);
    background-color: cornflowerblue;
}

.acr_subjects_color {
    color: rgba(144, 12, 63, 0.68);
}

.acr_earnings_color {
    color: rgba(57, 131, 48, 0.81);
}

.acr_sub_earnings_color {
    color: rgba(51, 136, 150, 0.73);
}

.acr_div_input_exam_border input {
    border: 1px solid #000000;
}

.acr_div_input_lesson_border input {
    border: 1px solid #000000;
}

.acr_div_input_units_border input {
    border: 1px solid rgba(0, 128, 208, 0.30);
}

.acr_div_input_subjects_border input {
    border: 1px solid rgba(144, 12, 63, 0.30);
}

.acr_div_input_earnings_border input {
    border: 1px solid rgba(57, 131, 48, 0.30);
}

.acr_div_input_sub_earnings_border input {
    border: 1px solid rgba(51, 136, 150, 0.30);
}

.acr_div_ders {

}

.acr_div_ogle_arasi {
    background-color: #d6d4bd;
}

.badge-yellow {
    background-color: #eed599;
    border-color: #796943;
    color: #857241 !important;
}

.badge-soft-blue {
    background-color: #99d0ee;
    border-color: #557485;
    color: #526f80 !important;
}

.badge-orange {
    background-color: #FFAD60;
    border-color: #5b3b1b;
    color: #5b3b1b !important;
}

.badge-pink {
    background-color: #FFCCD2;
    border-color: #7e6063;
    color: #7e6063 !important;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-primary {
    background-color: #007bff;
}

.badge-secondary {
    background-color: #6c757d;
}

.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-info {
    background-color: #17a2b8;
}

.badge-light {
    background-color: #f8f9fa;
}

.badge-dark {
    background-color: #343a40;
}

.columns {
    display: flex; /* Flexbox kullanarak sÃ¼tunlarÄ± yan yana diz */
    overflow-x: auto; /* Yatay kaydÄ±rma Ã§ubuÄŸunu etkinleÅŸtir */
    width: 100%; /* Tam ekran geniÅŸliÄŸini kullan */

}

.columns ul {
    list-style: none;
    padding: 0;

}

.columns li {
    font-size: smaller;

}
.acr_ul_style ul {
    list-style: none;
    padding: 0;

}
.acr_ul_style li {
    padding: 6px;
    margin-top: 5px;
    font-size: smaller;
}
.column {
    flex: 0 0 auto; /* Her sÃ¼tunun kendi iÃ§eriÄŸine gÃ¶re boyutlandÄ±rÄ±lmasÄ±nÄ± saÄŸla */
    min-width: 200px; /* Minimum sÃ¼tun geniÅŸliÄŸi */
    /* DiÄŸer stil Ã¶zellikleri (arkaplan, kenarlÄ±k vs.) */
    border-right: 1px solid #ccc;
    padding: 10px;

}
.acr_modal_left {
    position: fixed; /* Sabit pozisyon */
    right: 0; /* BaÅŸlangÄ±Ã§ta saÄŸ tarafta gizli */
    top: 0;
    width: 400px; /* Modal geniÅŸliÄŸi */
    height: 100%; /* Tam ekran yÃ¼ksekliÄŸi */
    background-color: white; /* Arka plan rengi */
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.5); /* GÃ¶lge efekti */
    transition: right 0.3s; /* SaÄŸdan aÃ§Ä±lma animasyonu */
    z-index: 1000; /* DiÄŸer Ã¶ÄŸelerin Ã¼zerinde gÃ¶rÃ¼nmesi */
}
.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.bold {
    font-weight: 600 !important
}
.large {
    font-size: 1.25rem !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.selected_item {
    background-color: #ebebec;
    padding: 0 2px 0 2px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: smaller;
    color: #16192a;

}

.active_courses {
    background-color: #5e72e4;
    color: white;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.active_videos {
    background-color: #0f7ede;
    color: white;
    border-radius: 5px;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.custom-slide-enter-active, .custom-slide-leave-active {
    transition: all 0.5s ease;
}

.custom-slide-enter-from, .custom-slide-leave-to {
    transform: translateX(30%); /* SaÄŸdan yarÄ±m mesafe giriÅŸ */
    opacity: 0;
}

.custom-slide-enter-to, .custom-slide-leave-from {
    transform: translateX(0); /* Normal konuma dÃ¶nÃ¼ÅŸ */
    opacity: 1;
}

.custom-slide-leave-active {
    transition: all 0.5s ease;
}

.custom-slide-leave-to {
    transform: translateX(-30%); /* Sola yarÄ±m mesafe Ã§Ä±kÄ±ÅŸ */
    opacity: 0;
}

.custom-slide-down-enter-active, .custom-slide-down-leave-active {
    transition: all 0.3s ease;
}

.custom-slide-down-enter-from, .custom-slide-down-leave-to {
    transform: translateY(100%); /* AÅŸaÄŸÄ±dan giriÅŸ */
    opacity: 0;
}

.custom-slide-down-enter-to, .custom-slide-down-leave-from {
    transform: translateY(0); /* Normal konuma dÃ¶nÃ¼ÅŸ */
    opacity: 1;
}

.custom-slide-up-enter-active, .custom-slide-down-leave-active {
    transition: all 0.5s ease;
}

.custom-slide-up-enter-from, .custom-slide-down-leave-to {
    transform: translateY(100%); /* AÅŸaÄŸÄ±dan giriÅŸ */
    opacity: 0;
}

.custom-slide-up-enter-to, .custom-slide-down-leave-from {
    transform: translateY(0); /* Normal konuma dÃ¶nÃ¼ÅŸ */
    opacity: 1;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fade-in 0.3s ease both;
}

.scrollable-div {
    max-height: 300px; /* Maksimum yÃ¼kseklik */
    overflow-y: auto; /* Yatay kaydÄ±rma etkin */
}

.acr_font_smaller {
    font-size: smaller;
}

@media (max-width: 768px) {
    .columns {
        flex-direction: column; /* SÃ¼tunlarÄ± dikey hale getir */
    }

    .column {
        /* Her sÃ¼tunun tam geniÅŸliÄŸi kaplamasÄ±nÄ± saÄŸla */
        width: 100%;
        border-right: none;
        padding: 4px 0 4px 0;
    }

    .columns li {
        padding: 5px;
        border-bottom: 1px solid rgba(189, 189, 189, 0.31);
        margin-top: 0;

    }
    .acr_ul_style li {
        padding: 6px;
        margin-top: 12px;
        font-size: smaller;
    }
}
@media (max-width: 576px) {
    .mobil_tik {
        padding: 5px;
    }
}


del, strike {
    text-decoration: none;
    line-height: 1.4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.63em, transparent), color-stop(0.63em, #5e5e5e), color-stop(0.7em, #6fbdad), color-stop(0.7em, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, transparent 0em, transparent 0.63em, #5e5e5e 0.63em, #5e5e5e 0.7em, transparent 0.7em, transparent .8em);
    background-image: -o-linear-gradient(top, transparent 0em, transparent 0.63em, #5e5e5e 0.63em, #5e5e5e 0.7em, transparent 0.7em, transparent .8em);
    background-image: linear-gradient(to bottom, transparent 0em, transparent 0.63em, #5e5e5e 0.63em, #5e5e5e 0.7em, transparent 0.7em, transparent .8em);
    -webkit-background-size: 1.4em 1.4em;
    background-size: 1.4em 1.4em;
    background-repeat: repeat;
}

.scroll-div {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.btn-sm-not-rounded {
    padding: .25rem .5rem;
}

.btn-not-rounded {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    font-family: Exo\ 2, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar {
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.course-item {
    padding-left: 24px;
}

.course-item-arrow-icon {
    padding-left: 24px;
}

.course-item-active {
    display: block;
}

.course-item-deactive {
    display: none;
}

.box-gradient {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
}

.whatsapp_button {
    position: fixed;
    left: 10px;
    bottom: 10px;
    opacity: .8;

}

.acr_border_dotted {
    border: 1px dotted #e3e7e5;
}

.acr_border_dotted_bottom {
    border-bottom:dotted 1px  #e3e7e5;
}

.acr_hr {
    min-height: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #d5d4d4;
}

.acr_scrollbar {
    float: right;
    overflow-y: scroll;
    overflow-x: hidden;
}

.acr_scrollbar::-webkit-scrollbar {
    width: 3px;
    background: #F5F5F5;
}

.acr_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(199, 199, 199, 0.1);
    background-color: #d9d9d9;
}
.soruAnaliz {

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(93, 109, 126, .1);
}

.sonuc {
    opacity: .8;
    font-size: 48px;
}
.sonuc-thin {
    opacity: .8;
    font-size: 24px;
}

.soru {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    margin: 0 1px 2px 0;
    width: 30px;
    padding: 2px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(93, 109, 126, .5);
}

.soru-active {
    color: whitesmoke;
    background-color: #1e6dbd;
}

.cevap-active {
    color: whitesmoke;
    background-color: #3c763d;
}

.soru-cevap {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    margin: 0 1px 2px 0;
    width: 30px;
    padding: 2px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(93, 109, 126, .3);
}

.soru-cevap-big {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    margin: 0 1px 2px 0;
    width: 40px;
    padding: 4px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 1px solid rgba(93, 109, 126, .3);
}

.soru-cevap-item {
    color: rgba(23, 32, 42, .3);
}

.cevap-active-green {
    color: black;
    background-color: rgba(35, 155, 86, .3);
}

.cevap-active-red {
    color: black;
    background-color: rgba(176, 58, 46, .3);
}

.cevap-active {
    color: black;
    background-color: rgba(44, 62, 80, .3);
}

.del {
    text-decoration: line-through;
    position: relative;
}

.del::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c71c1c;
    transform: translateY(-50%);
    z-index: -1;
}
.acr_pointer{
    cursor: pointer;
}
.acr_select_active_div{
    background: linear-gradient(90deg, rgb(227, 232, 243) 0%, rgb(204, 187, 187) 50%, rgb(215, 172, 172) 100%);
    color: #181818;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    padding-left: 10px;
}
.acr_div_hover {
    background: linear-gradient(90deg, rgb(249, 251, 255) 0%, rgb(255, 250, 250) 50%, rgba(255, 255, 255, 1) 100%);
    color: #333333;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    padding-left: 10px;
}

.acr_div_hover:hover {
    background: linear-gradient(90deg, rgb(220, 234, 255) 0%, rgba(252, 231, 231, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    color: #212121;
}

.whatsapp_button:hover {
    -webkit-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    -moz-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    opacity: 1;

}

.call_button:hover {
    -webkit-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    -moz-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    opacity: 1;

}

.call_button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: .8;

}

.phoneFormBase-active {
    display: block;
}

.phoneFormBase-passive {
    display: none;

}

.phoneFormBase {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: #333;

}

.phoneFormBase .section .container {
    height: 100%;
    color: #fff5fa;

}

.phoneFormBase .container {
    max-width: 100%;
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    padding: 0 10px;
}

.phoneFormBase .section {

    padding: 40px 0;
}

.phoneFormBase .header {
    display: block;
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 100;
}

.phoneFormBase .login-container {
    padding: 0px 0 50px;
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.phoneFormBase .login-container form {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.phoneFormBase .login-container h4 {
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 600;
}

.phoneFormBase h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.phoneFormBase .notification {
    font-size: 14px;
    color: #d9d9d9;
    border-radius: 4px;
    margin: 0 0 30px;
    font-style: italic;
}

.phoneFormBase .form-group {
    margin: 20px 0 0;
}

.phoneFormBase input {
    display: block;
    padding: 12px 20px;
    border: 1px solid #999;
    background: #fff;
    color: #666;
    width: 100%;
    box-shadow: inset 1px 3px 4px 0 rgb(0 0 0 / 10%);
    font-size: 20px;
    outline: none;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.phoneFormBase button {
    color: #fff;
    background-color: #5567ff;
    width: 100%;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    font-size: 20px;
    padding: 11px 37px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    outline: none
}

.alert.alert-danger {
    background: #721c24;
    border-color: #8d2630;
    color: #fff;
}

.alert {
    width: 100%;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #5567ff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.grid-satir:hover {
    background: rgba(248, 177, 165, 0.18);
    background: -moz-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 177, 165, 0.18)), color-stop(47%, rgba(246, 246, 246, 0.77)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=1);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.bigorafi {
    text-align: left;
}

.bigorafi li {
    text-align: left;
}

.bigorafi ul {
    text-align: left;
}

.baseCcontainer {
    display: flex;
    flex-direction: column;
}

basefirstheader {
    z-index: 999;
    flex: 1 0 auto;
}

baseHeader {
    z-index: 999;
    flex: 1 0 auto;
}

baseFooter {
    flex: 1 0 auto;
}

baseMain {
    flex: 1 0 auto;
    min-height: 676px; /*1080px yÃ¼kseklik iÃ§in ayarlandÄ±*/
}
</pre></body></html>