.wb-header{
    background-color: #114063;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wb-title{
    color: #fafafa !important;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.winbox{
    border-radius: 10px;
}
.wb-body{
    border-radius: 10px;
}
.greet-section {
    display: none;
    border-bottom: 1px solid #26aef2;
    margin-bottom: 0px;
}
.dani-naslov{
    display: none;
}

.calculator-wrapper {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.inputTitle {
    margin-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
}

.inputWrap {
    margin-top: 30px;
    margin-left: 25px;
    display: none;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
    width: max-content;
}

.input {
    border: 2px solid transparent;
    width: 180px;
    height: 2.5em;
    outline: none;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius: 10px;
    transition: all 0.5s;
    text-align: center;
    font-size: large;
}

.input {
    --fontColor: red !important;
}

.input::placeholder {
    font-weight: bold;
    opacity: 0.3;
    color: var(--fontColor)
}

.input:hover,
.input:focus {
    border: 2px solid #4a9dec;
    box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
    background-color: white;
}

.numInputWrapper {
    width: 120px !important;
}

.cur-year {
    width: 60px !important;
    text-align: left;
    margin-right: 20px !important;
}

.arrowUp {
    padding-left: 15px !important;
}

.arrowUp::after {
    right: 12px !important;
}

.arrowDown {
    padding-left: 15px !important;
}

.arrowDown::after {
    right: 12px !important;
}

/* buttons */
.buttons-wrap {
    margin-top: 30px;
}

.okButton {
    /* width: 80px; */
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}

.cancelButton {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    /* width: 120px; */
}

/* winbox */
.wb-title {
    color: #093959;
    text-align: center;
}

.winbox {
    background-color: #f3f3f3 !important;
}

p.label {
    font-family: "Roboto Condensed", sans-serif;
    font-size: medium;
    color: rgb(163, 162, 156);
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.name {
    margin-top: 0px;
    font-family: "Roboto Condensed", sans-serif;
}

.flatpickr {
    margin-top: 0px;
}
.coins{
    font-family: "Roboto Condensed", sans-serif;
}
.coin-label{
    padding-top: 20px !important;
}

/* swiper */
.swiper {
    display: block;
    width: 200px;
    height: 200px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#img-year-20 {
    background-color: #4b341e;
}

#img-year-19 {
    background-color: #523922;
}

#img-year-18 {
    background-color: #8D7655;
}

#img-year-17 {
    background-color: #AE9970;
}

#img-year-16 {
    background-color: #C5B58A;
}

#img-year-15 {
    background-color: #8C7855;
}

#img-year-14 {
    background-color: #948160;
}

#img-year-13 {
    background-color: #766348;
}

#img-year-12 {
    background-color: #BCAE88;
}

#img-year-11 {
    background-color: #BDB086;
}

#img-year-10 {
    background-color: #45341e;
}

#img-year-9 {
    background-color: #5d4d37;
}

#img-year-8 {
    background-color: #B3A37F;
}

#img-year-7 {
    background-color: #FDEEC3;
}

#img-year-6 {
    background-color: #E5D8B1;
}

#img-year-5 {
    background-color: #B0A27B;
}

#img-year-4 {
    background-color: #867657;
}

#img-year-3 {
    background-color: #FEF2C3;
}

#img-year-2 {
    background-color: #FCF2CE;
}

#img-year-1 {
    background-color: #F0EBC5;
}

#img-month-11 {
    background-color: #1A1C20;
}

#img-month-10 {
    background-color: #2B2725;
}

#img-month-9 {
    background-color: #4F4A3F;
}

#img-month-8 {
    background-color: #443540;
}

#img-month-7 {
    background-color: #8F2C3C;
}

#img-month-6 {
    background-color: #D7CE5B;
}

#img-month-5 {
    background-color: #940D04;
}

#img-month-4 {
    background-color: #B55328;
}

#img-month-3 {
    background-color: #632d0d;
}

#img-month-2 {
    background-color: #1D6060;
}

