.moduleCard {
    background-color: white;
}

    .moduleCard:active {
        background-color: #E5E6E6;
    }

.favorite {
    color: black;
}

.favoriItemler {
    background-color: white;
    border-radius: 5px;
    font-size: 0.7rem;
    padding: 1%;
    font-weight: 700;
    box-shadow: 0px 0px 1px #e1e1e1, 0 0 1px #e1e1e1, 0 0 6px #e1e1e1;
}

    .favoriItemler:active {
        background-color: #E5E6E6;
    }

.spotlar {
    margin-top: 5%;
    border-radius: 10px;
    background-color: white;
    padding: 5%;
}

.tusdataopacity {
    position: absolute;
    width: 210px;
    height: 150px;
    object-fit: scale-down;
}

.spotlararkaplan {
    background-color: rgb(255, 254, 246);
    margin-left: auto;
    width: 96%;
    margin-right: auto;
}

.bottom {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 8%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 0;
    padding-top: 1%;
    padding-bottom: 1%;
}

.reklamFooter {
    background-color: transparent;
    position: fixed;
    bottom: 8%;
    width: 100%;
    height: 22%;
}

.reklamImage {
    margin-left: auto;
    margin-right: auto;
    object-fit: inherit;
    width: 100%;
}

.cikis {
    background-color: white;
    color: rgb(98, 0, 3);
    border-radius: 10px;
    border-color: black;
    font-size: 0.8rem;
    font-weight: bold;
}

.ileri {
    font-weight: bold;
    margin: 5px;
    color: rgb(16, 55, 132);
    border-radius: 10px;
    border-color: black;
    font-size: 0.8rem;
    background-color: white;
}

    .ileri:active {
        background-color: #E5E6E6;
    }

.cikis:active {
    background-color: #E5E6E6;
}

.spots {
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: white;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2%;
    padding-right: 2%;
}


.answers:active {
    background-color: #E5E6E6;
}

.answersLeft {
    width: 40px;
    padding: 0%;
    background-color: #e1e1e1;
    color: rgb(16, 55, 132);
    font-size: 10px;
    font-weight: bold;
}

.spots2 {
    border-radius: 10px;
    background-color: white;
    padding: 3%;
    margin-top: 2%;
}

.kategoriname {
    color: black;
    font-weight: 600;
}

#ad_win {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: none;
    outline: none;
    overflow: hidden;
}


.mymodal_holder {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0px;
    top: 0px;
    margin: 0px;
    z-index: 99999;
}

.mymodal_modalbox {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px black;
    padding: 0px 10px 0px 10px;
    border-radius: 20px;
}

.mymodal_top {
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
}

.mymodal_header {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
    color: rgb(98, 0, 3);
    text-decoration: none;
    text-align: left;
    line-height: 42px;
    z-index: 0;
}

.mymodal_close {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    z-index: 9;
    left: 100%;
    top: -15px;
    margin-left: -5px;
    font-size: 2em;
    background-color: white;
    color: rgb(98, 0, 3);
    border: 2px solid rgb(98, 0, 3);
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    cursor: pointer;
}

.mymodal_container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    padding: 50px 10px 10px 10px;
    box-sizing: border-box;
}

.mymodal_content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: auto;
}

.iFrame {
    position: relative;
    overflow: auto;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iFrame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.indirIcon:active {
    background-color: gray;
    border-radius: 100%;
}

.pdfCard {
    background-color: white;
}

    .pdfCard:active {
        background-color: #E5E6E6;
    }

.socialMedia {
    margin: 0 auto;
    margin: 0;
    padding: 0;
    display: flex;
}

.ulLi {
    list-style: none;
}

.socaialHref {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 5px;
    border-radius: 10%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}

.ulLi div:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    background: linear-gradient(0deg, #ccc, #eee);
}

.ulLi div .fab {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 10%;
    line-height: calc(60px - 12px);
    font-size: 24px;
    transition: .5s;
}

.selectModule {
    display: block;
    position: relative;
    background-color: white;
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 11px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    color: rgb(16, 55, 132);
}

.selectedModule {
    background-color: rgb(16, 55, 132) !important;
    color: white !important;
}

.progress-circle {
    font-size: 12px;
    position: relative;
    /* so that children can be absolutely positioned */
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: gainsboro;
    border-radius: 50%;
    line-height: 4em;
}

    .progress-circle:after {
        border: none;
        position: absolute;
        top: 0.35em;
        left: 0.35em;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 4.3em;
        height: 4.3em;
        background-color: white;
        content: " ";
    }


    /* Text inside the control */

    .progress-circle span {
        position: absolute;
        line-height: 5em;
        width: 5em;
        text-align: center;
        display: block;
        color: #53777A;
        z-index: 2;
    }

.left-half-clipper {
    /* a round circle */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em);
    /* clips the whole left half*/
}


