.main-title {
    font-size: 20px;
    text-align: center;
    
    font-family: sans-serif;
}
.main-form {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

 
 div#stats {
    display: flex;
}

div#connectionStatus, div#top-message, div#stats {
    background: rgb(220 220 220 / 36%);
    text-align: center;
    border: 1px solid #b6b6b6;
    font-weight: bold;
    width: 100%;
}
div#notice {
    text-align: center;
    margin: 20px auto;
    background: rgb(209 131 64);
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    max-width: 60%;
    color: black;
}
img.windows-logo {
    max-width: 35%;
}
h2 {
    color: #555;
    font-size: 25px !important;
    text-transform: capitalize;
}
.pass-disk-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
select[name="disk_type"] {
    text-transform: uppercase;
}
body {
    font-family: "Arial", sans-serif;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    display: flex;
    padding: 20px;
    margin: 0 auto !important;
    justify-content: space-evenly;
    align-items: flex-start;
}
.sidebar {
    width: 25%;
    background-color: #fff;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-form {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
a.menu-links {
    display: block;
    text-decoration: none;
    background: #0091b729;
    margin-top: 10px;
    padding: 7px;
    border-radius: 4px;
    color: #000000d9;
} 
 

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

input[type="number"],
input[type="email"],
input[type="text"],
input[type="password"],
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #0395c6;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #00739b;
}
 

#statusBar {
    margin-top: 20px;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

#statusProgress {
    width: 0%;
    height: 30px;
    background-color: #4caf50;
    text-align: center;
    background-color: var(--intergalactic-progress-bar-value-bg, #000000);
    background-image: var(--intergalactic-progress-bar-value-gradient, linear-gradient(262deg, rgb(64 116 12) 10%, rgb(100 187 14)));
    transition: width 5s ease;
    color: #dfdfdf;
    line-height: 30px;
}
.statusItem {
    margin-bottom: 5px;
}
.top-container {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

h2 {
    color: #555;
    font-size: 29px !important;
    text-transform: capitalize;
}.install-btn-container {
    display: flex;
    justify-content: space-between;
}
input.process-terminate {
    background: #bd0404;
    
}
input.process-terminate:hover {
    background: #800a0a;
}


.speed_class {
    margin-right: 30px;
}

.progspeed {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
}
.speed_class, .eta_class {
    display: flex;
}
.speed_class, .eta_class {
    display: flex;
    background: rgba(217, 217, 217, 0.5098039216);
    padding: 6px 22px 6px 10px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    text-transform: capitalize;
}
div#speed, div#eta {
    margin-left: 10px;
}

div#stats {
    display: inline-flex;
    width: 100%;
}
div#server_ip {
    width: 50%;
    font-weight: 300;
}
span#VPS_IP {
    display: inline-flex;
    width: 50%;
}
button#loginDatabtn {
    background: green;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
input#loginDatax {
    background: #4caf50;
}
div#order_expiry_date {
    margin-left: 40%;
    background: #ffeba2;
    text-align: right;
}
div#order_expiry_date {
    margin: 0 0 2% 40%;
    background: #ffeba2;
    text-align: right;
    padding: 9px;
}
div#order_expiry_date {
    margin: 0 0 2% 40%;
    background: #ffeba2;
    text-align: right;
    font-weight: bold;
    padding: 9px;
}
form#loginDatabtn {
    padding: 20px 0;
}