.partner-box{    
    height: 450px;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", Sans-serif;
    background-color:white;
  border-radius: 5px;
  box-sizing: above;
  overflow: hidden;
  margin-top:30px;
}
.partner-box-title{
    height:67px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #ecf0e9;
}

.partner-box-pre{
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left:15px;
}
.partner-box-su{
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right:15px;
}
.partner-box-input {
  position: relative;
  
  margin-top:25px;
  display: flex;
  align-items: center;  
  width: calc(100% - 50px);
}
.partner-box-input input{
  height: 67px;
  width:100%;
  padding-left: 35px;
  color: #48bead !important;
  font-size: 28px;
  border-radius: 5px;
  border-color: #e5e9e5;
  border-style: solid;
  border-width: 2px;
}

.partner-box-description{
  
  font-size: 20px;
  font-weight: bold;  
  margin-top:20px;
}
.partner-box-button{
  margin-top:20px;
  height: 56px;
  background-color: #48bead !important;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;  
  display: flex;
  border-radius: 30px;  
  width: calc(100% - 50px);  
  align-items:center;
  justify-content: center;
  cursor: pointer;
  border: none;
  text-shadow: none;
  color:#FFFFFF !important;
}
.partner-box-button:hover{
  background-color: #369a8b;
}
.partner-box-button:active {
  background-color: #3dad9c;
}

.partner-box-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner-widget {
  display: flex;
  flex-direction: column;
}
.partner-period{
  font-family: "Poppins", Sans-serif;  
  display:flex;
  justify-content: space-around;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}
.partner-period button{
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width:100%;
  border: none;
  cursor:pointer;
  text-shadow: none;
  color: black;
  border-radius: 0px;
  padding: 0;
}



.partner-period button:hover{
  background: #e6e6e6;
  color: black;
}
.partner-period button:active{
  background: #cccccc;
  color: black;
}


.partner-period button.active{
  background: #2a344b;
  color: white;
}
.partner-period button.active:hover{
  background: #222a3c;
}
.partner-period button.active:active{
  background: #262f44;
}
