* {
    padding: 0;
    margin: 0;
}

.toggleContainer {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background-color: #312f2f;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
    color: rgb(235, 235, 245);
    margin: 0px;
    padding: 20px;
}

a {
    color: #0fe020;
    text-decoration: none;
    font-weight: bolder;
}

a:hover {
    color: #0a82f1;
    text-decoration: none;
}

input {
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

input[type=text][type=password] {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

input[type=submit][type="checkbox"] {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

textarea {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;

}

textarea:focus {
    background-color: rgb(178, 223, 241);

}

select {
    width: 20%;
    padding: 16px 20px;
    border: 1;
    border-radius: 4px;
    background-color: #ccd3b1;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

.select2 {
    width: 60%;
    padding: 6px 8px;
    border: 1;
    border-radius: 4px;
    background-color: #ccd3b1;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

.genis {
    width: 80%;
    padding: 16px 20px;
    border: 1;
    border-radius: 4px;
    background-color: #c9e4ec;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

input[type=text]:focus {
    background-color: rgb(178, 223, 241);
}

.form-control {
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

table {
    border: 2px solid;
    border-collapse: collapse;
    border-radius: 10px;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12pt;
    padding: 4px;
    color: #ccc;

}

td {
    padding: 6px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12pt;
}

tr:nth-child(even) {
    background-color: #464343;
}

.button {
    transition-duration: 0.4s;
    background-color: rgb(209, 245, 209);
    color: rgb(5, 92, 41);
    border: 2px solid #0b751d;
    border-radius: 10px;
    font-weight: bolder;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    /* Green */
}

.button:hover {
    background-color: #0b751d;
    /* Green */
    color: white;
}


.buttonMini {
    transition-duration: 0.4s;
    background-color: rgb(209, 245, 209);
    color: rgb(5, 92, 41);
    border: 2px solid #0b751d;
    border-radius: 6px;
    font-weight: bolder;
    font-size:12pt;
    padding: 8px 8px;
    margin: 2px 0;
    box-sizing: border-box;
    /* Green */
}

.buttonMini:hover {
    background-color: #0b751d;
    /* Green */
    color: white;
}



.merkez {
    text-align: center;
    width: 30%;
}

.red {
    color: #F7418F;
}

.green {
    color: #4CCD99;
}

.myesil {
    color: #77B0AA;
}

.blue {
    color: #A3D8FF;
}

.yellow {
    color: rgb(214, 205, 161);
}

.orange {
    color: #FF8A08;
}

.grafikTasiyici {
    width: 600px;
    height: 500px;
    border: 10px;
    border-color: #0a82f1;
    border-radius: 10px;
}

.grafikTasiyici2 {
    width: 600px;
    height: 600px;
    border: 10px;
    border-color: #0a82f1;
    border-radius: 10px;
}


.k {
    color: #ac599f;
    color: #1d8136;
    color: #5f56df;
    color: #97621c;
    color: #8f2e6a;

}

/* Style the navigation menu */
.navbar {
    width: 100%;
    background-color: #555;
    overflow: auto;
}

/* Navigation links */
.navbar a {
    float: left;
    padding: 10px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    width: 10%;
    /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
    text-align: center;
    /* If you want the text to be centered */
}

/* Add a background color on mouse-over */
.navbar a:hover {
    background-color: #003C43;
}

/* Style the current/active link */
.navbar a.active {
    background-color: #0b751d;
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
    .navbar a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        /* If you want the text to be left-aligned on small screens */
    }
}

.tasiyici {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    /* Ekranın tamamını kaplayacak şekilde ayarla */
}

.icerik {
    text-align: center;
    padding: 20px;
    border: 4px solid #ccc;
    /* İçeriği çerçevelemek için */
    border-radius: 10px;
    /* Köşeleri yumuşatmak için */
}

.kolaySoru {
    color: #04AA6D;
}

.ortaSoru {
    color: #d18a1f;
}

.zorSoru {
    color: #e24e20;
}

.dogruYanit {
    color: #a8e041;
    font-weight: 600;
}

/********** ****/

.text-wrap {
    position: relative;
    background-color: #eee;
    padding: 2em;
}

textarea {
    min-width: 20vw;
    max-width: 80vw;
    min-height: 150px;
    max-height: 80vh;
    padding: 0.8em 1em;
    font-size: 0.9em;

}

textarea::-webkit-scrollbar {
    width: 4px;
}

textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
}

textarea::-webkit-scrollbar-thumb {
    background: #888;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.clipboard.icon {
    position: absolute;
    top: 2.3em;
    right: 2.5em;
    margin-top: 4px;
    margin-left: 4px;
    width: 11px;
    height: 13px;
    border: solid 1px #333333;
    border-top: none;
    border-radius: 1px;
    cursor: pointer;
}

.clipboard.icon:before {
    top: -1px;
    left: 2px;
    width: 5px;
    height: 1px;
    border: solid 1px #333333;
    border-radius: 1px;
}

.clipboard.icon:after {
    width: 3px;
    height: 1px;
    background-color: #333333;
    box-shadow: 8px 0 0 0 #333333;
}

.icon:before,
.icon:after {
    content: '';
    position: absolute;
    display: block;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0b751d;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0b751d;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.sorular {
    list-style-type: lower-alpha;
    list-style: lower-alpha;
}

.choosenRow{
    font-weight:bolder;
}

/*
tr:hover {background-color: #1E0342; color:#FFF; font-weight:bolder;}
*/
tr:hover {background-color: #001C23; color:#FFF; font-weight:bolder;}

.ogrenci{
    color:#1be960;
    font-size: 1.3em;    
    font-weight: bold;
}

  .container2 {
    display: flex;
    height: 100%;
  }

  .container2 div {
    flex: 1;
    border: 0px solid black; /* Sınır eklemek için */
    box-sizing: border-box;
    padding:20px;
  }
  
  
  .soruAciklamasi{
position:relative;
color:black;
}

.secenekler{
    line-height: 1.6;
}

blockquote{

}


h4{
color:blue;
font-weight:900;
margin:3px;
transition:0.3s;
}

.popupIcerik{
border: 5px solid #333;
position:absolute;
width:1000px;
background:wheat;
padding:20px;
top:0px;
left:100%;
transform:translate(1%,1%);
border-radius:10px;
visibility:hidden;
opacity:0;
transition: all 0.4s ease;
background-color: #f9f9f9;
box-shadow: 6px 6px 10px rgba(0,0,0,0.2);
}

h4:hover +.popupIcerik{
visibility:visible;
opacity:1;
}

.wheat{
    color:wheat;
}

.gri{
    color:#999;
}

