@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{
    margin:0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
    height:100vh;
}
.sma_resell_btn a,
.sma_society_btn a {
  background-color: #ffac4e;
  font-size: 16px;
  padding: 12px 60px;
  color: #fff;
  font-weight: 600;
  text-decoration:none;
  border-radius:6px;
}
.sma_btn_section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 580px;
}
.sma_resell_title h2 {
  font-size: 21px;
  font-weight: 500;
}
.sma_add_btn a {
  background-color: #ffac4e;
  font-size: 16px;
  padding: 12px 40px;
  color: #fff;
  font-weight: 600;
  text-decoration:none;
  border-radius:6px;
}
.sma_add_btn {
  text-align: right;
    padding-right: 0px;
}
.sma_resell_add {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: baseline;
}
.reseller_details {
  display: flex;
  padding-bottom: 20px;
}
.add_resell h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.add_resell_request h2{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.date_pick_wrap{
    display:flex;
}
.reseller_row {
  padding-bottom: 20px;
  display: flex;
    margin-bottom: 20px;
}
.add_btn button {
  background-color: #ffac4e;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.remove_btn button {
  background-color: #8b1811;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.remove_btn button:hover,
.add_btn button:hover,
.save_btn button:hover {
  color: #fff;
}
.save_btn button {
  background: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.save_butn_wrapper {
  display: flex;
  justify-content: center;
}
.society_file_upload {
  display: flex;
}
.req_butn_wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .scty{
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  footer{
      background: #484545;
    /* padding: 5px; */
    width: 100%;
    border-top: 1px solid #eff0f4;
    text-align: center;
  }
  footer p{
      color: #fff;
    font-size: 14px;
    margin: 0px;
  }
.add_society_wrap{
    /*margin-bottom:80px;*/
    margin: 30px 0px 30px 0px;
}
.sma_logo img{
    width:150px;
}
.sma_resell_2{
    padding:24px 0px;
    border: 1px solid #ff0707;
    border-radius: 8px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
}
.sma_section{
    display: flex;
    align-items: center;
    justify-content: center;
    height:577px;
}