.loader-container{justify-content:center;align-items:center;width:150px;height:150px;display:flex}.islamic-loader{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.star-part{border:4px solid #065f46;border-radius:8px;width:100%;height:100%;animation:3s ease-in-out infinite rotateStar;position:absolute;box-shadow:0 0 15px #065f464d}.star-part.second{border-color:#fbbf24;animation:3s ease-in-out infinite rotateStarAlternative;transform:rotate(45deg)}.center-dot{z-index:10;background-color:#fbbf24;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite pulse;box-shadow:0 0 20px #fbbf24,0 0 40px #fbbf24}@keyframes rotateStar{0%{border-color:#065f46;transform:rotate(0)scale(1)}50%{border-color:#10b981;transform:rotate(180deg)scale(1.1)}to{border-color:#065f46;transform:rotate(360deg)scale(1)}}@keyframes rotateStarAlternative{0%{border-color:#fbbf24;transform:rotate(45deg)scale(1)}50%{border-color:#f59e0b;transform:rotate(225deg)scale(1.1)}to{border-color:#fbbf24;transform:rotate(405deg)scale(1)}}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.5);box-shadow:0 0 25px #fbbf24}}
