:root{--button-hover-styles:linear-gradient(90deg,#ba070d 0%,#e2171d 100%);--white:#fff;--font-family:"Roboto, sans-serif";--black:#000;--light-black:#191919;--iconColor:#939393;--border-color:#373737;--red:#e2171d}.inputBoxStyles{color:var(--white);background-color:#252324;border:none;border-radius:10px;height:40px;padding-left:15px;font-size:14px}.divider{background:var(--button-hover-styles);border-radius:10px;width:30px;height:3.5px;margin-bottom:40px;box-shadow:0 4px 4px #00000080}.box{flex-direction:column;align-items:center;margin-top:100px;display:flex}.title{color:var(--white);letter-spacing:.02px;width:60%;font-family:Cabin,sans-serif;font-size:24px;font-weight:400}.box2{background-color:var(--black);border-radius:10px;flex-direction:column;justify-content:center;justify-self:center;align-items:center;width:100%;height:100%;margin:auto;display:flex}.box3{justify-content:space-between;width:300px;display:flex}.text{color:var(--white);letter-spacing:.02px;text-align:center;width:70%;margin-bottom:40px;font-family:Cabin,sans-serif;font-size:24px;font-weight:400}.buttonStyle{background:var(--button-hover-styles);box-shadow:0px 4px 4px var(--black);border-radius:10px;font-family:Cabin,sans-serif;font-weight:600}.buttonStyle:hover{background:var(--button-hover-styles)}.currentDevice{background:var(--white);width:110px;height:23px;color:var(--black);border-radius:5px;justify-content:center;font-family:Cabin,sans-serif;font-size:14px;font-weight:400;display:flex}.signOutButtonStyle{background:var(--button-hover-styles);border-radius:5px;width:110px;height:23px;font-family:Cabin,sans-serif;font-size:14px;font-weight:400}.signOutButtonStyle:hover{background:var(--button-hover-styles)}.flex{display:flex}.center{justify-content:center;place-self:center;align-items:center}.icon{color:var(--iconColor);width:20px;height:20px}.icon svg{width:20px;height:20px}.icon2{color:var(--iconColor);width:15px;height:15px}.icon2 svg{width:15px;height:15px}.gridContainer{background:var(--light-black);border:1px solid var(--border-color);border-radius:20px;min-width:320px;padding:20px}.grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.grids>:last-child:nth-child(n+1){grid-column:1/-1;justify-self:center}.gridColumn{justify-self:center;align-items:center;max-width:320px;padding:20px}.row{gap:5px}.mt{margin-top:8px}.removeAll{background:var(--border-color);width:200px;height:40px;color:var(--red);letter-spacing:.4px;margin-top:30px}.removeAll:hover{background:var(--border-color);color:var(--red)}@media (max-width:750px){.box,.box2{padding:16px!important}.title{font-size:20px!important}.text{margin-bottom:20px!important;font-size:18px!important}.buttonStyle{height:40px!important}}
