@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.primar_box {
  width: 100%;
  max-width: 366px;
  height: 700px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px #e8e8e8;
  background: #fff;
}


:root {
  --primary-color: #6F5BF6; /* Replace with your desired color value */
  --secondary-color: #6F5BF6; /* Replace with your desired color value */
}


img.logo {
  max-height: 60px;
}

.loading {
  font-size: 15px;
  font-weight: 400;
  color: #526A83;
  font-family: 'inter';
}

div#other_screens {
  display: flex;
  flex-wrap: wrap;
}

.loading_container {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 240px;
}

#splash {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 9.8rem 0;
}

p.domainName {
  text-transform: lowercase;
}

p.charCount {
  text-align: end;
  font-size: 11px;
  margin-top: -43px;
  margin-right: 7px;
  margin-bottom: 32px;
}

 input[type=text]{
  padding-right: 55px !important;
}

.mobile_timer_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.mobile_timer_bar p {
  padding: 0;
  margin: 0;
  color: #526A83;
  opacity: 0.47;
  font-size: 15px;
  font-weight: 400;
  font-family: 'inter';
}

.skip {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0.9rem;
  font-family: 'inter';
  padding: 1rem;
  color: #526A83;

}

.skip img {
  padding: 0 0 0 0.5rem;
}
#multiple_devices {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: 'inter';
}
#multiple_devices .para {
  max-height: 90px;
  word-break: break-all !important;
 
}
#multiple_devices .button-create {
  margin-top: 30px;
}
#multiple_devices img {
  height: 150px;
  width: 170px;
  margin: 8px 0;
}
#multiple_devices .para_thin {
  margin-top: 10px;
}

.pagination {
  list-style: none;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.pagination .slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  margin: 0 6.5px;
  border-radius: 50%;
  background-color: #526A83;
  cursor: pointer;
  opacity: 0.4;
}
.pagination .slider-active {
  background-color: #526A83;
  width: 12px;
  height: 12px;
  opacity: 0.6;
}

.heading {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #2E3C49;
}

.para {
  font-size: 0.9rem;
  font-weight: 400;
  color: #526A83;
  text-align: center;
  margin: 0;
  font-family: 'inter';
  padding: 0.5rem 3rem 0.5rem 3rem;
  word-break: break-all !important;

}

.termsAndConditionPara {
  height: 412px;
  overflow-y: scroll;
}

.v1 .app-permission .button-create {
  margin-top: -30px;
}

.button-create {
  background:var(--primary-color);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 44px;
  padding: 1rem 3.5rem;
  font-size: 15px;
  font-weight: 400;
  font-family: 'inter';
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin: 30px 45px;
}

.button-create:hover {
  color: #fff;
}

.para_thin {
  font-size: 13px;
}
.para_thin .secondry_text {
  color: #F46132;
  text-decoration: underline;
}

.chrome_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'inter';
  font-size: 13px;
  font-weight: 400;
  padding: 10px 20px;
}
.chrome_bar p {
  display: inline;
}
.chrome_bar .url {
  margin-left: -40px;
}
.chrome_bar .url img {
  margin-right: 5px;
}
.chrome_bar .share {
  width: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.signup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: 'inter';
  padding-top: 32px;
}
.signup .heading {
  text-transform: none;
  margin: 20px 0;
}
.signup .button-create {
  text-transform: uppercase;
  padding: 1rem 5.5rem;
  margin-top: 185px;
}

.login {
  color: #F46132;
  text-transform: uppercase;
  margin-top: 10px;
}

.input {
  border: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 44px;
}
.input p {
  padding: 0;
}
.input .placeholder {
  width: 235px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

.password {
  padding: 16px;
  margin-bottom: 20px;
}
.password .placeholder {
  width: 227px;
}

.connected {
  background-image: url(../images/map.jpg);
}
.connected .first_fold_vpn {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.connected .logo {
  height: 34px;
}


.icon_container {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.heading {
  text-align: center;
  font-family: 'inter';
  margin: 4px 0;
  margin-top: 30px;
}

.country_name {
  border: 1px solid #DADADA;
  width: 190px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 0.8rem auto;
  color: #2E3C49;
  padding: 0.7rem 0;
  font-family: 'inter';
}

.country_name p {
  margin: 0;
  font-size:0.9rem !important;
}

.country_name img {
  height: 100%;
}
.country_name div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
}

h2.heading-pro {
  text-align: center;
  font-family: 'inter';
  color: #526A83;
  font-size: 15px;
  margin: 4px 0;
  margin-top: 12px;
  font-weight: 500;
}

.bg-image-btn {
  background-image: url(/images/connected-lines.png);
  background-size: cover;
  margin-top: 10px;
  height: 155px;
}
.bg-image-btn .connecting_btn_First {
  padding: 1px;
  width: 150px;
  height: 150px;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #92acc8;
  animation: zoom-in-zoom-out 3s ease infinite;
  opacity: 0.1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bg-image-btn .connecting_btn_Second {
  padding: 1px;
  width: 130px;
  height: 130px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #526A83;
  opacity: 0.2;
  position: relative;
  top: -142px;
}
.circle{
  fill: var(--primary-color);
}
.bg-image-btn .connecting_btn_Third {
  padding: 1px;
  width: 110px;
  height: 110px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: var(--primary-color);
  position: relative;
  top: -264px;
}
.bg-image-btn .connecting_btn_Fourth {
  padding: 0px;
  width: 90px;
  height: 90px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #fff;
}


.bottom-navigation {
  border: 1px solid #DADADA;
  position: absolute;
  max-width: 366px;
  border-radius: 30px 30px 0px 0px;
  width: 91%;
  bottom: 0;
}

  .bottom-navigation .navigation_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  height: 60px;
}
.bottom-navigation .navigation_button .icon_container {
  width: 60px;
  height: 33px;
  border-radius: 57px;
}

div#vector_images {
    margin: 3.5rem 0 0 0;
}

h2.onboarding-heading {
  font-size: 1.1rem;
  font-family: 'inter';
  padding: 1.7rem 0 0 0;
}

#menu {
  height: 700px;
}

#menu .menu_background {
  z-index: 1;
  height: 700px;
  filter: blur(2.5px);
}

.bluer {
  z-index: 1;
  height: 700px;
  filter: blur(2.5px);
}

#menu .side_navigation {
  z-index: 9999;
  position: relative;
  top: -650px;
  height: 695px;
  width: 230px;
  padding: 26px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #526A83;
  
}
#menu .logo img {
  width: 110px;
}
#menu ul {
  padding: 0;
  padding-left: 6px;
}
#menu ul li {
  display: flex;
  align-items: center;
  margin: 30px 0px;
  text-transform: capitalize;
  font-family: 'inter';
  font-size: 15px;
  font-weight: 400;
}
#menu ul li img {
  margin-right: 15px;
}

.mobile_timer_bar.settings {
  background-color: #F4F4F4;
}

h2.heading.setting {
  margin-top: 0px;
  margin-left: 6px;
  margin-top: 5px;
}

.mobile_url {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  background-color: #F4F4F4;
}
.mobile_url .text-setting {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

div#setting .general-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
div#setting .general-setting h4 {
  color: #2E3C49;
  font-family: 'inter';
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 15px;
}
div#setting p.para_setting {
  margin-top: 0px;
  padding-left: 10px;
  font-family: 'inter';
  color: #2E3C49;
  opacity: 0.5;
  margin-bottom: 0;
}
div#setting h4.setting-version {
  color: #2E3C49;
  font-family: 'inter';
  font-weight: 400;
  margin-bottom: 13px;
  padding-left: 10px;
  font-size: 15px;
}

