.sticky {
    /* position: sticky; */
    top: 0;
    background-color: #ffffff;
}
thead th {
    /* position: sticky; */
    top: 45px;
    background: white;
  }
  .menu {
    font-size: 20px;
    height: 80px;
    background-color: #ffffff;
  }
  .whiteBackground { background-color: #fff; }
  .grayBackground { background-color: rgb(243, 246, 252); }
  .greenBackground { background-color: rgb(217, 233, 241); font-size:16px; width: 150px;} 
  /* width: 230px; */
  .greenBackground_search { background-color: rgb(217, 233, 241); font-size:16px; width: 200px; height: 30;}
  .btn_mode {
    width: 120px; 
    height: 24px;
    background-color: #ffffff;
    color: #4393fa;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #4393fa;
  }
  .btn_mode:hover {
    background-color: #4393fa; /* Green */
    color: white;
  }
  .tab {
    border: 0px solid rgb(255, 255, 255);
  }
  .tab td {
    color:#4393fa;
    text-align: center;
    padding: 0px 8px 0px 8px;
  }
  .tab th {
    background-color: #ffffff;
    border: 0px solid rgb(255, 255, 255);
    color:#4d4b4b;
    font-weight: normal;
  }

  .data_tab {
    border: 1px solid #4393fa;
    border-collapse: collapse;
  }
  .data_tab td, th {
    padding: 5px;
    border: 1px solid #4393fa;
    color:#4d4b4b;
  }

  .bet_tab td {
    text-align: left;
  }

  .bet_tab select {
    font-size: 14px;
    width: 120px; 
    height: 24px;
    -webkit-appearance: menulist-button;
    border-color: #4393fa;
    border-radius: 5px;
  }

  .inputField{
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    width: 190px;
    height: 18px;
    border-color: #4393fa;
    border-radius: 5px;
  }
  .inputField_time{
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    width: 110px;
    height: 24px;
    border-color: #4393fa;
    border-radius: 5px;
  }

input[type="submit"] {
    width: 120px; 
    height: 24px;
    background-color: #ffffff;
    color: #4393fa;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #4393fa;
}

input[type="submit"]:hover {
  background-color: #4393fa; /* Green */
  color: white;
}
/* #4caf50 */
.blue_text {
  color:#4393fa;

}

.horizontal-line {
  border-bottom: 2px solid #4393fa;
}

.blue_text a{
  color:#4393fa;
  text-decoration: none;

}

.role_input{
  color:#4393fa;
  font-size: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  width: 60px;
  height: 22px;
  border-radius: 5px;
}

.t_date_input {
  color:#4393fa;
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  width: 90px;
  border-radius: 5px;
}

.blue_text a:hover{
  color:#4393fa;
  text-decoration: underline;

}

.error {
  color: rgb(228, 65, 65);
}

.info_grey_text {
  color: #afafaf;
}

/* .td_buttons {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
} */

.pad {
  padding: 0px 8px 0px 8px;
}

.align {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  color:#4393fa;  
}

.reg_form {
  text-align: right;
  color:#4393fa;  
}


.select {
    font-size: 14px;
    width: 326px;
    height: 24px;
    -webkit-appearance: menulist-button;
    border-color: #4393fa;
    border-radius: 5px;

  }

  .t_plan_select {

    font-size: 14px;
    width: 200px;
    height: 24px;

    border-color: #4393fa;
    border-radius: 5px;

  }

 