/* when p>50, don't clip left half*/

.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    /*This is an overlayed square, that is made round with the border radius,
    then it is cut to display only the left half, then rotated clockwise
    to escape the outer clipping path.*/
    position: absolute;
    /*needed for clipping*/
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #4AE867;
    /*The border is 0.35 but making it larger removes visual artifacts */
    /*background-color: #4D642D;*/
    /* for debug */
    box-sizing: border-box;
}


/* Progress bar filling the whole right half for values above 50% */

.progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute;
    /*needed for clipping*/
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #4AE867;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}

.pi_bar {
    margin-top: 1%;
    width: 100%;
    height: 25px;
    position: relative;
    display: block;
    background-color: gainsboro;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
}

.pi_rail {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    left: 0px;
    border: none;
    line-height: 25px;
    background-color: #4AE867;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.content-not-found {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 100px 20px 100px 20px;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
}

.restyle img, .spotstyler img {
    max-width: 100% !important;
    height: auto !important;
}

.restyle {
    overflow-x: hidden !important;
}

    .restyle table, .spotstyler table {
        width: 100% !important;
    }

    .restyle, .restyle *, #sDesc, #sDesc * {
        font-family: Arial !important;
        color: black !important;
    }

.restyle, #sDesc {
    font-weight: normal !important;
    font-size: 12px !important;
}

    .restyle strong, .restyle b, #sDesc strong, #sDesc b {
        font-weight: bold !important;
    }

    .restyle i, #sDesc i {
        font-style: italic !important;
    }

    .restyle u, #sDesc u {
        text-decoration: underline !important;
    }

    .restyle img, #sDesc img, #sTitle img {
        width: 100% !important;
    }

#categoryWithImg {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#sTitle, #sTitle *, #sDesc, #sDesc * {
    font-size: 1rem !important;
}


    #qTitle section, #answer-container section, #sDesc section, #sTitle section {
        width: 100% !important;
    }

#answerA, #answerB, #answerC, #answerD, #answerE {
    font: normal 12px 'Arial', sans-serif !important;
    color: black;
}

#true-answer *, #wrong-answer * {
    color: white !important;
}

.my_radiolist {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0px 8px 0px 8px !important;
}

.my_radiolist_container {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .my_radiolist_container li {
        width: 100%;
        height: 26px;
        position: relative;
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
        margin-top: 5px;
        top: -5px;
        border: 1px solid #DDD;
        border-radius: 14px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .my_radiolist_container li i {
            width: 18px;
            height: 18px;
            position: absolute;
            display: block;
            padding: 0px;
            margin: 0px;
            left: 3px;
            top: 3px;
            border: 1px solid #DDD;
            border-radius: 50%;
            cursor: pointer;
        }

        .my_radiolist_container li * {
            transition: all 0.1s;
            -webkit-transition: all 0.1s;
            -moz-transition: all 0.1s;
            -o-transition: all 0.1s;
        }

        .my_radiolist_container li span {
            width: 100%;
            height: 100%;
            position: absolute;
            display: block;
            padding: 3px 3px 3px 26px;
            margin: 0px;
            left: 0px;
            top: 0px;
            box-sizing: border-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 400;
            font-size: 10px;
            color: rgb(16, 55, 132);
            text-decoration: none;
            text-align: left;
            line-height: 19px;
            cursor: pointer;
        }

    .my_radiolist_container .checked_radio {
        background-color: rgb(64, 109, 199) !important;
        border-color: rgb(64, 109, 199) !important;
    }

    .my_radiolist_container .unchecked_radio i {
        background-color: #F1F1F1 !important;
    }

    .my_radiolist_container .checked_radio i {
        background-color: #52bcc5 !important;
        border-color: white !important;
    }

    .my_radiolist_container .unchecked_radio span {
        color: #777 !important;
    }

    .my_radiolist_container .checked_radio span {
        color: white;
    }

.mpassive_page {
    left: 100% !important;
    /*transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.mactive_page {
    left: 0 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#kt_body {
    width: 100% !important;
    overflow-x: hidden !important;
}

.qparent {
    overflow: hidden !important;
}