.mobile_url.location {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile_url.location h2 {
  margin-left: 20px;
}
.mobile_url.location .close {
  margin-left: auto;
}
.mobile_url.location .location_bar {
  display: flex;
}

#location .input-container {
  background-color: #F4F4F4;
  padding: 0px 20px;
  padding-bottom: 15px;
}
#location .input {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}
#location .placeholder {
  justify-content: start;
  padding: 0;
}
#location .recent {
  font-size: 13px;
  font-weight: 400;
  color: #6F5BF6;
  font-family: 'inter';
}
#location .country_name {
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  width: auto;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding-left: 20px;
}
#location .country_name img {
  margin-right: 10px;
}
#location .country_name p {
  font-family: 'inter';
  font-size: 13px;
  font-weight: 400;
}
#location #countries {
  padding: 0px 20px;
}
#location .right-postion {
  margin-left: auto;
}
#location .right-postion .arrow {
  margin-right: 0;
}

#login .Forgot {
  text-transform: capitalize !important;
  font-family: 'inter';
  text-decoration: underline;
}
#login .button-create {
  margin-top: 119px !important;
}

#ForgotPassword .para_thin {
  color: #526A83;
  font-family: 'inter';
  font-weight: 400;
  text-align: center;
  max-width: 240px;
  margin-top: 0;
}
#ForgotPassword .para_thin span {
  color: #F46132;
}
#ForgotPassword .heading {
  margin-bottom: 10px !important;
}
#ForgotPassword .button-create {
  margin-top: 40px;
}

#new_password .button-create {
  padding: 20px 81px;
}

#connecting .left-half {
  background: #F4F4F4;
  position: absolute;
  width: 110px;
  height: 110x;
  border-radius: 50%;
  clip: rect(0px 200px 500px 0px);
  z-index: 3;
}
#connecting .centr {
  background-color: #526A83;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
  z-index: 0;
}
#connecting .centr.over50 .left-half {
  clip: rect(0, 110px, 110px, 82px);
  background-color: #6F5BF6;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  transform: rotate(68deg);
}
#connecting .centrV {
  background-color: #fff;
  width: 90px;
  position: relative;
  height: 90px;
  border-radius: 50%;
  position: relative;
  top: -365px;
}
#connecting .cancel {
  background-color: #fff;
  color: #526A83;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5rem 25px !important;
  padding: 10px 30px !important;
  border: 1px solid rgba(244, 97, 50, 0.3);
  border-radius: 50px;
  font-weight: 500;
}

#disconnect .connecting_btn_Third {
  background: #526A83;
  opacity: 0.2;
}
#disconnect .connecting_btn_Fourth {
  position: relative;
  top: -365px;
}

path.retry {
fill: var(--primary-color);
}

#connecting .bg-image-btn .connecting_btn_Third {
  padding: 1px;
  width: 110px;
  height: 110px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: linear-gradient(110deg, #acacac 50%, var(--primary-color) 60%);
  position: relative;
  top: -264px;
  animation: rotation 1.5s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.popup_page .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.popup_page .popup {
  width: 200px;
  position: relative;
  top: -330px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  font-family: 'inter';
  text-align: left !important;
}

.status {
  display: flex;
}
.status .download_bar .upload, .status .download_bar .download {
  flex-direction: column;
  margin-left: -12px;
}
.status .download_bar .upload p, .status .download_bar .download p {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  word-break: inherit !important;
}
.status .upload_bar .upload {
  margin-left: -20px;
}
.status .upload_bar img {
  margin-left: -9px;
}
.status .country_name {
  border-radius: 40px;
  padding: 0.4rem;
  width: 45%;
  margin: 1.5rem auto;
}

.heading-connect {
  font-size: 1rem;
  padding: 2rem 0 0 0;
  color: #2E3C49;
  font-family: 'inter';
}

.para-connect {
  font-size: 0.85rem;
  font-family: 'inter';
  padding: 0;
  margin:0;
  color: #526a83;
}

.c-timer {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2e3c49;
  letter-spacing: -0.5px;
  padding: 0.3rem;
  margin:0;
}

.text-center .is-divider, .text-center .is-star-rating, .text-center .star-rating, .text-center > div, .text-center > div > div{
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.v1 .primar_box {
  width: 100%;
  max-width: 366px;
  height: 700px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px #e8e8e8;
  background: #fff;
}
.v1 .purple_flash {
  fill: #6F5BF6 !important;
}
.v1 .setting-icon {
  stroke: #526A83 !important;
}
.v1 .location-icon {
  fill: #526A83 !important;
}
.v1 .home-icon {
  fill: var(--primary-color) !important;
}
.v1 .retry {
  fill: var(--primary-color) !important;
}
.v1 .loading {
  font-size: 15px;
  font-weight: 500;
  color: #526A83;
  font-family: 'inter';
}
.v1 .loading_container {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 240px;
}
.v1 #splash {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 84px;
  padding-top: 130px;
}
.v1 .mobile_timer_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.v1 .mobile_timer_bar p {
  padding: 0;
  margin: 0;
  color: #526A83;
  opacity: 0.47;
  font-size: 15px;
  font-weight: 500;
  font-family: 'inter';
}
.v1 .skip {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0px 15px;
}
.v1 .skip p {
  color: #526A83;
  font-family: 'inter';
  font-weight: 500;
  font-size: 15px;
  padding: 0px 8px;
}
.v1 #multiple_devices {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: 'inter';
}
.v1 #multiple_devices .button {
  margin-top: 50px;
}
.v1 #multiple_devices img {
  height: 150px;
  width: 170px;
  margin: 8px 0;
}
.v1 #multiple_devices .para_thin {
  margin-top: 10px;
}
.v1 #multiple_devices .heading {
  margin-top: 50px;
}
.v1 #multiple_devices .para {
  line-height: 25px;
  word-break: break-all !important;

}
.v1 .pagination {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.v1 .pagination .slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  margin: 0 6.5px;
  border-radius: 50%;
  background-color: #526A83;
  cursor: pointer;
  opacity: 0.4;
}
.v1 .pagination .slider-active {
  background-color: #526A83;
  width: 12px;
  height: 12px;
  opacity: 0.6;
}
.v1 .heading {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2E3C49;
}
.v1 .para {
  font-size: 15px;
  font-weight: 500;
  color: #526A83;
  padding: 0px 32px;
  text-align: center;
  margin: 0;
  font-family: 'inter';
  font-feature-settings: "clig" off, "liga" off;
  word-break: break-all !important;

}
.v1 .button {
  background: #6F5BF6;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 44px;
  padding: 20px 75px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'inter';
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0px 5px;
}
.v1 .para_thin {
  font-size: 13px;
}
.v1 .para_thin .secondry_text {
  color: #F46132;
  text-decoration: underline;
}
.v1 .chrome_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'inter';
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
}
.v1 .chrome_bar p {
  display: inline;
}
.v1 .chrome_bar .url {
  margin-left: -40px;
}
.v1 .chrome_bar .url img {
  margin-right: 5px;
}
.v1 .chrome_bar .share {
  width: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v1 .signup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: 'inter';
  padding-top: 50px;
}
.v1 .signup .heading {
  text-transform: none;
  margin: 20px 0;
}
.v1 .signup .button {
  text-transform: uppercase;
  padding: 20px 105px;
  margin-top: 155px;
}
.v1 .login {
  color: #F46132;
  text-transform: uppercase;
  margin-top: 20px;
}
.v1 .input {
  border: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 44px;
}
.v1 .input p {
  padding: 0;
}
.v1 .input .placeholder {
  width: 235px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
.v1 .password {
  padding: 13px 5px;
  margin-bottom: 20px;
}
.v1 #payment .password {
  padding: 10px 42px;
  margin-bottom: 20px;
}
.v1 .password .placeholder {
  width: 245px;
}
.v1 .connected {
  background-image: url("../assets/images/map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
div#payment .skip{
  margin-bottom: 10px;
}
.v1 .connected .para {
  line-height: 25px;
  word-break: break-all !important;

}
.v1 .connected .timer {
  font-size: 26px;
  margin-top: 20px;
}
.v1 .connected .first_fold_vpn {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.v1 .connected .logo {
  height: 34px;
}
.v1 .connected .bottom-navigation {
  bottom: -72px !important;
}
.v1 .icon_container {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.v1 .heading {
  text-align: center;
  font-family: 'inter';
  margin: 4px 0;
  margin-top: 30px;
}
.v1 .country_name {
  border: 1px solid #DADADA;
  width: 170px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: auto;
  color: #2E3C49;
  font-family: 'inter';
  margin-top: 20px;
  margin-bottom: 30px;
}
.v1 .country_name img {
  height: 100%;
}
.v1 .country_name div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
}
.v1 h2.heading-pro {
  text-align: center;
  font-family: 'inter';
  color: #526A83;
  font-size: 15px;
  margin: 4px 0;
  margin-top: 12px;
}
.v1 .bg-image-btn {
  background-image: url(/images/connected-lines.png);
  background-size: cover;
  margin-top: 10px;
  height: 155px;
}
.v1 .bg-image-btn .connecting_btn_First {
  padding: 1px;
  width: 150px;
  height: 150px;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #526A83;
  opacity: 0.1;
}
.v1 .bg-image-btn .connecting_btn_Second {
  padding: 1px;
  width: 130px;
  height: 130px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #526A83;
  opacity: 0.1;
  position: relative;
  top: -142px;
}
.v1 .bg-image-btn .connecting_btn_Third {
  padding: 1px;
  width: 110px;
  height: 110px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: var(--primary-color);
  position: relative;
  top: -264px;
}
.v1 .bg-image-btn .connecting_btn_Fourth {
  padding: 0px;
  width: 90px;
  height: 90px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #fff;
}
.v1 .bottom-navigation {
  border: 1px solid #DADADA;
  bottom: -72px;
  position: relative;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}
.v1 .bottom-navigation .navigation_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  height: 60px;
}
.v1 .bottom-navigation .navigation_button .icon_container {
  width: 60px;
  height: 33px;
  border-radius: 57px;
}
.v1 div#vector_images {
  margin-top: 30px;
}
.v1 #menu .bottom-navigation {
  bottom: -108px;
}
.v1 #menu .menu_background {
  z-index: 1;
  height: 550px;
  filter: blur(2.5px);
}
.v1 #menu .side_navigation {
  z-index: 9999;
  position: fixed;
  top: 0;
  height: 645px;
  width: 230px;
  padding: 26px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #526A83;
}

