.div_main_eb{
  position: relative;
  padding: 0 18%;
  margin: 20px 0;
}


.container_white_eb{
  background-color: #ffffff;
  padding: 50px 70px;
}

.text_legend_eb{
  text-align: center;
  position: relative;
  margin: 10px 0 30px 0;
  color: #969696;
}

.select_dashboard_eb{
  width: 100%;
  max-width: 100% !important;
  font-size: 16px !important;
  position: relative;
  color: #ffffff !important;
  text-align: center;
  height: 40px !important;
  -webkit-appearance: none !important;
  border-radius: 3px;
  background-color: #2f65fe !important;
  background: #2f65fe url('../images/select_arrow_down_disabled.svg') no-repeat right 5px top 55% !important;
  background-size: 16px 25px !important;
  margin-bottom: 20px;
  text-align-last:center;
}



.text_alert_eb {
  font-size: 12px;
  position: relative;
  color: #969696;
  margin-top: 50px;
  text-align: left;
}


.text_alert_eb2 {
  font-size: 12px;
  position: relative;
  text-align: left;
  margin-top: 25px;
  color: #929292;
  font-weight: 500;
}


.text_center_eb{
  text-align: center;
}


.img_logo_eb{
  width: 250px;
}


.button-export{
  background-color: #8dd422;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 10px 50px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.button-export:hover{
  background-color: #72bf02;
}



.settings_title_main{
  position: relative;
  font-size: 24px;
  margin: 20px 0px;
  font-weight: 600;
}


.settings_div_padding20{
  position: relative;
  padding: 0 20px;
}


.settings_title_settings{
  position: relative;
  font-size: 14px;
  padding: 0px 5px 5px 5px;
  font-weight: 500;
  border-bottom: 2px solid #a7a3a3;
  color: #059805;
}


.settings_title_donate{
  position: relative;
  margin-top: 30px;
  padding: 0 0 10px 5px;
  font-size: 16px;
  font-weight: 800;
}


.settings_text_done{
  position: relative;
  width: 400px;
  text-align: left;
  color: #828181;
  padding-left: 5px;
}


.settings_donate{
  background-color: #0370a1;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 35px;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
}


.settings_div_button_donate{
  position: relative;
  margin-top: 20px;
}


.dashicons-admin-generic{
  font-size: 45px
}


.ebck_div_main_how{
  position: relative;
  padding: 0 18%;
  margin: 20px 0 100px 0;
}

.ebck_div_title_how{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ebck_content_main_inst{
  position: relative;
  float: left;
  width: 49%;
  color: #8c8c8c;
  padding: 5px 0;
  background-color: white;
}

.ebck_content1{
  margin-right: 2%;
}


.ebck_image_how{
  float: left;
}

.ebck_donate_dashboard{
  position: relative;
  float: left;
  width: 100%;
  color: #8c8c8c;
  padding: 16px 0px;
  background-color: white;
}


.ebck_donate_image{
  position: relative;
  width: 12%;
  float: left;
  padding-left: 1%;
}

.ebck_text_donate_dashboard{
  float: left;
  position: relative;
  width: 66%;
  font-size: 16px;
  line-height: 23px;
}

.ebck_donate_image2 {
  position: relative;
  width: 20%;
  float: left;
  padding-left: 1%;
}

.ebck_a_download{
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  position: relative;
}

.ebck_a_download:hover{
  color: #b7a821;
}

.ebck_a_download:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #FFEB3B;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.ebck_a_download:hover:after { 
  width: 100%; 
  left: 0; 
}

.ebck_text_how{
  position: relative;
  padding-top: 10px;
}

option:disabled {
  color: #b9b9b9;
  font-weight: 600;
}