.subscrify-primary-button {
	font-family: "Hanken Grotesk", sans-serif;
	padding: 5px 25px;
	background: linear-gradient(to left, #4F36C0, #1F2591, #0D2FAD);
	border: none;
	border-radius: 25px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
    justify-content: center;
    height: 50px;
}
        
.subscrify-primary-button img {
	width: 30px;
    height: auto;
    margin-right: 10px;
}

.subscrify-popup-gradiant {
	font-family: "Hanken Grotesk", sans-serif;
	position:absolute; 
    left:50%; 
    top:50%; 
    transform:translate(-50%,-50%);
	background: linear-gradient(to top right, #152999 0%, #3B3BBF 60%, #794FE5 100%);
    color:#fff;
    width:745px;
    max-width:95vw;
	border-radius:16px; 
    padding:28px 28px 22px; 
    box-shadow: rgba(255, 255, 255, 0.2) 4px 3px 5px;
    max-height: 85vh;
}

.subscrify-popup-gradiant h2 {
	font-family: "Hanken Grotesk", sans-serif;
}

.subscrify-popup-brand p {
	font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0;
}

.subscrify-popup-brand-wrapper {
	display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.subscrify-popup-brand-wrapper img {
	width: 35px;
    height: auto;
    margin-right: 10px;
}

.subscrify-popup-brand-wrapper h2 {
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
}

.subs-grad-spotlight-wrapper {
	text-align: center;
}

.subs-grad-spotlight-wrapper img {
	width: 380px;
    height: auto;
    margin: 0 auto;
}

.subs-grad-spotlight-texts {
	text-align: center;
}

.subs-grad-spotlight-texts h2 {
    font-size: 21px;
    color: #fff;
    font-family: "Hanken Grotesk", sans-serif;
}

.subs-grad-spotlight-texts p {
	font-size: 12px;
    font-weight: 300;
    width: 100%;
    max-width: 430px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
}

.subs-default-button {
	font-family: "Hanken Grotesk", sans-serif;
	background: linear-gradient(to bottom, #7757E5 0%, #503AD8 100%);
    color: #fff;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 5px 28px;
    font-size: 12px;
    height: 36px;
    border-radius: 8px;
    font-weight: 400;
}

.subs-secondary-button {
	font-family: "Hanken Grotesk", sans-serif;
	background: transparent;
    color: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    padding: 5px 28px;
    font-size: 12px;
    height: 36px;
    border-radius: 8px;
    font-weight: 400;
}

.subs-button-fluid {
	width: 100%;
}

.subs-auth-button-group {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px 0;
    gap: 20px;
}

.subs-login-popup-gradiant {
	font-family: "Hanken Grotesk", sans-serif;
	position:absolute; 
    left:50%; 
    top:50%; 
    transform:translate(-50%,-50%);
	background: linear-gradient(to top right, #152999 0%, #3B3BBF 60%, #794FE5 100%);
    color:#fff;
    width:500px;
    max-width:95vw;
	border-radius:16px; 
    padding:28px 28px 65px 28px; 
    box-shadow: rgba(255, 255, 255, 0.2) 4px 3px 5px;
    max-height: 85vh
}

.subs-login-form-wrapper {
	position: relative;
	background: #fff;
    border-radius: 4px;
    padding: 45px 32px 15px 32px;
    margin: 60px 60px 0 60px;
}

.subs-login-form-wrapper h2 {
	font-family: "Hanken Grotesk", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.subs-input-wrapper {
	margin-bottom: 24px
}
.subs-input-wrapper input::placeholder {
  font-size: 15px;
}

/* Firefox */
.subs-input-wrapper input::-moz-placeholder {
  font-size: 15px;
}

/* Internet Explorer 10-11 */
.subs-input-wrapper input:-ms-input-placeholder {
  font-size: 15px;
}

/* Microsoft Edge (old) */
.subs-input-wrapper input::-ms-input-placeholder {
  font-size: 15px;
}
.subs-input-wrapper textarea::placeholder {
  font-size: 15px;
}

/* Firefox */
.subs-input-wrapper textarea::-moz-placeholder {
  font-size: 15px;
}

/* Internet Explorer 10-11 */
.subs-input-wrapper textarea:-ms-input-placeholder {
  font-size: 15px;
}

/* Microsoft Edge (old) */
.subs-input-wrapper textarea::-ms-input-placeholder {
  font-size: 15px;
}

.subs-input-wrapper input {
    all: unset !important;
    width: 100% !important;
    border: 1px solid #D9DDE9 !important;
    color: #000 !important;
    padding: 8px 16px !important;
    height: 36px !important;
    border-radius: 8px !important;
    font-family: "Hanken Grotesk", sans-serif !important;
    box-sizing: border-box !important;
}

.subs-input-wrapper textarea {
    all: unset !important;
    width: 100% !important;
    border: 1px solid #D9DDE9 !important;
    color: #000 !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-family: "Hanken Grotesk", sans-serif !important;
    box-sizing: border-box !important;
}

.subs-input-wrapper label {
	all: unset !important;
	color: #000 !important;
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 2px !important;
    display: block !important;
    font-size: 15px !important
}

.subs-top-close-button {
	position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.subs-top-close-button-invert {
	position: absolute;
    top: 10px;
    right: 10px;
    background: #6F42C1;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 26px;
    color: #fff;
}

.subs-form-logo-wrapper {
	position:absolute; 
    left:50%; 
    top:-35px; 
    transform:translate(-50%,0);
	width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to right, #0338C9 0%, #1E2AA0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subs-form-logo-wrapper img {
	width: 50px;
    height: auto;
}

.subs-vertical-scroller {
	max-height: calc(100vh - 200px);
  	overflow-y: auto;
}

.subs-choose-subscription {
	width:210px; 
    background: linear-gradient(to top right, #152999 0%, #3B3BBF 60%, #794FE5 100%);
    color:#fff; 
    padding:18px;
    display: none;
}

.subs-subscription-steps-wrapper {
	margin: 30px 0;
    position: relative;
}

.subs-subscription-steps-wrapper-line {
    position: absolute;
    left: 11px;
    top: 2px;
    width: 2px;
    height: 95%;
    background: #7453E4;
    z-index: 1;
}


.subs-choose-subscription-main-title {
	font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}

.preset-frequency {
	background: red
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; /* space after flag */
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel] {
  padding-left: 95px !important; /* leave space for flag + dial code */
}

#subs-splash {
    display: none; /* hidden initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* make sure it’s above everything */
}

.iti__dropdown-content {
    color: black !important;
}

.iti .iti__selected-dial-code {
    color: black !important;
}

.toggle-password:focus {
    outline: none;
    border: none;
}

.wizard-step-content {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.form-item-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

@media (max-width: 1366px) {
  .form-item-container {
    grid-template-columns: 1fr;
  }
}

.iti__selected-country:focus {
    outline: none;
    border: none;
}

#to-login-from-register:focus {
    outline: none;
    border: none;
}

.subs-saving-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #007bff; 
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

.subs-saving-text {
  color: #007bff;
  font-weight: 500;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.subs-product-item-wrapper {
    display: flex;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff;
    gap: 10px;
    margin-bottom: 20px;
}

.subs-product-item-wrapper-left {
    flex-shrink: 0;
    flex-grow: 0;
}
.subs-product-item-wrapper-right {
    flex-grow: 1;
}
.subs-product-item-wrapper-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper {
  width: 100%;
  height: 500px;
  position: relative;
}

/* Custom next/prev buttons */
.swiper-button-next-custom,
.swiper-button-prev-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999; /* VERY IMPORTANT */
    /* background: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 8px 14px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
}

/* Position the buttons */
.swiper-button-prev-custom {
    left: 10px;
}

.swiper-button-next-custom {
    right: 10px;
}

/* Remove focus outline for all states */
.swiper-button-next-custom:focus,
.swiper-button-prev-custom:focus,
.swiper-button-next-custom:active,
.swiper-button-prev-custom:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove Firefox dotted inner focus ring */
.swiper-button-next-custom::-moz-focus-inner,
.swiper-button-prev-custom::-moz-focus-inner {
    border: 0 !important;
    outline: 0 !important;
}

.swiper-pagination-bullet {
    border-radius: 3px !important;
    height: 5px !important;
    width: 15px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
    background: #18E979 !important;
    width: 30px !important;
}

#wizard-step-4 {
    background: linear-gradient(
  to top right,
  #0039CD 0%,
  #182794 50%,
  #182794 70%,
  #774DE3 100%
);
    margin: -40px -21px -30px -21px;
    padding: 40px 20px 20px 20px;
}