.side_navigation ul {
  list-style: none;
}

.side_navigation ul li{
  margin-top: 30px;
  display: flex;
  align-items: center;
  
}
.side_navigation ul li img{
 margin-right: 10px;
}


.side_navigation {
  z-index: 9999;
  position: relative;
  top: -699px;
  height: 698px;
  width: 230px;
  padding: 26px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #526A83;
}
.v1 #menu .logo img {
  width: 110px;
}
.v1 #menu ul {
  padding: 0;
  padding-left: 6px;
}
.v1 #menu ul li {
  display: flex;
  align-items: center;
  margin: 30px 0px;
  text-transform: capitalize;
  font-family: 'inter';
  font-size: 15px;
  font-weight: 500;
}
.v1 #menu ul li img {
  margin-right: 15px;
}
.v1 .mobile_timer_bar.settings {
  background-color: #F4F4F4;
}
.v1 h2.heading.setting {
  margin-top: 0px;
  margin-left: 6px;
  margin-top: 5px;
}
.v1 .mobile_url {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  background-color: #F4F4F4;
}
.v1 .mobile_url .text-setting {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.v1 div#setting .general-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  margin-top:25px !important;
}
.v1 div#setting .general-setting h4 {
  color: #2E3C49;
  font-family: 'inter';
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  text-align: left !important;

}
.v1 div#setting p.para_setting {
  margin-top: 0px;
  padding-left: 10px;
  font-family: 'inter';
  color: #2E3C49;
  opacity: 0.5;
  margin-bottom: 0;
  text-align: left !important;

}
.v1 div#setting h4.setting-version {
  color: #2E3C49;
  font-family: 'inter';
  font-weight: 500;
  margin-bottom: 0 !important;
  padding-left: 10px;
  font-size: 15px;
  text-align: left !important;
  margin-top:25px !important;


}

#setting .button-create{
  padding: 1rem 5.5rem !important;
}

.v1 .mobile_url.location {
  padding-left: 20px;
  padding-right: 20px;
}
.v1 .mobile_url.location h2 {
  margin-left: 20px;
}
.v1 .mobile_url.location .close {
  margin-left: auto;
}
.v1 .mobile_url.location .location_bar {
  display: flex;
}
.v1 #location .input-container {
  background-color: #F4F4F4;
  padding: 0px 20px;
  padding-bottom: 15px;
}
.v1 #location .input {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}
.v1 #location .placeholder {
  justify-content: start;
  padding: 0;
}
.v1 #location .recent {
  font-size: 13px;
  font-weight: 500;
  color: #6F5BF6;
  font-family: 'inter';
}
.v1 #location .country_name {
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  width: auto;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding-left: 20px;
  margin-top: 14px !important;
  margin-bottom: 0px !important;
}
.v1 #location .country_name img {
  margin-right: 10px;
}
.v1 #location .country_name p {
  font-family: 'inter';
  font-size: 13px;
  font-weight: 500;
}
.v1 #location #countries {
  padding: 0px 20px;
}
.v1 #location .right-postion {
  margin-left: auto;
}
.v1 #location .right-postion .arrow {
  margin-right: 0;
}
.v1 #login .Forgot {
  text-transform: capitalize !important;
  font-family: 'inter';
  text-decoration: underline;
}
.v1 #login .button {
  margin-top: 132px !important;
}
.v1 #ForgotPassword .para_thin {
  color: #526A83;
  font-family: 'inter';
  font-weight: 500;
  text-align: center;
  max-width: 240px;
  margin-top: 0;
  line-height: 23px;
}
.v1 #ForgotPassword .para_thin span {
  color: #F46132;
}
.v1 #ForgotPassword .heading {
  margin-bottom: 10px !important;
}
.v1 #ForgotPassword .button {
  margin-top: 102px;
}
.v1 #new_password .button {
  padding: 20px 81px;
}
.v1 #connecting .left-half {
  background: #F4F4F4;
  position: absolute;
  width: 110px;
  height: 110x;
  border-radius: 50%;
  clip: rect(0px 200px 500px 0px);
  z-index: 3;
}
.v1 #connecting .centr {
  background-color: #526A83;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
  z-index: 0;
}
.v1 #connecting .centr.over50 .left-half {
  clip: rect(0, 110px, 110px, 82px);
  background-color: #6F5BF6;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  transform: rotate(68deg);
}
.v1 #connecting .centrV {
  background-color: #fff;
  width: 90px;
  position: relative;
  height: 90px;
  border-radius: 50%;
  position: relative;
  top: -365px;
}
.v1 #connecting .cancel {
  background-color: #fff;
  color: #526A83;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 25px !important;
  padding: 20px 30px !important;
  border: 1px solid rgba(244, 97, 50, 0.3);
}
.v1 #connecting .heading-pro {
  margin-top: 35px;
}
.v1 #disconnect .connecting_btn_Third {
  background: var(--primary-color);
  opacity: 0.2;
}