#img-month-1 {
    background-color: #262C45;
}

#img-hours-24 {
    background-color: #676B7D;
}

img {
    width: 100%;
    object-fit: cover;
    /* padding:2%; */
}

/* end swiper */

/* greeting */
.mySwiper {
    margin-bottom: 50px !important;
}

@media only screen and (max-width: 769px) {

    .greeting-div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .greeting-wrapper {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
}

.greeting-wrapper {
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 20px !important;
}

.greeting-div {
    text-align: center;
    background-color: #26aef2;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /* border: 2px solid #abd0f3; */
    -webkit-box-shadow: 5px 5px 9px #114063 !important;
    -moz-box-shadow: 5px 5px 9px #114063 !important;
    box-shadow: 5px 5px 9px #114063 !important;
    /* Make text non-selectable to prevent long press text selection popup */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Add subtle visual feedback for long press */
    transition: transform 0.1s ease;
}

.greet-title {
    color: #f8f8f8;
    font-weight: bold;
}

.full-string {
    color: #f8f8f8;
    font-size: 110% !important;
    margin-bottom: 6px !important;
}

.full-dani-span {
    color: #f8f8f8;
    font-size: 130% !important;
    font-weight: bold !important;
}

.mjeseci-string {
    color: #f8f8f8;
    font-size: 110% !important;
    margin-bottom: 6px !important;
}

.dani-string {
    color: #f8f8f8;
    font-size: 110% !important;
    margin-bottom: 6px !important;
}

.sati-string {
    color: #f8f8f8;
    font-size: 110% !important;
    margin-bottom: 6px !important;
}

.greet-year {
    color: #f8f8f8;
    font-size: 120% !important;
    margin-bottom: 6px !important;
}

.greet-year-bold{
    font-weight: 700;
}

.greet-month {
    color: #f8f8f8;
    font-size: 120% !important;
    margin-bottom: 6px !important;
}

.greet-month-bold{
    font-weight: 700;
}

.greet-mir {
    color: #f8f8f8;
    font-size: 120% !important;
    font-weight: bold;
    margin-bottom: 6px !important;
}
/* GREET STOTINA-TISUČA */
.greet-stotina{
    font-size: 110%;
    color:#FFFFFF;
    
}
.greet-tisuca{
    font-size: 110%;
    color:#FFFFFF;
    
}

.greet-stotina-bold{
    font-size: 130%;
    font-weight: bold;
    color:#FFFFFF;
}

.greet-tisuca-bold{
    font-size: 130%;
    font-weight: bold;
    color:#FFFFFF;
}
/* END GREET STOTINA-TISUČA */

/* end greeting */

/* Ensure greeting-div has relative positioning for absolute share button */
.text-wrapper.greeting-div {
    position: relative;
}

/* Greeting share button - similar to literatura.html viber-share-btn */
.greeting-share-btn {
    position: absolute;
    bottom: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #26AEF2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 9px #114063 !important;
    -moz-box-shadow: 5px 5px 9px #114063 !important;
    box-shadow: 5px 5px 9px #114063 !important;
    transition: all 0.3s ease;
    z-index: 10;
}

.greeting-share-btn:hover {
    background-color: #1E9BD8;
    transform: scale(1.1);
    -webkit-box-shadow: 6px 6px 12px #114063 !important;
    -moz-box-shadow: 6px 6px 12px #114063 !important;
    box-shadow: 6px 6px 12px #114063 !important;
}

.greeting-share-btn:active {
    transform: scale(0.95);
}

@media only screen and (max-width: 768px) {
    .greeting-div {
        margin-bottom: 50px !important;
    }

    .greeting-share-btn {
        width: 45px;
        height: 45px;
        bottom: -22px;
        right: 15px;
        -webkit-box-shadow: 5px 5px 9px #114063 !important;
        -moz-box-shadow: 5px 5px 9px #114063 !important;
        box-shadow: 5px 5px 9px #114063 !important;
    }
}