.status-info{color:#666464;background-color:rgb(255,255,255);display:flex;justify-content:space-between;padding:20px;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.164);margin:10px;height:150px;cursor:pointer}.status-info a{width:230px;display:flex}.status-info a span{padding-right:5px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stop-service,.stop-service.active{width:100%}.stop-service.active:hover,.stop-service:hover{background-color:rgba(255,255,255,0);opacity:20%}.stop-service{background-color:#87878700;color:var(--admin);color:green;border:2px solid green}.stop-service.active{color:var(--admin);border-color:var(--admin)}.react-loading-skeleton{background:linear-gradient(90deg,rgba(255,255,255,.212) 25%,rgba(225,225,225,.5) 50%,rgba(255,255,255,0) 75%);background-size:200% 100%;animation:skeleton-loading 2s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.icon-form{font-size:25px;transform:rotate(0deg);cursor:pointer}.icon-form:hover{transform:rotate(180deg)}.status-open{color:green}.status-close{color:var(--admin)}@media screen and (max-width:800px){.text-profile{font-size:12px}}