      .rainbow-text {text-align: center;margin-top: 10px;margin-bottom: 10px;font-size: 24px;background-image: linear-gradient(45deg, #f06, #f90, #ff0, #0c6, #09f, #90f, #f09);background-size: 200% 100%;color: transparent;background-clip: text;-webkit-background-clip: text;animation: rainbow 5s linear infinite;}@keyframes rainbow {0% {background-position: 0 0;}100% {background-position: 200% 0;}}.overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 94%);z-index: 1;}#overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0 0 0 / 78%);z-index: 2;cursor: pointer;}.popup {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: rgba(255, 253, 253, 1);width: 345px;padding: 20px;text-align: center;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);z-index: 2;border-radius: 10px;border: 2px solid #ffffff;}.popup img {max-width: 300px;margin-bottom: -17px;}.success-icon {width: 100px;}.progress-container {width: 100%;background-color: #161616;border-radius: 15px;}#selected-provider {display: block;font-weight: bold;color: #00fff2;text-align: center;margin-top: 0px;}.progress-bar {height: 30px;background-image: linear-gradient(45deg, #2cad3e 25%, #00ff08 25%, #00ff08 50%, #2cad3e 50%, #2cad3e 75%, #00ff08 75%, #00ff08);-webkit-background-size: 3rem 3rem;background-size: 3rem 3rem;-webkit-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite;width: 0;transition: width 0.6s;border-radius: 12px;}@keyframes progress-bar-stripes {from {background-position: 40px 0;}to {background-position: 0 0;}}.form-group {margin: 10px 0;}.form-group label {display: block;margin-bottom: 5px;}.form-control {width: 100%;padding: 5px;border: 1px solid #ccc;border-radius: 4px;}.cta {display: block;margin-top: -11px;padding: 10px 20px;background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);color: #fff;border: none;border-radius: 4px;cursor: pointer;}.slideshow-images-container {max-width: 100%;position: relative;overflow: hidden;}.slideshow-images {display: none;}.slideshow-images img {width: 100%;min-height: 100px;background: black;border-radius: 10px;}.input-error {color: red;}.custom-button {background-color: #93e800;color: #000;border: none;padding: 10px 20px;border-radius: 5px;cursor: pointer;}.popup {display: none;position: fixed;background-color: #000000;min-width: 200px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 1000;}.popup-content5 {display: flex;flex-direction: column;}.server {display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}.flag-icon {flex: 1;color: #fff;}.status-text {flex: 1;text-align: center;}.select-button {flex: 1;padding: 5px;background-color: #ffd100;color: #000;border: none;cursor: pointer;font-weight: bold;}.select-button3 {flex: 1;padding: 5px;background-color: #90e300;color: #000;border: none;cursor: pointer;font-weight: bold;opacity: 0;}.select-buttonH {background: linear-gradient(90deg, rgba(134, 68, 2, 1) 0%, rgba(255, 209, 39, 1) 46%, rgba(134, 68, 2, 1) 100%);color: #000;border: 1px solid #ffd100;border-radius: 10px;cursor: pointer;margin-top: 10px;margin-bottom: 1px;margin-left: auto;margin-right: auto;font-weight: bold;display: block;position: relative;z-index: 1;animation: select-button1 1s ease-out infinite;}.select-button1 {background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 6 255) 46%, rgb(0 0 0) 100%);color: #fff;border: 1px solid #ffffff;padding: 8px 45px;border-radius: 10px;cursor: pointer;margin-top: 10px;margin-left: auto;margin-right: auto;font-weight: bold;display: block;position: relative;z-index: 1;}@keyframes select-button1 {0% {transform: scale(1, 1);}50% {transform: scale(1.1, 1.1);}100% {transform: scale(1, 1);}}.server span {color: #f9f9f9;}.status-text.online {color: rgb(12, 255, 12);font-weight: bold;}.status-text.offline {color: red;font-weight: bold;}.server.status-offline .offline-status1 {background-color: red;}
