/* Poppins Font Face - Devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  
  /* Poppins Font Face - Latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  
  /* Poppins Font Face - Latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


/* Card --------------------------------------------------------------------- */
.card-wrap {
    container-type: inline-size;
}

@media screen and (max-width: 480px) {
    .card-wrap {
        display: flex;
        flex-direction: column;
    }
}

@container (max-width: 480px) {
    .card-wrap {
        display: flex;
        flex-direction: column;
    }
}

.card {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 0px #cbcac5;
    -webkit-box-shadow: 0px 0px 10px 0px #cbcac5;
    box-shadow: 0px 0px 10px 0px #cbcac5;
    font-family: "Poppins";
    padding: 10px 15px;
	margin-bottom: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .card {
		padding: 10px 0 5px;
		box-shadow: none;
		margin-bottom: 0;
		background-color: transparent;
    }
}

@container (max-width: 480px) {
    .card {
		padding: 10px 0 5px;
		box-shadow: none;
		margin-bottom: 0;
		background-color: transparent;
    }
}

.card-content {
    display: flex;
    align-items: center;
	position: relative;
}


/* Logo --------------------------------------------------------------------- */
.img-logo {
    object-fit: contain;
    height: 30px;
	width: 110px;
    margin-right: 15px;
}

@media screen and (max-width: 480px) {
    .img-logo {
        margin: 5px 8px 5px 0;
		height: 25px;
		width: 91px;
    }
}

@container (max-width: 480px) {
    .img-logo {
        margin: 5px 8px 5px 0;
		height: 25px;
		width: 91px;
    }
}


/* Calculation -------------------------------------------------------------- */
.calculation {
    display: flex;
    align-items: center;
}

.loan-term {
    position: relative;
    margin-right: 8px;
} 
#obroki {
    appearance: none !important;
    background-color: #F8F9FB !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 8px 15px !important;
    margin: 0 !important;
    color: #009FDA !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: inherit;
    line-height: 1 !important;
    outline: none !important;
    width: 140px;
    cursor: pointer;
	min-height: 0 !important;
	background-image: none;
  }

@-moz-document url-prefix() {
    #obroki {
        font-weight: 500 !important;    
    }  
}

@media screen and (max-width: 480px) {
    #obroki {
        font-size: 14px !important;
		padding: 9px 14px !important;
		width: 125px;
    }
}

@container (max-width: 480px) {
    #obroki {
        font-size: 14px !important;
		padding: 9px 14px !important;
		width: 125px;
    }
}

#obroki:focus {
	box-shadow: none;
}
  
.loan-term {
    position: relative;
} 
  
.loan-term .caret {
    width: 13px;
    position: absolute;
    right: 15px;
    top: 9px;
    pointer-events: none;
    fill: #009FDA;
}

@media screen and (max-width: 480px) {
    .loan-term .caret {
        top: 9px;
		right: 10px;
    }
}

@container (max-width: 480px) {
    .loan-term .caret {
        top: 9px;
		right: 10px;
    }
}

.icon-times {
    color: #009FDA;
    font-weight: 600;
    line-height: 1;
    margin-right: 8px;
}

.term-amount {
    color: #009FDA;
    font-weight: 600;
    line-height: 1;
    margin-right: 8px;
	font-size: 16px;
	width: 70px;
}

@media screen and (max-width: 480px) {
    .term-amount {
        font-size: 14px;
		width: 60px;
    }
}

@container (max-width: 480px) {
    .term-amount {
        font-size: 14px;
		width: 60px;
    }
}

/* Footer ------------------------------------------------------------------- */
.summit-footer {
    font-family: "Poppins";
    text-align: left;
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.8;
	margin-bottom: 10px;
	background-color: transparent !important;
} 

@media screen and (min-width: 481px) {
    .summit-footer {
        display: none;
    }
}

@container (max-width: 480px) {
    .summit-footer {
        display: block;
    }
}


/* Tooltip -------------------------------------------------------------------*/
.tooltip {
    position: relative;
    margin-left: 8px;
    top: 2px;
}

@media screen and (max-width: 480px) {
    .tooltip {
        display: none;
    }
}

@container (max-width: 480px) {
    .tooltip {
        display: none;
    }
}
  
.tooltip svg {
    fill: #8DA4AF;
    width: 15px;
    height: 15px;
    opacity: 0.8;
}
  
  .tooltip::after {
    content: 'Možnost plačila na obroke tudi za tujce in upokojence. Brez pologa. Brez skritih stroškov.';
    background-color: #333;
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: 8px 12px;
    position: absolute;
    text-align: center;
    z-index: 999;
    font-size: 12px;
    line-height: 1.4;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 10px));
    width: 200px;
  }
  
  .tooltip::before {
    background-color: #333;
    content: ' ';
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 999;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 5px)) rotate(45deg);
  }
  
  .tooltip:hover::after {
    display: block;
  }
  
  .tooltip:hover::before {
    display: block;
  }
  