.loading-popup{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;color:#fff}.loading-image{width:100px;height:100px;margin-bottom:1rem}.loading-message{color:#fff;text-align:center}.domain-tab-menu{display:flex;justify-content:center;margin-bottom:20px}.domain-tab-button{position:relative;padding:10px 20px;background:none;border:none;color:#fff;font-size:16px;cursor:pointer;transition:color .3s}.domain-tab-button:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:#0070f3;transform:translateX(-50%);transition:width .3s ease}.domain-tab-button.active,.domain-tab-button:hover{color:#fff}.domain-tab-button.active:after{width:100%}.form-group{display:flex;align-items:center;gap:10px;width:100%}.form-group input{width:100%;height:60px;padding:20px;border:2px solid #dbdcff;border-radius:10px;box-sizing:border-box;color:#7d859f}.domain-domain-search .btn{min-width:120px;height:60px;padding:0 24px;background:#0070f3;border:none;border-radius:10px;box-shadow:0 10px 20px rgba(0,43,183,.3);color:#fff;cursor:pointer}.domain-domain-search .btn:disabled{cursor:not-allowed;opacity:.65}.form-group1{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.form-group1 textarea{width:100%;min-height:100px;padding:20px;border:2px solid #dbdcff;box-sizing:border-box;color:#7d859f;resize:none}.form-group1 .btn{width:50%;height:50px}.domain-error{margin-top:35px;padding-left:25px}.domain-error-message{color:#f44336}.tld-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.tld-card{width:120px;padding:8px;background:#333;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center;cursor:pointer}.tld-card:hover{border-color:#0070f3}.tld-card-title{margin:0 0 5px;color:#fff;font-size:16px}.tld-original-price{margin:0;color:#fff;font-size:12px;text-decoration:line-through}.tld-discounted-price{margin:0;color:#fff;font-size:12px;font-weight:600}.domain-text{margin-top:20px;color:#fff;font-size:14px;text-align:center}.domain-text-secondary{margin-top:10px}@media (max-width:768px){.domain-tab-button{padding:10px 12px;font-size:14px}.form-group{flex-direction:column}.domain-domain-search .btn,.form-group input,.form-group1 .btn,.form-group1 textarea{width:100%}}