@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: "roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}
ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.primary_btn {
  background: green;
  background-color: green;
  color: #fff !important;
}
.paymentform .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 69px;
  color: #07081f;
}
.circle-icon {
  backdrop-filter: blur(2.5px);
  border: 2px solid #f27c12;
  border-radius: 40px;
  width: 67px;
  height: 67px;
  background-color: #000000;
}

.circle-icon i {
  font-size: 25px;
}

.circle-icon img {
  height: 25px;
}

/* Pricing Page */

.pricing_card_small {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  border-radius: 20px;
}

.pricing_card_small .span {
  font-family: "Poppins" !important;
  background: #e8e8e8;
  border-radius: 21.5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #040305;
  opacity: 0.6;
  padding: 8px 43px;
}

.pricing_card_small .h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #040305;
  opacity: 0.6;
}

.pricing_card_small .h2 span {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #001636;
}

.pricing_card_small .p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #040305;
}

.icon {
  display: none;
}
.pricing_card_large {
  border-radius: 20px;
}

.pricing_card_large .span {
  font-family: "Poppins" !important;
  background: #e8e8e8;
  border-radius: 21.5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #040305;
  padding: 8px 43px;
}

.pricing_card_large .h2 {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #040305;
}

.pricing_card_large .h2 span {
  font-style: normal;
  font-weight: 800;
  font-size: 90px;
  line-height: 110px;
  text-align: center;
  color: #001636;
}

.pricing_card_large .small {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: line-through;
  color: #040305;
}

.pricing_card_large .p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #040305;
}

.money_back {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #008fff;
}

/* .paymentform .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #07081f;
} */

/* .paymentform .p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
} */

.input_field {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
}

.card-header-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.payment_card_form {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
}

.payment_card_form .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

.payment_card_form .red_text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #219653 !important;
}

.payment_card_form .total {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.payment_card_form .link {
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  text-decoration-line: none;
  color: #008fff;
}

.label_text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #848484;
}

.agree_label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #8d8d8d;
}

.plane_include .p {
  line-height: 16px !important;
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px !important;
}

.payment_extra_padding {
  padding: 0px 10px;
}

@media (max-width: 991.98px) {
  .min_height {
    min-height: auto !important;
  }
  #pwl_country {
    max-width: 60%;
  }
  .ms-2.coupon {
    margin: auto !important;
  }
  .list-group-item.d-flex.justify-content-between.align-items-start.coupon_section {
    flex-direction: column;
  }
  .svg_pointers {
    margin-bottom: 18px;
    display: block;
  }
}

.min_height {
  min-height: 404px;
}

.head-p {
  font-size: 18px;
}

.bestdeal {
  position: absolute;
  top: -18px;
  border-radius: 3px;
  padding: 5px 25px;
  color: #ffff;
}

.stepcart {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900 !important;
  font-size: 26px !important;
  line-height: 39px !important;
  color: #07081f;
  padding-top: 50px;
}

.payment_card_active {
  display: flex !important;
  align-items: center;
  margin: auto;
  position: relative !important;
  box-sizing: border-box;
  /* color: #FFF; */
  background-clip: padding-box !important;
  border: solid 2px transparent !important;
  background: #ffff;
}

.payment_card_active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to top, #f27c12, #fcae18);
}

.active__card {
  align-items: center;
}
.secondary_btn {
  pointer-events: none;
}
.card > .list-group:first-child {
  width: 100%;
}
.bold-step {
  font-weight: 900 !important;
}
.list-group-item {
  border: none;
}
.list-group {
  border: none !important;
}
.pay_btn {
  border-radius: 40px !important;
  padding: 20px 60px !important;
  font-family: poppins;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer !important;
}
.fa-lock {
  margin-right: 7px;
}
#paymentform {
  zoom: 95% !important;
  position: relative;
}
.paymentform .form-control {
  padding: 10px !important;
}
.agree_label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #8d8d8d;
}
.agree_label a {
  color: #000;
  font-weight: 600;
}
.svg_pointers {
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}

