.uplift_form td,
.uplift_form th {
  border: 1px solid rgb(190, 190, 190);
  padding: 15px 0px;
  font-size: 15px;
}

.uplift_form td {
  text-align: center;
}

.uplift_form tr:nth-child(even) {
  background-color: #eee;
}

.uplift_form th {
  background-color: #000080;
  color: #fff;
}


.uplift_form caption {
  padding: 10px;
  caption-side: top;

}

#uplift-view-btn-main-div{
  display: flex;
  justify-content: center;
}

#uplift-view-btn-home{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #uplift-view-btn-home h1{
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #uplift-view-btn-home h3{
    text-align: center;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 20px;
  }

.uplift_title_div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.uplift_title {
  margin: 5px 10px;
  font-weight: bolder;
  font-size: xx-large;
  color: black;
}

.add_new_btn_div_admin{
  margin: 50px;
  display: flex;
  justify-content: center;
}

.add_new_btn_admin{
  text-decoration: none;
  color: white;
  background-color: #000080;
  padding: 10px 50px;
  font-size: large;
  font-weight: bold;
}

.add_new_btn_admin:hover{
  text-decoration: none;
  color: white;
  border-radius: 10px;
}


.uplift_form table {
  border-collapse: collapse;
  border: none;
  letter-spacing: 1px;
  font-family: sans-serif;
  font-size: .8rem;
}



.th_dont_show {
  background-color: white !important;
  border: none !important;
}

#in_type,
#in_amount,
#out_type,
#out_amount {
  font-weight: bolder;
  font-size: larger;
}

#in_type {
  border: none!important;
  text-align: right!important;
  padding-right: 8px!important;
}

#in_amount {
  border: none!important;
  border-right: solid 1px lightgrey!important;
  padding-left: 0!important;
}

#out_type {
  border: none!important;
  text-align: right!important;
  padding-right: 8px!important;
}

#out_amount {
  border: none!important;
  padding-left: 0!important;
}

.uplift_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}



.uplifts-view-btn {
  margin: 5px;
  padding: 10px 5px;
  background-color: #000080;
  color: white;
  font-weight: bold;
}

.uplifts-view-btn a {
  text-decoration: none;
  color: white;
}

#uplift_form_input_tr select, #uplift_form_input_tr input{
  padding: 10px;
}

#uplift-col-title-tr{
  text-align: start;
}
#admin_uplifts_container{
    margin-top: 50px;
}
#admin_uplifts_home_container{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.uplift_form i{
  color: #000080;
}

.uplift_form i:hover{
  font-size: large;
  font-weight: bold;
}
