/* /2025/payments/common/css/pretplata.css */

/* ================================================================
   OVERLAY LAYER
================================================================ */
/* #pretplataOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
      background-color: #e5d4c1d9;
} */

#pretplataOverlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 101%;
    z-index: 9999;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    background-color: #e5d4c1d9;
    overflow: auto;
    /* padding-top: 100px; */
}



/* ================================================================
   MAIN CONTAINER (BOX)
================================================================ */
.pretplata_box {
  padding: 32px 28px;
  min-width: 940px;
    max-width: 1520px;
  width: calc(100% - 64px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform: scale(0.98);
  opacity: 0;
  position: relative;
      box-sizing: border-box;
  
  
  
/*     margin: 2rem auto;
    max-width: 1600px;
    margin-top: 140px; */
    border-radius: 3px;
    border-bottom: 2px solid #9d9d9d;
    /* box-shadow: 2px 2px 12px #b1b1b1; */


    background-color: #1d3250;
    position: relative;
    display: grid;
    gap: 1.5rem;
    padding: 0px;
    padding-bottom: 90px;
    padding-top: 35px;
   
    max-width: 1540px;	
max-width: 1430px;
	
	
background-image: 
  radial-gradient(circle, rgba(255,255,255,0.1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
   background-color: #11243c;	
background-size: 3px 3px;	
	
	
}
.pretplata_box_bckSLoj{
position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% + 600px);
    /* height: 61%; */
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(#9091bf, transparent);
    margin-top: -600px;
}



#pretplataOverlay.active .pretplata_box {
  transform: scale(1);
  opacity: 1;
     overflow: hidden;
}

/* ================================================================
   LOADER & SPINNER
================================================================ */
#pretplataLoader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.15s ease;
}

#pretplataLoader.active {
  opacity: 1;
}

.pret_spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ================================================================
   CLOSE BUTTON
================================================================ */
.pret_close {
position: absolute;
    right: 0px;
    top: 0px;
    width: 27px;
    background-color: #848484;
    height: 25px;
    text-align: center;
    color: #FFF;
    border-radius: 0px 0px 0px 3px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
    z-index: 1111;
}

.pret_close:hover {
  color: #000;
}

/* ================================================================
   PLANS GRID
================================================================ */

.subscriptionPlans_wrapOuter{
    position: relative;
    display: grid;	
}
.subscriptionPlans_wrap {
	
}


/* --- WebKit scrollbar (Chrome, Edge, Safari) --- */
.subscriptionPlans_wrap::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.subscriptionPlans_wrap::-webkit-scrollbar-track {
  background: transparent;
}

.subscriptionPlans_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(180, 180, 180, 0.35);
  border-radius: 4px;
  transition: background-color 0.25s;
}

.subscriptionPlans_wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(180, 180, 180, 0.6);
}

/* ------- Fade edges ------- */
.upperScrollShadersSub{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.shdsub_left,
.shdsub_right {
     content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    pointer-events: none;
    z-index: 20;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 1s;
    background: linear-gradient(90deg, #303c5640, #303c562b, transparent, transparent, transparent, transparent);
}

.shdsub_left i,
.shdsub_right i{
position: absolute;
    left: -4px;
    top: 50%;
    display: block;
    transform: translate(0%, -50%);
    padding: 4px;
    background-color: #86889cd9;
    border-radius: 0px 3px 3px 0px;
    color: #FFF;
    pointer-events: auto;
    z-index: 1;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
}


.shdsub_right {
  right: 0;
  left: auto;
  transform: scaleX(-1); /* mirror both gradient + arrow */
}

.shdsub_left:hover i,
.shdsub_right:hover i{
background-color: #2b3852d6;
}










.subscriptionPlans_grid {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 250px));
    gap: 28px;
    justify-content: center;
    margin: 0 auto;
	
    grid-auto-flow: column;
    width: max-content;
}











