* {
    box-sizing: border-box;
    margin:0;
}
body, html {
    max-width: 100vw;
}


.header {
    padding:0.01em 16px;
    background-color: white;
    margin:20px;
    margin-top: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.center {
    padding: 90px;
    background-color: #0066ff;
    background-image: url("buk.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(0px);
    
    
}
.imaging h2{
   text-align: center;
   color:white;
   font-size: xx-large;
   
}

.body1 {
   
    margin-top: 25px;
}

.bodytop{
    padding:90px 90px 10px 90px;
    color:white;
    background-color:#e4ecf7e1;
    margin:1px;
}

.bodytop1 {
    background-color:#0066ff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:10px 70px;
    margin-top:-70px;
    margin-bottom: 70px;
    margin-left: -70px;
    margin-right : -70px;
    position:absolute;
}

.bodytop1 h2{
    font-family: poppins;
    font-size: 15px;
}

.input-area input, select{
    background-color: white;
    color:black;
    width:100%;
    margin:5px;
    border:2px solid #0066ff;
    height:50px;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: poppins;
    font-size: 20px;
    cursor: pointer;
}

.input-area input[type=button]{
    background-color: #0066ff;
    color:white;
    width:50%;
    margin-left:25%;
    height:50px;
    border-radius: 15px;
    text-align: center;
    font-family: poppins;
    font-size: 20px;
    cursor: pointer;
}

.row {
    display:flex;
    justify-content:space-between;
    padding-right:10px;
    margin-right:75px;
    margin-left:-10px;
    position:relative;
    width:80%;
    padding-left:20px;
    margin-bottom: 100px;
    
}

.btn-success {
    background-color: green;
    color:white;
    width:50%;
    margin-left:30px;
    height:50px;
    border-radius: 15px;
    text-align: center;
    font-family: poppins;
    font-size: 20px;
    border:none;
    position:absolute;
}

.btn-warning {
    background-color: red;
    color:white;
    width:50%;
    margin-left:55px;
    height:50px;
    border-radius: 15px;
    text-align: center;
    font-family: poppins;
    font-size: 20px;
    border:none;
    position:absolute;
}

.btn-print {
    background-color:#0066ff;
    color:white;
    width:20%;
    margin-right:10px;
    height:50px;
    border-radius:15px;
    text-align:center;
    font-family: poppins;
    font-size:20px;
    border:none;
    position:absolute;
}

.row:after {
    content: "";
    display: table;
    clear: both;
  }
  
.table-display {
    margin-right:0px;
    
    margin-left:0px;
}
#table {
    font-family: poppins;
    border-collapse: collapse;
    width:90%;
    margin:30px;
    
  }

  .display{
      display:none;
  }
  
  #table td, #table th {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: uppercase;
  }
  
  #table tr:nth-child(even){background-color: #f2f2f2;}
  
  #table tr:hover {background-color: #ddd;}
  
  #table th {
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #0066ff;
    color: white;
  }



@media (min-width : 768px){
    .bodytop1 {
        background-color:#0066ff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding:10px 70px;
        margin-top:-70px;
        margin-bottom: 70px;
        margin-left: 130px;
        margin-right : 70px;
        position:absolute;
    }

    
    .input-area input, select{
        background-color: white;
        color:black;
        width:75%;
        margin-top:5px;
        margin-bottom: 5px;
        margin-left: 60px;
        margin-right : 70px;
        border:2px solid #0066ff;
        height:50px;
        border-radius: 25px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        cursor: pointer;
    }
    
    .input-area input[type=button]{
        background-color: #0066ff;
        color:white;
        width:25%;
        margin-top:5px;
        margin-bottom: 5px;
        margin-left: 200px;
        margin-right : 70px;
        height:50px;
        border-radius: 15px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        cursor: pointer;
        
    }

    #table {
        font-family: poppins;
        border-collapse: collapse;
        width:100%;
        margin:10px;
        
      }

      .row {
        display:flex;
        justify-content:space-between;
        padding:20px;
        margin-right:15px;
        margin-left:80px;
        margin-bottom: 100px;
    }

    .btn-success {
        background-color: green;
        color:white;
        width:30%;
        margin-left:30px;
        height:50px;
        border-radius: 15px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        border:none;
        position:absolute;
        cursor: pointer;
    }
    
    .btn-warning {
        background-color: red;
        color:white;
        width:30%;
        margin-left:55px;
        height:50px;
        border-radius: 15px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        border:none;
        position:absolute;
        cursor: pointer;
    }

    .btn-print {
        background-color:#0066ff;
        color:white;
        width:20%;
        margin-right:10px;
        height:50px;
        border-radius:15px;
        text-align:center;
        font-family: poppins;
        font-size:20px;
        border:none;
        position:absolute;
    }
    
}

@media (min-width : 1024px){
    .bodytop1 {
        background-color:#0066ff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding:10px 70px;
        margin-top:-70px;
        margin-bottom: 70px;
        margin-left: 400px;
        margin-right : 70px;;
        position:absolute;
    }

    .input-area input, select{
        background-color: white;
        color:black;
        width:100%;
        margin-top:5px;
        margin-bottom: 5px;
        margin-left: 60px;
        margin-right : 70px;
        border:2px solid #0066ff;
        height:50px;
        border-radius: 25px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        cursor: pointer;
    }
    
    .input-area input[type=button]{
        background-color: #0066ff;
        color:white;
        width:25%;
        margin-top:5px;
        margin-bottom: 5px;
        margin-left: 200px;
        margin-right : 70px;
        height:50px;
        border-radius: 15px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
       cursor: pointer;
        
    }

    .input-area {
        display: flex;
         justify-content: space-between;
     }
    .col {
        margin:1px;
    }

    
    #table {
        font-family: poppins;
        border-collapse: collapse;
        width:95%;
        margin:30px;
       
      }

      .row {
        display:flex;
        justify-content:space-between;
        padding:20px;
        margin-right:15px;
        margin-left:190px;
        margin-bottom: 100px;
    }

    .btn-success {
        background-color: green;
        color:white;
        width:25%;
        margin-left:30px;
        height:50px;
        border-radius: 15px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        border:none;
        position:absolute;
        cursor: pointer;
    }
    
    .btn-warning {
        background-color: red;
        color:white;
        width:25%;
        margin-left:55px;
        height:50px;
        border-radius: 15px;
        text-align: center;
        font-family: poppins;
        font-size: 20px;
        border:none;
        position:absolute;
        cursor: pointer;
    }

    
    
}

@media (min-width : 1440px){
    .bodytop1 {
        background-color:#0066ff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding:10px 70px;
        margin-top:-70px;
        margin-bottom: 70px;
        margin-left: 450px;
        margin-right : 70px;;
        position:absolute;
    }

    

    #table {
        font-family: poppins;
        border-collapse: collapse;
        width:95%;
        margin:30px;
        
      }
    
}

@media (max-width: 767px) {
    .bodytop1{
        width:90%;
    }

    .bodytop h2{
        text-align: center;
    }
}

@media print {
    .header {
        visibility: visible;
        -webkit-print-color-adjust:exact !important;
    }

    h1 {
        visibility:hidden;
    }
    .bodytop {
        visibility:hidden;
        display:none;
    }
    .bodytop1 {
        visibility:hidden;
        display:none;
    }
    .intro {
      visibility:hidden;
    }

    .input-area{
        visibility:hidden;
    }

    .image {
      visibility:hidden;
    }

    #btn {
      visibility:hidden;
    }

    #table{
      visibility:visible;
      -webkit-print-color-adjust:exact !important; 
    }

    #print{
        visibility: hidden;
    }
}



