.loader-services-form {
    width: 20px;
    height: 20px;
    border: 4px solid #ccc;
    border-top: 4px solid #013B60;
    border-radius: 50%;
    animation: spin-services-form 1s linear infinite;
    display: none;
}

@keyframes spin-services-form {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-primary {
    display: flex!important;
    align-items: center;
    gap: 10px;
}

#ImgSerial1, #ImgSerial2, #id-tooltip-text{
    display: none;
}