@media (max-width: 1100px) {
  .subscriptionPlans_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pretplata_box {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .subscriptionPlans_grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   PLAN CARD
================================================================ */
.subscriptionPlan_card {
    background: #FFF;
 border:1px solid #e3e3e3;
    border-radius:0px;
    padding: 18px 16px 20px;
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, outline-width 0.25s;
    text-align: center;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1.5rem;
	
    background-image: 
  radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
    background-size: 3px 3px;
	cursor:pointer;
	    box-shadow: 8px 10px 20px #000000;
		    border-radius: 3px;
			    position: relative;
    z-index: 12;
    min-width: 200px;
    max-width: 220px;
}
@media (min-width: 1100px) {
.subscriptionPlan_card {
    min-height: 280px;	
}
}

.subscriptionPlan_card{
  /* keep two layers from the start: drop + inset ring (transparent) */
  box-shadow:
    8px 10px 20px rgba(0,0,0,.35),
    inset 0 0 0 3px rgba(127,105,181,0);
  outline: 0 solid #665a8f;            /* allow outline-width to animate */
  transition:
    box-shadow .25s ease,
    border-color .15s ease,
    outline-width .25s ease,
    outline-color .25s ease,
    transform .15s ease;
}

.subscriptionPlan_card.is_selected_v2{
  /* same two layers; just fade the inset ring in */
  box-shadow:
    8px 10px 20px rgba(0,0,0,.35),
    inset 0 0 0 3px rgba(127,105,181,.18);
  outline-width: 10px;
  outline-color: #665a8f;
  background-color: #ffecbd;
  border-radius: 0px;
}

.subscriptionPlan_card.is_selected_v2 .subscriptionPlan_btn{
  background-color:#665a8f;
}

.subscriptionPlan_card.isNowConnected{
  /* still two layers; animate only the drop shadow strength */
  box-shadow:
    0 20px 60px rgba(122,191,255,1),
    inset 0 0 0 3px rgba(127,105,181,.18);
}




.subscriptionPlan_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}








/* ================================================================
   PLAN CONTENT
================================================================ */
.subscriptionPlan_title {
font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .8rem;
    color: #555555;
    letter-spacing: 1px;
	font-family: 'rnd',arial !important;
}

.subscriptionPlan_price {
  margin: 10px 0 8px;
  font-weight: 700;
}

.subscriptionPlan_price .currency {
    font-size: 1.2rem;
    vertical-align: top;
}

.subscriptionPlan_price .amount {
  font-size: 44px;
  line-height: 1;
      font-family: 'Source Sans 3';
}
.subscriptionPlan_price .amount .decimals{
	font-size: 1.4rem;
    font-size: 50%;
    font-weight: normal;
}

.subscriptionPlan_price .per {
  margin-left: 6px;
  font-size: 14px;
  color: #665;
  font-weight: normal;
}

.subscriptionPlan_desc {
  font-size: 14px;
  color: #444;
  min-height: 44px;
}

/* ================================================================
   PLAN BUTTON
================================================================ */
.subscriptionPlan_btn {
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  margin-top: 8px;
  border: 0;
  border-radius: 3px;
  background: #111;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s, background 0.15s;
}
.subscriptionPlan_card:hover .subscriptionPlan_btn {
    background-color: #2a9571;
}
.subscriptionPlan_btn:hover {
  opacity: 0.9;
}



/* ================================================================
   LOCAL CURRENCY NOTE
================================================================ */
.subscriptionPlan_localNote {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
















/* ================================================================
   PAYMENT METHODS (V2 minimal mock)
================================================================ */
.paymentMethods_wrap {
  margin-top: 24px;
}

.paymentSteps_hint {
font-size: 17px;
    color: #EEE;
    margin: 6px 2px 12px;
    text-align: center;
    transition: opacity 0.5s;
    transition-delay: 0.3s;
    letter-spacing: 0.2px;
}
.paymentSteps_hint i {
    color: #af9fe7;
    font-size: 140%;
    margin-left: 10px;
    margin-right: 10px;
}
.paymentSteps_hintOff{
	opacity:0;
}
.takodjerDostupno_off{
	opacity:0;	
}


.paymentMethods_grid {
/*   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px; */
      text-align: center;
}
/* .paymentMethods_grid {
  opacity: 0;
  transition: opacity .25s ease;
}
.paymentMethods_grid.is-ready {
  opacity: 1;
} */



@media (max-width: 1100px) {
  .paymentMethods_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .paymentMethods_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.paymentMethod_card {
    /* border-radius: 10px; */
    /* padding: 14px 12px; */
    /* min-height: 86px; */
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s;
    /* display: flex
; */
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    max-width: 250px;
    display: inline-block;
    vertical-align: text-top;
    margin: 10px;
	position:relative;
}



.paymentMethod_card {
    background: rgb(55 72 103 / 92%);
    background: #37486759;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
	    border-radius: 4px;
    padding: 8px 14px;
    /* filter: grayscale(100%); */
    transition: background 0.2s, filter 0.2s, transform 0.2s, opacity 0.5s, border-color 0.2s;
}
.paymentMethod_card:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

.cardNotHovered{
	opacity:0.15;
	filter: grayscale(100%);
	background:transparent;
	border-color:transparent;
	transition-delay: 0.35s;
}








.fastPaymentOn{
    filter: none !important;
    border-bottom: 10px solid #8d6bff;
    margin-bottom: -10px;
background-image: 
  radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
background-size: 3px 3px;
}

.fastPaymentOn_note{
position: absolute;
    right: 30%;
    color: #FFF;
    width: 190px;
    /* text-align: right; */
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 10px;
    /* background-color: #442fb9; */
    filter: grayscale(0);
    padding-top: 30px;
    line-height: 130%;
    top: 50px;
    text-align: right;
}
.fastPaymentOn_note .fastpyarrow{
    position: absolute;
    font-size: 22px;
    right: 8px;
    top: 5px;
}
.fastPaymentOn_note b{
    color: #cbbbff;
    letter-spacing: 1.2px;	
}
.fastPaymentOn_note .fa-bolt{
	color: #ffc715;
}


.opclck_1{
    border: 2px dashed #fcca38;
}

/* .specialCaseApplePay.is_inline::after{
	display:none !important;
} */
.applePayFrPh{
    height: 54px;
    vertical-align: baseline;
    margin-right: -3px;
    margin-bottom: -13px;	
}

.specialCaseApplePay {
	width: 92px;
    height: 59px;
}
.specialCaseApplePay img {

    width: 92px;
}


.paymentMethod_card:hover {
  transform: translateY(-2px);
  
}
.custMth_pillow{
    padding: 10px 12px;
    border-radius: 5px;	
}



.paymentMethod_card .pm_logo {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.15;
	filter: grayscale(50%);
}
.paymentMethod_card:hover .pm_logo{
	filter: grayscale(0%);
}



.paymentMethod_card .pm_text {
  font-size: 13px;
  color: #555;
  display:none;
}

.paymentMethod_card.is_selected_v2 {
/*   border-color: #7f69b5;
  background: #fbf8ff;
  box-shadow: 0 0 0 3px rgba(127, 105, 181, 0.18) inset; */
}

/* ================================================================
   CONSENT + DISCOUNT (stub)
================================================================ */
.paymentExtras_wrap {
  margin-top: 16px;
  display: grid;
  gap: 10px;
  position:relative;
}


.tooltip-paymentMethodDesc{
	border:none !important;
}
.tooltip-paymentMethodDesc{
  --tooltip-border: transparent !important;
}



#awmDone{
    background-color: #463864 !important;
    color: #FFF;	
}
#awmDone:hover{
    background-color: #51a43c !important;
    color: #FFF;	
}







.consent_check {
    margin: auto;
    max-width: 535px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
	    line-height: 22px;
		    letter-spacing: 0.6px;
}

.consent_check input[type="checkbox"] {
  margin-top: 2px;
 width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.consent_check a {
    color: #a292db;
}

.discount_stub{
    margin: auto;
    text-align: center;
	margin-top: 20px;
}
.discount_stub summary {
  font-size: 18px;
  color: #444;
  cursor: pointer;
  
    color: #dbd4c4;
}
.discount_stub summary {
  list-style: none;           /* removes bullet/arrow in some browsers */
}

.discount_stub summary::-webkit-details-marker {
  display: none;              /* hides the arrow in Chrome/Safari/Edge */
}
.discount_stub summary i {
    color: #c1b4e9;
}

.discount_stub .discount_body {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

.discount_stub .discount_input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  outline: none;
      width: 260px;
}

.discount_stub .discount_btn {
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-weight: 600;
  opacity: 0.6; /* disabled (stub) */
}





/* Logos inside payment tiles */
.paymentMethod_card .pm_logo img {
  max-width: 120px;
  max-height: 58px;
  display: block;
      border-radius: 4px;
}

/* Disabled state when a method is not allowed for the selected plan */
.paymentMethod_card.is_disabled {
  opacity: 0.5;
  filter: grayscale(30%);
  pointer-events: none;
}

/* Optional visual tag if a method will be rendered inline in future */
.paymentMethod_card.is_inline {
  position: relative;
}
/* .paymentMethod_card.is_inline::after {
  content: "inline";
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 10px;
  color: #7f69b5;
  background: #efe9ff;
  border: 1px solid rgba(127,105,181,.35);
  border-radius: 8px;
  padding: 2px 6px;
} */







/* Old (struck-through) price above the main price */
.subscriptionPlan_oldPrice {
  margin: 0 0 6px;
  color: #c24747;
  text-decoration: line-through;
  font-weight: 700;
  opacity: 0.9;
  font-size: 16px;
  
    margin-bottom: -50px;
    margin-top: -20px;
    padding-top: 0px;
}
.subscriptionPlan_oldPrice .currency {
  margin-right: 4px;
}
.subscriptionPlan_oldPrice .amount {
  font-size: 18px;
  line-height: 1;
}




.pm_inline_slot { margin-top: 8px; }
.paymentMethod_card.pm_inline_mounted {

    background: transparent;
    border: none;
    outline: 1px solid #4e5975;
    outline-offset: -4px;
	    border-radius: 8px;
    background: #37486759 !important;

}
.paymentMethod_card.pm_inline_mounted:hover {
  background: rgba(255,255,255,0.15) !important;
  transform: translateY(-2px);
      outline-offset: 0px;
}


.pm_inline_mounted .pm_logo,.pm_inline_mounted .pm_text{
	display:none;
}



/* Scope positioning to just the grid */
.paymentMethods_grid {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #646464;
/*     margin-left: -40px;
    margin-right: -40px; */
}

/* Transparent overlay that intercepts clicks only over the grid */
.payment_blocker {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 99999999;
  background: transparent;
}

/* Dim and block ONLY the grid when consent is off */
#pretplataOverlay.consent_off .payment_blocker { display: block; cursor: not-allowed;}
#pretplataOverlay.consent_off .paymentMethods_grid,#pretplataOverlay.consent_off .subscriptionPlans_wrap {
  opacity: 0.5;
  filter: grayscale(100%);
}
.subscriptionPlans_wrap,.paymentMethods_grid{
transition: opacity 0.5s, filter 0.5s;	
}

.paymentMethods_grid--bottom{
    padding-bottom: 100px;
    border-bottom: none;	
}

/* Keep the extras (consent/discount) fully interactive */
#pretplataOverlay.consent_off .paymentExtras_wrap {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}


.paymentMethods_grid--bottom .paymentMethod_card .pm_logo img {
    max-width: 80px;
    max-height: 38px;
}




.discount_body {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
}
.discount_input {
  flex: 1 1 auto;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.discount_btn {
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.discount_msg {     margin-top: 6px;
    font-size: 15px;
    margin-left: 12px;}
.discount_msg.is_ok { color: #bdffd0;     letter-spacing: 1px;}

.discount_msg.is_ok strong{
    color: #e2ccff;
}

.discount_msg.is_err { color: #ed9393; }
.discount_clear {
    margin-left: 8px;
    font-size: 11px;
    border: 0;
    background: none;
    /* text-decoration: underline; */
    cursor: pointer;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #524d4c;
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: bold;
}






.pymcrd_stripe_googlepay{
	width:250px;
	min-height:52px;
}
.is_inline{
	position:relative;
}
/* ------- Apsolutni spinner centriran u sredinu ------- */
.is_inline {
  position: relative; /* potrebna referenca za ::after */
}

.is_inline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #998;
  border-right-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin-inline 2.8s linear infinite;
  opacity: 0.9;
      z-index: -1;
}


.custMth_noSpinner.is_inline::after{
	display:none !important;
}


/* ------- Ključni kadrovi ------- */
@keyframes spin-inline {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ------- Poštuj smanjeni pokret ------- */
@media (prefers-reduced-motion: reduce) {
  .is_inline::after { animation: none; }
}





/* =========================================================
   Stripe / Payment Modal (cleaned up, theme-ready)
   ========================================================= */

/* --- Modal container --- */
.pm_modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

.pm_modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* --- Backdrop --- */
.pm_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
     background: #58597b80;
	 background: #76829980;
	 
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.pm_modal.is-visible .pm_modal_backdrop {
  opacity: 1;
}

/* --- Dialog box --- */
.pm_modal_dialog {
  position: relative;
  margin: 6vh auto;
  max-width: 480px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(15px);
  transition: transform 0.25s ease-in-out;
}

.pm_modal.is-visible .pm_modal_dialog {
  transform: translateY(0);
}

/* --- Close button --- */
.pm_modal_close {
  position: absolute;
  right: 10px;
  top: 8px;
  background: none;
  border: 0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #444;
  transition: color 0.2s;
}

.pm_modal_close:hover {
  color: #000;
}

/* --- Modal body host --- */
.pm_modal_body {
  min-height: 100px;
}



#stripe-embedded-checkout{
	    padding-bottom: 40px;
		    padding-top: 20px;
}

/* ================================================================
   FUTURE SECTIONS
================================================================
   - Payment methods
   - Connector lines
   - Consent and discount boxes
   - Responsive fine-tuning
================================================================ */








/* === Connector layer ===================================================== */
.pretplata_box {
    position: relative;
    /* opacity: 1; */
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    /* top: 100px; */
    /* z-index: 11111; */
    /* box-sizing: border-box; */
    /* margin-bottom: 270px; */
    /* margin-top: 270px; */
    /* height: 1570px; */
    /* width: 2000px; */
    margin: auto;
    margin-top: 100px;
    margin-bottom: 92px;
}

html.subModalOpen {
  overflow: hidden; /* disables page scroll */
}

html.subModalOpen body {
  overflow-y: scroll; /* shows “dummy” scrollbar */
}




.connector-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 11;
}

.connector-path{
  stroke: #af9fe7;
  stroke-width: 3;
  fill: none;
  stroke-linecap: butt;
  filter: drop-shadow(0 1px 5px rgba(175,159,231,.45));
}

/* --- Dot pop / fade ------------------------------------------------------ */
.connector-dot{
  fill:#ffd27d;
  stroke:#af9fe7;
  stroke-width:2;
  opacity: 0;
  transform: scale(0.6);
  transform-box: fill-box;    /* make SVG scale from center */
  transform-origin: 50% 50%;
  pointer-events: none;
}

.connector-dot.is-visible{
  animation: dot-pop 280ms cubic-bezier(.18,.75,.2,1) forwards;
}

.connector-dot.is-hiding{
  animation: dot-fade 200ms ease-in forwards;
}

@keyframes dot-pop{
  0%   { opacity: 0; transform: scale(.6); }
  55%  { opacity: 1; transform: scale(1.18); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes dot-fade{
  from { opacity: 1; transform: scale(1); }
  to   { opacity: 0; transform: scale(.6); }
}
























@media (max-width: 1530px) and (min-width: 1020px) and (pointer: fine) {
.subscriptionPlan_card {
    min-width: 180px;
    padding: 22px 14px;
}
.subscriptionPlan_price .amount {
    font-size: 34px;
}
.subscriptionPlans_grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 250px));
    gap: 24px;
}
.subscriptionPlan_price .per {
    display: block;
}
}

@media (max-width: 1430px) and (min-width: 1020px) and (pointer: fine) {
.subscriptionPlan_card {
	max-width: 200px;
}
/* .subscriptionPlan_price .amount {
    font-size: 32px;
} */
.subscriptionPlans_grid {
    gap: 22px;
}
}


@media (max-width: 1350px) and (min-width: 1020px) and (pointer: fine) {
.pretplata_box {
    margin-top: 60px;
    margin-bottom: 60px;
}
.subscriptionPlan_card {
    min-width: 140px;
    padding: 18px 10px;
	    max-width: 180px;
}
/* .subscriptionPlan_price .amount {
    font-size: 30px;
} */
.subscriptionPlan_title {
    font-size: 14px;
}
.subscriptionPlan_desc {
    font-size: 13px;
    line-height: 140%;
}
}




@media (max-width: 1250px) and (min-width: 1020px) and (pointer: fine) {
    .subscriptionPlans_grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 220px));
    }
