@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
body{
    margin-top:120px;
    font-family: 'Roboto', sans-serif;

}

label{
    font-weight: 600;
}
input.form-check-input{
    transform: scale(1.4); 

}
.form-check-label{
    padding:5px;
}
.card-body{
    padding:5px;
}

.soruno{
    padding:3px 7px;
    margin-right:10px;
    font-weight: 600;
}
.sorublok{
    margin-bottom:2px;
}
div.tab-pane>div:nth-of-type(odd) {
    background: #f6c1e1;
    padding:4px;
  }
.lead{
    font-size:1rem;
}
.lead span{
    font-size:0.95rem;
    font-weight: 300;
}
.lead i{
    padding-right:2px;
}
.sonuc span{
    font-size:1.4rem;
}
.card-header{
    padding:10px;
}

.boxed{
  text-align:center;
  position:absolute;
  top:10%;
  left:40%;
  right:40%;
}

#pdfview{
    width: 100%;
    height:700px !important;
}
.sorularvecc{
    height:500px !important;
    overflow-y: scroll;
}

.sonuctext{
    height:500px !important;
    overflow-y: scroll; 
}

#sidebar,#sidebarsag{
    position: relative;
  }
  #sidebar h3,#sidebarsag h3{
    font-family: 'Anton', sans-serif;
    width: 100%;
    text-align: center;
    padding:5px;
    font-size:1.5rem;
    font-weight: 600;
    border-bottom:4px solid #fac44f;
    margin-bottom:5px;
    padding-top:0;
  }
  #sidebar .closebtn{
    display: none;
  }
  .surebtn,.openbtn{
      display: none;
  }
  .page h1{
      font-size:1.6rem;
  }
@media only screen and (max-width: 800px) {
    iframe{
        margin-top:10px;
    }
    .surebtn{
        display: inline;
        position: fixed;
        z-index:100;
        top: 120px;
        left:0px;
        font-size: 15px;
        cursor: pointer;
        background-color: firebrick;
        color: white;
        padding:6px;
        border: none;
    }
    #pdfview{
        width: 100%;
        height:400px !important;
    }

    .sorularvecc{
        height:300px !important;
        overflow-y: scroll;
    }

    .boxed{
        left:5%;
        right:5%;
    }

    #sidebar {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background:#fafafa;
        overflow-x: hidden;
        transition: 0.5s;
        padding:20px;
      }
       
      
      #sidebar a:hover {
        color: #f1f1f1;
      }
      
      #sidebar .closebtn {
        display: inline;
        position: absolute;
        top: 30px;
        right: 20px;
        font-size: 18px;
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 0px 10px;
        border: none;
      }
      .onlypc{
          margin-top:60px;
      }
      .openbtn {
        display: inline;
        position: fixed;
        z-index:100;
        top:80px;
        left:0px;
        font-size: 15px;
        cursor: pointer;
        background-color: rgb(18, 122, 192);
        color: white;
        padding:6px;
        border: none;
      }
      
      .openbtn:hover {
        background-color: #444;
      }

      .form-check-label{
        padding:5px 2px;
    }

    .pcsearch{
        display:none;
    }
    .mobilform{
        margin-top:10px;
    }
  }

  .containers {
    margin: 0 auto;
  }
  .round {
    position: relative;
    padding-right:5px;
  }

  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }


  #Tamekran{
    position: relative;
    height:1000px !important;
}

#fullekran,#normalekran{
    position:absolute;
    top:10px;
    right:10px;
}