body {
  font-family: sans-serif !important;
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
}

.mh-100vh {
  min-height: 100vh;
}
.btn-surge {
  color: #fff !important;
  background-color: #0574bb !important;
  border-color: #0574bb !important;
}
.table{
	table-layout: fixed;
}
#login-block {
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  z-index: 2;
}
.btn-outline-dark:hover {
    color: rgb(255 255 255);
    background-color: #1f365c !important;
    border-color: #1f365c !important;
}

.text-h2 {
    color: #0877BC;
    font-family: 'Mulish', sans-serif;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
p{
	font-family: 'Mulish', sans-serif;
    font-weight: 500;
}

.btn-upgrade {
  /* background-color: steelblue !important;
  color: white !important; */
  background-color: darkorange !important;
  border-color: darkorange !important;
  color: white !important;
  border-radius: 7px !important;
}

.invoiceHistory-text {
    padding: 10px;
    /* background-color: ghostwhite; */
    text-align: center;
    color: steelblue;
    font-size: 30px;
}

.manageData-btn {
  /* border-color: maroon !important; */
  font-size: 15px !important;
  background-color: darkorange !important;
  border-color: darkorange !important;
  color: white !important;
  border-radius: 7px !important;
}

.footer-container {
  height: 100px;
  /* background: #000; */
  background-color: #0877BC;
  margin-top: auto;
}

.simCard-card {
  padding: 2rem !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.simCard-image {
  /* rotate: -42deg; */
  rotate: 0.3deg;
  width: 325px;
  height: 220px;
  /* margin-top: -3rem; */
}

.brand-image {
  width: 150px;
  height: 75px !important;
}

.btn-activate {
  background-color: darkorange !important;
  border-color: darkorange !important;
  color: white !important;
  border-radius: 20px !important;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.7rem !important;
      padding-left: 0.7rem !important;
  }
}

@media (max-width: 991.98px) {
  #login-block {
    opacity: .95;
  }
}

@media (max-width: 991.98px) {
  #bg-block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50%;
  }
}