.subscriptionPlan_card {
    min-width: 160px;
	    max-width: 180px;
}
/* .subscriptionPlan_price .amount {
    font-size: 26px;
} */
.subscriptionPlan_title {
    font-size: 13px;
}
.subscriptionPlan_desc {
    font-size: 12px;
    line-height: 140%;
}

}

@media (max-width: 1170px) and (min-width: 1020px) and (pointer: fine) {
/* .subscriptionPlan_price .amount {
    font-size: 20px;
} */
    .subscriptionPlans_grid {
        gap: 8px;
    }
.subscriptionPlan_card.is_selected_v2 {
    outline-width: 6px;
    border-radius: 2px;
}
.subscriptionPlan_card {
    min-width: 150px;
	    max-width: 150px;
	padding: 10px 8px;
}
}


@media (max-width: 1050px) and (min-width: 1020px) and (pointer: fine) {
    .subscriptionPlans_grid {
        gap: 4px;
    }
.pretplata_box {
  
}
}




@media 
  (max-width: 1500px) and (pointer: coarse) and (hover: none),
  (max-width: 1020px) and (pointer: fine) {

  .subscriptionPlans_wrap {
    margin-top: 8px;
    position: relative;
    overflow: auto;
    padding: 30px;

    /* --- Smooth scrolling --- */
    scroll-behavior: smooth;

    /* --- Firefox scrollbar --- */
    scrollbar-width: thin;
    scrollbar-color: rgba(180, 180, 180, 0.35) transparent;
  }

  .upperScrollShadersSub .shdsub_left,
  .upperScrollShadersSub .shdsub_right {
    opacity: 1;
  }
}




