/**********************find sun hours css*****************/

.sun_hour_show{
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

input[name='country_zipcode']{
 border: 1px solid #d8d8d8!important;
 border-radius: 3px!important;
 padding: 8px!important;
 color: #141414!important;
 background-color: #fff!important;
 max-width: 150px;
 width: 100%!important;
 font-weight: 500!important;
 margin-right: -4px;
 font-size: 20px;
 height: 50px;
}

#sun-hours-find{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
}
#sun-hours-find button{
  padding: 14px 30px;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  background: #3bb54a;
  color: #ffff;
  height: 50px;
  width: 100px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.sun_hours_result{
  color: #3a8a1f;
  font-size: 44px;
  font-weight: 600;
  margin: 0px;
}
#sun_hours{
  text-align: center;
}
#sun_hours span{
  font-size: 14px;
  font-weight: 300;
}

.system_size_show{
  font-weight: 300;
  margin: 0;
  font-size: 12px;
  text-align: center;
  background-color: #ffff;
  height: 170px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  position: relative;
  margin: 0 auto;
  max-width: 250px;
}

.system_size_show h4{
  font-weight: 300;
  margin: 0;
  font-size: 12px;
}

.system_size_show p{
 margin: 0;
 color: #208220;
 font-size: 42px;
 font-weight: 600;
 margin: 0;
 height: 70px;
}

.system_size_show span{
 font-size: 18px;
 font-weight: 300;
 text-align: center;
}


.loader {
  border: 4px solid #ffff;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*******************_table_result_send_mail**************/
._table_result_send_mail{
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  margin: auto!important;
}

._table_result_send_mail input{
 flex: 0 0 80%;
 padding: 14px;
 font-weight: 500;
 font-size: 20px;
 height: 54px;
}

#send_mail_result{
  flex: 0 0 20%;
  max-width: 200px;
  width: 100%;
  height: 54px;
  text-decoration: none;
  background: #3bb54a;
  color: #ffff;
  cursor: pointer;
}

#update_system_size {
  display: none;
  color: #ffff!important;
}