/* Dynamic CSS */

/* Primary Color */
.primary_color {
  background: #f37f13;
  background-color: #f37f13;
}

/* Payment Card Border (Active Card) */
/* .payment_card_active:before {
  background: green;
} */

.card.purewl_card.pricing_card_large.cursor-pointer {
  border-radius: 44px;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 20px 50px;
  border-color: transparent !important;
}

.card.price_card.pricing_card_large .btn {
  background: linear-gradient(180deg, #f27c12 0%, #fcae18 100%) !important;
  border: none !important;
  color: #fff !important;
}

.price_card .btn {
  background: #ffffff;
  border: 3px solid #c0c0c0 !important;
  border-radius: 44px;
  color: #040305;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 20px 50px;
}

/* Primary Button */
.primary_btn {
  background: linear-gradient(180deg, #f27c12 0%, #fcae18 100%) !important;
  border: 3px solid #ffffff;
}

/* Secondary Button */
.secondary_btn {
  background: #ffffff;
  border: 3px solid #c0c0c0;
}

/* selected CheckBox Color */
.form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6dfd59 !important;
}

/* Bullet points check color*/
.payment_extra_padding ul li i {
  color: #3fa2f7;
}

/* KEYFRAMES */

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-start: 0;
}

.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}

.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  flex-direction: column;
}

.price_card {
  align-items: center !important;
}
.text_left_discount {
  text-align: right;
  display: flex;
  justify-content: right;
}

.gap-2 {
  margin-top: 10px;
}
.bitpay_select,
.coingate_select {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}

.pwl_cart_currencies_wrap {
  display: flex;
  justify-content: center;
}

.pwl_cart_currencies {
  padding: 13px;
  width: 26% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: url("../../../images/drop-down-arrow.svg");
  background-position: right 8px top 50%;
}

.custom-select option {
  font-size: 18px;
}

.fa-eye {
  position: absolute;
  top: 15px;
  right: 10px;
}

.paymentform .form-group {
  position: relative;
}

span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
  position: absolute;
  top: 15px;
  right: 10px;
}

form#paymentForm {
  padding: 0px 24px;
}

.pricing_card_small {
  display: flex !important;
  align-items: center;
  margin: auto;
  position: relative !important;
  box-sizing: border-box;
  color: #fff;
  background-clip: padding-box !important;
  border: solid 2px transparent !important;
  border-radius: 20px !important;
}

.pricing_card_small:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(to top, #eaeaea, #eaeaea, #eaeaea, #fff);
}
span.money-back-text {
  color: #000;
}

.payment_card_active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(to top, #f27c12, #fcae18);
}

.money_back {
  display: none;
}

section.section_pd.paymentform.pt-0 {
  zoom: 90% !important;
  position: relative;
}

section.section_pd.paymentform.pt-0 {
  padding-top: 60px !important;
}

.pricing-bg {
  background: url(/wp-content/plugins/angelvpn-wordpress-plugin-2.0/assets/public/images/page-bg.svg)
    top center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

/*owl-carousel*/

.slideDecreiption {
  padding-bottom: 20px;
}
.postSliderHead {
  width: 100% !important;
}
.post-slide23 {
  margin: 0 !important;
}
.trustpilotImage {
  width: 26px !important;
}
.owl-carousel .owl-item img.star {
  width: 35px;
}

#google-pay-container {
  width: 381px;
  height: 70px;
}
.secure-chkout ul {
  margin-top: 12px;
}
table.dataTable.display > tbody > tr.even > .sorting_1 {
  box-shadow: none !important;
}
.extraTDSize1 {
  width: 58px;
}
.extraTDSize2 {
  color: rgb(101, 254, 101);
  width: 140px;
}
.extraTDSize3 {
  color: rgb(255, 66, 36);
  width: 140px;
}
.extraTDSize4 {
  width: 145px;
}
.extraTDSize5 {
  width: 150px;
}
.hidden {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  #example #innertable-td {
    width: 98px;
  }
  .extraTDSize4 {
    width: 130px;
  }
  .extraTDSize5 {
    width: 130px;
  }
}