@media 
  (max-width: 750px) and (pointer: coarse) and (hover: none) {
.subscriptionPlan_card {
    min-width: 180px;
    padding: 22px 14px;
}
.subscriptionPlan_price .amount {
    font-size: 34px;
}
.subscriptionPlans_grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 250px));
    gap: 24px;
}
.subscriptionPlan_price .per {
    display: block;
}
.subscriptionPlan_desc {
    font-size: 13px;
    line-height: 140%;
}
}



/* ------- Hide shaders via state classes ------- */
.subscriptionPlans_wrapOuter.hide-left  .upperScrollShadersSub .shdsub_left { opacity: 0; }
.subscriptionPlans_wrapOuter.hide-right .upperScrollShadersSub .shdsub_right  { opacity: 0; }






/* ------- Val efekt: osnovni stil ------- */
.paymentSteps_hint .wave {
  --dur: 600ms;     /* trajanje animacije jednog slova */
  --del: 60ms;      /* kašnjenje između slova */
}

.paymentSteps_hint .wchr {
  display: inline-block;
  transform-origin: bottom center;
  will-change: transform, opacity;
}

/* ------- Aktivacija animacije ------- */
.paymentSteps_hint .wave.play .wchr {
  animation: waveUp var(--dur) ease-out both;
  animation-delay: calc(var(--i) * var(--del));
}

