body {
    /*background: #f8f9fa;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: gray;

}
.config-button{
    background-color: transparent;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    margin: 10px;
    width: 105px;
    height: 135px;
    background-size: 85px 112px;
    background-repeat: no-repeat;
    background-position: center center;


}
.active{
    border: 2px solid #FA8F3C;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgba(250, 143, 60, 0.7);

}
.config-button:hover, .action-btn:hover {
    box-shadow: 4px 4px 10px rgba(250, 143, 60, 0.7);
    
}
.action-btn:active {
  border: 2px solid #FA8F3C;
  border-radius: 5px;
}
@media (min-width: 1100px) {
#controls {
  position: absolute;
  top: 5px;
  left: 750px;
  width: 30%;
}
}
@media (max-width: 1099px) {
  #controls {
    position: absolute;
    top: 550px;
    margin: 5%;
  }
  }
  #send-section {
    border: 5px solid gray;
    border-radius: 20px;
    margin: auto;
    padding: 20px;
  }

  @media (min-width: 1100px) {
  #total-block {
    position: absolute;
    top: 450px;
    left: 20px;
    width: 35%;
    color: gray;
    text-align: center;
  }
}

@media (max-width: 1099px) {
  #total-block {
    position: absolute;
    top: 1400px;
    margin: 5%;
    width: 80%;
    color: gray;
    text-align: center;
  }
}
  #action {
    position: absolute;
    top: 15px;
    left: 25px;
  }
  #container {
    width: 600px;
    height: 600px;
    padding-left: 120px;
    
  }
  input {
    font-size: 15px;
    border: none;
    background: transparent;
    width: 50px;
  }
  input :focus {
    font-size: 11px;
  }
  input :blur {
    font-size: 15px;
  }
  span {
    color: black;
  }
  .nextbtn {
    background: #FA8F3C !important;
    color: white !important;
  }
  .nextbtn:active {
    background: #3c8efa !important;
  }
  .action-btn {
    background-color: transparent;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    margin: 5px;
    width: 50px;
    height: 50px;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .select-win {
     width: 50%;
  }
 
  