/* Header Baslangic */
.header-top-container {
    top: 0;
    padding-left: 19rem;
    height: 80px;
    width: 100%;
    right: 0;
    align-content: center;
}

@media (max-width: 1024px) {
    .header-top-container {
        padding-left: 2rem !important;
    }
}

.rounded-circle {
    border-radius: 50%;
    cursor: pointer;
}

.dropdown-menu {
    min-width: 150px;
}

.header-texts {
    font-size: 14px;
    line-height: 21px;
    padding: 15px 20px;
    font-weight: 400;
    color: #FFF;
}

.header-top-subject {
    font-size: 1.563rem;
    font-weight: 600;
    color: #303972;
}

body {
    background-color: #e6ebee;
}

.menu-collapsed {
    width: 88px;
    transition: width 0.3s ease;
}

.menu-expanded {
    width: 280px;
    transition: width 0.3s ease;
}

/* Header Sonu */
.sertifikalar-tooltip {
    background-color: rgb(0, 0, 0);
    border-radius: 6px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 29px;
    width: 90px;
    letter-spacing: normal;
    line-break: auto;
    line-height: 21px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    text-wrap: wrap;
    white-space-collapse: collapse;
    word-break: normal;
    word-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -33px;
    left: -32px;
    right: 0;
    opacity: 0;
    transition: 0.3s;
}

.sertifikalar-uye:hover+.sertifikalar-tooltip {
    opacity: 1;
}

/* Navbar Desktop Başlangıç */
.icnavbar {
    max-width: 1386px;
    height: 86px;
}

.navbar-logo-desktop img {
    width: 190px;
    height: 49px;
}

.navbar-vektor-300-desktop {
    background: #E4F0FF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    width: 42px;
    height: 42px;
}

.navbar-vektor-300-text-desktop {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #AEAEAE;
}