/* ------- Keyframes ------- */
@keyframes waveUp {
  0%   { transform: translateY(0);    opacity: .2; }
  30%  { transform: translateY(-8px); opacity: 1;  }
  60%  { transform: translateY(0);    opacity: 1;  }
  100% { transform: translateY(0);    opacity: 1;  }
}
.paymentSteps_hintSecondStepOn span{

}
.paymentSteps_hint i {
    transition: color 0.2s, transform 0.5s;
}
.paymentSteps_hintSecondStepOn i {
    color: #e99898;
	transform: rotate(360deg);
}

@media (max-width: 1000px){
.pretplata_box {
    width: 100%;
}	
}

@media (max-width: 750px){
.pretplata_box {
    width: 100%;
    padding-top: 0px;
	    margin-top: 0px;
		border-radius: 0px;
		margin-bottom:0px;
}
.paymentSteps_hint {
    font-size: 16px;
}
.paymentSteps_hint i {
    margin-left: 3px;
    margin-right: 3px;
}
.consent_check {
    font-size: 13px;
}
.paymentExtras_wrap {
    padding: 20px;
}
.discount_stub .discount_body {
    display: block;
}
.discount_stub .discount_btn {
    margin-top: 10px;
}
}






.takodjerDostupno{
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #a8aec0;
    font-size: 13px;
    letter-spacing: 0.6px;	
  transition: opacity 0.3s;
  transition-delay:0.4s;
      white-space: nowrap;
}
.takodjerDostupno {
    text-shadow: 0 0 3px rgb(255 255 255 / 10%), 0 0 14px rgb(255 255 255 / 7%);
}







.paypalklasalogo{
    width: 160px;
    height: 58px;	
}
.googlepayklasalogo{
    width: 278px;
    height: 56px;	
}















/* ------- Osnovni stil za jQuery UI dialog ------- */
.bankaccountDialog {
  max-width: 900px;
  width: 95vw !important;
}

.bankaccountDialog .ui-dialog-titlebar {
  padding: 0.6rem 1rem;
}

.bankaccountDialog .ui-dialog-content {
  padding: 1.8rem 2rem 1.2rem;
}

.bankaccountDialog .ui-dialog-buttonpane {
  text-align: center;
  padding: 0.6rem 1rem 1.2rem;
}

.bankaccountDialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

/* ------- Sadržaj modala ------- */
#bankaccount_dialog {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

#bankaccount_dialog .ba_intro {
  margin-bottom: 1.6rem;
  font-size: 15px;
}

/* ------- Dvostupčani raspored ------- */
#bankaccount_dialog .ba_layout {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

#bankaccount_dialog .ba_col {
  flex: 1 1 0;
}

#bankaccount_dialog .ba_col_left h3 {
  font-size: 17px;
  margin: 0 0 0.8rem;
  font-weight: 700;
}

#bankaccount_dialog .ba_col_left p {
  margin: 0 0 1rem;
}

#bankaccount_dialog .ba_col_left strong {
  font-weight: 700;
}

/* ------- Desni stupac / upozorenje ------- */
#bankaccount_dialog .ba_col_right {
  border-left: 2px solid #e1e1e1;
  padding-left: 1.8rem;
}

#bankaccount_dialog .ba_warning_title {
  color: #c0392b;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

