:root{
  --color-primary: #f0a927;
}


.content-wrapper {
  height: calc(100vh - 88px) !important;
  width: 100% !important;
  overflow-y: scroll !important;
}
a:hover {
  color: unset;
}
.bg-dark-blue {
  background: #0a2741 !important;
}
.bg-primary-green {
  background: var(--color-primary) !important;
}
.menu-vertical .menu-inner > .menu-item {
  margin: 0;
}
.menu-vertical .menu-block,
.menu-vertical .menu-inner > .menu-item,
.menu-vertical .menu-inner > .menu-header {
  width: 100%;
}
.menu-item a i {
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item a div {
  font-size: 20px;
  font-weight: 500;
  /* color: #000; */
}

li.sidebar-menu-item {
  width: 100% !important;
  padding: 12px 0px;
  margin: 0px !important;
}
.sidebar-menu-item:hover,
.sidebar-menu-item.active {
  transition: all 0.3s ease-in;
  background-color: var(--color-primary) !important;
  color: white !important;
}

.menu-sub .menu-item {
  padding: 6px 0px;
}
.menu-sub .menu-item a div {
  font-size: 16px;
  font-weight: 500;
}

.card-shadow {
  box-shadow: 4px 4px 12px #d3cccc !important;
}

.text-primary {
  color: #ff9a06 !important;
}

.bg-orange {
  background: #ff9a06 !important;
}

.datatable {
  border-collapse: collapse;
  width: 100%;
}
.datatable th,
.datatable td {
  height: 50px;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  color: #000;
  font-size: 14px;
}
.datatable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f2f2f2;
  color: black;
}
.status {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.status-active {
  color: white;
  background-color: rgba(0, 128, 0, 0.705);
  padding: 5px 10px;
}
.status-inactive {
  color: white;
  background-color: rgba(255, 0, 0, 0.705);
  padding: 5px 10px;
}

.sweet-alert {
  position: absolute;
  z-index: 1000;
  top: 70%;
  left: 80%;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 2px 5px 8px #9d9d9d;
}

.server-form {
  padding: 20px 40px;
}
.custom-label {
  font-size: 18px;
  margin: 10px 0px;
  font-weight: bold;
  color: #0e2740;
}
.custom-input,
.custom-select {
  display: block;
  width: 100%;
  border: 1px solid #0a2741a8;
  padding: 10px 20px;
  outline: #63f5aa;
  border-radius: 5px;
  font-size: 18px;
}

input.login-input:-webkit-autofill,
input.login-input:-webkit-autofill:hover,
input.login-input:-webkit-autofill:focus,
input.login-input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  border: 1px solid #10b981 !important;
}

.custom-select option {
  background-color: #0a2741;
  color: white;
}

.custom-input:focus,
.custom-select:focus {
  outline: 2px solid #0a2741;
  border: none;
}

.custom-button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 5px;
  background-color: #f0aa27d5;
  display: block;
  width: 100%;
  padding: 10px 50px;
  font-size: 20px;
  margin: auto;
  color: white;
  border: none;
  transition: all 0.5s;
}
.custom-button:hover {
  background-color: #f0a927;
}

.login-bg {
  width: 100%;
  height: 100vh;
  background: linear-gradient(#0f1527d1, #0f1527d1), url("https://privatevpn.app/Section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.ping {
  display: block !important;
  width: 100% !important;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 5px 12px;
}
/* "Worst" status */
span.ping-Worst,
span.ping-Down {
  background-color: #c60c30;
}

/* "Poor" status */
span.ping-Poor {
  background-color: #ff4500; /* Orange */
}

/* "Avg" status */
span.ping-Avg {
  background-color: #febe10; /* Yellow */
}

/* "Good" status */
span.ping-Good {
  background-color: #00ffff; /* Green */
}

/* "Best" status */
span.ping-Best {
  background-color: #00ccff; /* Blue */
}
