body, a, button, label{
    font-family: "ACERFOCO_RG";
}
.navbar-main{
    /* position: relative; */
    position: sticky;
}

.footer-copy, .item-legal {
    font-family: "Open Sans" !important;
}

.a_link_desc{
    color: #84B818!important;
    font-size: 16px!important;
    font-weight: 300!important;
}
.btn-green:hover{
    color: white!important;
}

.error-validate, .error-validate label {
    color: #f5365c !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic!important;
}

input{
    font-family: "ACERFOCO_RG";
}

#navbar-main{
    box-shadow: 1px 2px 10px -4px rgba(139,139,139,0.75);
    margin: 0;
}

.nav-link{
    /* font-size: 15px!important; */
    /* color: #84B818; */
    font-size: 13px!important;
    color: #000000;
    font-weight: bold!important;
}

.btn-green{
    background-color: #84B818;
    padding: 12px 16px 12px 16px;
    color: #FFFFFF;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    padding: 8px 16px;
    font-family: "ACERFOCO_RG"!important;
}

/* #navbar-collapse{
    margin: 0px;
    width: 100%;
} */

.no-border{
    border: none;
}

input:disabled{
    background-color: #e2e2e2!important;
    color: #212121!important;
}

#navbar-main a{
    font-family: "ACERFOCO_LT";
    font-weight: 500!important;
}

.font-title-form{
    color: #000000!important;
    font-family: 'ACERFOCO_BD'!important;
    font-size: 48px!important;
    font-weight: 700!important;
}

.swal2-title{
    color: #000000!important;
}

.green-button, .swal2-confirm{
    display: flex;
    padding: 12px 16px !important;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px  !important;
    background: var(--Acer-Main-Color, #84B818);
    color: var(--Tailwind-Neutral-100, #F5F5F5);
    font-family: "ACERFOCO_RG";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 106.667% */
    border: unset;
}

.font-desc-form, .font-label-form, .swal2-content {
    font-family: "ACERFOCO_LT"!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 19px!important;
    color: #000 !important;
}

::placeholder{
    color: #9E9797!important;
    opacity: 1; /* Firefox */
    font-size: 16px!important;
    font-family: "ACERFOCO_LT";
    font-weight: 300!important;
}

input[type="file"]{
    color: #9E9797!important;
    font-size: 16px!important;
    font-family: "ACERFOCO_LT";
    font-weight: 300!important;
    padding: 3px!important;
}

input{
    font-size: 16px!important;
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #9E9797!important;
    font-size: 16px!important;
    font-family: "ACERFOCO_LT";
    font-weight: 300!important;
}

@media only screen and (max-width: 1199.9px) {
    .font-title-form {
        font-size: 24px!important;
    }

    .font-desc-form, .font-label-form, .swal2-content {
        font-size: 14px!important;
        line-height: 16px!important;
    }
    ::placeholder{
        font-size: 14px!important;
    }

    input[type="file"], input{
        font-size: 14px!important;
    }

    ::-ms-input-placeholder { /* Edge 12-18 */
        font-size: 14px!important;
    }
}

@media (max-width: 991.98px){
    .green-button, .swal2-confirm{
        width: 100%;
        display: block;
    }

    .a_link_desc{
        color: #84B818!important;
        font-size: 14px!important;
        font-weight: 300!important;
    }
    #navbar-main{
        box-shadow: 1px 2px 10px -4px rgba(139,139,139,0.75);
    }

    .btn-green{
        margin: 0;
        background-color: transparent!important;
        color: #84B818!important;
    }
}