#bankaccount_dialog .ba_col_right p {
  margin: 0 0 1rem;
}

#bankaccount_dialog a {
  color: #005ea6;
  text-decoration: underline;
}

/* ------- Dinamični tekstovi ------- */
#bankaccount_dialog #ba_svrha_uplate {
  font-weight: 600;
}

#bankaccount_dialog #ba_ukljucenje_text {
  font-weight: 700;
}

/* ------- Responsivni dio ------- */
@media (max-width: 820px) {
#bankaccount_dialog {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow: auto;
    max-height: 50vh !important;
    box-sizing: border-box;
}	
}


@media (max-width: 820px) {
  .bankaccountDialog .ui-dialog-content {
    padding: 1.4rem 1.4rem 1rem;
  }

  #bankaccount_dialog .ba_layout {
    flex-direction: column;
    gap: 1.8rem;
  }

  #bankaccount_dialog .ba_col_right {
    border-left: none;
    border-top: 2px solid #e1e1e1;
    padding-left: 0;
    padding-top: 1.2rem;
  }
}

@media (max-width: 480px) {
  #bankaccount_dialog {
    font-size: 15px;
  }

  #bankaccount_dialog .ba_intro {
    font-size: 14px;
  }
}









.payivaphoneinstead{
    display: inline-block;
    margin-left: 30px;
	cursor:pointer;
}
.payivaphoneinstead u{
    text-decoration-thickness: 2px;
    text-decoration-color: #ae97e9;
	transition: text-decoration-color 0.2s;
}
.payivaphoneinstead:hover u{
    text-decoration-color: #c9c2a5;	
}
.paymentSteps_hint .payivaphoneinstead i {
    color: #af9fe7 !important;
}


/* ------- Shake animacija ikone ------- */
/* ------- Shake + tilt animacija ikone ------- */
.payivaphoneinstead .ti-device-mobile {
    display: inline-block;
    transition: transform 0.1s;
}

.payivaphoneinstead:hover .ti-device-mobile {
    animation: shakeTiltPhone 0.85s ease-in-out infinite;
}

@keyframes shakeTiltPhone {
    0%   { transform: translate(0, 0) rotate(0deg); }
    20%  { transform: translate(-2px, 0) rotate(-8deg); }
    40%  { transform: translate(2px, 0) rotate(8deg); }
    60%  { transform: translate(-2px, 0) rotate(-6deg); }
    80%  { transform: translate(2px, 0) rotate(6deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}



/* Touch devices */
@media (hover: none) and (pointer: coarse),
       (max-width: 1024px) {
    .payivaphoneinstead {
        display: none !important;
    }
}















/* ------- QR handoff dialog: osnovni layout ------- */
#qrf_handoff_dialog {
    padding: 24px 28px;
    box-sizing: border-box;
    max-width: 460px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif;
    color: #222;
    line-height: 1.5;
}

/* ------- Naslov trake jQuery UI za ovaj dijalog ------- */
.ui-dialog[aria-describedby="qrf_handoff_dialog"] .ui-dialog-titlebar {
    background: #4e3b74;
    color: #fff;
    border: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.ui-dialog[aria-describedby="qrf_handoff_dialog"] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

/* ------- Uvodni tekst ------- */
#qrf_handoff_dialog .qrf_intro {
    margin-bottom: 18px;
}

#qrf_handoff_dialog .qrf_intro p {
    margin: 0 0 6px;
    font-size: 15px;
}

#qrf_handoff_dialog .qrf_intro p:first-child strong {
    display: block;
    font-size: 17px;
}

/* ------- QR kutija ------- */
#qrf_handoff_dialog .qrf_qr_wrap {
    display: flex;
    justify-content: center;
    margin: 18px 0 16px;
}

#qrf_handoff_dialog .qrf_qr_box {
    padding: 10px;
}

#qrf_handoff_dialog .qrf_qr_canvas img,
#qrf_handoff_dialog .qrf_qr_canvas canvas {
    display: block;
    width: 220px;
    height: 220px;
}

/* ------- Status poruka ------- */
#qrf_handoff_dialog .qrf_status {
    margin-top: 8px;
    padding: 9px 11px;
    border-radius: 6px;
    font-size: 18px;
}

/* uspjeh */
#qrf_handoff_dialog .qrf_status_ok {
    background: #e6f5ea;
    border: 1px solid #c3e6cb;
    color: #205732;
}

/* opcionalno – greška / čekanje */
// #qrf_handoff_dialog .qrf_status_error {
//     background: #fdecea;
//     border: 1px solid #f5c6cb;
//     color: #9b1c1c;
// }

/* ------- Napomena ispod statusa ------- */
#qrf_handoff_dialog .qrf_note {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

/* ------- Responsivnost ------- */
@media (max-width: 480px) {
    #qrf_handoff_dialog {
        padding: 18px 16px;
    }

    #qrf_handoff_dialog .qrf_qr_canvas img,
    #qrf_handoff_dialog .qrf_qr_canvas canvas {
        width: 190px;
        height: 190px;
    }
}





/* Disable scrolling for mobile payment success modal */
.advMobileSuccess_noscroll {
  overflow: hidden !important;
  height: 100% !important;
}


.applepay_debug_badge {
  font-size: 12px;
  color: #000;
  margin-top: 4px;
  position:fixed;
  left:100px;
  top:0px;
}













