body {
    font-family: 'poppins', sans-serif;
}

.form-control {
    border-radius: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    height: calc(.25rem * 12);
}

.form-control-no-height {
    border-radius: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-no-height #file-upload-button {
    border: none !important
}

.form-label {
    font-weight: 600 !important;
    color: #737373 !important;
    margin-bottom: .3rem !important;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-7px);
    }
}

.bounce {
    animation: bounce 2s forwards;
}

.chat-button {
    cursor: pointer;
}

.chat-modal {
    z-index: 999999;
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 500px;
    height: 400px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    animation: grow 0.5s forwards;
}

@media (max-width: 575.98px) {
    .chat-modal {
        width: 280px !important;
        height: 300px !important;
    }
}

.modal-content {
    padding: 20px;
}

.chatCloseButton {
    color: #aaa;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.chatCloseButton:hover,
.chatCloseButton:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes grow {
    0% {
        transform: scale(0);
        /* Başlangıçta sıfır ölçek */
    }

    100% {
        transform: scale(1);
        /* Büyüdüğünde normal ölçek */
    }
}

.chatBody {
    overflow-y: auto;
}


.table-overflow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.puan-siralama-nav .nav-link {
    background-color: white;
    border-bottom: 1px solid #dee2e6
}

.main-container {
    padding-bottom: 50px;
    margin-top: 0 !important
}

.duello-main {
    padding: 25px 25px 12px 34px;
    min-height: 1000px;
    width: calc(100% - 300px) !important;
}

.anasayfa-main {
    padding: 25px 25px 12px 34px;
    min-height: 1000px;
    width: calc(100% - 300px) !important;
}

.site-ic {
    max-width: 1386px;
    margin: auto;
}

.sorualan {
    height: 100% !important
}

.box-shadow-none {
    box-shadow: none !important;
}

.site-ic .sol {
    order: 2;
}

.main {
    padding: 29px 25px 12px 25px;
    min-height: 1500px
}

/* Konular Testler Baslangic */

.konu-testler-main {
    background-color: #fff;
    border-top-right-radius: 20px;
}

.konu-testler-basliklar {
    padding-left: 24px;
    padding-right: 24px;
}

.konu-testler-baslik {
    padding-top: 20px;
    padding-bottom: 20px;
}

.konu-testler-konular {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.konu-testler-baslik {
    color: rgba(37, 43, 66, 0.63);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
    width: 80px;
    transition: 0.2s;
}

.konu-testler-baslik div.active {
    color: #252B42 !important;
    font-weight: 700 !important;
}

.konu-testler-baslik div.active .konu-testler-borderline {
    display: block !important;
}

.konu-testler-yukseklik {
    height: 361px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}


.konu-testler-active span {
    color: #252B42 !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-left: 8px !important;
}

.konu-testler-konu-isimleri {
    color: Gray/800;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    padding: 16px 0 16px 16px;
    border: 1px solid #E2E8F0;
    background: #F1F5F9;
}

.konu-testler-konu-satirlari {
    max-height: 360px;
}


.konu-testler-konu-satirlari-simge {
    color: #00FF38;
    width: 10px;
    padding: 0 21px 0 16px
}

.konu-testler-konu-satirlari-text {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    padding: 17px 0
}

.konu-testler-konu-satir {
    border-bottom: 1px solid #E2E8F0;
}

.konu-testler-tumunugoruntule-text {
    color: #0A5F59;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    padding: 16px 0;
    background-color: #fff;
    border-top: 1px solid #E2E8F0;
}

/* Konular Testler Sonu */

/* Konuya Göre Test Baslangic */
.konuya-gore-test-main {
    background-color: #fff;
    min-height: 706px;
    margin-top: 30px
}

.rastgele-soru-coz {
    max-width: 400px;
    border-radius: 6px;
    margin-left: 20px;
    padding: 10px;
    border: 1px solid #00B374;
    background: #E7FAFA;
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.konuya-gore-test-basliklar {
    padding-right: 28px;
    padding-left: 24px;
}

.konuya-gore-test-konular {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.konuya-gore-test-baslik {
    color: rgba(37, 43, 66, 0.63);

    /* Medium/Headings H5 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px
}

.konuya-gore-test-baslik div.active .konuya-gore-test-borderline {
    display: block !important;
    width: 100% !important;
}

.konuya-gore-test-baslik div.active span {
    color: #252B42;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 8px;
}

.konuya-gore-test-uyari {
    border: 1px solid #E2E8F0;
    background: #F1F5F9;
}

.konuya-gore-test-uyari-text {
    color: var(--alert-succes-600, #00B374);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 2px;
    padding: 16px 0
}

.konuya-gore-test-isimleri {
    background-color: #F1F5F9;
}

.konuya-gore-border-top {
    border-top: 1px solid rgba(152, 152, 152, 0.827)
}

.konuya-gore-test-isimleri-text {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
    padding: 17px 0
}

.konuya-gore-test-alt {
    padding: 29px 10px;
}

.konuya-gore-test-input-group-text {
    background-color: #F5F5F5 !important;
    border: none !important;
    padding-left: 20px;
}

.konuya-gore-test-input-group {
    max-width: 369px !important;
}

.konuya-gore-test-submit {
    border-radius: 8px;
    background: #0A5F59;
    width: 102px;
    height: 42px;
    flex-shrink: 0;
    color: var(--theme-colors-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
}


.duyuru-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.duyuru-icerik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.konuya-gore-test-uyari {
    max-width: 539px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #00B374;
    background: #E7FAFA;
}

/* Konuya Göre Test Sonu */

/* Duyurular Başlangıç */
.duyurular-main {
    margin-top: 30px;
    background-color: #ffffff;
}

.duyurular-baslik {
    margin-top: 2px;
    background: #F1F5F9;
    height: 65px;
    width: 100%;
}

.duyurular-baslik-text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

.duyurular-baslik-notification-active div {
    display: block !important;
}

.duyuru-kartlar {
    width: 221.713px;
    height: 256.81px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 1px 27px 35px 20px rgba(223, 235, 233, 0.89);
    -moz-box-shadow: 1px 27px 35px 20px rgba(223, 235, 233, 0.89);
    box-shadow: 1px 27px 35px 20px rgba(223, 235, 233, 0.89);

}

.duyurular-yeni-duyuru-logo {
    width: 82px;
    height: 32px
}

.duyurular-kartlar-adalet-logo {
    width: 47px;
    height: 47px;
    border-radius: 8px;
    background: linear-gradient(316deg, #EF4444 0%, #FF8989 92.87%);
    margin-top: 60px
}

.duyurular-kartlar-saglik-logo {
    width: 47px;
    height: 47px;
    border-radius: 8px;
    background: #30C8B8;
}

.duyurular-kartlar-logo-img {
    width: 17px;
    height: 15px;
}

.duyurular-kartlar-baslik {
    color: #034D82;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 160% */
    margin-top: 19px;
    padding: 0 10px
}

.duyurular-kartlar-text {
    color: #8EA9C1;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 160% */
}

/* Duyurular Sonu */

/* Kullanıcı Yorumları Baslangic */
.kullanici-yorumlari {
    max-width: 1042px;
}

.kullanici-yorumlari-main {
    max-width: 1042px;
    margin-top: 30px;
    background-color: #ffffff;
}

.kullanici-yorumlari-baslik {
    background: #F1F5F9;
}

.kullanici-yorumlari-text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 22px 0
}

.kullanici-yorumlari-tumunugoster {
    color: #034D82;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.duyurular-tumunu-goster {
    color: #034D82;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.kullanici-yorumlari-alt {
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 1025px;
}

.kullanici-yorumlari-alt-kartlar {
    padding-left: 70px;
    margin-bottom: 49px
}

.kullanici-yorumlari-alt-text {
    color: #90A3B4;
    font-family: DM Sans;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    margin-top: 14px;
    margin-bottom: 20px
}

.kullanici-yorumlari-alt-profil-isim {
    color: #034D82;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    letter-spacing: 0.2px;
}

.kullanici-yorumlari-alt-profil-text {
    color: #90A3B4;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */

}

/* Kullanıcı Yorumları Sonu */

/* Genel Main Başlangıç */
.main-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 19px;
    padding-top: 10px;
    border-bottom: 2px solid #C4CDD5
}

.main-cerceve {
    margin-top: 24px;
    background-color: #fff;
    padding: 30px
}

/* Genel Mail Sonu */

/* Hesap Bilgileri Baslangic */
.hesap-bilgileri-main-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ip-bilgileri-main-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hesap-bilgileri-main-baslik-alt {
    color: white;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 100% */
    padding: 10px;
    border-radius: 10px;
}

.hesap-bilgileri-main-email {
    color: #252B42;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.hesap-bilgileri-main-hesabi-sil {
    border-radius: 4px;
    border: 1px solid var(--gray-300, #DFE3E8);
    background: #DC3545;
    box-shadow: 0px 1px 1px 0.5px rgba(5, 44, 101, 0.06);
    padding: 8px 12px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border: none
}

.hesap-bilgileri-main-profil-text {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.hesap-bilgileri-main-profil-kaldir {
    border-radius: 4px;
    border: 1px solid var(--gray-300, #DFE3E8);
    background: var(--theme-colors-white, #FFF);
    box-shadow: 0px 1px 1px 0.5px rgba(5, 44, 101, 0.06);
    padding: 8px 12px;
    color: #252B42;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    height: 30px;
}

.hesap-bilgileri-main-profil-text-alt {
    color: var(--gray-500, #919EAB);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
}

.hesap-bilgileri-main-profil-switch:checked {
    background-color: #1BAA76 !important;
}

.hesap-bilgileri-main-profil-switch:not(:checked) {
    background-color: #C8C8C8 !important;
}

.profile-navbar .nav-item .nav-link.active {
    background-color: #f5f5f5 !important;
}

.profile-navbar .nav-item .nav-link:hover {
    background-color: #f5f5f5 !important;
}

.profile-navbar .nav-item .nav-link {
    color: #525252 !important;
}

.hesap-bilgileri-main-profil-switch {
    transform: scale(1.4);
}

.hesap-bilgileri-main-profil-kaydet {
    padding: 14px 20px;
    color: var(--theme-colors-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border-radius: 8px;
    background: #b10919;
    border: none !important
}

/* Hesap Bilgileri Sonu */

/* Ayarlar Başlangıç */

.ayarlar-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ayarlar-baslik-alt {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 100% */
}

.ayarlar-email {
    color: #252B42;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.ayarlar-email-text {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

.ayarlar-email-kaydet {
    padding: 14px 20px;
    color: var(--theme-colors-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border-radius: 8px;
    background: #1BAA76;
    border: none !important
}

.ayarlar-parola-gereksinimi {
    color: #252B42;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    /* 100% */
}

.ayarlar-parola-gereksinimi-alt {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 100% */
}

/* Ayarlar Sonu */

/* Tüm Konular Başlangıç */
.tumkonular-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tumkonular-baslik-alt {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 100% */
}

.tumkonular-uyari {
    display: flex;
    width: 100%;
    min-height: 70px;
    border-radius: 8px;
    border: 1px solid #FFECB5;
    background: #0A5F59;
}

.tumkonular-uyari-text {
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tumkonular-konu-basliklar {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 4px;
    background: var(--gray-200, #F4F6F8);
}

.konuIsaretli {
    text-decoration: line-through !important;
}

.badge {
    background-color: black;
    color: white
}

.tumkonular-konu-icerikler {
    color: var(--gray-600, #637381) !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.tumkonular-konu-icerikler-sorusayisi {
    color: var(--gray-900, #161C24);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tumkonular-kaydet {
    padding: 14px 20px;
    color: var(--theme-colors-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border-radius: 8px;
    background: #1BAA76;
    border: none !important;
    width: 170px;
}

/* Tüm Konular Sonu */

/* Tüm Test Konuları Başlangıç */
.tumtestkonular-konular-baslik {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

.tumtestkonular-konu-icerikler-main {
    min-height: 220px;
}

.tumtestkonular-konu-basliklar {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 4px;
    background: var(--gray-200, #F4F6F8);
}

.tumtestkonular-icerikler {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 116.667% */
    border-bottom: 1px solid rgba(145, 158, 171, 0.31)
}

.tumtestkonular-icerikler-sorusayisi {
    color: var(--gray-900, #161C24);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tumtestkonular-select {
    border-radius: 6px !important;
    border: 1px solid var(--gray-300, #DFE3E8) !important;
    color: var(--gray-500, #919EAB) !important;
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    color: Gray/300;
    padding: 11px 12px 11px 20px;
}

.tumtestkonular-pagination {
    margin-bottom: 10px
}

.tumtestkonular-pagination-ilerigeri {
    border-radius: 8px;
    border: 1px solid var(--gray-400, #C4CDD5);
    background: var(--theme-colors-white, #FFF);
    padding: 12px 14px;
    color: #1BAA76;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

.tumtestkonular-pagination-sayi {
    border-radius: 8px;
    border: 1px solid var(--gray-400, #C4CDD5);
    background: var(--theme-colors-white, #FFF);
    padding: 12px 14px;
    color: #1BAA76;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

.tumtestkonular-pagination-sayi-active {
    border-radius: 8px !important;
    border: 1px solid #1BAA76 !important;
    background: #1BAA76 !important;
    display: flex !important;
    padding: 12px 14px !important;
    color: var(--theme-colors-white, #FFF) !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    /* 100% */
}

/* Tüm Test Konuları Sonu */

/* Tüm Siparişler Başlangıç */

.tumsiparislerim-baslik {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.tumsiparislerim-table {
    min-height: 400px;
}

.tumsiparisler-konu-baslik {
    background-color: #F9FAFB !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    white-space: nowrap;
}

.tumsiparisler-konu-icerik {
    color: var(--gray-900, #161C24) !important;
    font-family: Inter !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    /* 160% */
    padding-top: 10px;
    white-space: nowrap;
}

/* Tüm Siparişler Sonu */

/* Paketler Başlangıç */

.main-paketler {
    padding: 29px 0 12px 0;
}

.paketler-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.paketler-baslik-alt {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.paketler-bizimlekonusun {
    color: var(--theme-colors-primary, #624BFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border-radius: 8px;
    border: 1px solid var(--theme-colors-primary, #624BFF);
    display: flex;
    padding: 6px 8px;
    align-items: flex-start;
}

.paketler-kurum-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 123px;
    text-align: end;
    align-self: center;
}

.paketler-select {
    max-width: 500px;
    padding: 11px 12px 11px 20px !important;
    color: var(--gray-500, #919EAB);
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
}

.paketler-switch-butonlar {
    background-color: #fff;
    border-radius: 20px;
    width: 124px;
}

.paketler-switch-buton.active {
    background-color: #624BFF;
    border-radius: 20px;
    color: white;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
}

.paketler-switch-buton {
    background-color: #fff;
    border-radius: 20px;
    color: #624BFF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
}

.paketler-ucretsizuyelik-main {
    width: 308px;
    height: 343px;
    padding: 32px 26px;
    border-radius: 8px;
    background: var(--theme-colors-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(21, 30, 40, 0.08), 0px 2px 4px 0px rgba(13, 23, 33, 0.08);
}

.paketler-ucretsizuyelik-baslik {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.paketler-ucretsizuyelik-baslik-alt {
    color: var(--gray-600, #637381);
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 161.538% */
    padding-top: 15px;
}

.paketler-ucretsizuyelik-border {
    background: #DFE3E8;
    width: 307px;
    height: 1px;
    left: 0;
    right: 0;
    top: 20px
}

.paketler-ucretsizuyelik-ozellikler-baslik {
    color: var(--gray-800, #212B36);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.28px;
    margin-top: 47px
}

.paketler-ucretsizuyelik-ozellikler {
    color: var(--gray-600, #637381);
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 161.538% */
}

.paketler-vip-main {
    width: 308px;
    padding: 32px 10px 20px 26px;
    border-radius: 8px;
    background: var(--theme-colors-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(21, 30, 40, 0.08), 0px 2px 4px 0px rgba(13, 23, 33, 0.08);
}

.paketler-vip-baslik {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.paketler-vip-baslik-alt {
    color: var(--gray-600, #637381);
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 161.538% */
    padding-top: 15px;
}

.paketler-vip-ücret-main {
    margin-top: 25px;
    margin-bottom: 17px
}

.paketler-vip-ücret {
    color: var(--gray-900, #161C24);
    font-family: DM Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.paketler-vipplus-ücret {
    color: var(--gray-900, #161C24);
    font-family: DM Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.paketler-vip-ücret-ay {
    color: var(--gray-600, #161C24) !important;
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.paketler-ucretsiz-ücret-ay {
    color: var(--gray-600, #161C24);
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
}

.paketler-vip-satinal {
    border-radius: 8px;
    background-color: #0b2239 !important;
    color: var(--theme-colors-white, #FFF);
    padding: 14px 20px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    width: 89px;
    border: none;
}

.paketler-vip-border {
    left: 0;
    right: 0;
    top: 257px;
    width: 307px;
    height: 1px;
    background: #DFE3E8;
}

.paketler-vip-ozellikler-baslik {
    color: var(--gray-800, #212B36);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.28px;
    margin-top: 69px;
    margin-bottom: 16px
}

/* Paketler Sonu */

/* 404 Sayfa Başlangıç */
.sayfabulunamadi-img {
    width: 600px;
    height: 284px;
    margin-top: 100px;
}

.sayfabulunamadi-hata-mesaji {
    color: var(--gray-900, #161C24);
    text-align: center;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.84px;
}

.sayfabulunamadi-hata-mesaji-alt {
    color: var(--gray-600, #637381);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 200% */
}

.sayfabulunamadi-button {
    color: var(--theme-colors-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    display: flex;
    padding: 14px 20px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #624BFF
}

/* 404 Sayfa Sonu */

/* Deneme Sınavları Başlangıç */
.deneme-sinavi-main {
    padding: 23px 31px 0px 14px;
}

.deneme-sinavi-select {
    max-width: 100%;
    padding: 11px 12px 11px 20px !important;
    color: var(--gray-500, #919EAB);
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
}

.deneme-sinavi-baslik {
    color: #696F79;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.deneme-sinavi-hata-bildir {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 30px;
    height: 29px;
    width: 133px;
    background: #DC3545;
}

.deneme-sinavi-sure {
    color: #696F79;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.deneme-sinavi-baslik-alt {
    color: #696F79;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 22px;
}

.deneme-sinavi-resim {
    border-radius: 30px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 15px 40px 5px #EDEDED;
    max-width: 488px;
    max-height: 288px;
}

.deneme-sinavi-soru-sayisi {
    color: #696F79;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.deneme-sinavi-soru-aciklama {
    color: #696F79;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px
}

.deneme-sinavi-geri {
    width: 206px;
    height: 62px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 30px;
    background: #624BFF;
    border: none;
}

.deneme-sinavi-ileri {
    width: 206px;
    height: 62px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 30px;
    background: #1BAA76;
    border: none;
}

.deneme-sinavi-onay {
    max-width: 400px;
    height: 400px;
    background-color: #fff;
}

.deneme-sinavi-onay-logo {
    width: 88px;
    height: 87.323px;
    flex-shrink: 0;
    background-color: #0A5F59;
    border-radius: 44px;
    margin-top: 69px
}

.deneme-sinavi-onay-text {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.5px;
    width: 198px;
    margin-top: 68px;
}

.deneme-sinavi-onay-red {
    margin-top: 61px
}

.deneme-sinavi-onay-red-text {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.5px;
}

.deneme-sinavi-bitir {
    width: 206px;
    height: 62px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 30px;
    background: #1BAA76;
    border: none;
}

/* Deneme Sınavları Sonu */

/* Cevap Anahlarları Başlangıç */

.btn-kirmizi-1 {
    padding: 5px;
    border-radius: 5px !important;
}

.sutun a {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.altbaslik {
    color: var(--gray-900, #161C24) !important;

    /* Bold/Heading H5 */
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: var(--gray-100, #F1F5F9) !important;
    padding-left: 15px !important;
    border-radius: 5px !important;
}

.cevapanahtari-text {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 123px;
    text-align: end;
    align-self: center;
}

.cevapanahtari-select {
    max-width: 500px;
    padding: 11px 12px 11px 20px !important;
    color: var(--gray-500, #919EAB);
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
}

/* Cevap Anahlarları Sonu */

/* Deneme Oluştur Başlangıç */

.denemeolustur-baslik {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-top: 25px
}

.denemeolustur-baslik-alt {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 200% */
    margin-top: 12px
}

.denemeolustur-text {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 108px;
    text-align: end;
    align-self: center;
}

.denemeolustur-select {
    max-width: 500px;
    padding: 11px 12px 11px 20px !important;
    color: var(--gray-500, #919EAB);
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
}

.denemeolustur-uyari {
    background: #E7FAFA;
    border-radius: 6px;
    border: 1px solid var(--alert-succes-600, #00B374);
    background: #E7FAFA;
    max-width: 611px;
}


.denemeolustur-uyari-text {
    color: var(--alert-succes-600, #00B374);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 2px;
    padding: 16px 0
}

.denemeolustur-olustur-buton {
    display: flex;
    width: 240px;
    height: 56px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1BAA76;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border: none;
}

.denemeolustur-olustur-main {
    max-width: 600px;
}

/* Deneme Oluştur Sonu */

/* Kaydedilen Sorular Başlangıç */
.kaydedilensorular-resim {
    border-radius: 30px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 15px 40px 5px #EDEDED;
    max-width: 488px;
    max-height: 288px;
}

.kaydedilensorular-soru-aciklama {
    color: #696F79;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px
}

.kaydedilensorular-cevabi-secin {
    color: #696F79;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.kaydedilensorular-cevabi-dogru {
    border-radius: 8px;
    background: #1BAA76;
    width: 125px;
    height: 34px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kaydedilensorular-aciklama {
    border-radius: 8px;
    background: #F8F7F7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 71px 42px 56px 42px;
    color: #696F79;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 42px 24px 18px 24px
}

.kaydedilensorular-aciklama-buton {
    border-radius: 8px;
    background: #DC3545;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px 23px;
}

.kaydedilensorular-soru-buton {
    border-radius: 8px;
    background: #DC3545;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 193.964px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Kaydedilen Sorular Sonu */

/* Yanlış Çözülen Sorular Başlangıç */
.yanliscozulensorular-basliklar {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--gray-200, #F4F6F8);
}

.yanliscozulensorular-icerikler-main {
    min-height: 220px;
}

.yanliscozulensorular-icerikler {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 116.667% */
    border-bottom: 1px solid rgba(145, 158, 171, 0.31)
}

.yanliscozulensorular-icerikler-sorusayisi {
    color: var(--gray-900, #161C24);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yanliscozulensorular-toplam-soru {
    color: #0A5F59;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: rgba(231, 231, 231, 0.46);
}

/* Yanlış Çözülen Sorular Sonu */

/* İstatistikleri Sıfırla Başlangıç */
.istatistik-uyari-konulara-gore {
    padding: 16px 46px 16px 46px;
    display: flex;
    align-self: center;
    border-radius: 8px;
    background: #E9FAFF;
    color: var(--gray-900, #0F172A);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.istatistik-uyari-geri-getirilemez {
    display: flex;
    padding: 16px 21px;
    align-items: center;
    border-radius: 8px;
    background: #FFF6EF;
    color: var(--gray-900, #0F172A);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.istatistik-uyari-yonetmelik {
    color: var(--alert-succes-600, #00B374);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 185.714% */
    letter-spacing: 0.2px;
    background: #E7FAFA;
    display: flex;
    padding: 10px 21px;
    align-items: center;
    border-radius: 8px;
}

.istatistik-uyari-yonetmelik-soru {
    color: #1BAA76;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: 114.462px;
    height: 39.244px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #1BAA76;
    background: #E7FAFA;
}

.istatistik-uyari-yonetmelik-sifirla {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: 115px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #1BAA76;
    border: none
}

.istatistik-sorulari-sifirla {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    background: #00B374;
    padding: 10px 37px 10px 20px;
    display: flex;
    align-items: center;
}

.istatistik-sorulari-sifirla-buton {
    display: flex;
    width: 117.136px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    color: #00B374;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.istatistik-rasgele-sifirla {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    background: #D35711;
    padding: 10px 37px 10px 20px;
    display: flex;
    align-items: center;

}

.istatistik-rasgele-sifirla-buton {
    display: flex;
    width: 117.136px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    color: #D35711;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.istatistik-testleri-sifirla {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    background: #CC3333;
    padding: 10px 37px 10px 20px;
    display: flex;
    align-items: center;

}

.istatistik-testleri-sifirla-buton {
    display: flex;
    width: 117.136px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    color: #CC3333;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.istatistik-denemeleri-sifirla {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    background: #366AD9;
    padding: 10px 37px 10px 20px;
    display: flex;
    align-items: center;

}

.istatistik-denemeleri-sifirla-buton {
    display: flex;
    width: 117.136px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    color: #366AD9;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.istatistik-olusturulan-denemeleri-sifirla {
    color: var(--alert-danger-700, #C33);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    background: #FFD8D8;
    padding: 10px 37px 10px 20px;
    display: flex;
    align-items: center;

}

.istatistik-olusturulan-denemeleri-sifirla-buton {
    display: flex;
    width: 117.136px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    color: #C33;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.istatistik-tum-istatistikleri-sifirla {
    color: var(--primary-700, #305EC1);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    background: #D5E1F6;
    padding: 10px 37px 10px 20px;
    display: flex;
    align-items: center;

}

.istatistik-tum-istatistikleri-sifirla-buton {
    display: flex;
    width: 117.136px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    color: var(--primary-700, #305EC1);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

/* İstatistikleri Sıfırla Sonu */

/* Duello Puan Durumu Başlangıç */
.duellopuandurumu-buton-anasayfa {
    display: flex;
    width: 170px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    background: #FFF;
    color: #6776FF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none
}

.duellopuandurumu-puanim {
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
    color: #1BAA76;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 45px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.dellopuandurumu-duellobekleyenler-text {
    color: #0B2239;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 62px 16px 63px;
    background: #FFF;
    box-shadow: 0px 15px 40px 5px #EDEDED;
}

.duellopuandurumu-buton-gelenler {
    display: flex;
    width: 170px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    background: #FFF;
    color: #D35711;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none
}

.duellopuandurumu-buton-gonderilenler {
    display: flex;
    width: 170px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    background: #FFF;
    color: #366AD9;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none
}

.duellopuandurumu-buton-tamamlananlar {
    display: flex;
    width: 170px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    background: #FFF;
    color: #00B374;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none
}

.duellopuandurumu-buton-puandurumu {
    display: flex;
    width: 170px;
    height: 39px;
    padding: 8px;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    background: #FFF;
    color: #366AD9;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none
}

.duellopuandurumu-icerikler-main {
    min-height: 220px;
}

.duellopuandurumu-icerikler {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 116.667% */
    border-bottom: 1px solid rgba(145, 158, 171, 0.31)
}

.duellopuandurumu-isim {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.duellopuandurumu-icerikler-sorusayisi {
    display: flex;
    height: 38.598px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #1BAA76;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.duellopuandurumu-icerikler-puan {
    width: 1%;
    background: #1BAA76;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.duellopuandurumu-siralama-th {
    color: var(--gray-900, #161C24) !important;
    font-family: Poppins !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    border-radius: 4px !important;
    background: var(--gray-200, #F4F6F8) !important;
    margin-bottom: 25px !important;
}

.duellopuandurumu-basliklar-th {
    color: var(--gray-900, #161C24) !important;
    font-family: Poppins !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    border-radius: 4px !important;
    background: var(--gray-200, #F4F6F8) !important;
    margin-bottom: 22px !important;
}

.duellopuandurumu-icerikler-puan-th {
    color: var(--gray-900, #161C24) !important;
    font-family: Poppins !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    border-radius: 4px !important;
    background: var(--gray-200, #F4F6F8) !important;
    margin-bottom: 25px !important;
}

.duellopuandurumu-siralama {
    border-radius: 4px;
    width: 1px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
}

#puantablosu tbody tr:first-child td {
    padding-top: 20px !important;
}

.duellopuandurumu-profil {
    min-height: 60px;
}

.duellopuandurumu-basliklar {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--gray-200, #F4F6F8);
}

.duellopuandurumu-icerikler-main {
    min-height: 220px;
}

/* Duello Puan Durumu Sonu */

/* Duello Başlangıç */

.duello-main-container {
    min-width: 606px;
    padding-bottom: 50px;
}

.duello-aciklama-1 {
    display: inline-flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #F5C2C7;
    background: #F8D7DA;
    color: #842029;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

.duello-aciklama-2 {
    display: inline-flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #FFECB5;
    background: #FFF3CD;
    color: #664D03;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

.duello-aciklama-3 {
    display: inline-flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #BADBCC;
    background: #D1E7DD;
    color: #0F5132;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

.duello-aciklama-4 {
    display: inline-flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #B6D4FE;
    background: #CFE2FF;
    color: #084298;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

.duello-aciklama-5 {
    display: inline-flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #D3D6D8;
    background: #E2E3E5;
    color: #41464B;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Duello Sonu */

/* Sertifikalar Başlangıç */
.sertifikalar-baslik {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 23px
}

.sertifikalar-icerikler-main {
    min-height: 220px;
}

.sertifikalar-basliklar {
    color: var(--gray-600, #637381);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: var(--gray-100, #F9FAFB);
}

.sertifikalar-icerikler {
    padding-top: 20px !important;
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.sertifikalar-indir {
    margin-top: 12px !important;
    margin-bottom: 8px !important;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    letter-spacing: -0.42px;
    border-radius: 8px;
    border: 0px solid var(--gray-400, #C4CDD5);
    background: #1BAA76;
    box-shadow: 0px 1px 1px 0.5px rgba(5, 44, 101, 0.06);
    display: inline-flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 10px;
    white-space: nowrap;
}

/* Sertifikalar Sonu */

/* Sorular Başlangıç */
.sorular-main-container {
    max-width: 1386px;
    padding-bottom: 200px;
    border-radius: 32px;
    background: #FFF;
    border-radius: 32px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.21);
}

.sorular-baslik {
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    padding-top: 37px;
    padding-bottom: 37px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.21);
}

.sorular-test-ismi {
    color: #1BAA76;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 10px
}

.sorular-soru {
    background: #FFFEFE;
    padding: 90px 60px;
    margin-top: 60px;
    border-radius: 20px;
    background: #FFFEFE;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.21);
    max-width: 955px;
    display: flex;
    justify-content: center;
}

.sorular-soru-text {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sorular-sorusayisi {
    top: -26px;
    width: 198px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #FBFBFB;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.21);
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sorular-secenekler {
    margin-top: 20px;
    max-width: 955px;
}

.sorular-secenek {
    border-radius: 20px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.21);
    background-color: #FFF;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
    letter-spacing: 0.2px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 34px;
    border: 1px solid rgba(128, 128, 128, 0.449)
}

.sorular-secenekler .sorular-secenek.sorular-dogru-secenek {
    background-color: #00B374 !important;
    color: #FFF !important;
}

.sorular-secenekler .sorular-secenek.sorular-yanlis-secenek {
    color: #000;
    border: 2px solid #C33;
    background: #FFD8D8;
}

.sorular-dogru-secenek-logo {
    left: -70px;
    top: 17px
}

.sorular-dogru-secenek .sorular-dogru-secenek-logo {
    display: block !important;
}

.sorular-aciklama-container {
    background: #FFFEFE;
    padding: 42px 23px 17px 24px;
    margin-top: 71px;
    border-radius: 20px;
    background: #FFFEFE;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.21);
    max-width: 944px;
    display: flex;
    justify-content: start;
}

.sorular-aciklama-logo {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 176px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #00B374;
    left: 13px;
    top: -21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sorular-aciklama {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sorular-butonlar {
    background: #FFFEFE;
    margin-top: 20px;
    max-width: 944px;
    display: flex;
    justify-content: start;
    padding-bottom: 40px;
    border-bottom: 1px solid #C4C4C4;
}

.sorular-kaydet {
    width: 193.964px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #366AD9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sorular-bildir {
    width: 193.964px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #DC3545;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sorular Sonu */

/* Puan Sıralama Başlangıç */

.puan-siralama-baslik {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: end;
    background-color: #fcdf6f;
}

.puan-siralama-table {
    min-height: 400px;
}

.puan-siralama-bolum {
    color: var(--gray-900, #161C24);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.puan-siralama-konu-baslik {
    background-color: #F9FAFB !important;
    text-align: center;
    white-space: nowrap;
    font-size: 17px !important;
    vertical-align: middle;
}

.puan-siralama-konu-icerik {
    color: var(--gray-900, #161C24) !important;
    font-family: Inter !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap;
    height: 40px !important;
}

/* Puan Sıralama Sonu */

.modal-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.genel-istatistik {
    color: var(--gray-900, #161C24) !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.genel-istatistik div h2 .accordion-button.collapsed {
    color: white !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 10px 15px 10px 15px !important;
    border: none !important;
}

.genel-istatistik div h2 .accordion-button {
    color: white !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 10px 15px 10px 15px !important;
    border: none !important;
}

.genel-istatistik-basarili {
    background-color: #0a5f59 !important;
}

.genel-istatistik-ortalama {
    background-color: #EE9322 !important;
}

.genel-istatistik-basarisiz {
    background-color: #952323 !important;
}

.genel-istatistik-basarili-text {
    color: #0a5f59 !important;
}

.genel-istatistik-ortalama-text {
    color: #EE9322 !important;
}

.genel-istatistik-basarisiz-text {
    color: #952323 !important;
}

.genel-istatistik div h2 .accordion-button:focus {
    box-shadow: none !important;
}

@media (max-width: 1400px) {
    .main {
        padding-left: 12px;
        padding-right: 12px;
    }

    body {
        position: relative;
    }

    .anasayfa-main {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 18px;
    }

    .konu-testler-main {
        border-top-left-radius: 20px !important;
    }

    .deneme-sinavi-main {
        padding: 23px 17px 0px 17px;
    }

    .konuya-gore-test-baslik {
        padding-top: 19px;
        padding-bottom: 25px;
    }

    .main-baslik {
        text-align: center;
    }

}

@media (max-width: 767.98px) {
    .duello-main {
        width: 100% !important;
    }

    .konuya-gore-test-isimleri-text {
        padding: 5px 0
    }

    .main-baslik {
        text-align: center;
    }

    .ickonubaslik {
        text-align: center;
    }

    .deneme-sinavi-main {
        padding: 23px 11px 0px 11px;
    }

    .main-cerceve {
        padding: 15px 10px;
    }

    .anasayfa-main {
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 9px;
    }

    .sorular-soru {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sorular-aciklama-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sorular-secenek {
        padding-left: 13px
    }

    .konuya-gore-test-baslik {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .rastgele-soru-coz {
        margin-left: 0;
    }

    .kaydedilensorular-aciklama {
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 15px
    }
}


@media (max-width: 1024px) {
    .sorular-width-max-lg {
        width: 0 !important;
    }

    .anasayfa-main {
        width: 100% !important;
    }

    .mesajlar-baslik-padding-left {
        padding-left: 0px !important
    }
}

.owl-theme .owl-controls {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 #000000 !important;
}

.geri-don-buton {
    color: #034D82;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

a:hover {
    color: black;
}

.mesajlar-baslik-padding-left {
    padding-left: 70px
}

.satin-al-paketler:checked+label .satin-al-paket {
    background-color: rgb(250, 250, 250);
    border: 2px solid #0a5f59
}

.satin-al-paket {
    width: 308px;
    padding: 32px 10px 20px 26px;
    border-radius: 8px;
    background: var(--theme-colors-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(21, 30, 40, 0.08), 0px 2px 4px 0px rgba(13, 23, 33, 0.08);
}