.error-login {
    text-align: center;
    margin-top: 15px;
}

.uppercase{
    text-transform: uppercase !important;
}
.header-message-custom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header-message-custom p{
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.header-message-custom p img{
    width: 25px;
    height: 25px;
    margin-right: 10px;

}
.bg-success {
    background-color: #28a745!important
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-warning {
    background-color: #ffc107!important
}
.text-white {
    color: #fff !important;
}
input:focus {
    outline: none !important;
}
.hidden {
    display: none !important;
}
.formWrap .imageMoney .imageBill .showImage.upload {
    justify-content: center;
    align-items: center;
    display: flex;
}
.formWrap .imageMoney .imageBill .showImage .imageUpload img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.alert-header{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.alert-header p{
    padding: 15px 10px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.alert-header p img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

@media (min-width:769px) {
    .alert-header-pc {
        position: fixed;
        bottom: 1%;
        top: unset;
        width: 26%;
        right: 0px;
        border-radius: 9px;
        left: unset;
        height: auto;
    }
    .alert-header-pc p{
        height: auto;
        padding: 15px 10px;
    }

}

@media (max-width: 768px) {
    .alert-header p{
        padding: 25px 10px 15px;
    }

    #header.header-white .hdPrev{
        top: 60%;
        transform: translateY(-40%);
    }
    #header.header-white .hdPrev.right{
        right: 15px;
        left: initial;
        background: none;
    }
    .header-message-custom p{
        padding-top: 25px;
    }
    .areaBox .privacyWrap .privacyBox .privacySub .blue.sp{
        display: inline-block;
    }
}

#function_processing {
    display: none;
}