.v1 #disconnect .heading {
  font-size: 1rem !important;

}
.v1 #disconnect .connecting_btn_Fourth {
  position: relative;
  top: -365px;
}
.v1 #disconnect .bottom-navigation {
  bottom: -169px !important;
}
.v1 #disconnect .heading-pro {
  margin-top: 35px;
}
.v1 .popup_page .overlay {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.v1 .popup_page .popup {
  width: 250px;
  position: relative;
  top: -435px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  font-family: 'inter';
  padding: 3px 20px;
}

.mobile_background img {
  /* width: 50px; */
  height: 50px;
}
.v1 .popup_page .popup .para {
  text-align: left;
  padding: 11px 0px;
  word-break: break-all !important;

}
.v1 .popup_page .popup .heading {
  text-align: left;
}
.v1 .popup_page .popup .login {
  text-align: right;
  margin-top: 20px;
}
.v1 .popup_page .popup .checkBox {
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-right: 10px;
}
.v1 .popup_page .popup .input_checkbox {
  display: flex;
  align-items: center;
}
.v1 .status {
  display: flex;
}
.v1 .status .download_bar .upload, .v1 .status .download_bar .download {
  flex-direction: column;
  margin-left: -12px;
}
.v1 .status .download_bar .upload p, .v1 .status .download_bar .download p {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.v1 .status .upload_bar .upload {
  margin-left: -20px;
}
.v1 .status .upload_bar img {
  margin-left: -9px;
}
.v1 .status .country_name {
  border-radius: 40px;
  padding: 3px;
  width: 135px;
  padding: 11px 0px;
}
.v1 #location-connection-popup .popup {
  width: 272px;
  top: -419px;
}
.v1 .input_checkbox .selected {
  color: #aaa;
}
.v1 #location-sort-by .input_checkbox .AlphabeticallyText {
  color: #2E3C49;
}
.v1 #location-sort-by .popup {
  padding-bottom: 25px;
}
.v1 .checkBox.radio {
  border-radius: 22px !important;
  border: 2px solid #aaa;
  width: 16px;
  height: 16px;
}
.v1 .Alphabetically {
  border: 2px solid #F46132 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  border-radius: 40px !important;
  width: 16px;
  height: 16px;
}
.v1 .Alphabetically div {
  background: #F46132;
  width: 12px;
  height: 12px;
  border-radius: 40px;
}
.v1 .one_line_cancel {
  display: flex;
  justify-content: end;
}
.v1 .one_line_cancel p {
  margin-left: 10px;
}
.v1 .clear-my-preferences .Warning {
  background: #2E3C49;
  height: 46px;
  position: relative;
  bottom: -215px;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  opacity: 0.8;
}
.v1 .clear-my-preferences .Warning p {
  color: #fff;
}
.v1 .select_protocol {
  background-color: #F4F4F4;
  opacity: 0.8;
  border: 1px solid;
  border-color: #DADADA transparent #DADADA transparent;
  margin: 20px 0px 0 0;
  padding: 20px 0;
}
.v1 .select_protocol .heading {
  text-align: left !important;
  font-size: 16px;
}
.v1 .switch_button {
  display: flex;
  align-items: center;
}
.v1 .switch_button .switch {
  background: #F46132;
  width: 48px;
  display: flex;
  justify-content: end;
  border-radius: 40px;
  height: 15px;
  align-items: center;
  opacity: 0.3;
  margin-right: -20px;
}
.v1 .switch_button .radio {
  border-radius: 22px !important;
  border: 2px solid #F46132 !important;
  width: 16px;
  height: 16px;
  background-color: #F46132;
}
.v1 #frame_384 .popup {
  top: -245px !important;
}
.v1 .popup_page .popup .para {
  line-height: 20px;
  word-break: break-all !important;

}
.v1 #feature-not .popup {
  top: -442px;
}
.v1 .port_number .para {
  opacity: 0.6;
  font-size: 11px;
  margin-left: 30px;
  word-break: break-all !important;

}
.v1 .port_number .port_field {
  border: 1px solid #2E3C49;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.v1 .port_number .port_field p {
  font-size: 13px;
  opacity: 1;
  margin-left: 5px !important;
}
.v1 .port_number .port_range {
  background-color: #fff;
  z-index: 999999;
  position: absolute;
  left: 28px;
  top: 66px;
  width: 149px;
}
.v1 .automatic-port .popup h2.heading {
  padding-bottom: 30px;
}
.v1 .automatic-port .popup .para {
  margin-left: 0;
  text-align: center;
  word-break: break-all !important;

}
.v1 #terms-conditon .para {
  padding: 12px 27px;
  text-transform: capitalize;
  line-height: 20px;
  word-break: break-all !important;

}
.v1 #terms-conditon .text {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  top: 30px;
}
.v1 #terms-conditon .button {
  margin: 35px 18px;
}
.v1 .mobile_background {
  background-image: url("../images/mobile_background.png");
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile_background {
  background-image: url("../images/mobile_background.png");
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 3rem;
}
.v1 .mobile_background div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.v1 .mobile_background div .check-icon {
  margin-top: 40px;
}
.v1 #payment .payment_card {
  padding-top: 20px;
}
.v1 #payment .payment_card .para {
  display: flex;
  align-items: center;
  word-break: break-all !important;

}
.v1 #payment .input {
  border-radius: 17px;
  align-items: center;
  display: flex;
  min-height: 50px;
}
.v1 #payment .input .placeholder {
  align-items: center;
  display: flex;
}
.v1 #payment .input .Save {
  font-size: 12px;
  color: #526A83;
  text-align: right;
  font-weight: 500;
}
.v1 #payment .yearly {
  background-color: var(--primary-color) !important;
}
.v1 #payment .yearly .para, .v1 #payment .yearly .heading {
  color: #fff;
  font-weight: 700;
  text-transform: none;
}
.v1 #payment .para_thin {
  margin-top: 0px;
}
.signUpLogo{
  height: 50px;
}
.v1 #payment .heading {
  margin-top: 0;
  margin-bottom: 0;
}
.v1 #payment .button-create {
  margin-top: 20px;
  background: #FFBE54 !important;
  color: #2E3C49;
  font-weight: 700;
  text-decoration: none;
}
.v1 #payment .discription {
  display: flex;
  flex-direction: column;
}
.v1 #payment .discription .description_head, .v1 #payment .discription .description_para {
  text-align: left;
  font-size: 11px;
  line-height: 15px;
  min-height: auto;
}

.v1 #payment .discription .description_para {
  opacity: 0.5;
}
.v1 #payment .discription .description_head {
  margin: 10px 0;
}
.v1 .app-permission .para {
  padding: 12px 11px !important;
  margin-bottom: 10px;
  word-break: break-all !important;

}
.v1 .btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}
.v1 .btn_container .button {
  padding: 20px 115px;
}

