.iti__flag-container a:empty,
.iti__flag-container ul:empty,
.iti__flag-container dl:empty,
.iti__flag-container div:empty,
.iti__flag-container section:empty,
.iti__flag-container article:empty,
.iti__flag-container p:empty,
.iti__flag-container h1:empty,
.iti__flag-container h2:empty,
.iti__flag-container h3:empty,
.iti__flag-container h4:empty,
.iti__flag-container h5:empty,
.iti__flag-container h6:empty,
.iti__country-list a:empty,
.iti__country-list ul:empty,
.iti__country-list dl:empty,
.iti__country-list div:empty,
.iti__country-list section:empty,
.iti__country-list article:empty,
.iti__country-list p:empty,
.iti__country-list h1:empty,
.iti__country-list h2:empty,
.iti__country-list h3:empty,
.iti__country-list h4:empty,
.iti__country-list h5:empty,
.iti__country-list h6:empty {
    display: block !important;
}
#changePhoneBtn
{
    cursor: pointer;
}
#hilltek_otp_modal
{
    overflow: hidden;
}
#phoneForm
{
	
	margin-bottom:50px;
}

#hilltek_otp_resend
{
    display: block;
    margin-top: 20px;
    font-family: math;
    font-size: x-small;
    color: initial;
}
#resendButton
{
    cursor: pointer;
}


/* Modal container */
.hilltek-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content box */
.modal-content-hilltek-otp {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 500px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s;
    text-align: center;
    position: relative;
}

/* Close button */
.hilltek-otp-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.hilltek-otp-close:hover,
.hilltek-otp-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Animation for modal */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* OTP inputs */
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    
}
.hidden-button-hilltek {
    position: absolute !important; 
    left: -9999px !important; 
}
.otp-input {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

@media (max-width: 500px) {
    .otp-input {
        width: 40px;
        height: 40px;
        font-size: 18px;
		
    }
	.HilltekSendOtp
	{
		margin-top:20px;
	}
}

@media (max-width: 600px) {
    .modal-content-hilltek-otp {
        width: 90%;
    }
}

/* Hidden class for dynamic content */
.hidden {
    display: none;
}

/* Style for phone input */
#phone-hilltek-otp {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding-left:50px;
    outline: none;
    box-shadow: none;
}

/* Change phone span */
#changePhoneSpan {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color: #007bff;
}

#changePhoneSpan:hover {
    text-decoration: underline;
}
.iti {
	    display:block !important;
        width: 70%;
        margin: 0px auto;
        margin-bottom: 20px;
}
/* Preloader */
#preloader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; /* Ensure it overlays over all other content */
}
.hilltek_hide_class
{
    display: none !important;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.hilltek_button_border
{
	border: solid 1px black;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: fit-content;
}


