*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: #f1f1f1;
}

.continer{
    width: 100%;
    height: 2000px;
    border: 1px solid;
    border: 0;

}
.head{
    background-color: rgb(8, 83, 14);
    width: 100%;
    height: 50px;
    margin: auto;
    border: 1px solid;
    text-align: center;
    align-content: center;
    font-size: 35px;
    font-weight: 1000;
    color: white;
    border: 0;
}

.head_bus{
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid;
    text-align: center;
    align-content: center;
    font-size: 35px;
    font-weight: 1000;
    color: white;
    border: 0;
}
.time{
    background-color: rgb(1, 26, 11);
    width: 30%;
    height: 40px;
    margin: auto;
    border: 1px solid;
    text-align: center;
    align-content: center;
    font-size: 25px;
    font-weight: 1200;
    float: left;
    color: white;
    border-radius:   70px  0px 0px 0px ;
}

.head_title{
    width: 40%;
    height: 40px;
    margin: auto;
    border: 1px solid;
    text-align: center;
    align-content: center;
    font-size: 30px;
    font-weight: 1200;
    float: left;
    color: black;
    border-color: rgb(255, 255, 255);
}

.head_right{
    background-color: rgb(1, 26, 11);
    width: 30%;
    height: 40px;
    margin: auto;
    border: 1px solid;
    text-align: center;
    align-content: center;
    font-size: 30px;
    font-weight: 1200;
    float: left;
    border-radius:   0px  70px 0px 0px ;

}

.title{
    background: linear-gradient(5deg, green,black,green);
    width: 100%;
    height: 35px;
    margin: auto;
    border: 1px solid;
    text-align: center;
    align-content: center;
    font-size: 20px;
    font-weight: 1000;
    color: white;
}



.sl{
    width: 10%;
    height: 100%;
    border: 1px solid;
    color: white;
    float: left;
    text-align: center;
    align-content: center;
}

.name{
    width: 45%;
    height: 100%;
    border: 1px solid;
    color: white;
    float: left;
    text-align: center;
    align-content: center;
}

.id{
    width: 20%;
    height: 100%;
    border: 1px solid;
    color: white;
    float: left;
    text-align: center;
    align-content: center;
}

.Sampel{
    width: 25%;
    height: 100%;
    border: 1px solid;
    color: white;
    float: left;
    text-align: center;
    align-content: center;
}


.title_1{
    background-color: white;
    width: 100%;
    height: 40px;
    margin: auto;
    border: 3px solid;
    align-content: center;
    font-size: 25px;
    font-weight: 1000;
    margin-top: 5px;
    overflow: hidden;

}

.sl_1{
    background: linear-gradient(90deg,rgb(1, 1, 12),rgb(255, 255, 255),rgb(0, 1, 8));
    width: 10%;
    height: 100%;
    border: 1px solid;
    border: 0;
    float: left;
    align-content: center;
    text-align: center;
}
.name_1{
    width: 45%;
    height: 100%;
    border: 1px solid;
    border: 0;
    float: left;
    align-content: center;
    padding-left: 4px;
}

.id_1{
    width: 20%;
    height: 100%;
    border: 1px solid;
    border: 0;
    float: left;
    align-content: center;
    text-align: center;

}
.Sampel_1{
    width: 25%;
    height: 100%;
    border: 1px solid;
    float: left;
    align-content: center;
    text-align: center;
    border: 0;
    font-style: italic;
 
}
.pending{
    color:#dd0808;
  }

.ready{
    color:#fbfffc;
    animation: blink 1s infinite alternate;
  }

@keyframes blink {
    from { background:linear-gradient(rgb(27, 138, 5),rgb(0, 0, 0),rgb(207, 202, 202)); color:#ededed; }
    to   { background:#08b736; color:#fff; }
  }

.scrolling-text {
  white-space: nowrap;      
  display: inline-block;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.left{
    width: 50%;
    height: auto;
    float: left;
}

.right{
    width: 50%;
    height: auto;
    float: left;
}