.loading-indicator-modal {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-container {
    height: 133px; 
    width: 150px; 
    background-color: #ffffff; 
    border-radius: 5px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center
}

.generate-resume-loading-container {
    height: 246px;
    width: 592px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-indicator {
    position: absolute;
    height: 50px;
    width: 50px;
    margin-top: -15px;
}

.generate-resume-loading-indicator {
    position: absolute;
    height: 88px;
    width: 88px;
    margin-top: -40px;
}

.loading-text {
    margin-top: 90px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #293153;
    position: absolute;
    font-weight: 600;
}

.generate-resume-loading-text {
    margin-top: 110px;
    font-size: 16px;
    font-family: 'Lato';
    color: #293153;
    position: absolute;
    font-weight: 400;
}

@media (max-width: 767px) {
    .generate-resume-loading-container {
        height: 200px;
        width: 90%;
    }
}

html[lang='ta'] .loading-container {
    position: relative;
    width: 214px;
}

html[lang='ta'] .loading-text {
    left: 16px;
    right: 16px;
    text-align: center;
}