#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.landing-page__container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:auto;height:auto}.landing-page__title{font-weight:800;margin-bottom:7vh}.landing-page__select{background-color:#eae9e9;display:flex;align-items:center;justify-content:space-around;width:100%;margin:5vh 0;padding:10px;border-radius:10px}.gateways-list__wrapper{width:100%;height:100%;margin-top:9vh}.gateways-list__container{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.gateway-card{width:100%;min-width:20vw;display:flex;flex-direction:column;align-items:baseline;line-height:3.5;background:rgb(255,255,255);padding:21px;text-align:left;border-radius:10px;box-shadow:1px 2px 9px #aea9a9}.gatewway-status__container{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.gateway-status__title{margin-right:7px}.stop-button__container{display:flex;align-items:center;justify-content:flex-end}.stop-button__container a button{background-color:red}.serail-number__button{background-color:transparent;color:#000;font-weight:300}.closeIcon-container{display:flex;width:100%;align-items:center;justify-content:flex-end}.close-button{background-color:#f6f5f5;width:25px;height:30px;display:flex;align-items:center;justify-content:center}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f6f7f8}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2f43c4;cursor:pointer;transition:border-color .25s;color:#fff;font-weight:600}button:hover{border-color:#242eeb!important}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}p,strong,span,div{color:#000}/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