.v2 .primar_box {
  height: 700px;
}
.v2 .location-icon-v2 {
  fill: #fff !important;
}
.v2 .setting-icon-v2 {
  stroke: #fff !important;
}
.v2 .home-icon-v2 {
  fill: #fff;
}
.v2 .mobile_timer_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.v2 .mobile_timer_bar p {
  padding: 0;
  margin: 0;
  color: #526A83;
  opacity: 0.47;
  font-size: 15px;
  font-weight: 500;
  font-family: 'inter';
}
.v2 .icon_container {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.v2 .heading {
  text-align: center;
  font-family: 'inter';
  margin: 9px 0;
  font-family: 'inter';
  margin: 4px 0;
  margin-top: 30px;
}
.v2 .country_name {
  width: 170px;
  border-radius: 20px;
  margin: auto;
  color: #2E3C49;
  font-family: 'inter';
}
.v2 .country_name img {
  height: 100%;
}
.v2 .country_name div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
}
.retry-v2{
  fill: #fff;
}
.v2 .bottom-navigation {
  border: 1px solid #DADADA;
  position: relative;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background-color: var(--primary-color);
  bottom: -13px !important;
  padding-top: 30px;
  padding-top: 20px;
}
.v2 #disconnect .bottom-navigation {
  bottom: -13px !important;

}
.v2 .bottom-navigation .navigation_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  height: 60px;
  margin-top: 10px;
}
.v2 .bottom-navigation .navigation_button .icon_container {
  width: 60px;
  height: 33px;
  border-radius: 57px;
}
.v2 h2.heading-pro {
  text-align: center;
  font-family: 'inter';
  color: #526A83;
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0;
  margin-top: -42px;
}
.v2 .image_container {
  display: flex;
  justify-content: center;
}
.v2 .cancel {
  background-color: #fff;
  color: #526A83;
  display: flex;
  align-items: center;
  margin: 0px 25px !important;
  padding: 7px 20px !important;
  border-radius: 14px;
}
.v2 .cancel a {
  text-decoration: none;
}
.v2 .cancel .left_auto {
  margin-left: auto;
}
.v2 .cancel p {
  font-family: 'inter';
  font-size: 15px;
  font-weight: 500;
  color: #2E3C49;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 10px !important;
}
.v2 .status_bar {
  display: flex;
  justify-content: space-evenly;
}
.v2 .status_bar .download, .v2 .status_bar .upload {
  background-color: #fff;
  border-radius: 14px;
  width: 139px;
  justify-content: center;
}
.v2 .status_bar .download p, .v2 .status_bar .upload p {
  padding: 0;
  margin: 0;
  font-family: 'inter';
  text-transform: none;
}
.v2 .status_bar .download .para, .v2 .status_bar .upload .para {
  font-family: 'inter';
  text-align: center;
  font-size: 11px;
  margin-bottom: -5px;
  word-break: break-all !important;

}
.v2 .status_bar .upload {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  width: 139px;
}
.v2 .status_bar .upload img {
  margin: 0px 10px;
}
.bluer  .v2 .bottom-navigation {
bottom: -23px !important;
}
.v2 .status_bar .download {
  padding: 5px 27px;
}
.v2 .status_bar .download div {
  text-align: center;
}
.v2 #Vector_6 {
  stroke: var(--primary-color);
}
.v2 .vector_icon {
  fill: var(--primary-color);
}
.v2 .connected {
  background-image: url("../assets/images/map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: capitalize;
}
.v2 .connected .para {
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'inter';
  text-align: center;
  color: #526A83;
  margin: 0;
  word-break: break-all !important;

}
.v2 .connected .timer {
  font-size: 24px;
  font-family: 'inter';
  z-index: 9999;
  margin-bottom: -52px;
  position: relative;
  text-align: center;
  letter-spacing: 4px;
}
.v2 .connected .first_fold_vpn {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.v2 .connected .logo {
  height: 34px;
}
.v2 #connecting .cancel p {
  color: #F46132;
  opacity: 0.7;
  font-weight: 500;
  font-family: 'inter';
  padding: 0;
  margin: 0;
}
.v2 #connected .bottom-navigation {
  bottom: -18px !important;
}

.v2 #connected  .image_container {
  margin-top: 55px;
}

.v2 #connected h2.heading-pro {
  margin-top: -69px;
}
.v2  #connecting .cancel{
  margin: 0px 20px!important;
  border-radius: 10px !important;
  padding: 20px !important;
}
.v2 #connected .connected {
  color: #1EE1BC;
}

.v3 .primar_box {
  width: 100%;
  max-width: 366px;
  height: 700px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px #e8e8e8;
  background: #fff;
}

.v3 .setting-icon {
  stroke: #526A83 !important;
  opacity: 0.7;
}
.v3 .location-icon {
  fill: #526A83 !important;
  opacity: 0.7;
}

