:root {
  --light-blue: #57a9fb;
  --light-blue-hover: #3998f7;
  --light-purple-: #7289da;
  --light-purple-hover: #5f78d1;
  --dark-blue: #121f4d;
  --dark-blue-hover: #151f44;
  --main-white: #ffffff;
  --light-gray: #f8f8f8;
  --dark-gray: #f0f0f0;
  --dark-gray: #262d3e;
  --main-black: #262d3e;
  --dash-menu: #131B38;
  --dash-menu-hover: #152047;

  --main-font: 'Trueno Regular';
  --main-font-light: 'Trueno light';
  --main-link-hover: #cacaca;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--main-font);
  background: #121f4d;

  background-image: radial-gradient(
    circle,
    rgba(102, 102, 102, 0),
    #070c1d,
    #070c1d
  );
  z-index: 99;
}
.body-inner-div {
  background: url('../images/wire-grp.png');
  background-size: cover;
  min-height: 100vh;
}
.body-inner-div.terms-content{
  background-size: contain;
}
a {
  text-decoration: none !important;
}
.nav-link {
  font-family: var(--main-font-light);

  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 33px;
  color: var(--light-gray) !important ;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #cacaca !important ;
  transition: 0.2s all ease-in-out;
}
.active .nav-link {
  font-weight: 700;
}
.dash-btn {
  text-align: center;
  font-family: var(--main-font-light);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: var(--main-white) !important;
  background: var(--light-blue);
  border-radius: 25px;
  padding: 5px 30px;
  min-width: 130px;
}
.gen-btn {
  text-align: center;
  font-family: var(--main-font-light);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--main-white);
  background: var(--light-blue);
  border-radius: 8px;
  padding: 15px 30px;
  min-width: 130px;
  display: inline-block;
}
.gen-btn:hover {
  background: var(--light-blue-hover);
  color: var(--main-white) !important;
  transition: 0.2s all ease-in-out;
}
.dash-btn:hover {
  color: var(--main-white) !important;
  transition: 0.2s all ease-in-out;
  background: var(--light-blue-hover);
}
.hero-title {
  font-size: 70px;
  font-family: var(--main-font);
  text-transform: uppercase;
  color: var(--main-white);
  font-weight: 500;
  padding-top: 275px;
}
.hero-sub {
  font-size: 30px;
  font-family: var(--main-font);
  color: var(--main-white);
  margin-top: 20px;
  margin-bottom: 5px;
}
.hero-text {
  font-size: 20px;
  color: var(--main-white);
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
}
.hero-bg {
  background: url(../images/hero-bg.png);

  background-size: cover;
  min-height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-h2 {
  font-size: 50px;
  font-family: var(--main-font-light);
  color: var(--main-white);
  text-transform: uppercase;
  font-weight: 500;
}
.our-product-boxs .box-t {
  color: var(--main-white);
  font-family: var(--main-font-light);
  margin: 20px 0px;
}
.box-outer .img-part img {
  height: 150px;
  width: 150px;
}
.box-outer {
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  padding: 25px 20px;
  opacity: 0.3;
  border-radius: 12px;
}
.box-outer:hover {
  opacity: 1;
  transition: 0.2s all ease-in-out;
}
.box-btn .gen-btn {
  padding: 12px 20px;
  font-weight: 500;
  font-family: var(--main-font-light);
}
.achivements-txt {
  font-size: 60px;
}
.four-achv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.achv-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  padding: 25px 30px;
  border-radius: 24px;
  color: var(--main-white);
}
.achv-box img {
  width: 100px;
  height: 100px;
}
.achivements-txt {
  color: var(--main-white);
  text-align: right;
  margin-right: -45px;
  padding-top: 40px;
  line-height: 50px;
  font-size: 70px;
  font-family: var(--main-font-light);
  font-weight: 400;
}
.achivements {
  margin-top: 100px;
  margin-bottom: 100px;
}
.achv-text {
  font-family: var(--main-font);
  font-size: 40px;
  line-height: 25px;
  padding-left: 25px;
}
.achv-text span {
  font-size: 14px;
  font-family: var(--main-font-light);
  font-weight: 400;
}
.support p {
  color: var(--main-white);
  font-size: 18px;
  margin: 0px;
  font-family: var(--main-font-light);
}
.support .sub-h2 {
  margin-bottom: 5px;
}
.icon-box {
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  padding: 25px 30px;
  border-radius: 12px;
  vertical-align: middle;
  display: flex;
  min-height: 140px;
}
.site-iconn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.icon-box img {
  margin: auto;
  max-width: 150px;
}
.scree-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}
.scree-inner img {
  transform: scale(1.1) translateX(100px) translateY(50px);
  border-radius: 10px;
}
.server-wrapper {
  text-align: right;
}
.server {
  padding-top: 150px;
  text-transform: uppercase;
  line-height: 60px;
}

