@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

.header-section img {
  max-height: 300px;
  /* margin-top: 150px; */
  /* margin-bottom: 70px; */
}
 
.header-section .col {
  /* border: 1px solid white; */
  color: white;
}

.header-section .first-col {
  color: white;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.header-section .first-col h3 {
  color: white !important;
}

.header-section .first-col h3 span {
  font-weight: bold;
}

.header-section .first-col p span {
  font-size: 10px;
}

.header-section .second-col {
  padding-top: 50px;
  padding-bottom: 150px;
}

.feature-cards .feature-card:nth-child(2) {
  margin-right: 50px;
  margin-left: 50px;
}

.feature-cards .feature-card img {
  max-height: 90px;
}

.feature-cards{
  flex-wrap: wrap;
}
.feature-cards .feature-card {
  border: 1px solid #fff !important;
  box-shadow: 0 4px 15px rgba(7, 42, 68, 0.1);
  max-width: 250px;
  background-color: white;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-top: -150px;
  min-width: 185px;
}
.feature-cards .feature-card .card-text {
  font-size: 12px;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.feature-cards .feature-card .card-head {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 20px 0;
}

#servers-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 70px;
}

#location-search {
  border: 1px solid #ffb500;
  border-radius: 22px;
  padding: 16px 25px;
  font-size: 0.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  /* background-image: url('../images/search.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 60% 60%; */
  /* background: url('../images/search.svg');
  background-size: 20px;
  background-repeat: no-repeat; */
}

#location-search::placeholder {
  color: #a5a5a5;
}

#server-search-box {
  position: relative;
}

#server-search-box img {
  position: absolute;
  right: 14px;
  top: 8px;
  cursor: pointer;
  height: 23px;
}

.server-header {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
}

.server-header p {
  /* display: flex;
  justify-content: center */
  margin: 0;
  font-weight: bold;
}

.status-container {
  font-family: 'Open Sans', sans-serif;
}

.status-container .server-row {
  position: relative;
  display: grid;
  grid-template-columns: 3.5% 31.5% 30% 35%;
  height: 85px;
  /* border: 1px solid #fff !important; */
  box-shadow: 0 4px 15px rgba(149, 158, 165, 0.1);
  margin-top: 30px;
  border-radius: 4px;
}
.status-container .server-row:nth-child(2) {
  margin-top: 0px;
}

.server-desc {
  height: 42px;
  /* border: 1px solid #212117; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #f7f7f8;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
}

.server-desc span {
  font-weight: bold;
}

.status-container .server-row:hover {
  box-shadow: 0 4px 19px 0 #c5bdbd80;
}

.status-on {
  background-color: #3cff00;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.status-off {
  background-color: #ff0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url('../images/information.svg');
  background-size: contain; /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}

.status-info {
  background-color: #ffb500;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url('../images/information.svg');
  background-size: contain; /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}

.server-row .server-flag {
  max-height: 40px;
  margin-left: 45px;
  margin-right: 20px;
}

.server-location span:first-child {
  font-weight: bold;
}

.server-location span:last-child {
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 2px;
  color: #ffb500;
  font-weight: 400;
}

.server-row .server-ip p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.server-row .server-ip {
  display: flex;
  justify-content: start;
  align-items: center;
}
.server-uptime span {
  float: left;
  padding-left: 10px;
  padding-right: 20px;
  margin-top: 30px;
  font-weight: bold;
}

.server-uptime:last-child {
  /* padding: 1.5rem; */
}

.server-uptime {
  /* display: inline-block;
  margin-bottom: auto;
  margin-top: auto; */
  /* display: inline-block; */
  /* grid-template-columns: 30% 70%; */
}

.server-uptime .progress-bar {
  background-color: #ffb500;
}
.server-uptime .progress {
  width: 62% !important;
  height: 9px;
  margin-top: 38px;
}

.new-server {
  height: 50%;
  position: absolute;
  right: -20px;
  top: 25%;
}

.suggest-container .lead {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 100px;
}

/* .suggest-container p */
.suggest-container p:nth-child(2) {
  max-width: 400px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400px;
}

.suggest-container .suggest-box {
  width: 80%;
  border: 1px solid white;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

.suggest-q {
  margin-top: 30px;
}

.line-sep-80 {
  height: 1px;
  background-color: #ededed;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
}

.btn-outline-yes {
  color: black;
  background-image: none;
  background-color: transparent;
  border-color: #6bff3d;
  width: 60px;
  border-radius: 12px;
  border-width: 2px;
}
.btn-outline-yes:hover {
  background-color: #3cff00;
  border-color: #6bff3d;
}
.btn-outline-yes:focus {
  box-shadow: none;
}

.btn-outline-yes:active {
  background-color: #3cff00 !important;
  border-color: #6bff3d !important;
  box-shadow: none !important;
}

.btn-outline-no {
  color: black;
  background-image: none;
  background-color: transparent;
  border-color: #ff0000;
  width: 60px;
  border-radius: 12px;
  border-width: 2px;
}

.btn-outline-no:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-no:focus {
  box-shadow: none;
}

.btn-outline-no:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  box-shadow: none !important;
}

/* Select button  start*/

.country-suggest-select img {
  height: 30px;
  margin-right: 10px;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.country-suggest-select .c-opt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
}
.dropdown-toggle::after {
  color: #ffb500;
}
.dropdown-item {
  border-top: 1.5px solid #f3f3f3;
}

.dropdown-item.selected.active {
  background-color: #eee;
  color: black;
}

.dropdown-menu.show {
  margin-top: 8px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
}

.dropdown-menu li:first-child {
  /* display: none; */
}

.bs-searchbox .form-control {
  width: 80%;
  height: 30px;
  float: none;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 13px;
  border-radius: 10px;
  border-color: #ededed;
  /* box-shadow: 0 0 0 0.1rem rgba(255, 152, 0, 0.21); */
  box-shadow: none;
}

button.btn.dropdown-toggle.btn-light {
  border-radius: 8px;
  border: 1px solid #ffbb16;
  padding: 10px 20px;
  background: white;
}

.bootstrap-select {
  width: 250px !important;
}

.btn-yellow {
  background: #ffb400;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 30px;
}

#submit-server-btn {
  width: 160px;
  height: 43px;
  margin-left: 70px;
}
/* select button end */

.dropdown-menu.show {
}

/* Small devices */
@media (max-width: 767.98px) {
  .header-section .first-col {
    padding: 40px 0;
    /* padding-top: 40px */
  }
  .header-section .second-col {
    padding: 0;
    padding-bottom: 50px;
  }
  .header-section img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
  }

  #submit-server-btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .feature-cards .feature-card:nth-child(2){
    margin-top: 20px !important;
  }
}

@media (max-width: 991.98px) {
  .feature-cards .feature-card:last-child{
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .server-location{
    display: none !important;
  }
  .server-header div:first-child p{
    font-size: 0.7rem;
    padding-bottom: 3px;
  }
  
  .feature-cards .feature-card:first-child{
    margin-top: -40px !important;
  }
}