::placeholder {
    color: #C6C3C3;
    opacity: 1;
}

.required:before {
    padding-right: 4px;
    content: "*";
    color: #FC9393;
}

.card {
    background-color: #F8F9F9;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 20px;
}

.bi-icon-info {
    background-color: #4C5258;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    height: 15px;
    width: 16px;
    display: block;
    text-align: center;
    margin-left: 90px;
    margin-top: -18px;
}


.tabMenuContent p {
    margin-top: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

.myButtonCalculate {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

.myButtonCalculate:hover {
    background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    background-color: #378de5;
}

.myButtonCalculate:active {
    position: relative;
    top: 1px;
}


.myButtonClear {
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color: #f24537;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;


    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

.myButtonClear:hover {
    background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    background-color: #c62d1f;

}

.myButtonClear:active {
    position: relative;
    top: 1px;
}
form select,input{
    width: 100%;
}
.optionForm input{
    height: 50px;
    outline: none;
    border: 1.5px solid rgba(153, 153, 153, 0.35);
    padding: 0 20px;
    font-weight: 600;
    color: #999999;
    font-size: 14px;
    transition: 0.5s all;
}
.optionForm select {
    height: 50px;
    outline: none;
    border: 1.5px solid rgba(153, 153, 153, 0.35);
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
    color: #999999;
    -webkit-appearance: none;
    background: #fff url(../imgs/icons/formSelectIcon.png) 97% 50% no-repeat;
    transition: 0.5s all;
}
.form-group {
    margin-bottom: 1rem;
}
.optionForm p:not(.fw-normal) , .optionForm strong{
    font-size: 14px;
    font-weight: 600 !important;
}
.optionForm .form-check-inline{
    display: flex;
    align-items: center;
    gap: .3125rem;
}
.form-check-label{
    font-size: 15px;
}
