body {
  background-color: #f7f9fc;
  color: #4e5e6a;
}
.install-box {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 90px;
  background-color: white;
  margin: 30px auto;
  box-shadow: 0 0 20px 0 rgba(145, 158, 171, 0.2);
  padding: 80px 28px;
}

#pre-installation.active > .border-width {
  width: 33%;
}

#configuration.active > .border-width {
  width: 66%;
}
/* .install-heading {
} */
.install-heading .heading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.install-heading .heading-content h2 {
  color: #212b36;
  font-size: 35px;
  font-weight: 600;
}
.install-heading .heading-content div {
  color: #666666;
  font-size: 22px;
  font-weight: 600;
}

.table-wrapper {
  background-color: #f8f9fa;
  padding: 20px;
}

table {
  width: 100%;
  background-color: #f8f9fa;
}
th,
td {
  padding: 5px 0;
  font-size: 14px;
}
th {
  font-weight: 600;
  color: #000;
}
td {
  font-weight: 500;
  color: #626871;
}
.section {
  background-color: #fff;
  margin-bottom: 15px;
}
.section .title {
  font-size: 25px;
  font-weight: 500;
  color: black;
}
.tab-content {
  margin-top: 20px;
}
hr {
  margin: 10px 0 0;
}
.status {
  font-size: 20px;
}
.input-title {
  font-size: 17px;
  font-weight: 500;
}
input {
  border-radius: 8px !important;
  border: 1px solid rgba(51, 51, 51, 0.2) !important;
}
.status.fa-check-circle-o {
  color: #00b393;
}
.status.fa-times-circle-o {
  color: #d73b3b;
}
.tab-title {
  background: #f2f3f4;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: none;
  color: #000;
}
.tab-title.active {
}
.form-group {
  margin-top: 15px;
}
.form-control {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.panel {
  border-radius: 0;
  border: 0;
}

.no-padding {
  padding: 0;
}
.btn-info {
  background-color: #7455f7;
  border: none;
  width: 100%;
  padding: 15px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #7455f7 !important;
  border: none !important;
}
.btn-info[disabled] {
  background-color: #7455f7 !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;
}

.goto-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.go-to-login-page,
.go-to-login-page:active,
.go-to-login-page:focus {
  color: white;
  display: block;
  width: 376px;
  text-align: center;
  padding: 14px 0;
  background-color: #7455f7;
  border-radius: 5px;
  text-decoration: none;
}

.go-to-login-page:hover {
  color: white;
  background-color: #7355f79d;
  text-decoration: none;
}

#first-td {
  width: 87%;
}

.section .status {
  font-size: 20px;
}
.section .pull-left {
  line-height: 50px;
}

.go-to-login-page .font {
  font-size: 100px;
}
.disable_btn {
  pointer-events: none;
  opacity: 0.7;
}
.error_border {
  border: 1px solid #a94442;
}