.v3 .mobile_timer_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.v3 .mobile_timer_bar p {
  padding: 0;
  margin: 0;
  color: #526A83;
  opacity: 0.47;
  font-size: 15px;
  font-weight: 500;
  font-family: 'inter';
}
.v3 .icon_container {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.v3 .heading {
  text-align: center;
  font-family: 'inter';
  margin: 4px 0;
  font-size: 18px;
  font-weight: 700;
}
.v3 .country_name {
  width: 170px;
  border-radius: 40px;
  margin: auto;
  color: #2E3C49;
  font-family: 'inter';
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(218, 218, 218, 0.7);
}
.v3 .country_name img {
  height: 100%;
}
.v3 .country_name div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
}
.v3 .bottom-navigation {
  border: 1px solid rgba(218, 218, 218, 0.5);
  position: relative;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: -20px !important;
  padding-top: 30px;
  padding-top: 20px;
}
.v3 .bottom-navigation .navigation_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  height: 60px;
  margin-top: 10px;
}
.v3 .bottom-navigation .navigation_button .icon_container {
  width: 60px;
  height: 33px;
  border-radius: 57px;
}
.v3 h2.heading-pro {
  text-align: center;
  font-family: 'inter';
  color: #526A83;
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0;
  margin-top: -42px;
}
.v3 .image_container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.v3 .cancel {
  background-color: #fff;
  color: #526A83;
  display: flex;
  align-items: center;
  margin: 0px 25px !important;
  padding: 4px 15px !important;
  border-radius: 14px;
}
.v3 .cancel a {
  text-decoration: none;
}
.v3 .cancel .left_auto {
  margin-left: auto;
}
.v3 .cancel p {
  margin-left: 10px !important;
  font-family: 'inter';
  font-size: 15px;
  font-weight: 500;
  color: #2E3C49;
}
.v3 .status_bar {
  display: flex;
  justify-content: space-evenly;
}
.v3 .status_bar .download, .v3 .status_bar .upload {
  background-color: #fff;
  border-radius: 14px;
}
.v3 .status_bar .download p, .v3 .status_bar .upload p {
  padding: 0;
  margin: 0;
  font-family: 'inter';
  text-transform: none;
}
.v3 .status_bar .download .para, .v3 .status_bar .upload .para {
  font-family: 'inter';
  text-align: center;
  font-size: 11px;
  margin-bottom: -5px;
  word-break: break-all !important;

}
.v3 .status_bar .upload {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  width: 139px;
}
.v3 .status_bar .upload img {
  margin: 0px 10px;
}
.v3 .status_bar .download {
  padding: 5px 27px;
}
.v3 .status_bar .download div {
  text-align: center;
}
.v3 .primary-heading {
  color: #6f5bf6;
}
.v3 .protected {
  margin-top: 30px;
}
.v3 .bg-image-btn {
  background-image: url(/images/connected-lines.png);
  background-size: cover;
  margin-top: 10px;
  height: 155px;
}
.v3 .bg-image-btn .connecting_btn_First {
  padding: 1px;
  width: 130px;
  height: 130px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: var(--primary-color);
}
.v3 .bg-image-btn .connecting_btn_Third {
  padding: 1px;
  width: 100px;
  height: 100px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #fff;
  position: relative;
  top: -117px;
}
.v3 .bg-image-btn .connecting_btn_Fourth {
  padding: 0px;
  width: 90px;
  height: 90px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: -212px;
  position: relative;
}
.v3 .bg-image-btn .centr {
  background-color: #526A83;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
  z-index: 0;
}
.v3 .bg-image-btn .left-half {
  clip: rect(0, 110px, 110px, 82px);
  background-color: #6F5BF6;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.v3 .vpn-ip {
  font-size: 15px;
  font-family: 'inter';
  letter-spacing: 0.5px;
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 0px;
}
.v3 .connected {
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: capitalize;
}
.v3 .connected .para {
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'inter';
  text-align: center;
  color: #526A83;
  margin: 0;
  word-break: break-all !important;

}
.v3 .connected .timer {
  font-size: 28px;
  font-family: 'inter';
  z-index: 9999;
  position: relative;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 0px;
}
.v3 .connected .first_fold_vpn {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.v3 .connected .logo {
  height: 34px;
}
.v3 .connected .bottom_image {
  background-image: url(../../../../../wp-content/plugins/customizer/images/connected_bg-v3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: -24px;
}
.v3 #connecting .cancel {
  border: 1px solid rgba(244, 97, 50, 0.25);
}
.v3 #connecting .cancel p {
  color: #F46132;
  opacity: 0.7;
  font-weight: 500;
  font-family: 'inter';
}
.v3 #connecting .cancel p {
  color: #F46132;
  opacity: 0.7;
  font-weight: 500;
  font-family: 'inter';
  padding: 0;
  margin: 0;
}
.v3 #connected .bottom-navigation {
  bottom: -33px !important;
  width: 100%;
  max-width: 100%;
}
.v3  #connecting .cancel{
  margin: 0px 20px!important;
  border-radius: 10px !important;
  padding: 20px !important;
}
.v3 #connecting .bg-image-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.v3 #connecting .value-bar {
  background-color: #F4F4F4;
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 45px;
  clip: rect(0px 200px 500px 0px);
  z-index: 3;
  opacity: 0.6;
}
.v3 #connecting .left-half {
  background-color: var(--primary-color);
  position: absolute;
  width: 138px;
  height: 130px;
  border-radius: 45px;
  clip: rect(67px 72px 229px 0px);
  z-index: 3;
  transform: rotate(269deg);
  /* animation: rotation 1.5s infinite linear; */
}
.v3 #connecting .centr {
  background-color: gray;
  width: 130px;
  height: 130px;
  border-radius: 45px;
  margin: 50px 50px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.v3 #connecting .centr.over50 .left-half {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute; /*needed for clipping*/
  clip: rect(0, 100px, 100px, 100px);
  background-color: blue;
  border-radius: 45px;
  width: 130px;
  height: 130px;
}
.v3 #connecting .centrV {
  background-color: white;
  width: 100px;
  position: relative;
  height: 100px;
  border-radius: 32px;
  margin: 60px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px !important;
}
.v3 #connecting .centrV svg{
  animation: rotation 1.5s infinite linear;
}
.v3 #connecting .bottom-navigation {
  top: 104px;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
}
.v3 #disconnected .heading {
  color: #F46132;
  opacity: 0.9;
}
.v3 #disconnected .connecting_btn_First {
  background: var(--primary-color);
  opacity: 0.3;
}
.v3 #disconnected .bottom_image {
  background-image: url(../../../../../wp-content/plugins/customizer/images/disconnect-bg-v3.png);
}
.v3 #disconnected .Disconnected {
  color: #2E3C49;
  opacity: 0.5;
}
.v3 #disconnected .bottom_image {
  top: 61px;
  position: relative;
}
.v3 #disconnected .cancel {
  border: 1px solid rgba(46, 60, 73, 0.12);
}
.v3 #disconnected .cancel p {
  color: #F46132;
  opacity: 0.7;
  font-weight: 500;
  font-family: 'inter';
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 20px !important;
}/*# sourceMappingURL=style.css.map */

form.additional_scroll {
  height: 100vh;
}


.form-group.spacer{
  margin-bottom:3px !important;
}

.customizer {
  border: none !important;
}

.live_text p {
  color: #EC5C5C;
  font-weight: 400;
  font-size: 14px;
  margin-bottom:0px;
  padding-left:5px;
}

.live_icon {
  display: flex;
  align-items: center;
  justify-content: end;
}

.setting_icon {
  padding-left: 30px;
  padding-right: 30px;
}

.notification {
  padding-right: 30px;
}


.header-customizer {
  background: #FCFCFF !important;
 border-bottom: none !important;
  padding: 1rem;
}


.customizer{
  background: #FCFCFF !important;
}


.col-sm-12.col-md-12.ad-preview.p-5{
  background: #FCFCFF !important;
 

}


/* .ad-preview.one{
  background: #ffffff !important;
  border-radius: 10px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);

  border: 1px solid rgba(178, 53, 222, 0.10);
  padding-top: 50px;
  padding-bottom: 50px;
} */



.tab-cont {
  margin: 0 10px;
  padding: 15px;
  border-radius: 5px;
}

a.hover_remover:hover {
  color:#7D858F !important;
  text-decoration: none;
}

a.hover_remover {

  color:#7D858F !important;
  text-decoration: none;
}
.logo-img {
  width:8% !important;
  margin-left: 15px;
  padding:0px !important;
}

div#onboarding{
  display: flex ;
  flex-wrap: wrap ;
}

div#dashboard{
  display: flex ;
  flex-wrap: wrap ;
}

div#setting_one{
  display: flex ; 
  flex-wrap: wrap ;
}




.parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 45px;
  margin-bottom: 50px;
  margin-top: 10px;
}



header.header_sticky{
  background-color: #FCFCFF !important;
}


form.additional_scroll {
  height: 80vh;
  overflow-y: scroll;
 
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #CFC8FB #FCFCFF;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #FCFCFF;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #CFC8FB;
    border-radius: 10px;
    border: 5px solid #ffffff;
  }

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  #style-1 {
    scrollbar-width: auto;
    scrollbar-color: #ccc #ccc;
  }

  /* Chrome, Edge, and Safari */
  #style-1::-webkit-scrollbar {
    width: 5px;
  }

  #style-1::-webkit-scrollbar-track {
    background: #252627;
  }

  #style-1::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    border: 3px solid #ccc;
  }/* ===== Scrollbar CSS ===== */
  /* Firefox */
  #style-1 {
    scrollbar-width: auto;
    scrollbar-color: #ccc #ccc;
  }

  /* Chrome, Edge, and Safari */
  #style-1::-webkit-scrollbar {
    width: 5px;
  }

  #style-1::-webkit-scrollbar-track {
    background: #252627;
  }

  #style-1::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
 


  button#otherScreens {
    color: #000;
}