.server-btn {
  display: inline-block;
  margin-top: 20px;
  background-color: var(--light-purple-);
}
.server-btn:hover {
  background-color: var(--light-purple-hover);
  transition: 0.2s ease-in-out all;
}
.small.ex {
  font-size: 50px;
}
.footer-link li {
  list-style: none;
  color: var(--main-white);
}
.footer-link li a {
  font-family: var(--main-font-light);
  color: var(--main-white);
  font-size: 16px;
}
.footer-link li a:hover {
  color: var(--main-link-hover);
}
footer {
  padding: 100px 100px 50px;
}
.twiiter-footer a {
  color: var(--main-white);
  font-family: var(--main-font-light);
  padding-right: 10px;
  font-size: 16px;
}
.twiiter-footer a:hover {
  color: var(--main-link-hover);
}
.twiiter-footer svg {
  width: 32px;
  height: 32px;
}
.logo-footer p {
  color: var(--main-white);
  padding-top: 5px;
}

/* bot rental */
.sub-p {
  font-size: 22px;
}
.bot-rental {
  padding: 0px 100px;
}
.bot-rental .nav {
  justify-content: center;
  padding: 15px 0px;
}
.nav-pills .nav-link {
  border: 1px solid #2c314100;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  border-radius: 4px;
  transition: 0.2s ease-in-out all;
}
.nav-pills .nav-link.active::before {
  content: url(../images/line.svg);
  position: absolute;
  text-align: center;
  top: 16px;
  left: calc(50% - 17px);
}
.bot-outer {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  border-radius: 12px;
}
.bot-title h5 {
  color: var(--main-white);
  font-weight: 400;
  font-family: var(--main-font-light);
  text-transform: uppercase;
  font-size: 16px;
}
.bot-img {
  margin-top: 15px;
  margin-bottom: 25px;
}
.dollar-btn {
  background: var(--dark-blue);
  padding: 8px 30px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 140px;
  display: block;
  margin: 8px auto;
}
.dollar-btn:hover {
  background: var(--dark-blue-hover);
}
.rent-btn {
  background: var(--light-blue);
  padding: 8px 30px;
  font-size: 14px;
  max-width: 140px;
  display: block;
  margin: 8px auto;
}
.bot-left {
  padding: 25px 15px;
  border-radius: 8px;
  min-height: 275px;
  width: 50%;
  box-sizing: border-box;
}
.bot-right {
  background: var(--dark-blue);
  color: var(--main-white);
  padding: 40px 15px;
  min-height: 275px;
  border-radius: 12px;
  transform: scale(1.01);
  width: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bot-details ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
}
.bot-details h5 {
  font-family: var(--main-font-light);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.bot-img {
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bot-img img {
  max-height: 70px;
}
.row > * {
  margin-bottom: 30px;
}

/* cybera page */

.cybera-section {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  color: var(--main-white);
}
.cybraio-img {
  flex: 200%;
}
.cybera-section .hero-title {
  font-size: 50px;
  font-family: var(--main-font-light);
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 25px;
}
.cybera-section h4 {
  font-family: var(--main-font-light);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.p-sub {
  font-family: var(--main-font-light);
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 400;
}
.counter {
  max-width: 40px;
  text-align: center;
}
.main-plus-minus {
  display: flex;
}
.down_count,
.up_count {
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: none;
  border-radius: 0px;
}
.down_count:hover,
.up_count:hover {
  background-color: rgba(255, 255, 255, 0.301);
  backdrop-filter: blur(2.5px);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.down_count:focus,
.up_count:focus {
  background-color: rgba(255, 255, 255, 0.151);
  backdrop-filter: blur(2.5px);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.down_count:active,
.up_count:active {
  background-color: rgba(255, 255, 255, 0.274) !important;
  backdrop-filter: blur(2.5px) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.counter {
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  outline: none;
  border: none;
  color: var(--main-white);
  border-radius: 0px;
}
.btn-and-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-box-week select {
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: none;
  padding: 7.5px 5px;
  color: var(--main-white);
  min-width: 150px;
}
.select-box-week select option {
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: none;
  padding: 7.5px 5px;
  color: black;
  min-width: 150px;
}

/* proxy */
.proxies-box .box-outer {
  opacity: 1;
  padding: 50px 30px;
}
.proxies-box .box-t {
  color: var(--main-white);
  text-transform: uppercase;
  font-family: var(--main-font-light);
  margin: 20px 0px;
}
.proxies-box .img-part img {
  width: 100px;
  height: 100px;
}
.box-details {
  color: var(--main-white);
  font-family: var(--main-font-light);
  font-weight: 400;
}
.bg-clr-1 {
  background-color: rgba(11, 26, 54, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.082);
}
.bg-clr-2 {
  background-color: rgba(229, 86, 138, 0.178);
  border: 1px solid rgba(255, 255, 255, 0.082);
}
.bg-clr-3 {
  background-color: rgba(48, 65, 112, 0.171);
  border: 1px solid rgba(255, 255, 255, 0.082);
}
.bg-clr-4 {
  background-color: rgba(204, 73, 189, 0.151);
  border: 1px solid rgba(255, 255, 255, 0.082);
}
.bg-clr-5 {
  background-color: rgba(231, 129, 109, 0.164);
  border: 1px solid rgba(255, 255, 255, 0.082);
}
.bg-clr-6 {
  background-color: rgba(72, 220, 183, 0.151);
  border: 1px solid rgba(255, 255, 255, 0.082);
}

/* captccha-proxy */
.captcha-proxy .sub-h2 {
  font-family: var(--main-font-light);
  font-weight: bold;
  font-size: 40px;
}
.captcha-proxy .nav-link {
  font-size: 20px;
  margin: 5px 30px;
  opacity: 0.2;
}
.captcha-proxy .nav-link.active {
  font-size: 20px;
  margin: 5px 30px;
  opacity: 1;
}
.proxies-box.product {
  color: var(--main-white);
}
.proxies-box.product h4 {
  font-size: 28px;
}
.expiry p {
  font-size: 14px;
  font-family: var(--main-font-light);
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0px;
}
.month-details {
  background-color: var(--light-blue);
  padding: 5px 15px;
  display: inline-block;
  margin: 5px auto 20px;
  text-transform: uppercase;
  font-family: var(--main-font-light);
  font-weight: 400;
  border-radius: 25px;
}
.product-pills {
  display: flex;
  justify-content: center;
}
.product-pills .nav-link,
.product-pills .nav-link.active {
  margin: 5px 8px;
  padding: 0px 5px;
  font-size: 13px;
  font-weight: 400;
}
.product-pills .nav-link.active::before {
  content: none;
}
.product-pills .nav-link.active {
  background: var(--light-blue);
  border-radius: 25px;
}
.product-pills .nav-link {
  background: #2c355d;
  border-radius: 25px;
  color: var(--main-white);
  opacity: 1;
  font-size: 13px;
}
.price div {
  font-size: 14px;
  font-family: var(--main-font-light);
  font-weight: 400;
  text-transform: uppercase;
}
.price span {
  font-size: 28px;
  font-family: var(--main-font-light);
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 8px;
}
.feature-part ul li {
  list-style: none;
  font-weight: 400;
  font-family: var(--main-font-light);
  margin-bottom: 5px;
}

.one-click-account .box-t h4 {
  font-size: 28px;
  min-height: 70px;
}
.nike-account {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.nike-account-down {
  margin-top: 50px;
}
.nike-img img {
  max-height: 700px;
}

.proxy-tester .hero-title {
  font-size: 55px;
}
.window-apple img:hover {
  transform: scale(1.08);
  transition: 0.2s all ease-in-out;
}
.combo-pack .nav-link {
  padding: 4px 10px !important;
  line-height: 25px;
}


/* dashboard */
.dash-mene-img{
  display: block;
  margin: 5px auto 10px;
  width: 40px;
  height: 40px;
}
.list-group-item{
  text-align: center;
  background-color: var(--dash-menu);
  border: none;
  opacity: 0.3;
  margin-bottom: 8px;
}
.list-group-item:hover , .list-group-item.active{
  text-align: center;
  background-color: var(--dash-menu-hover);
  transition: 0.2s all ease-in-out;
  border: none;
  opacity: 1;

}
.list-group-item span{
  color: var(--main-white);
  text-transform: uppercase;
  font-family: var(--main-font-light);
  font-size: 15px;
}
#sidebar-wrapper{
  background: var(--dash-menu);
}

.setting-logout .list-group-item{
  margin: 0px;
  opacity: 1;
  background: #01224B;
  padding: 5px 5px;

}
.setting-logout .list-group-item:hover{
  margin: 0px;
  opacity: 1;
  background: #012858;

}
.setting-logout .list-group-item img{
  width: 35px;
  height: 35px;

}
.setting-logout .list-group-item span{
  font-size: 12px;
}

.dash-bg{
  color: var(--main-white);
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  padding: 40px 40px;
  border-radius: 16px;
}
.plan-usage{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.new-gap{
  gap: 35px;
}
.dash-bg h2{
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.paln-details{
  font-family: var(--main-font-light);
  font-weight: 400;
  font-size: 14px;
  color: var(--light-gray);
}
.paln-details span{
  font-family: var(--main-font);
  font-weight: 700;
  color: #FF2748;
  padding-left: 15px;
  font-size: 0.8rem;
}
.dash-new-btn{
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
  border: 1px solid #2c3141;
  font-family: var(--main-font-light);
  font-weight: 400;
}
.dash-new-btn:hover{
  background-color: rgba(255, 255, 255, 0.151);

}
.ip-details{
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(1.5px);
  border: 1px solid #2c3141;
  padding: 15px 25px;
  border-radius: 10px;
  outline: none;
}
.ip-details{
  margin: 5px 0px ;
  color: var(--light-blue);
}
.my-ip input{
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(1.5px);
  border: 1px solid #2c3141;
  color: #7e7e80;
  border-radius: 30px;
  padding: 5px 15px;

}
.my-ip input:focus{
  outline: none;

}
.proxy-number{
  font-size: 12px;
  color: var(--main-white);
}
.copyproxy{
  background-color: #F817FA;
}
.copyproxy:hover{
  background-color: #da16dd;
}
.table th{
  font-family: var(--main-font-light);
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
  color: var(--light-gray);
}
.table td{
  border: none;
  vertical-align: middle;
  /* text-transform: uppercase; */
  font-family: var(--main-font-light);
}
.table{
  color: var(--main-white);
  border: none;
  text-align: center;

}
td:first-child , th:first-child{
  text-align: left;
}
.round-input{
  border-radius: 30px;

}
.purchase-btn{
  font-family: var(--main-font-light) !important;
  font-weight: bold;

}
.plan-second{
  margin-top: 30px;
}
.auto-topup{
 display: flex;
 align-items: center;
}
.plan-plus-minus .down_count{
 border-radius: 50px 0px 0px 50px;
}
.plan-plus-minus .up_count{
 border-radius: 0px 50px 50px 0px;
}
.select-head{
  font-family: var(--main-font-light);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 20px;
}
.dash-table-wrapper{
  margin: 0px;
  display: flex;
  height: auto;
  align-items: center;
  padding: 30px 100px;
}
.action-table img:hover{
  transform: scale(1.2);
  transition: 0.2s all ease-in-out;
}
.auto-topup-wrapper{
  gap: 15px;
  flex-wrap: wrap;
}
.modal-dialog .modal-content{
  background: #010B22;
  color: var(--main-white);
  border-radius: 35px;
  padding: 45px 60px;
}

.popup-close{
  position: absolute;
  right: -15px;
  top: -45px;
  background-color: #010B22 !important;
  border-radius: 50%;
  opacity: 1;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header{
  position: relative;
}
.discord-btn{
  background-color: #5C6BC0;
  display: flex !important;
  align-items: center;
  justify-content: center
}
.discord-btn:hover{
  background-color: #4f5ca7;

}
.round-input-new{
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(2.5px);
   border: none;
  color: var(--main-white);
  font-size: 12px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;

}
.round-input-new:focus{
  border: none;
  outline: none;

}
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(22, 22, 22, 0.055);
  backdrop-filter: blur(1.5px);
  /* transition: 0.2s all ease-in-out; */
}
.checkout-prise{
  font-size: 45px;
  font-weight: bold;
}
.discount-arrow{
  position: absolute;
  top: 6px;
  right: 15px;
}
.discount-arrow img{
  width: 20px;
  height: 20px;
}
.password-section {
  position: relative;
}
.modal-title{
  font-size: 25px;
}

/* responsive css */
@media (max-width: 1920px) {
}
@media only screen and (max-width: 1440px) {
  .plan-usage {

    grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 1366px) {
  .hero-title {
    padding-top: 160px;
    font-size: 55px;
  }
  .hero-text {
    font-size: 16px;
  }
  .gen-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .sub-h2 {
    font-size: 40px;
  }
  .box-t h4 {
    font-size: 22px;
  }
  .box-btn .gen-btn {
    padding: 12px 15px;
  }
  .achivements-txt {
    font-size: 50px;
  }
  .small.ex {
    font-size: 40px;
  }
  .cybera-section .hero-title {
    font-size: 40px;
  }
  .select-part {
    padding-right: 5px;
  }
  .nike-img img {
    max-height: 500px;
  }
  .nike-account-down {
    padding-top: 30px;
  }
  .box-t h4 {
    font-size: 24px;
    min-height: 70px;
  }
  .proxy-tester .hero-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .achv-box img {
    width: 60px;
    height: 60px;
  }
  .achv-text {
    font-size: 24px;
  }
  .box-outer .img-part img {
    height: 80px;
    width: 80px;
  }
  .server-wrapper .achivements-txt,
  .server-wrapper {
    text-align: center;
  }
  .scree-inner {
    padding: 0px 15px;
  }
  .scree-inner img {
    width: 100%;
    transform: none;
  }
  .achivements .achivements-txt {
    text-align: center;
    margin-right: unset;
  }
  .nike-account{
    flex-direction: column-reverse;
  }
  .nike-img img {
    max-height: 300px;
  margin-bottom: 15px;
}
.nike-account .text-right.wow{
  text-align: center !important;
}
}
@media only screen and (max-width: 992px) {
  .navbar .dash-btn {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
  }
  .bot-rental {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .four-achv {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .hero-title {
    padding-top: 160px;
    font-size: 40px;
  }
  .sub-h2 {
    font-size: 30px;
  }
  .achivements-txt {
    font-size: 40px;
  }
  .icon-box {
    min-height: 100px;
  }
  .icon-box img {
    margin: auto;
    max-width: 100px;
  }
  .achivements-txt {
    font-size: 30px;
  }
  .small.ex {
    font-size: 30px;
  }

  footer .col-sm-4 {
    display: flex;
    justify-content: center;
  }
  footer {
    padding: 50px 100px 50px;
  }
  .server {
    line-height: 40px;
  }
  .achivements-txt {
    line-height: 35px;
  }
  .hero-title {
    padding-top: 140px;
    font-size: 40px;
  }
  .captcha-proxy .sub-h2 {

    font-size: 30px;
}
.captcha-proxy .nav-link.active {
  font-size: 18px;

    margin: 5px 5px;



}
.captcha-proxy .nav-link {
  font-size: 18px;

    margin: 5px 5px;



}
.cybera-section {

  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 40px 15px;
  /* flex-flow: row-reverse; */
}
.btn-and-select {

  justify-content: left;
}
.cybraio-img{
  padding-top: 25px;
}
.hero-bg{
  height: 70vh;
}
.dash-bg h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.dash-table-wrapper {
  margin: 0px;
  display: flex;
  height: unset;
  align-items: center;
  padding: 30px 10px;
}
.dash-bg {

  padding: 40px 20px;

}
.proxy-tester .hero-title {
  font-size: 23px;
}

}
@media only screen and (max-width: 580px) {
  .dash-mene-img {
    display: block;
    margin: 5px auto 5px;
    width: 25px;
    height: 25px;
}
.setting-logout .list-group-item img {
  width: 25px;
  height: 25px;
}
}
@media only screen and (max-width: 360px) {
  #page-content-wrapper .container-fluid {
    padding: 15px;
}
.dash-bg {

  padding: 30px 10px;

}
.dash-bg h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.modal-dialog .modal-content {
  background: #010B22;
  color: var(--main-white);
  border-radius: 35px;
  padding: 45px 5px;
}
}

/* scroll bar */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--dark-blue);
  border-radius: 8px;
}
/* width */
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: var(--dark-blue);
  border-radius: 8px;
}

/* loader */
#loader {
  background: #2a2b36 url(../images/load.svg) center no-repeat 100px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.loader-container {
  align-items: center;
  background: var(--dark-blue) url(../images/logo.png) no-repeat center/32px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.loading-screen {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  border: 1px solid var(--main-white);
  border-right: none;
  border-bottom: none;
  animation-name: spin, fade;
  animation-duration: 3s, 3s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1), linear;
  animation-iteration-count: infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1170deg);
  }
}

@keyframes fade {
  0%,
  100%,
  70% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* sidebar */
/* The side navigation menu */
#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
min-height: 100vh;
margin-left: -200px;
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
transition: margin .25s ease-out;

}

#sidebar-wrapper .sidebar-heading {
padding: 0.875rem 1.25rem;
font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
width: 200px;
}
#page-content-wrapper .container-fluid{
  padding: 30px;

}

#page-content-wrapper {
min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}
.menu-margin{
  margin-top: 40px !important;
}
.dash-col{
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  }
.balance-btn{
  margin-right: 15px;
  background: #ffffff;
  padding: 10px 13px;
  border-radius: 10px;
  margin-left: auto;

}
.balance-btn span{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #7882A2;

}
.btn-icon{
  padding-right: 10px;
}
.btn-icon svg{
  padding-right: 10px;
}
.d-flex.toggled #page-content-wrapper{
  margin-right: -200px;
  transition: 0.2s all ease-in-out;
}
#page-content-wrapper .border-bottom{
  border-bottom: 1px solid #404040!important;
}
@media (min-width: 768px) {
#sidebar-wrapper {
  margin-left: 0;
}


}

#page-content-wrapper {
  min-width: 0;
  width: 100%;
}
.active-menu{
  font-weight: 600;
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 0.7rem;

}
.off{
  padding-left: 10px;
}
.on{
  padding-right: 10px;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}


/* Auth Form */
.form-section{
  padding-top: 4%;
}
.auth-form{
  background: rgba(0,11,34,0.7);
  padding: 30px 40px;
  border-radius: 30px;
}

.auth-form .form-heading{
  color:white;
  font-size: 2rem;
}

.auth-form input{
  background: #111624;
  border-radius: 20px;
  color:white;
  border:none;
  text-align:center;
}

.auth-form .submit-btn{
  background: #34FF9A;
  color:black;
  border-radius: 20px;
  border:none;
}

/* Auth Form End */

/* Full Page */
.full-page-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow:hidden;
}

.full-page {
	height: 85vh !important;
	width: 100%;
	overflow: hidden;
}

/* Full Page */

#detail-section .select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}
