.disk-container { width: 300px; /* Largura total do retângulo */ height: 30px; background-color: #ddd; /* Cor de fundo (disco total) */ border: 2px solid #000; position: relative; } .disk-usage { height: 100%; background-color: #4caf50; /* Cor do uso (verde) */ } .capitulo_2 .PainelConteudo_Moni .PainelHostsAlinhamento .PainelHostsItens .HostCapa .Ativado { border-radius: 100%; border: 0.4vw solid #3056ff; width: 1vw; height: 1.4vh; } .capitulo_2 .PainelConteudo_Moni .PainelHostsAlinhamento .PainelHostsItens.HostCapa .Desativado { border-radius: 100%; border: 0.4vw solid #ffffff; width: 1vw; height: 1.4vh; }