.gift_headline{
    color: #e0e4ff;
    text-align: center;
    font-size: 30px;
    margin-bottom: -40px;
    width: 100%;
	    padding-top: 20px;
    border-bottom: 3px dashed #7c7c7c;
    padding-bottom: 11px;	
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.gift_headline i{
color: #e1b69d;
    font-size: 35px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 6px;	
}
.is-gift .subscriptionPlans_wrapOuter{
	display:none;
}

@media (max-width: 820px) {
.gift_headline{
    font-size: 20px;
}
.gift_headline i{
    font-size: 25px;
}	
}



.upravojenovikorisnikprekomoba{
    background-color: aliceblue;
    margin-bottom: 20px;
    padding: 10px;	
}
.upravojenovikorisnikprekomoba i{
    font-size: 120%;
    margin-right: 4px;
    display: inline-block;
    margin-left: -4px;
    color: #5460d8;	
}


.hideThisMethod{
	display:none;
}

.openedViaQr{
opacity: 1;
	
	
background-image: 
  radial-gradient(circle, rgba(255,255,255,0.1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
    background-color: #52496a !important;
background-size: 3px 3px;	
}

.subscriptionPlans_headLine{
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    padding: 9px 22px;
    margin-top: -38px;
    padding-bottom: 5px;
    background-color: #535664;
    border-radius: 0px 0px 4px 4px;
}

.subscriptionPlans_headLine .adnmm{
font-family: 'Comfortaa' !important;
display:inline-block;
    color: antiquewhite;
}
.korakprvi{
    display: inline-block;
    margin-left: 30px;
    color: #c5d2f3;	
}
.korakprvi .fa-check{
    color: #83c4a1;		
}
.pretnfoUpRight{
    position: absolute;
    right: 45px;
    top: 4px;
    color: #cacbce;
    font-size: 21px;
	z-index: 1111;
}
.pretnfoUpRight:hover{
    color: #FFF;
	cursor:pointer;
}

/* .subscriptionPlans_headLine span::after{
content:"advance.hr";
position:absolute;
left:-10px;
top:-10px;
}
 */

@media (max-width: 750px) {
.korakprvi{
	display:none;
}

#pretplataOverlay{
opacity: 1;
	
	
background-image: 
  radial-gradient(circle, rgba(255,255,255,0.1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
    background-color: #52496a !important;
background-size: 3px 3px;	
}

}
@media (max-width: 750px) {
.pretnfoUpRight {
    right: 45px;
    top: 7px;
}
.subscriptionPlans_headLine {
    margin-bottom: 0px;
    margin-top: -6px;
}
.pret_close {
    right: 7px;
	        top: 4px;
	background-color:transparent;
}
}

@media (max-width: 450px) {
.pretnfoUpRight{
    right: initial;
	left:10px;
    top: 7px;
	color:#999;
}	
}




.kprt_small {
display:none;
}
@media (max-width: 350px) {
.kprt_big {
display:none;
}
.kprt_small {
display:inline;
}
}


@media (max-width: 300px) {
.adnmm {
display:none !important;
}
}




























/* Base isolation for inline mode */
#pretplataOverlay.pretplata_inline {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.4;
  color: #111;
}

/* Reset common inherited typography inside the overlay */
/* #pretplataOverlay.pretplata_inline * {
  box-sizing: border-box;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
} */



.pretplataPanelPlaceHolderForText #pretplataOverlay{
	background-color:transparent !important;
	position:relative;
	    overflow: hidden;
    background-image: none !important;
}
.pretplataPanelPlaceHolderForText .pretplata_box {
    opacity: 1;
    max-width: none;
    width: auto;
    box-shadow: none;
	
margin-top: 0px;
    margin-bottom: 0px;
}



#pretplataOverlay p {
    all: unset;
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'rnd';
    font-size: 14px;
    line-height: 140%;
    color: inherit;
    font-weight: normal;
	    letter-spacing: 0.7px;
}













.pretplataPanelPlaceHolderForText{
	background-color:#FFF;
}


.pretplataPanelPlaceHolderForText .pretplataCallInfo {
	max-width: none !important;
}
.izaberiteJednuOdOpcija {
	max-width: none !important;
}



.pretplataPanelPlaceHolderForText .subscriptionPlans_headLine{
	display:none;
}
.pretplataPanelPlaceHolderForText .pretplata_box_bckSLoj{
	display:none;
}
.pretplataPanelPlaceHolderForText .pretplata_box {
    background-image: none;
    background-color: transparent;
    border-bottom: none;
}
.pretplataPanelPlaceHolderForText .subscriptionPlan_card {
    box-shadow: none;
	max-width: 350px;
    background-image: none;
    border-radius: 0px;
	
	
}




.pretplataPanelPlaceHolderForText .paymentMethods_grid {
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
    background-image: none;
	max-width: 100%;
}


.upperScrollShadersSub{

}
.pretplataPanelPlaceHolderForText .shdsub_left,.pretplataPanelPlaceHolderForText .shdsub_right {
    width: 100px;
    background: linear-gradient(90deg, #ffffff80, #ffffff80, transparent, transparent, transparent, transparent);
}

.pretplataPanelPlaceHolderForText .subscriptionPlans_grid {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 350px));
	    grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
	width: auto;
}







.pretplataPanelPlaceHolderForText .paymentSteps_hint {
    color: #626262;
}



.pretplataPanelPlaceHolderForText .subscriptionPlan_card.is_selected_v2 {
    outline-width: 3px;
    background-color: transparent;
    border-radius: 0px !important;
}


.pretplataPanelPlaceHolderForText .paymentMethod_card{
	
    background: none;
    border: 1px solid #c8c8c8;
}


