
.main-loading { width: 100vw; height: 100vh; position: fixed; background: white; z-index: 99999; } .main-loading::before { content: ''; width: 40px; height: 40px; background: url('https://clientes.goldenergy.pt/sws-content/uploads/2023/11/loading.svg') no-repeat center center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .form-loading { width: 100vw; height: 100vh; position: fixed; background: rgba(255,255,255, 0.8); z-index: 99999; } .form-loading::before { content: ''; width: 40px; height: 40px; background: url('https://clientes.goldenergy.pt/sws-content/uploads/2023/11/loading.svg') no-repeat center center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .block-loading { pointer-events: none; } .block-loading::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7); border-radius: inherit; z-index: 1; } .block-loading::after { content: ''; width: 40px; height: 40px; background: url('https://clientes.goldenergy.pt/sws-content/uploads/2023/11/loading.svg') no-repeat center center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; } .erro-loading { font-family: brandon-grotesque, sans-serif; color: #00D0BC; width: 100vw; height: 100vh; position: fixed; background: white; z-index: 99999; display: flex; flex-direction: column; align-items: center; justify-content: center; } .erro-loading h1 { font-weight: 900; font-size: 60px;	 } .trocador-select-opcao.selected { color: var(--framework-color-isnxbn) !important; } .pagamento-block { filter: saturate(0%); opacity: 0.7; pointer-events: none; } .pagamento-block .step-botoes { display: none; } .block-error-element { display: flex; flex-direction: column; align-items: center; justify-content: center; } .block-error-element h1 { font-weight: 900; color: var(--framework-color-ydmchb); font-size: 25px; text-align: center; }