.calcuator-title {
    color: red;
    font-weight: bold;
    outline: none;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-hidden {
    display: none;
}

.bg-bright-green {
    background-color: rgb(43, 222, 17) !important;
}

.btn-calc {
    background-color: rgb(245, 235, 65);
    color: red;
}

.btn-calc:focus {
    box-shadow: none;
}

.btn-calculate {
    background-color: rgb(245, 235, 65);
    color: red;
    font-weight: bold;
    outline: none !important;
    border: none !important;
}

.btn-calculate:active {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(245, 235, 65) !important;
}

.btn-calculate:focus {
    background-color: rgb(245, 235, 65);
    color: red;
    outline: 0 !important;
    box-shadow: none;
}

.btn-active {
    color: rgb(245, 235, 65) !important;
    font-weight: bold;
    background-color: rgb(0, 0, 0) !important;
}

.btn-active:disabled {
    background-color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
    opacity: unset;
}

.input-calculator {
    outline: 0 !important;
    background-color: rgb(43, 222, 17) !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid black;
    font-weight: 600;
}

.input-calculator:active {
    outline: none;
    color: rgb(0, 0, 0) !important;
    border: 1px solid black;
}

.input-calculator:focus {
    outline: 0;
    color: rgb(0, 0, 0) !important;
    border: 1px solid black;
    box-shadow: none;
}

.input-calculator:disabled {
    opacity: unset;
    color: rgb(0, 0, 0) !important;
}

.input-calculator::placeholder {
    color: rgb(0, 0, 0) !important;
}