.table_in>table>thead>tr>th,.table_in>table>tbody>tr>td{
  text-align: center;
  border: 1px solid #102586;
  padding-left: 6px;
  padding-right: 6px;
}
.table_in>table>tbody>tr:hover {
  background-color: rgb(243, 10, 10,0.1);
  cursor: pointer;
}

.divbutton{
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: rgb(95, 95, 95);
  display: inline-block;

  padding-left: 8px;
  padding-right: 8px;
  color: white;
  border-radius: 8px;
  margin-left: 4px;
  cursor: pointer;
  /*font-size: calc(3px + 0.8vw);*/
  height: 30;
}
.divbutton:hover{
  background-color: rgb(231, 20, 20);
}
.hedbuttondiv{
  text-align: center;
  border-radius: 15px;
}
.button2 {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  animation: blink-animation 1s infinite alternate;
}

@keyframes blink-animation {
  0% {
    color: #faa9a9; /* Red */
  }
  100% {
    color: #ff000d; /* Blue */
  }
}
.button1 {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  animation: blink-animation1 1s infinite alternate;
}

@keyframes blink-animation1 {
  0% {
    color: #a1aefa; /* Red */
  }
  100% {
    color: #6060d8; /* Blue */
  }
}
/*Large Clock Page Container*/
.page-clock-container {
  left: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
}
/*Large Clock Page Animation*/
#PageClock_Date,.pageclock-info,#PageClock_Time{
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*Large Clock Page Date*/
#PageClock_Date{
  color:#fff;
  font-family: cursive;
  font-size: 15px;
  text-shadow: 0 0px 0px #9d7676;
  text-align: start;
}
/*Large Clock Page Info*/
.pageclock-info {
  color: #454748;
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

/*Large Clock Page Info Credit*/
.pageclock-info a {
  color: #b8c1e6;
  text-decoration: none;
}

/*Large Clock Page Time*/
#PageClock_Time {
  color:#fff;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  font-family: cursive;

}
#PageClock_Date:hover,.pageclock-info:hover,#PageClock_Time:hover{
  color:#fff;
}
@media screen and (max-width: 1190px) {
  /*Large Clock Page Date*/
  #PageClock_Date {
    font-size: 30px;
  }
  /*Large Clock Page Time*/
  #PageClock_Time {
    font-size: 140px;
  }
}
@media screen and (max-width: 900px) {
  /*Large Clock Page Date*/
  #PageClock_Date {
    font-size: 28px;
  }
  /*Large Clock Page Info*/
  .pageclock-info {
    font-size: 11px;
  }
  /*Large Clock Page Time*/
  #PageClock_Time {
    font-size: 115px;
  }
}
@media screen and (max-width: 750px) {
  /*Large Clock Page Date*/
  #PageClock_Date {
    font-size: 26px;
  }
  /*Large Clock Page Info*/
  .pageclock-info {
    font-size: 0;
  }
  /*Large Clock Page Time*/
  #PageClock_Time {
    font-size: 85px;
  }
}
@media screen and (max-width: 550px) {
  /*Large Clock Page Date*/
  #PageClock_Date {
    font-size: 20px;
  }
  /*Large Clock Page Time*/
  #PageClock_Time {
    font-size: 60px;
  }
}
@media screen and (max-width: 400px) {
  /*Large Clock Page Date*/
  #PageClock_Date {
    font-size: 15px;
  }
  /*Large Clock Page Time*/
  #PageClock_Time {
    font-size: 40px;
  }
}
@media screen and (max-width: 260px) {
  /*Large Clock Page Date*/
  #PageClock_Date {
    font-size: 10px;
  }
  /*Large Clock Page Time*/
  #PageClock_Time {
    font-size: 25px;
  }
}
.table_in::-webkit-scrollbar {
  width: 12px; /* Width of the entire scrollbar */
  height: 12px; /* Height of the entire scrollbar */
}

.table_in::-webkit-scrollbar-track {
  background: #8fd8ff; /* Color of the scrollbar track */
}

.table_in::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Roundness of the scrollbar thumb */
  border: 3px solid #f1f1f1; /* Adds a border around the thumb */
}

.table_in::-webkit-scrollbar-thumb:hover {
  background-color: #f23838; /* Color of the scrollbar thumb when hovered */
}

/* For Firefox */
.table_in {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #102586 #8fd8ff; /* Thumb color and track color */
}

body{
  text-transform: uppercase;
}
