/* html, body {
    height: 100vh;
}

.full-height {
    height: 100vh;
} */

.imgbtn {
    object-fit: contain;
    max-width: 100%;
}

.unitdrop {
    position: relative;
    width: 100%;
    height: 100%;
}

.unitdrop select {
    background-color: rgb(0, 122, 214);
    color: white;
    padding-left: 8px;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 19px;
    outline: none;
}

.unitdrop select option {
    background-color: rgb(0, 122, 214);
    padding: 60px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.paraminput {
    background-color: paleturquoise ;
    border-radius: 0;
    border: none;
    text-align: center;
    outline: none;
    font-size: 24px;
    max-width: 100%;
}

.paraminput:focus {
    background-color: lightblue;
}

.enum {
    all: inherit;
}
.enum input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}
.enum input[type=radio] + label {
    background-color: paleturquoise;
}
.enum input[type=radio]:checked + label {
    background-color: rgb(0, 122, 214);
}

.result-title {
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: center;
    line-height: 50px;
    font-size: x-large;
}
.result-number {
    position: absolute;
    top: 110px;
    width: 100%;
    height: 38px;
    text-align: center;
    vertical-align: center;
    line-height: 38px;
    font-size: 38px;
    color: rgb(0, 122, 214);
}
.result-phrase-en {
    position: absolute;
    top: 145px;
    width: 100%;
    height: 60px;
    text-align: center;
    vertical-align: center;
    line-height: 60px;
    font-size: 60px;
    color: rgb(0, 94, 167);
}
.result-phrase-fa {
    position: absolute;
    top: 210px;
    width: 100%;
    height: 24px;
    text-align: center;
    vertical-align: center;
    line-height: 24px;
    font-size: 24px;
    color: rgb(0, 94, 167);
}