.firstBoxSlider {
  text-align: center;
  margin-bottom: 10px;
  display: flex !important;
  justify-content: center !important;
}

.card.card-reviews {
  border: none !important;
  margin-top: 80px;
}

.sliderNames {
  border-top: 1px solid rgb(218, 215, 215);
  width: 20%;
  padding-top: 5px;
  font-weight: 600;
  font-size: 14px;
}

.firstBoxSlider a {
  color: black;
  font-weight: 700;
}

.owl-carousel .owl-item img.star {
  width: 35px;
  margin-right: 10px;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.owl-carousel button.owl-dot {
  background: 0 0 !important;
  color: #000 !important;
  border: 1px solid #526a83 !important;
  padding: 0 !important;
  font: inherit !important;
  font-size: inherit !important;
  margin-left: 6px !important;
  font-size: 28px !important;
  size: 20px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
  margin-top: 0px !important;
  position: relative !important;
}

.owl-carousel button.active {
  background: #526a83 !important;
}

.payment_extra_padding {
  padding: 0px 30px;
}

.col-lg-6.col-md-12.col-12.mb-2.pay_btn_section div img {
  cursor: pointer;
}

h2.h2.text-start.head-secure.mb-3.bold-step {
  display: flex;
  justify-content: space-between;
}
/*Dropdown dedicated ip*/

.dedicated-ip-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px !important;
}
.price_card i.fa-solid.fa-circle-check {
  color: #fff !important;
  font-size: 28px;
  margin-top: 14px;
  margin-right: 12px;
}
.dedicated-ip-dropdown select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("../../../images/ip-icon.svg") no-repeat 2% center; /* Adjusted background position */
  background-size: 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px 15px 15px 44px; /* Adjusted padding to make room for the icon */
  cursor: pointer;
  width: 100% !important;
  border-radius: 7px;
  transition: background-color 0.3s ease; /* Transition for background-color property only */
}

/* .dedicated-ip-dropdown::after {
  content: url("../../../images/drop-down-arrow.svg");
  position: absolute;
  right: 10px;
  top: 18%;
  pointer-events: none;
} */

.select-wrapper {
  position: relative;
}
.dropdown-arrow-select {
  position: absolute;
  right: 15px;
  top: 24px;
}

.trash-box {
  margin-right: 15px;
  cursor: pointer;
  margin-top: 2px;
}

.orderSummary-li li {
  margin-left: 10px;
}

#original_price {
  font-size: 15px;
}

.dedicated-ip-dropdown select:focus {
  outline: none !important;
}

/*Dropdown dedicated ip end*/

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.flexCenter {
  display: flex;
  align-items: center;
}
.paymentform .card-body.cursor-pointer .img-fluid {
  height: 25px;
}
#signupForm input[type="number"]::-webkit-inner-spin-button,
#signupForm input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#signupForm .text-danger {
  margin-top: 10px;
}

div#emailError,
#passwordError {
  padding-left: 0px !important;
}
#signupForm .fa-solid.fa-eye.position-absolute,
.fa-solid.position-absolute.fa-eye-slash {
  top: 51.5px;
  right: 16px;
}

@media screen and (max-width: 400px) {
  #confirm_password + .eyeButton .fa-solid.fa-eye.position-absolute {
    top: 80.5px;
  }
  .contact_form .form-group .custom_input_class {
    padding-right: 36px;
  }
}

#pwl_country {
  margin-top: 0px;
  margin-left: 12px;
}

#pwl_country_name span {
  border-bottom: 1px solid rgb(42, 43, 50);
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
}
#pwl_country {
  margin-top: 0px;
  margin-left: 12px;
  width: min-content !important;
}

#tax_percent {
  margin-left: 8px;
}