.col-sm-12.col-md-12.ad-preview.p-5
{
   padding-top:0px !important;
}

.header-customizer{
  padding:0px !important;
}


.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  background-color: #fff;
  border: 1px solid #7D858F !important;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-sizing: border-box;
  color: #333;
  font-size: .97em;
  height: 2.507em;
  max-width: 100%;
  padding: 0 0.75em;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  vertical-align: middle;
  width: 100%;
  border-radius: 2px !important;
}

/* 
.divider-title:hover {
  background: rgba(111, 91, 246, 0.10) !important;
  border-radius: 10px !important;
  margin-left: 5px;
  padding:10px !important;
} */


select#ad_template option {
  background-color: #EEECFF !important;

}

select#ad_template option {
  color: #000 !important;

}

select#ad_template option:hover {
  color: #fff !important;
  background-color: #6F5BF6 !important;

}

.sub_heading {
  font-size: 14px;
  font-family: 'inter';
  font-weight: 400;
  color: #fff;
  margin: 15px 10px;
}


button.btn-upload {
  font-size: 1rem;
  background: #CFC8FB !important;
  border-radius: 50px;
  padding: 1.2rem 3rem;
  color: #000 !important;
  letter-spacing: 0;
  margin: 2rem 0 0 1rem;
  font-weight: 600 !important;
 
}

button.btn-upload.convert {
  background-color: #fff !important;
  padding: 7px 30px !important;
  border-radius: 5px !important;
  color: #000 !important;
  text-decoration: none !important;
  margin-bottom:0px !important;
  margin:0px !important;
}

.btn-upload.convert:hover{

  background-color: #6F5BF6 !important;
  color:#fff !important;
  border: 2px solid #CFC8FB;
}

.header_sticky .share:hover{

  background-color: #6F5BF6 !important;
  color:#fff !important;
  border: 2px solid #CFC8FB;
}

a.wizard_logout:hover{
  color:#fff !important;
  text-decoration: none;
}


@media only screen and (min-device-width: 767px) and (max-device-width: 1300px) and (orientation : portrait) /* applied to lg also */
{
  .row.row-full-width.text-center.ipad.mobile {
    margin: 0 auto !important;
}
}

.row.row-full-width.text-center.ipad.mobile
{
  margin: 0 auto;
}

.row.row-full-width.text-center.ipad.mobile .mb-4 {
  display: flex;
  justify-content: center;
  flex-direction: column !important;
}

.primar_box {

  margin: 0 auto !important;
}
.v1{
  width:100% !important;
}
h2.screens_label {
  font-size: 12px;
  text-align: left;
  padding: 10px 0 0 10px;
  color: #7D858F;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.editor_form input.btn-upload {
  font-size: 0.9rem;
  text-transform: capitalize;
  font-weight: 400;
  background: #dddddd;
  border-radius: 50px;
  padding: 5px 30px;
  color: #000;
  letter-spacing: 0;
}

.editor_form input.btn-upload:hover {
color:#000;
}



hr.screens_divider {
  color: #ffffff !important;
  padding-bottom: 10px;
}

.v2{
  width:100% !important;
}

.v3{
  width:100% !important;
}

h2.screens_label_app{
font-size: 11px;
text-align: left;
padding-left: 22px;
padding-bottom: 2px;
color: #7D858F;
text-transform: uppercase;
letter-spacing: 2px;
}


 textarea {
  padding-right: 35px !important;
}

div#otherScreens {
  display: flex;
  flex-wrap: wrap;
}

/* ui changes */


header.header_sticky {
  background: rgb(115,90,255);
  background: linear-gradient(90deg, rgba(115,90,255,1) 0%, rgba(126,0,156,1) 100%);
  z-index: 99999;
  width: 100%;
  position: fixed;
  height: 60px;
}
 .col-sm-12.col-lg-2.col-md-5.customizer.p-0 {
  background-color: #252627 !important;
 
} 
.ad-preview{
  padding: 50px 0;
}
.divider-title {
  background: #323232;
  padding: 20px 2rem;
  margin: 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px !important;
  font-weight: normal !important;
}
.accordion-button {
  font-weight: normal !important;
}
form.editor_form {
  padding: 8rem 0 4rem 0;

}

.parent {
  margin-bottom: 0px;
  margin-top: 0px;
  padding:5px 10px;
}

.h2.screens_label{
  color: #cdd5df;

}

form.additional_scroll {
  /* height: calc(100vh - 150px); */
  overflow-y: scroll;
  position: fixed;
}

.form-group.color-chooser {
  color: #9f9f9f;
}

label {
  color: #fff !important;
}

.previewer{
  max-width: 1400px !important;
}

h2.screens_label_app {
  padding-left: 40px;
  padding-right: 40px;
}

.labels_templates {
  display: flex;
}





  /*ui change */

  .divider-title button {
    padding: 0.2rem;
    margin: 0;
    font-size: inherit;
}

.input_bottom_text {
  font-size: 11px;
  color: #a3adbbd9;
  padding: 0px 10px !important;
  margin-bottom: 30px;
}

p.charCount {
  
  margin-bottom: 22px !important;
}


.color-chooser {
  font-size: 14px;
  letter-spacing: 0px;
  padding: 15px 0;
  border: 1px solid #373737;
  margin: 25px 0px;
  border-radius: 5px;
}


.color-chooser input {
  width: 50px;
  height: 30px;
  border: none !Important;
  padding: 0;
  margin: 0 20px;
}




a.wizard_logout {
  
  margin-left:20px;
 
  color: #fff;
}


.editor_form textarea {
  background: #363637;
  color: #b7b7b7;
  border:none !important;
}

p.charCount {
  color: #ccc;
}

.editor_form input[type=text] {
  background: #363637;
  color: #b7b7b7;
border: none !important;
}


.add_one_class
{
  position: fixed;
  right: 0;
  height: calc(100vh);
  overflow: scroll;
}

.col-sm-12.col-lg-2.col-md-5.customizer.p-0{
  position: fixed;
  left: 0;
  overflow-y: scroll;
  height: calc(100vh );
}


