body{ text-align: unset;}
.header {
    background-color: #333 !important;
    color: white !important;
    text-align: center !important;
    padding: 2em !important;
    font-size: 2em !important;
    display: flex;
}
.team_list td {
  text-transform: capitalize;
}
main {     
    padding: 2em;
    }

    .index_home ul {
        list-style-type: none;
        padding: 0;
    }
    .index_home ul li {
        display: inline-block;
        margin-right: 1em;
    }
    .index_home ul li a {
        display: inline-block;
        padding: 0.5em 1em;
        background-color: #333;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.3s;
    }
    .index_home ul li a:hover {
        background-color: #555;
    }
    .sidenav {
        text-align: left;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
      }
      
      .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
      }
      .nav {
        display: flex;
        right: 50px !important;
        position: absolute;
        
       
    }
      .sidenav a:hover {
        color: #f1f1f1;
      }
      
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      } 
      
      @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
      }
      input#dateFilter, .date_field {
    
        min-height: 3.4rem;
      
        position: relative;
        padding: 0.5rem 1rem;
        background-color: #fff;
        border: 0.1rem solid #c4cdd5;
        border-radius: 0.3rem;
        color: #31373d;
        box-sizing: border-box;
        display: block;
       
        font-size: 1.6rem;
        line-height: 2.4rem;
        min-width: 7.5rem;
        vertical-align: baseline;
        height: auto;
        margin: 0;
        max-width: 100%;
        font-family: -apple-system, "BlinkMacSystemFont", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", sans-serif;
    }

    .sidenav a.active {
      color: #fff;
  }
   .left_right  {
    margin-right: 14px;
}
  .top_links{ display: flex;}
 .top_links a.button {
  margin-left: auto;
    margin-right: 5px;
}
.form_style{   margin-right: 5px;
  margin-left: auto;
}
tr.even { font-weight: 500;
  background: #3333334a !important;
  border: 1px solid #fff;
}
  thead th {     font-weight: 600 !important ;
padding: 20px 16px 20px; }
thead tr {  
  color: #ffff;
  background: #333333;
  border-top: 1px solid #d3dbe2;
}
.schedule_setting .row.side-elements .left_right {
  min-width: 286px;
}
input.date_field {
  margin-right: 14px;
}

.alert.success.add_option {
  background-color: #ffff;
  box-shadow: inset 0 3px 0 0 #ffffff, inset 0 0 0 0 transparent, 0 0 0 1px rgb(255 255 255), 0 1px 3px 0 rgb(255 255 255 / 15%);
}

.row.insert_option {
  padding-left: 14px;
}
.insert_option [class^="icon-"]:after, [class*=" icon-"]:after{
  background-position: top;
  min-width: 17px;
  left: 10px;
  min-height: 23px;
}
.max_width_div {  
  max-width: 165px;
}
select#delete_age_option {
  width: 40% !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
	text-align: center;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
 
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}