.pretplataPanelPlaceHolderForText .paymentMethod_card.pm_inline_mounted {
    outline: none;
    border-radius: 3px;
    background: none !important;
}

.pretplataPanelPlaceHolderForText .takodjerDostupno {
    color: #626262;
}
.pretplataPanelPlaceHolderForText .consent_check {
    color: #575757;
    font-weight: normal;
}
.pretplataPanelPlaceHolderForText #pretplataOverlay.pretplata_inline a {
    color: inherit;
    text-decoration: underline;
    background-color: transparent !important;
}

.pretplataPanelPlaceHolderForText .discount_stub summary {
    font-weight: normal;
    color: #333;
}









.pretplataPanelPlaceHolderForText .paypalklasalogo {
    width: auto;
    height: auto;
}

.pretplataPanelPlaceHolderForText .pymcrd_stripe_googlepay {
    width: auto;
    min-height: auto;
    max-width: none;
}
.pretplataPanelPlaceHolderForText .googlepayklasalogo {
    height: auto;
    padding-bottom: 15px;
    padding-left: 22px;
}
.pretplataPanelPlaceHolderForText .pm_inline_slot {
    margin-top: 6px;
}

.pretplataPanelPlaceHolderForText .paymentSteps_hint .payivaphoneinstead i {
    color: #8f8f8f !important;
}
.pretplataPanelPlaceHolderForText .paymentSteps_hint i {
    color: #b9b9b9;
}

.pretplataPanelPlaceHolderForText #pretplataOverlay p {
    font-size: 16px;
    line-height: 160%;
    padding-top: 40px;
    padding-bottom: 20px;
}



















/* .advanceFooterCC_wrapper,.advanceFooterCC_bottom{
    bottom: -100vh;	
} */


@media (max-width: 1550px) {
.pretplataPanelPlaceHolderForText .subscriptionPlans_grid {
width: fit-content;
}	
.pretplataPanelPlaceHolderForText #pretplataOverlay p {
    padding-top: 10px;
    padding-bottom: 10px;
}
}










@media (max-width: 1200px) {
.pretplataPanelPlaceHolderForText #pretplataOverlay p {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.zaNastavak_morateBitiPretplatnik {
    margin-top: 30px !important;
    font-size: 20px !important;
}
.izaberiteJednuOdOpcija {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -20px;
}
.pretplataPanelPlaceHolderForText .subscriptionPlans_grid {
    grid-template-columns: inherit;
}
.pretplataPanelPlaceHolderForText .subscriptionPlan_card {
        min-width: 160px;
        max-width: 180px;
    }
}






@media (max-width: 500px) {
.izaberiteJednuOdOpcija{
	display:none;
}
    .zaNastavak_morateBitiPretplatnik {
        margin-top: 0px !important;
        font-size: 20px !important;
        padding: 20px;
        line-height: 120%;
        font-weight: bold;
    }
}



/* Fine-tune connector position in INLINE paywall mode */
.pretplataPanelPlaceHolderForText .connector-layer {
    top: 11px;
    left: 20px;
}



/* Inline mode — recolor plan-to-method connector */
.pretplataPanelPlaceHolderForText .connector-path {
    stroke: #665a8f !important;
}

/* Inline mode — recolor dot */
.pretplataPanelPlaceHolderForText .connector-dot {
   
}



.pretplataPanelPlaceHolderForText .paymentMethod_card:hover {
    background: none;
    outline: 2px solid #665a8f;
	    outline-offset: -3px;
    background-image: 
  radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>") !important;
    background-size: 3px 3px !important;
        background-color: #f9f1df !important;
}
.pretplataPanelPlaceHolderForText .paymentMethods_grid--bottom .paymentMethod_card:hover {
	    outline-offset: 0px;	
}









.pretplataPanelPlaceHolderForText .subscriptionPlan_card.is_selected_v2 {
    background-image: 
  radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(104,104,104,0.04) 100%),
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
    background-size: 3px 3px;
        background-color: #f9f1df;
}


.pretplataPanelPlaceHolderForText .paymentMethods_wrap {
    margin-top: 75px;
}


.pretplataPanelPlaceHolderForText .pretnfoUpRight {
    right: 0px;
        top: -12px;
    color: #999999;
}
.pretplataPanelPlaceHolderForText .pretnfoUpRight:hover{
	color: #000;
}


@media (max-width: 500px) {
.pretplataPanelPlaceHolderForText .paymentMethods_wrap {
    margin-top: 15px;
}
}




.subscriptionPlan_card.is_selected_v2 .subscriptionPlan_btn,.subscriptionPlan_card.is_selected_v2:hover .subscriptionPlan_btn {
    background-color: #665a8f;
	color:#FFF;
	border-radius:0px !important;
}
.subscriptionPlan_btn {
    background: #e4e7f0;
    color: #000000;
}
.subscriptionPlan_card:hover .subscriptionPlan_btn{
    color: #FFF;
}






.pretplataPanelPlaceHolderForText .paymentMethod_card[data-method-slug='paypal_wallet']:hover{
    outline-color: transparent !important;
    border-color: transparent !important;
    background: none !important;
    background-image: none !important;
	cursor:default;
}
.pretplataPanelPlaceHolderForText .paymentMethod_card[data-method-slug='stripe_googlepay']:hover{
    outline-color: transparent !important;
    border-color: transparent !important;
    background: none !important;
    background-image: none !important;
	cursor:default;
}