.dogyan {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dogru-yanlis-mobil-d,
.dogru-yanlis-mobil-y {
    padding: 7px 15px !important;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-size: 14px
}

.dogru-yanlis-mobil-d:hover,
.dogru-yanlis-mobil-y:hover {
    transform: translateY(-3px);
}

.dogru-yanlis-mobil-d {
    background-color: #28a745;
    /* Doğru için yeşil */
}

.dogru-yanlis-mobil-y {
    background-color: #dc3545;
    /* Yanlış için kırmızı */
}

.space {
    margin-left: 5px;
}

.navbar-vektor-300-number-desktop {
    font-family: Lato;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #696969;
}

.navbar-kalansure-text {
    color: #b10919;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* Navbar Desktop Sonu */


/* Navbar Mobil Baslangic */
.navbar-logo-mobil img {
    width: 112px;
    height: 28px;
}

.navbar-kalansure-mobil {
    width: 122px;
    height: 41px;
}

.navbar-kalansure-baslik {
    color: #252B42;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-kalansure-sureler {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #252B42;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 16px 24px 0px rgba(0, 0, 0, 0.06);
    color: #FFF;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-kalansure-ikinokta {
    font-size: 25px;
    margin-top: -12px
}

.navbar-kalansure-gun-text {
    color: #252B42;
    font-family: Poppins;
    font-size: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1px
}


/* Navbar Mobil Sonu */

/* Menu Mobil Başlangıç */
.menu-mobil {
    display: none;
    transition: all 0.3s;
    margin-left: -330px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 212px;
    background-color: #252B42
}

.accordion-body a {
    display: block;
}

.mobil-menu-acordion ul li {
    color: white !important
}

.accordion-button.collapse {
    color: white !important;
}

.accordion-button {
    border-bottom: none !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-item {
    background-color: #252B42
}

.accordion-item span button {
    background-color: #252B42 !important
}

.mobil-menu-acordion li {
    background-color: #252B42
}

.mobil-menu-acordion ul {
    background-color: #252B42
}

.menu-ustkisim-mobil {
    height: 275px;
    background-color: #0A5F59;
}

.menu-mobil.active {
    margin-left: 0px;
}

.table-baslik-buton {
    color: var(--gray-900, #161C24);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.menu-uye-derece-text-mobil {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
}

.menu-profil-resim-mobil {
    margin-top: 15px;
}

.menu-profil-isim-mobil {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #DFEBE9;
}

.menu-profil-email-mobil {
    color: #EAEAEA;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.3;
}

.menu-sertifikalar-mobil img {
    width: 18.1px;
    height: 21.6px;
}

.menu-profil-cevrimici-mobil {
    padding: 3px 22px;
    height: 20px;
    font-size: 16px
}

.menu-progress-bar-logo-mobil {
    width: 24.839px;
    height: 26.194px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 16px 24px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 7px
}

.menu-progress-bar-mobil {
    border-top: 1px solid rgba(153, 153, 153, 0.50);
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.menu-vektor-300-text-mobil {
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.menu-vektor-300-number-mobil {
    color: #FFF;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 18px;
    margin-left: 14px
}

.menu-linkler-mobil {
    margin-top: 10px;
}

.menu-link-mobil .menu-link-text-mobil {
    color: var(--light-colors-gray-02-light, #898989);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
    margin-left: 20px
}

.menu-link-text-mobil {
    color: var(--light-colors-gray-02-light, #898989);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.menu-link-text-mobil-alt {
    color: #c2c2c2 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.menu-link-active-mobil .menu-link-text-mobil {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border-left: 1px solid rgb(255, 255, 255);
    margin-left: 18px;
    padding-left: 12px;
}

.menu-link-mobil {
    margin-bottom: 20px;
}

/* Mobil Menu Sonu */

/* Desktop Menu Başlangıç */
.menu-ustkisim-desktop {
    height: 325px;
    background-color: #0A5F59;
    padding: 18px 30px;
    width: 300px;
}

.menu-profil-desktop {
    margin-top: 27px;
}

.menu-profil-resmi-desktop img {
    height: 53px;
    width: 53px;
}

.menu-profil-resmi-desktop div {
    top: -6px;
    left: 1px
}

.menu-profil-resmi-desktop div img {
    height: 65px;
    width: 65px
}

.menu-profil-resmi-mobil {
    height: 65px;
    width: 65px;
}

.menu-uye-derece-text-desktop {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

.menu-profil-isim-desktop {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #DFEBE9;
}

.menu-profil-email1-desktop {
    opacity: 0.3;
    color: #EAEAEA;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.menu-profil-email2-desktop {
    opacity: 0.3;
    color: #EAEAEA;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-sertifikalar-desktop img {
    width: 25px;
    height: 25px;
}

.menu-link-desktop {
    height: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding: 0 1.25rem 0 1.25rem;
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-content: center;
}

.anasayfa-baslik-container {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
}

.anasayfa-baslik-text {
    font-weight: 600;
    font-size: 17px;
}

.anasayfa-baslik-tumunu-goster {
    color: #034D82;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.konular-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
}


.anasayfa-baslik-icon {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #b10919;
}

.subject-card-container {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    background-color: #fdd835;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.card-body {
    margin-top: 16px;
}

.button-group {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.konular-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    line-height: 1.1;
}

.ribbon {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.ribbon {
    --f: .5em;
    /* control the folded part */

    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: #F07818;
    /* the main color  */
}

.solve {
    background-color: #4caf50;
    color: #fff;
}

.solve-wrong {
    background-color: #f44336;
    color: #fff;
}

.unsolved {
    background-color: #3f51b5;
    color: #fff;
}


@media (width >=1506px) {
    .giris-background {
        width: 720px;
    }
}

.menu-link-desktop-alt {
    font-size: 1.050rem;
    padding: 0.638rem 1.5rem;
    font-weight: 400;
    border-radius: 0.375rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.menu-link-desktop-alt span {
    margin-left: 11px !important;
}


.menu-link-dropdown-desktop {
    padding: 0 1.25rem 0 1.25rem;
    color: white;
}

.menu-link-dropdown-desktop ul li {
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    font-size: 12px;
    padding-left: 3.2rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    list-style: none;
    color: rgba(255, 255, 255, 0.8);
}

.color-light-white {
    color: #e2e2e2;
}

.menu-link-desktop .menu-link-logo-desktop {
    color: #FDCF6F;
    font-family: Font Awesome 5 Free;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-link-active-desktop div img {
    height: 25px;
    width: 25px;
    align-self: center;
    margin-bottom: 5px;
    top: 0;
}

.menu-link-active-desktop div {
    height: 100%;
    top: 0 !important;
}

.menu-dusunce-zamani-desktop {
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 80px;
    margin-bottom: 53px;
    padding: 0 20px;
    height: 200x;
    flex-shrink: 0;
    background-color: #F5F5F5;
}

.menu-dusunce-zamani-baslik-text-desktop {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    margin-top: 35px;
}

.menu-dusunce-zamani-mesaj-text-desktop {
    color: #787486;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px
}

.menu-dusunce-zamani-input-desktop {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 166px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.menu-dusunce-zamani-input::placeholder {
    color: black;
}

.menu-dusunce-zamani-ustkisim-desktop {
    top: -30px;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background-color: #F5F5F5;
}

.menu-dusunce-zamani-blur-desktop {
    fill: rgba(252, 214, 74, 0.70);
    filter: blur(17px);
    width: 33px;
    height: 33px;
    flex-shrink: 0;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.5s ease;
}

.menu-linkler-desktop {
    margin-top: -80px
}

.menu-dusunce-zamani-logo-desktop {
    height: 25px;
    width: 25px;
}

.menu-desktop {
    transition: all 0.3s;
    padding-bottom: 50px;
    height: fit-content !important;
}

/* Desktop Menu Sonu */



@media (max-width: 1024px) {
    .icnavbar {
        height: 56px;
    }

    .menu-desktop {
        margin-left: -330px;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .menu-mobil {
        display: block;

    }

    .header-top {
        display: none;
    }

    .navbar-progressbar-desktop {
        display: none !important;
    }

    .navbar-logo-desktop {
        display: none;
    }

    .navbar-logo-mobil {
        display: block !important;
    }

    .navbar-kalansure-desktop {
        display: none;
    }

    .countDown,
    .navbar-kalansure-text {
        display: none;
    }

    .navbar-kalansure-mobil {
        display: block !important;
    }

    .navbar {
        margin-bottom: 0;
        padding: 0;
        height: 61px;
    }

}

.sag-menu-konular-istatistik-basarisiz {
    color: white !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-size: 12px !important;
    background-color: #952323 !important;
    margin-top: 1px
}

.sag-menu-konular-istatistik-basarili {
    color: white !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-size: 12px !important;
    background-color: #0a5f59 !important;
    margin-top: 1px
}