
.adconverter-result{
    margin-bottom: 50px;
    width: 100%;
    border: dashed 3px #988574 !important;
    padding: 20px;
    border-radius: 10px;
    color: #988574;
    font-size: 1.4em;
    font-weight: bold;
}
.adconverter-input{
    width: 100%;
    margin: 20px 0;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 10px;
    height: 50px;
    color: #988574;
    background-color: #e6f4ec;
    padding-left: 10px;
    border: solid 3px #988574 !important;
}
.adconverter-input:focus,
.adconverter-input:active{
    color: #988574;
    background-color: #e6f4ec;
    border: solid 3px #988574 !important;
}
.eraSelect{
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: bold;
    border: solid 3px #988574 !important;
    border-radius: 10px;
    color: #988574;
    background-color: #e6f4ec;
}