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

.mh-100vh {
  min-height: 100vh;
}
.top-identify{
  display: contents;
  line-height: 2.5rem;
}
#wrapper #content-wrapper{
  background-color: #fff !important;
}
.backgroundColor {
  background-color: #031F2B !important;
}
.bg-usaphone {
  background-color: #063E5F !important;
}
.btn-surge {
  color: #fff !important;
  background-color: #0574bb !important;
  border-color: #0574bb !important;
}
.text-white {
  color: #fff !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: 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;
}

/***************************/
.account-content{
    background-color: #efeeee;
    padding: 20px 20px 20px 20px;
    box-shadow: rgb(0 0 0 / 17%) -2px -1px 4px, rgb(0 0 0 / 17%) 0px 7px 13px -3px, rgb(0 0 0 / 17%) 0px -3px 0px inset !important;
    border-radius: 15px;
    margin-bottom: 30px;
}
.circle-img{
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--line-border-empty);
    transition: 0.4s ease;
}
.circle-img.active {
  border-color: var(--line-border-fill);
}
.progress{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #D9D9D9;
}
.progress-bar{
     background-color: #12191d !important;
}
.progress-tablist{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    text-align: center;
}
.progress-icon img{
    width: 38px;
    height: 38px;
    margin-top: -44px;
}
.progress-icon title {
    color: #000;
    font-weight: 500;
}
.progress-circle{
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-top: -44px;
    margin-left: auto;
    margin-right: auto;
}
.progress-item{
  flex-basis: 20%;
  -ms-flex: auto;
  position: relative;
  box-sizing: border-box;
}
.order-status{
    font-size: 100%;
    font-weight: 700;
    color: #000;
}
.black-text{
    color: #000;
}
.redstatus-text{
    color: #E52320;
}
.tablist{
      width: 25% !important;
        font-size: 0.85rem;
}

.usaphone-header{
    border-bottom: 2px solid #d5d5d5;
    border-top: 2px solid #d5d5d5;  
    padding: 5px 0px;
    color: #B6B6B6;
}

.linkup-card {
  border: 5px solid #FFCA0C;
  font-family: system-ui;
  background-color: #fff;
}
.linkup-header{
  background-color: #FFCA0C;
  color: #000;
  padding: 10px;
  font-size: 22px;
}
.linkup-body {
  display: flex;
  justify-content: center;
  column-gap: .8rem;
  margin-left: .8rem;
  margin-right: .8rem;
  align-items: end;
}
.linkup-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offers-wrapper{
    display: grid;
    grid-template-columns: 3fr 1fr ;    
    width: 100%;
}
.offers-text{
  color: #E52320;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid #E52320;
  border-radius: 15px;
  padding: 10px 30px 0px 10px;
  min-height: 69px;
}
.offers-text h4{
  font-weight: 600;
}
.red-text{
  color: #E52320;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.offers-img{
    margin-left: -38px;
    margin-top: 5px;
    background: #053f5e;
    border-radius: 15px;
    padding: 10px;
}
.grey-space{
    background-color: #D9D9D9;
    height: 20px;
    border-radius: 5px;
}
#info-customer-order .list-group-item{
    padding: 0rem 0.65rem 1.2rem !important;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    background-color: transparent !important;
    font-size: 18px;
}
.info-customer-wrapper{
    display: grid;
    grid-template-columns: 0.9fr 3fr;
    width: 100%;
}
.td-data {
  display: none;
}
@media (max-width: 1920px) {
  .info-customer-wrapper {
    display: grid;
    grid-template-columns: 0.6fr 3fr;
    width: 100%;
  }
  .offers-text h4{
    font-size: 2.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1680px) {
  .info-customer-wrapper {
      display: grid;
      grid-template-columns: 1fr 3fr;
      width: 100%;
  }
  .offers-text h4 {
      font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .info-customer-wrapper {
      display: grid;
      grid-template-columns: 2fr 3fr;
      width: 100%;
  }
  #info-customer-order .list-group-item {
      padding: 0.35rem 0.35rem !important;
  }
}
@media (max-width: 767px) {
  #info-customer-order .list-group-item {
      padding: 0rem 0rem 0.65rem !important;
      border: 0px solid rgba(0, 0, 0, 0.125) !important;
      background-color: transparent !important;
      font-size: 1rem;
    }
  .title{
    min-height: 96px;
    font-size: medium;
  }
  .main-user{
    font-size: 1.3rem;
    margin-bottom: 1rem !important;
  }
  .td-fc{
    display: none;
  }
  .td-data{
    display: block;
  }
  .addon-text{
    text-align: center;
  }
  .red-text {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .info-customer-wrapper,.offers-wrapper {
      display: block;
  }
  .offers-img {
      margin-left: 0px;
      margin-top: 15px;
  }
  .top-identify {
      display: block;
      line-height: 1.5rem;
      font-size: 13px;
  }

  .offers-text {
      padding: 10px 10px 0px 10px;
  }

  .offers-text h4 {
    font-size: 1.4rem;
  }
  
  .linkup-header {
      font-size: 16px;
    }
  
  .linkup-body {
      display: block;
  }
  .info-customer-sim{
        margin-bottom: 1.5rem;
  }
}
/***************************/

@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%;
  }
}
/***************************/
.affiliate-title{
  color: #063E5F;
  font-size: 31px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.affiliate-desc {
  color: #000;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btn-red {
  background-color: #E52320 !important;
  color: white !important;
  font-weight: 600;
  border-radius: 30px !important;
  width: 100%;
  padding: 15px 0px;
}
.btn-blue {
  background-color: #063E5F !important;
  color: white !important;
  font-weight: 600;
  border-radius: 30px !important;
  width: 100%;
  padding: 15px 0px;
}
.offertitle-container{
    display: grid;
    grid-template-columns: 1fr 0.6fr 1fr;
    width: 100%;
}
.Offers-title{
    color: #063E5F;
    font-size: 31px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    margin: 0px 15px;
}
.blue-border{
    border: 2px solid #063E5F;
    width: 94%;
    margin-top: 15px;
    margin-bottom: 0px;
}
/***************************/
.support-wrapper{
    display: grid;
    grid-template-columns: 0.2fr 0.7fr 1fr 1fr 1fr;
    width: 100%;
    column-gap: 1rem;
    row-gap: 1rem;
    background-color: #053F5E;
    border-radius: 15px;
    color: #fff;
}

.logoicon-img{
    margin-left: -55px;
    z-index: 9999;
}
@media (max-width: 767px) {  
  .offertitle-container {
      grid-template-columns: 1fr 5fr 1fr;
   }
   .Offers-title {
       font-size: 27px;
   }
  .support-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0rem;
    row-gap: 0rem;
    padding-top: 15px;
  }
  .support-wrapper > :first-child{
      flex-basis: 50%;
      box-sizing: border-box;
      text-align: center;
  }
  .support-wrapper> :nth-child(2) {
      flex-basis: 50%;
      box-sizing: border-box;
      text-align: center;
  }
  .support-wrapper .support-icon {
       flex-basis: 30%;
       box-sizing: border-box;
       text-align: center;
       display: block;
       padding: 0.5rem !important;
 }
  .support-row {
    display: block;
  }
  .support-icon img{
    display: block;
    margin-left: auto;
    margin-right: auto !important;
  }
 
}
/**********footer***********/
.footer-dark {
  background: #333;
  color: #aaa;
}
.splinks li a {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.splinks {
    text-align: right;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
  .splinks {
    text-align: center;
  }
}