.header_sticky a.share {
  background-color: #fff;
  padding: 7px 30px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  /* display: none; */
  margin-left: 24px;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */


.modal-content {
  
    margin: auto;
    padding: 40px 20px 40px 20px;
    border: 1px solid #888;
    width: 30%;
   background-color: #fff;
    border-radius: 19px;
    color: #000 !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

/* The Close Button */
.close1 {
  color: #ccc;
  float: right;
  font-size: 28px;
  font-weight: bold;
 
  top: 3px;
  opacity: 1;
  float: right !important;
  margin-top: -39px;
  margin-left: 490px;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.copy_btn a {
  background-color: #6F5BF6;
  padding: 16px 20px;
  border-radius: 7px;
  color: #fff;
  /* margin-top: 30px !important; */
}



.app_icon_screen .input {
  margin: 55px 14px;
  background-color: #fff;
}
.primar_box.app_icon_screen{

  background-image: url(https://d3dlt402266m7b.cloudfront.net/wp-content/uploads/2023/10/17155032/phone-640x1136-1.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: rgba(228, 109, 208, 0.068);
  background-size: cover;
}

.app_icon_screen .input .placeholder {
  width: 100% !important;
}



.app_icon_screen .icon{
  height: 22px;
}

.download-icon-body {
  height: 500px;
  display: flex;
  padding: 0px 25px;
}



  .download-icon {
      height: 50px;
  width: 50px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.download-icon .icon{
  height: 30px;
}


@media only screen and (max-width: 767px) {

  button#Con_btn2 {
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 0 auto !important;
    margin-top:20px !important;
}
h2.screens_label_app.edit {
  padding-right: 0px !important;
}
  .col-sm-12.col-lg-2.col-md-5.customizer.p-0{
    position: relative !important;
  }

  .modal-content {
    margin: auto;
    padding: 40px 20px 40px 20px;
    border: 1px solid #888;
    width: 100% !important;
    background-color:#fff;
    border-radius: 19px;
    color: #000 !important;
    
   
}

.close1 {
  color: #ccc;
  float: right;
  font-size: 28px;
  font-weight: bold;

  top: 3px;
  opacity: 1;
  float: right !important;
  margin-top: -39px !important;
  margin-left: 327px !important;
}

  .add_one_class {
    position: relative !important;
    overflow-y: hidden;
    height: auto !important;
    overflow: auto !important;
}
.logo-img{
  width:35% !important;
  margin-left:0px !important;
}

a.share {
  padding: 2px 16px !important;
}

h2.screens_label_app {

  padding-left: 0px !important;
}
.close1{
  position: inherit !important;
}
.parent {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-right: 27px !important;
  margin-bottom: 50px;
  margin-top: 10px;
  padding-left: 20px !important;
}
button#Con_btn {
  margin-left: 80px !important;
  margin-top: 30px !important;
}
}

@media screen and (min-device-width: 1023px) and (max-device-width: 1181px) { 

  .logo-img{
    width:16% !important;
  }

}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) { 
  .logo-img{
    width:20% !important;
  }

  .modal-content {
  
    width: 73% !important;
    
}
}
@media screen and (min-device-width: 430px) and (max-device-width: 768px) { 
  .logo-img{
    width:16% !important;
  }
}



.divider-title span {
  font-size: 15px;
  margin-left: 7px;
}


/* Styling for the full-page loader */
#full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 6px solid #3498db;
  border-top: 6px solid #f3f3f3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
}

.hidden {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
/* multiple dropdown */
}

input.select2-search__field {
  border: none !important;
}


span.select2-selection.select2-selection--multiple {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
}

ul.select2-selection__rendered {
  height: 37px !important;
  display: flex;
  align-items: center;
}

.select2-container .selection .select2-selection--multiple .select2-selection__choice {
  padding: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 39px !important;
}

.select2-selection__choice {
  margin-top: 10px !important;
}



.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 12px !important;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  /* height: 22px; */
  width: 80px !important;
}

.select2-container .selection .select2-selection--multiple .select2-selection__choice {
  padding: 2px 6px !important;
}

/* Styling for the full-page loader */
#full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 6px solid #3498db;
  border-top: 6px solid #f3f3f3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
}

.hidden {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 9px !important;
  margin-right: 10px;
}

.select2-container .selection .select2-selection--multiple {
  background-image: none;
  height: auto;
  line-height: 16px !important;
  padding: 10px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */


  /* Chrome, Edge, and Safari */
  #style-2::-webkit-scrollbar {
    width: 0px !important;
  }

  #style-2::-webkit-scrollbar-track {
    background: #252627 !important;
  }

  #style-2::-webkit-scrollbar-thumb {
    background-color: #000 !important; 
    border-radius: 10px !important;
    border: 0px solid #ccc !important;
  }


  #style-2{
    overflow-y: scroll !important;
  }


  h2.screens_label_app.edit {
    color: red !important;
    display: flex;
}

a#copyButton:hover {
  color: #fff !important;
  text-decoration: none !important;
}

h2.screens_label_app.edit:before {
  content: url("https://d3dlt402266m7b.cloudfront.net/wp-content/uploads/2023/10/17142152/Vector-2.png");
  margin-right: 8px;
  margin-top: -3px;
}

p.input_bottom_text.heightlight {
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  font-size: 13px;
}


li.align_Icon {
  margin-left: 4px;
}


.alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  margin-bottom: 0px !important;
}


a.button-create.login_btn {
  margin-top: 115px !important;
}

.alert-dismissible .close {
  top: -6px;
}

div#bootstrapAlert {
  margin-top: 60px;
  z-index: 80;
}


.download-icon-cont .loading{
  font-size: 11px;
  text-align: center;
  margin-top: 7px;
  color: #ffff;
  width: 80%;
}


/* dark theme css */
 
.dark_theme .spalshScreen {
  background-image: url(https://d3dlt402266m7b.cloudfront.net/wp-content/uploads/2023/11/01112422/Group-1000000988.png) !important;
}


.dark_theme #splash img {
  padding: 6px 28px;
  width: 80%;
}


.dark_theme .v1 .loading {
  color: #fff;
}

.dark_theme .primar_box{
background-color: #282828;
}

.dark_theme .heading {
  color: #fff;
}

.dark_theme .para {
  color: #fff;
}

.dark_theme .pagination .slider-active {
  background-color: #fff;
}

.dark_theme .skip {
  color: #fff;
}

.dark_theme p.domainName {
  color: #fff;
}

.dark_theme .v3 .icon_container {
  background-color: #4A4A4A;
  box-shadow: 0px 5px 20px 0px rgba(121, 121, 121, 0.15);

}

.dark_theme .v3 .connected .para {
  color: #fff;
}

.dark_theme .v3 .country_name {
  color: #fff;
}

.dark_theme h2.heading.setting {
  color: #000;
}

.dark_theme .v1 #location .input {
  background-color: #f4f4f4;
}


.dark_theme .v1 #location .input  p.para_thin.para {
  color: #000;
}

.dark_theme  .v3 .bottom-navigation {
  background-color: var(--primary-color);
}

.dark_theme  .v3 .cancel {
  background-color: #000;
}

.dark_theme  .v3 #disconnected .cancel p {
  color: #fff;
  opacity: 1;
}

.dark_theme  #connecting .cancel {
  background-color: #000;
  color: #FF9797;
}


.dark_theme .v3 #disconnected .Disconnected {
  color: #fff;
  opacity: 1;
}


.dark_theme .v3 #disconnected .heading {
  color: #fff;
  opacity: 1;
}

.dark_theme  h2 {
  color: #fff;
}


.dark_theme   .v3 .status_bar .download .para {
  color: #000;

}

.dark_theme  .v1 div#setting .general-setting h4 {
  color: #fff;
}

.dark_theme .v1 div#setting p.para_setting {
  color: #fff;

}

.dark_theme .v1 div#setting h4.setting-version {
  color: #fff;
}

.dark_theme .side_navigation {
  background-color: #282525;
  color: #fff;
}

.dark_theme  .v1 #payment .input .Save {
  color: #fff;
}

.dark_theme .termsAndConditionPara {
  height: 412px;
  overflow-y: auto;
}

.dark_theme  h2.screens_label_app {
  color: #7D858F !important;

}

.dark_theme .v3 .cancel {
  padding: 16px 15px !important;
}

path.retry {
  fill: #302E2E ;
}

.circle {
  fill:#302E2E;
}


.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  width:90%;
  max-width:100%;
  text-align: left;
}

.popup h2 {
  float: left !important;
  text-align: left;
}

.popup p{
  text-align: left;
}

.popup a {
  text-align: left;
}

/* Media query for mobile devices */
@media only screen and (max-width: 1024px) {
  .popup {
      display: block;
  }

.mobile_popup {
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  position: relative;
  z-index: 99999;
  top: -102px;
}

}