.page-main .header.py-4{
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #6574cd;
}
.surfow_hide {
    display: none;
}
.force_surfow_hide {
    display: none !important;
}
.country_flag{
    display: inline-block;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.page-title {
    font-weight: 300 !important;
}
.disabled_plan {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.session_input{
    color:#808080;
    font-weight: 300;
    border: none;
    background: #f7f7f7;
    box-shadow: none;
    padding: 3px 10px;
    border-radius:31px;
    width: 80%;
    font-size: 0.8em;
}
.nav-tabs .nav-link {
    width: 100%;
}
.payment_logo {
    height: 44px;
    width: auto;
}
a:focus{
    outline: 0;
}
.card h4 a{
    font-weight: 400;
}
.card h4 a:hover,
.card h4 a:focus{
    text-decoration: none;
}
.loader-active{
    text-align: center !important;
    display: inline-block;
    position: relative;
    width: 100% !important;
    margin: 30px 0px !important;
}
#rloader {
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 15px;
}

.rloader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  float: left;
  background: #6574cd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: radar_loader 0.6s 0s ease-out infinite;
  -moz-animation: radar_loader 0.6s 0s ease-out infinite;
  animation: radar_loader 0.6s 0s ease-out infinite;
}

@-webkit-keyframes radar_loader {
  0% {
    box-shadow: 0 0 8px 6px rgba(101, 116, 205, .5), 0 0 0px 0px transparent, 0 0 0px 0px rgba(101, 116, 205, .7);
  }
  10% {
    transform:scale(1,1);
    box-shadow: 0 0 8px 6px rgba(135, 146, 206, .5), 0 0 12px 10px transparent, 0 0 12px 14px rgba(135, 146, 206, .7);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(165, 171, 204, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(165, 171, 204, 0);
  }
}
@-moz-keyframes radar_loader {
  0% {
    box-shadow: 0 0 8px 6px rgb(101, 116, 205), 0 0 0px 0px transparent, 0 0 0px 0px rgb(101, 116, 205);
  }
  10% {
    box-shadow: 0 0 8px 6px rgb(135, 146, 206), 0 0 12px 10px transparent, 0 0 12px 14px rgb(135, 146, 206);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(165, 171, 204, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(165, 171, 204, 0);
  }
}
@keyframes radar_loader {
  0% {
    box-shadow: 0 0 8px 6px rgb(101, 116, 205), 0 0 0px 0px transparent, 0 0 0px 0px rgb(101, 116, 205);
  }
  10% {
    box-shadow: 0 0 8px 6px rgb(135, 146, 206), 0 0 12px 10px transparent, 0 0 12px 14px rgb(135, 146, 206);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(165, 171, 204, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(165, 171, 204, 0);
  }
}
.browsing_url{
    text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 1.2em;
  white-space: nowrap;
}
.browsing_url #url{
    padding: 0 5px;
}
.progress, .progress .progress-bar {
    border-radius: 16px !important;
}
