body { 

  font-family: 'DM Sans', sans-serif;
  
}

.header-label{

  font-weight: 500;
  font-size: xx-large;
  margin-top: 1em;
  margin-bottom: .5em;

}

.app {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #005151;
    color: #30CEBB; 

}

.product-select {
  
    display: flex;
    flex-direction: column;
    text-wrap-style: pretty;
    text-align: justify;
    text-align-last: center;
    height: 25%;
    width: 25%;
    margin: 0 auto
    
}

.radio-select {
  
   text-wrap-style: pretty;
   text-align: left;
   text-align: justify;
   text-align-last: left;
   width: 30%;
   margin: 0 auto
  
}

.select {
  
    margin-top: 5%;
    margin-bottom: 5%;
    display: inline-block;
    width: 50%;
    height: 2em;
    border-radius: 2em;
    background-color: #59d7c8;
    color: #005151;
    border: unset;
    font-size: x-large;
    justify-self: center;
    align-self: center;
  
}

.select:hover {

    background-color: #30CEBB;
    color: #005151;

}

.select:active {

    background-color: #59d7c8;
    color: #005151;

}

.webhook-display {

  visibility: hidden;

}

.txt-left {

    appearance: none;
    border: none;
    outline: none;
    resize: none;
    overflow-x: hidden;
    text-wrap-style: pretty;
    text-align: justify;
    text-align-last: left;
    height: 85%;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 20%;
    padding-right: 25%;
    font-size: 18px;
    background-color: #005151;
    color: #30CEBB; 
    caret-color: transparent;
    font-family: inherit;
    
}

.txt-right {

    appearance: none;
    border: none;
    outline: none;
    resize: none;
    overflow-x: hidden;
    height: auto;
    width: 75%;
    font-size: 18px;
    background-color: #C9CAC8;
    color: #005151;
    caret-color: transparent;
    font-family: inherit;
  
}

.row {
  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
  
}

.column {
  
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  height: 100%;
  padding-left: 5%;
  
}

.return {

  visibility: hidden;

}

.return {
  
    margin-top: 2%;
    margin-left: 20%;
    margin-right: 27%;
    display: inline-block;
    width: 100%;
    height: 2em;
    border-radius: 2em;
    background-color: #59d7c8;
    color: #005151;
    border: unset;
    font-size: x-large;
    justify-self: center;
    align-self: center;
  
}

.return:hover {

    background-color: #30CEBB;
    color: #005151;

}

.return:active {

    background-color: #59d7c8;
    color: #005151;

}