<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #1e5799;
background: -moz-linear-gradient(-45deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(135deg, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
    color: #4e5e6a;
}

.install-box {
    max-width: 900px;
    margin: 30px auto;
}

table {
    width: 100%;
}

th, td {
    padding: 5px 0;
}

.section {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.tab-content {
    margin-top: 20px;
}

hr {
    margin: 10px 0 0;
}

.status {
    font-size: 20px;
}

.status {
    font-size: 20px;
}

.status.fa-check-circle-o {
    color: #007AFF;
}

.status.fa-times-circle-o {
    color: #d73b3b;
}

.tab-title {
    background: #f2f3f4;
    padding: 15px;
    border-bottom: none;
}

.tab-title.active {
    background: #007AFF;
    color: #fff;
}

.form-group {
    margin-top: 15px;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.panel {
    border-radius: 0;
    border: 0;
}

.panel-heading h2 {
    margin: 20px 0;
}

.panel-install &gt; .panel-heading {
   background: rgb(63,76,107);
background: -moz-linear-gradient(45deg, rgba(63,76,107,1) 0%, rgba(63,76,107,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%);
background: linear-gradient(45deg, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=1 );
    color: #fff;
    border-bottom: none;
}

.no-padding {
    padding: 0;
}

.btn-info {
    background-color: #007AFF;
    border: none;
    width: 100%;
    padding: 15px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #0043ff !important;
    border: none !important;
}

.btn-info[disabled] {
    background-color: #0043ff !important;
    border: none !important;
}

label {
    font-weight: normal;
}

.alert {
    border-radius: 0;
}

.loader {
    background: url('../assets/images/loader2.gif') no-repeat;
    height: 16px;
    display: inline-block;
    padding-left: 20px;
}

.panel-footer {
    border-top: none;
}

.go-to-login-page,
.go-to-login-page:active,
.go-to-login-page:focus {
    color: #00b3a2;
    text-decoration: none;
}

.go-to-login-page:hover {
    color: #13B195;
    text-decoration: none;
}

hr {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
    margin: 22px 0;
}

.m-b-10 {
    margin-bottom: 10px;
}</pre></body></html>