﻿/* Move down content because we have a fixed navbar that is 50px tall */

.bodyContent {
}

.loginRegister a {
    color: white;
    text-decoration: none;
}



@media screen and (min-width: 991px) {
    .loginRegister {
        margin-right: 50px;
    }
}

.device-container2 {
    margin-right: auto;
    margin-left: auto
}


@media screen and (max-width: 670px) {
    .overlay {
        opacity: .95 !important;
    }

    .naujasKv {
        zoom: 0.9;
        -webkit-text-size-adjust: 90%;
        -ms-text-size-adjust: 90%;
        -o-text-size-adjust: 90%;
        text-size-adjust: 90%;
    }
}

@media screen and (max-width: 620px) {
    .naujasKv {
        zoom: 0.8;
        -webkit-text-size-adjust: 80%;
        -ms-text-size-adjust: 80%;
        -o-text-size-adjust: 80%;
        text-size-adjust: 80%;
    }
}

@media screen and (max-width: 580px) {
    .naujasKv {
        zoom: 0.7;
        -webkit-text-size-adjust: 70%;
        -ms-text-size-adjust: 70%;
        -o-text-size-adjust: 70%;
        text-size-adjust: 70%;
    }
}

@media screen and (max-width: 540px) {
    .naujasKv {
        zoom: 0.6;
        -webkit-text-size-adjust: 60%;
        -ms-text-size-adjust: 60%;
        -o-text-size-adjust: 60%;
        text-size-adjust: 60%;
    }

    .manoKvietimas {
        zoom: 0.9;
    }
}

@media screen and (max-width: 470px) {
    .naujasKv {
        zoom: 0.5;
        -webkit-text-size-adjust: 50%;
        -ms-text-size-adjust: 50%;
        -o-text-size-adjust: 50%;
        text-size-adjust: 50%;
    }

    .manoKvietimas {
        zoom: 0.7;
    }
}

@media screen and (max-width: 380px) {
    .naujasKv {
        zoom: 0.4;
        -webkit-text-size-adjust: 40%;
        -ms-text-size-adjust: 40%;
        -o-text-size-adjust: 40%;
        text-size-adjust: 40%;
    }

    .manoKvietimas {
        zoom: 0.6;
    }
}


@media screen and (max-width: 768px) {
    body {
        padding-top: 0px !important;
        padding-bottom: 0px;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        color: #616161;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        background-color: white;
        background-position: 0px -100px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        color: #616161;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        background-size: cover;
    }
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .body-content {
        padding-top: 150px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.body-content-main {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .body-content-main {
        padding-top: 150px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.body-content2 {
    padding-top: 40px;
    padding-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .body-content2 {
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .body-content2 {
        margin-top: -60px;
    }
}


/* Set widths on the form inputs since otherwise they're 100% wide */
select,
textarea {
    max-width: 100%;
}

.newwrap {
    white-space: normal;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
}


/* KVIETIMAS */
@media screen and (max-width: 768px) {
    .envelope {
        width: 400px;
        height: 200px;
        margin: 20px auto 0;
        background: #dddddd;
        box-shadow: 0 0 1px rgba(0,0,0,0.35), 0 1px 3px rgba(0,0,0,0.25);
        position: relative;
        perspective: 3600px;
    }
}

@media screen and (min-width: 768px) {
    .envelope {
        width: 400px;
        height: 200px;
        margin: 200px auto 0;
        background: #dddddd;
        box-shadow: 0 0 1px rgba(0,0,0,0.35), 0 1px 3px rgba(0,0,0,0.25);
        position: relative;
        perspective: 3600px;
    }
}

.envelope .flap {
    position: absolute;
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    border-width: 100px 200px;
    z-index: 3;
}

    .envelope .flap.front {
        border-left-color: #ffffff;
        border-right-color: #ffffff;
        border-bottom-color: #dddddd;
        z-index: 3;
    }

        .envelope .flap.front:after {
            content: '';
            width: 100%;
            height: 0;
            position: absolute;
            left: -200px;
            bottom: -100px;
            border: 0 solid transparent;
            border-width: 89px 200px;
            border-bottom-color: #ffffff;
        }

    .envelope .flap.top {
        border-top-width: 110px;
        border-top-color: #aaa;
        z-index: 3;
        animation-duration: 0.8s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        -webkit-transform-origin-y: top;
        transform-origin-y: top;
        perspective: 800;
        transform-style: preserve-3d;
    }

.envelope.open .flap.top {
    animation-name: flip;
}



.envelope .flap.top:after {
    content: '';
    position: absolute;
    left: -200px; /* border-left-width */
    top: -110px; /* border-top-width */
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    border-width: 108px 200px;
    border-top-color: #ffffff;
}

.envelope .letter {
    position: relative;
    margin-left: 30px;
    width: 80%;
    height: 172px;
    background: #fff;
    top: 8px;
    left: 6px;
    z-index: 1;
    animation-duration: 5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    transform-style: preserve-3d;
    background-color: transparent;
    perspective: 1000px;
}

/*.envelope:hover {
        transform: rotateY(180deg);
    }*/

.envelope.open .letter {
    -webkit-animation: envelopeFade 1000.5s forwards; /* for less modern browsers */
    animation: envelopeFade 1000.5s forwards;
}


@media (min-width: 200px) and (max-width: 300px) {
    .envelope {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        zoom: .7;
    }
}

@media (min-width: 301px) and (max-width: 350px) {
    .envelope {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        zoom: .7;
    }
}

@media (min-width: 351px) and (max-width: 400px) {
    .envelope {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        zoom: .9;
    }
}

@media (min-width: 401px) and (max-width: 450px) {
    .envelope {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        zoom: .9;
    }
}

@media (min-width: 451) and (max-width: 500px) {
    .envelope {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        zoom: .9;
    }
}

@media (min-width: 501px) {
    .envelope {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        zoom: 1;
    }
}


.masthead h1 {
    padding-top: 5vh;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 3px #4f321f;
    font-size: 6rem;
    font-weight: 900;
    color: #4f321f;
}

.masthead h2 {
    margin-top: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px 2px #4f321f;
    font-size: 4rem;
    font-weight: 900;
    color: #966c37;
}


@media screen and (max-width: 768px) {
    .dalyvavimas {
        padding-bottom: 40px;
        color: #eeeeee;
        line-height: 50px;
        font-family: Poppins-Thin, cursive;
        font-weight: 800;
        font-size: 1.2em;
    }
}



@media screen and (min-width: 768px) {
    .dalyvavimas {
        /*padding-top: 280px;*/
        padding-bottom: 40px;
        color: #eeeeee;
        font-size: 1.5em;
        line-height: 50px;
        font-family: Poppins-Thin, cursive;
        font-weight: 800;
        text-shadow: 1px 1px 3px black;
    }
}

.btn {
    padding: 10px 10px 10px 10px !important;
    width: 100% !important;
    background-color: rgba(0,0,0,0.35) !important;
    font-weight: 600;
    border: 2px solid #ffc451;
    color: #eeeeee;
}

    .btn:hover {
        background-color: #ffc451 !important;
        color: black;
        outline: none !important;
        box-shadow: none !important;
    }

    .btn:focus {
        background-color: #ffc451 !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .btn:active {
        background-color: #ffc451 !important;
        outline: none !important;
        box-shadow: none !important;
    }


.letter {
    font-family: 'Poiret One', cursive;
}

    .letter h1 {
        position: absolute;
        top: 30px;
        left: 120px;
        font-size: 1.16em;
        color: #eeb068;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .letter h2 {
        position: absolute;
        top: 45px;
        left: 133px;
        font-size: 1.16em;
        color: #eeb068;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .letter h3 {
        position: absolute;
        top: 60px;
        left: 120px;
        font-size: 1.16em;
        color: #eeb068;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .letter h4 {
        position: absolute;
        top: 100px;
        left: 100px;
        font-size: .83em;
        color: #eeb068;
        font-weight: 600;
        word-spacing: 2px;
    }

    .letter h5 {
        font-family: 'Poiret One', cursive;
        position: absolute;
        top: 5px;
        left: 10px;
        right: 10px;
        font-size: .58em;
        color: #e9a951;
        font-weight: 600;
        word-spacing: 2px;
        line-height: 9px;
        letter-spacing: .2px
    }


        .letter h5 span {
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            font-size: 1.5em;
            text-shadow: 1px 1px 1px wheat;
        }

        .letter h5 span2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            font-size: 1.16em;
            line-height: 1.2em;
        }

        .letter h5 span3 {
            font-size: .8em;
        }

/* This container is needed to position the front and back side */
.letter-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/*.letter:hover .letter-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}*/


/* Position the front and back side */
.letter-front, .letter-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.letter-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.letter-back {
    background-color: dodgerblue;
    color: white;
    /*transform: rotateY(180deg);*/
}

@keyframes envelopeFade {
    0.0% {
        opacity: 0;
        z-index: -1;
        will-change: transform;
        transform-style: preserve-3d;
    } 
    
    0.1% {
        opacity: 0;
        z-index: -1;
        will-change: transform;
        transform-style: preserve-3d;
    }

    0.2% {
        opacity: 0;
        z-index: 3;
        will-change: transform;
        transform-style: preserve-3d;
    }

    0.3% {
        opacity: 1;
        z-index: 3;
        will-change: transform;
        transform-style: preserve-3d;
    }

    100% {
        opacity: 1;
        z-index: 3;
        will-change: transform;
        transform-style: preserve-3d;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flip {
    100% {
        transform: rotateX(180deg);
        z-index: 1;
    }
}

.scene-element--fade-in-2 {
    animation-name: fade-in-2;
    animation-duration: 2s;
}

.scene-element--fade-in {
    animation-name: fade-in;
    animation-duration: 8s;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in-2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width: 1101px) {

    @keyframes remove {
        10% {
            top: -240px;
        }

        25% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            top: 16px;
            z-index: 3;
        }

        40% {
            -webkit-transform: scale(3.5);
            -ms-transform: scale(3.5);
            -o-transform: scale(3.5);
            transform: scale(3.5);
            z-index: 3;
            top: 16px;
        }

        80% {
            -webkit-transform: scale(3.5);
            -ms-transform: scale(3.5);
            -o-transform: scale(3.5);
            transform: scale(3.5);
            z-index: 3;
            top: 16px;
        }

        100% {
            -webkit-transform: scale(3.5);
            -ms-transform: scale(3.5);
            -o-transform: scale(3.5);
            transform: scale(3.5);
            z-index: 3;
            top: 16px;
        }
    }
}

@media screen and (max-width: 1100px) {

    @keyframes remove {
        10% {
            top: -240px;
        }

        25% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            top: 16px;
            z-index: 3;
        }

        40% {
            -webkit-transform: scale(3.2);
            -ms-transform: scale(3.2);
            -o-transform: scale(3.2);
            transform: scale(3.2);
            z-index: 3;
            top: 16px;
        }

        80% {
            -webkit-transform: scale(3.2);
            -ms-transform: scale(3.2);
            -o-transform: scale(3.2);
            transform: scale(3.2);
            z-index: 3;
            top: 16px;
        }

        100% {
            -webkit-transform: scale(3.2);
            -ms-transform: scale(3.2);
            -o-transform: scale(3.2);
            transform: scale(3.2);
            z-index: 3;
            top: 16px;
        }
    }
}

@media screen and (max-width: 768px) {

    @keyframes remove {
        10% {
            top: -240px;
        }

        25% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            top: 16px;
            z-index: 3;
        }

        40% {
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            z-index: 3;
            top: 16px;
        }

        80% {
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            z-index: 3;
            top: 16px;
        }

        100% {
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            z-index: 3;
            top: 16px;
        }
    }
}

@media screen and (max-width: 500px) {

    @keyframes remove {
        10% {
            top: -240px;
        }

        25% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            top: 16px;
            z-index: 3;
        }

        40% {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            z-index: 3;
            top: 16px;
        }

        80% {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            z-index: 3;
            top: 16px;
        }

        100% {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            z-index: 3;
            top: 16px;
        }
    }
}



/*@keyframes fold-up {
    from {
    }

    to {
        transform: rotateX(140deg);
    }
}

@keyframes fold-down {
    from {
    }

    to {
        transform: rotateX(-140deg);
    }
}*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.95);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.login {
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media screen and (min-width: 991px) {
    .container {
        width: 80% !important;
    }
}

@media screen and (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

.basicImage {
    width: 30%;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    padding: 0 !important;
}

.modalImage {
    width: 23%;
    border-radius: 5px;
    display: inline-block;
    margin: 1%;
    padding: 0 !important;
}

.kurtiNauja:hover {
    background-color: #878C5E !important;
}

@media screen and (min-width: 1700px) {
    .naujasKvietimas1 .kvietimasR_BACKUP {
        margin-right: 100px !important;
    }
}

.kvietimasR {
    font-family: Poppins-LightItalic;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 30px 15px 30px 15px;
    font-size: 16px;
    color: #222222;
    box-shadow: 5px 5px 20px black;
    max-width: 900px;

}


.manoKv {
    zoom: 0.6;
}

.dalyvavimas
{
    margin-top: 20px;
}

.kvietimasR_BACKUP {
    font-family: Poppins-LightItalic;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 30px 15px 30px 15px;
    font-size: 16px;
    color: #222222;
    box-shadow: 5px 5px 20px black;
    max-width: 100%;
}

.letter-inner .kvietimasR_BACKUP {
    -ms-transform: zoom: 0.35;
    -webkit-transform: zoom: 0.35;
    -o-transform: zoom: 0.35;
    zoom: 0.35;
}


@media screen and (min-width: 1101px) {

    .letter-inner .kvietimasR_BACKUP {
        -webkit-transform: scale(2.8);
        -ms-transform: scale(2.8);
        -o-transform: scale(2.8);
        transform: scale(2.8);
        z-index: 3;
        top: 16px;
    }
}

@media screen and (max-width: 1100px) {

    .letter-inner .kvietimasR_BACKUP {
        -webkit-transform: scale(2.6);
        -ms-transform: scale(2.6);
        -o-transform: scale(2.6);
        transform: scale(2.6);
        z-index: 3;
        top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .manoKv {
        zoom: 1;
    }
}

@media screen and (max-width: 470px) {
    .manoKv {
        zoom: 1.8;
    }
}

@media screen and (max-width: 500px) {

    .letter-inner .kvietimasR_BACKUP {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 3;
        top: 16px;
    }
}


.discountCode {
}



@media screen and (max-width: 1000px) {
    .kvietimasMain .kvietimasR_BACKUP {
        -webkit-text-size-adjust: 40%;
        -ms-text-size-adjust: 40%;
        -o-text-size-adjust: 40%;
        -moz-text-size-adjust: 40%;
        text-size-adjust: 40%;
    }
}

@media screen and (max-width: 600px) {
    .kvietimasMain .kvietimasR_BACKUP {
        -webkit-text-size-adjust: 40%;
        -ms-text-size-adjust: 40%;
        -o-text-size-adjust: 40%;
        -moz-text-size-adjust: 40%;
        text-size-adjust: 40%;
    }
}

@media screen and (max-width: 400px) {
    .kvietimasMain .kvietimasR_BACKUP {
        -webkit-text-size-adjust: 30%;
        -ms-text-size-adjust: 30%;
        -o-text-size-adjust: 30%;
        -moz-text-size-adjust: 30%;
        text-size-adjust: 30%;
    }
}

@media screen and (min-width: 1601px) {
    .kvietimasMain .kvietimasR_BACKUP {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}

@media screen and (min-width: 1001px) {
    .kvietimasMain .kvietimasR_BACKUP {
        -webkit-text-size-adjust: 50%;
        -ms-text-size-adjust: 50%;
        -o-text-size-adjust: 50%;
        -moz-text-size-adjust: 50%;
        text-size-adjust: 50%;
    }
}


#kreipinysR {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    min-height: 50px;
    /*background-color: rgba(0,0,0,0.05) !important;*/
    margin: 0px 10px 10px 10px;
}

#kvietimoTekstasR {
    font-size: 15px;
    display: inline-grid;
    align-content: center;
    justify-content: center;
    max-height: 600px;
    min-height: 300px;
    /*background-color: rgba(0,0,0,0.1) !important;*/
    margin: 0px 10px 15px 10px;
    overflow: hidden;
}

#pasirasoR {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 120px;
    min-height: 60px;
    /*background-color: rgba(0,0,0,0.05) !important;*/
    margin: 0px 10px 0px 10px;
}

.container {
}

.kvietimas {
    color: #eeeeee;
}

.label {
    color: black !important;
}

.fontWidth {
    width: 70px;
}

.alignment {
    width: 70px;
}

.align {
}

@media screen and (min-width: 1201px) {
    .fontWidth {
        width: 60px !important;
    }

    .alignment {
        width: 80px !important;
    }
}

@media screen and (max-width: 1200px) {
    .font {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.modal-content {
    background: rgba(0,0,0,0.25) !important;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

.perziuretikvietima {
    font-size: 20px !important;
    background-color: aquamarine;
}

.perziuretikvietimaBtn {
    font-size: 30px !important;
    background-color: red;
}

.containerManoKvietimai {
    width: 70%;
}

.manoKvietimas {
}

#clockdiv {
    font-family: 'Poppins-Light';
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}

    #clockdiv p {
        display: inline-block;
        vertical-align: top;
        margin-top: 8px;
    }

.smalltext {
    font-size: 16px;
    font-weight: 100;
}

#clockdiv > div {
    padding: 8px;
    border-radius: 7px;
    /*background: rgba(255,255,255,0.15);*/
    background: none;
    border: none;
    display: inline-block;
}

#clockdiv div > span {
    padding: 1px;
    border-radius: 1px;
    display: inline-block;
}

#clockdiv .spacing {
    margin-right: 2px;
}

#clockdiv > div:hover {
    background: rgba(255,255,255,0.25);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


@media screen and (max-width: 440px) {
    #clockdiv {
        font-size: 15px;
    }

    .smalltext {
        font-size: 14px;
    }
}

@media screen and (max-width: 390px) {
    .smalltext {
        font-size: 10px;
    }
}

.remainingTimeMain {
    font-family: 'Poppins-Light';
    text-align: center;
    color: white;
}

.manoKvietimasTrinti {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    font-size: 30px;
    border: none;
}

.manoKvietimas .kvietimasR_BACKUP {
    margin-bottom: 20px !important;
    -ms-transform: zoom: 0.60;
    -webkit-transform: zoom: 0.60;
    -o-transform: zoom: 0.60;
    zoom: 0.60;
    border: 3px solid #FFC451;
    border-radius: 5px;
}

        .manoKvietimas .kvietimasR_BACKUP:hover {
            opacity: 0.5;
        }

    .manoKvietimas .text {
        background-color: #4CAF50;
        color: white;
        font-size: 16px;
        padding: 16px 32px;
    }

.basicinput {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.color {
    width: 100%;
    height: 45px;
    display: inline-block;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-size: 13px;
    color: #eeeeee;
    border: none !important;
    background: none !important;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.fontSelection {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.answerInput {
    width: 100%;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.sveciaiInput {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.linkBox {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid rgba(0,0,0,0.35);
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.sveciaiInput2 {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transform: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}


.sveciasRemove {
    width: 40%;
    max-width: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-image: url('../img/misc/redx.png');
    background-size: cover;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: black;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.sveciasAdd {
    width: 100%;
    max-width: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-image: url('../img/misc/greentick3.png');
    background-color: transparent;
    background-size: cover;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: black;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.overlay {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
    /*margin: 30px 15px 30px 15px !important;*/
}

    .overlay:hover {
        opacity: 1;
    }


    .on-top {
        position: relative;
        margin-top: -60px;
    }

.patvirtinti {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: #ffc451;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: black;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
    transition: 0.3s;
}

    .patvirtinti:hover {
        background: #ffda93;
    }

[data-tip] {
    position: relative;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1a1a1a;
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 9;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 45px;
        left: 15px;
        padding: 20px;
        background: #1a1a1a;
        color: #fff;
        z-index: 10;
        font-size: .9em;
        height: auto;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
        border-radius: 10px;
        border: 1px solid #eeeeee;
        white-space: pre-line;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }

.klausimasSveciams {
    opacity: 0;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-name: fade-in;
    animation-fill-mode: forwards;
}

.klausimasSveciams2 {
    opacity: 0;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-name: fade-in;
    animation-fill-mode: forwards;
}

.questionsAmountInput {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,.35);
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: white;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
    margin-top: 20px;
    margin-bottom: 30px;
}


.manoKvietimasBtn {
    width: 80%;
    font-family: Poppins-Light;
    display: inline-block;
    margin-bottom: 10px;
    background: #ffc451;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: black;
    border: 2px solid black;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: 0.3s;
}

    .manoKvietimasBtn:hover {
        background: #ffd98e;
    }

.question {
    font-family: Poppins-Light;
}

.svecioAtsakymas {
    background: rgba(0,0,0,0.35);
    color: #eeeeee;
    border: 1px solid #ffc451;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    white-space: normal;
    line-height: 20px;
    font-size: 16px;
    height: auto;
    margin-bottom: 0px;
    font-weight: 800;
    letter-spacing: 2px;
    transition: all 0.2s ease;
}

    .svecioAtsakymas:hover {
        background: #ffc451;
        color: black;
    }

.margin {
    line-height: 50px;
}

.sveciasBtn {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: #ffc451;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: black;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: 0.3s;
}

    .sveciasBtn:hover {
        background: #ffda93;
        color: black;
    }

.generatedLink {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}


.discountInput {
    width: 55%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

.kvietimas input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.55);
    border: 2px solid #ffc451;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

    .kvietimas input:focus, textarea:focus {
        background-color: #ffc451 !important;
        color: #111111 !important;
    }

/* DROPDOWN COLOR */

::placeholder {
    color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #eeeeee;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #eeeeee;
}

.kvietimas textarea {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    right: 0 !important;
    background: rgba(0,0,0,0.35);
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border: 2px solid #ffc451;
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}


.checkbox {
    width: 10% !important;
    box-shadow: none !important;
    display: inline-block !important;
}

.padding {
    padding-left: 10px;
    padding-right: 10px;
}

.sidenav input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.35);
    border: 1px solid #515151;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #eeeeee;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
}

    .sidenav input:focus {
        box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);
    }

.discount-btn {
    display: inline-block;
    width: 40%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    display: inline-block !important;
    transition: 0.3s;
    background: #ffc451;
    color: black;
    border: 2px solid rgba(0,0,0,0.35);
    margin-bottom: 20px;
}

    .discount-btn:hover {
        background: #ffd78a;
        color: black;
        border: 2px solid #ffc451;
    }


.apmokejimas {
    color: #ffc451;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}

.apmokejimas2 {
    color: white;
    font-size: 14px;
    margin-top: 0px !important;
}

.loginRequired {
    color: #ffc451;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}

.loginRequired2 {
    color: white;
    font-size: 14px;
    margin-top: 0px !important;
}

.klaida {
    color: white;
    font-size: 24px;
}

.klaida2 {
    color: white;
    font-size: 20px;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    margin-bottom: 20px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: rgba(0,0,0,0.35);
    border: 2px solid #ffc451;
    height: 100%;
    color: #eeeeee;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #eeeeee;
}

.pricing h4 {
    font-size: 48px;
    color: #eeeeee;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.priceLabel {
    font-size: 48px;
    color: #eeeeee;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 sup {
    font-size: 28px;
}

/*    .pricing h4 span {
        color: #47b2e4;
        font-size: 18px;
        display: block;
    }*/

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #eeeeee;
    text-align: left;
    line-height: 20px;
}

    .pricing ul li {
        padding: 2px 0 10px 30px;
        position: relative;
    }

    .pricing ul i {
        color: #ffc451;
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 13px;
    color: #47b2e4;
    transition: none;
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    width: 100%;
    margin-left: 0;
    border: 2px solid rgba(0,0,0,0.35) !important;
    margin-top: 20px;
}

    .pricing .buy-btn:hover {
        background: #47b2e4;
        color: #fff;
    }

.pricing .featured .buy-btn {
    background: #ffc451;
    color: black;
    border: none;
    font-weight: 500;
}

    .pricing .featured .buy-btn:hover {
        background: #eeeeee;
        color: black;
    }

.bx {
    margin-top: -5px;
}

.dropdown-toggle::after {
    content: none !important;
}

.dropdown {
    font-family: Poppins-Regular;
}



@media screen and (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media screen and (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media screen and (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}


@font-face {
    font-family: 'RecursiveMonospaceCasual-SemiBold';
    src: url('../fonts/RecursiveMonospaceCasual-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospaceCasual-Regular';
    src: url('../fonts/RecursiveMonospaceCasual-Regular.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospaceCasual-Medium';
    src: url('../fonts/RecursiveMonospaceCasual-Medium.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospaceCasual-Light';
    src: url('../fonts/RecursiveMonospaceCasual-Light.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospaceCasual-ExtraBold';
    src: url('../fonts/RecursiveMonospaceCasual-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospaceCasual-Bold';
    src: url('../fonts/RecursiveMonospaceCasual-Bold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospaceCasual-Black';
    src: url('../fonts/RecursiveMonospaceCasual-Black.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-SemiBold';
    src: url('../fonts/RecursiveMonospace-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-Regular';
    src: url('../fonts/RecursiveMonospace-Regular.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-Medium';
    src: url('../fonts/RecursiveMonospace-Medium.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-Light';
    src: url('../fonts/RecursiveMonospace-Light.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-ExtraBold';
    src: url('../fonts/RecursiveMonospace-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-Bold';
    src: url('../fonts/RecursiveMonospace-Bold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveMonospace-Black';
    src: url('../fonts/RecursiveMonospace-Black.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-SemiBold';
    src: url('../fonts/RecursiveCasual-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-Regular';
    src: url('../fonts/RecursiveCasual-Regular.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-Medium';
    src: url('../fonts/RecursiveCasual-Medium.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-Light';
    src: url('../fonts/RecursiveCasual-Light.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-ExtraBold';
    src: url('../fonts/RecursiveCasual-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-Bold';
    src: url('../fonts/RecursiveCasual-Bold.woff') format('woff');
}

@font-face {
    font-family: 'RecursiveCasual-Black';
    src: url('../fonts/RecursiveCasual-Black.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-SemiBold';
    src: url('../fonts/Recursive-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-SansLinearLight';
    src: url('../fonts/Recursive-SansLinearLight.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-Regular';
    src: url('../fonts/Recursive-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-Medium';
    src: url('../fonts/Recursive-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-Light';
    src: url('../fonts/Recursive-Light.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-ExtraBold';
    src: url('../fonts/Recursive-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-Bold';
    src: url('../fonts/Recursive-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Recursive-Black';
    src: url('../fonts/Recursive-Black.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/Poppins-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-ThinItalic';
    src: url('../fonts/Poppins-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-MediumItalic';
    src: url('../fonts/Poppins-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('../fonts/Poppins-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src: url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('../fonts/Poppins-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-ExtraBoldItalic';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('../fonts/Poppins-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url('../fonts/Poppins-BlackItalic.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins-Black.woff') format('woff');
}

@font-face {
    font-family: 'PoiretOne-Regular';
    src: url('../fonts/PoiretOne-Regular.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-SemiBold';
    src: url('../fonts/MuseoModerno-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-Thin';
    src: url('../fonts/MuseoModerno-Thin.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-Regular';
    src: url('../fonts/MuseoModerno-Regular.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-Medium';
    src: url('../fonts/MuseoModerno-Medium.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-Light';
    src: url('../fonts/MuseoModerno-Light.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-ExtraLight';
    src: url('../fonts/MuseoModerno-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-ExtraBold';
    src: url('../fonts/MuseoModerno-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-Bold';
    src: url('../fonts/MuseoModerno-Bold.woff') format('woff');
}

@font-face {
    font-family: 'MuseoModerno-Black';
    src: url('../fonts/MuseoModerno-Black.woff') format('woff');
}

@font-face {
    font-family: 'Monoton-Regular';
    src: url('../fonts/Monoton-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Michroma';
    src: url('../fonts/Michroma.woff') format('woff');
}

@font-face {
    font-family: 'Meddon';
    src: url('../fonts/Meddon.woff') format('woff');
}

@font-face {
    font-family: 'MarckScript-Regular';
    src: url('../fonts/MarckScript-Regular.woff') format('woff');
}

@font-face {
    font-family: 'KaushanScript-Regular';
    src: url('../fonts/KaushanScript-Regular.woff') format('woff');
}

@font-face {
    font-family: 'GreatVibes-Regular';
    src: url('../fonts/GreatVibes-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-SemiBold';
    src: url('../fonts/Dosis-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-Regular';
    src: url('../fonts/Dosis-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-Medium';
    src: url('../fonts/Dosis-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-Light';
    src: url('../fonts/Dosis-Light.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-ExtraLight';
    src: url('../fonts/Dosis-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-ExtraBold';
    src: url('../fonts/Dosis-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url('../fonts/Dosis-Bold.woff') format('woff');
}

@font-face {
    font-family: 'DancingScript-Regular';
    src: url('../fonts/DancingScript-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Cinzel-SemiBold';
    src: url('../fonts/Cinzel-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Cinzel-Regular';
    src: url('../fonts/Cinzel-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Cinzel-Medium';
    src: url('../fonts/Cinzel-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Cinzel-ExtraBold';
    src: url('../fonts/Cinzel-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Cinzel-Bold';
    src: url('../fonts/Cinzel-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Cinzel-Black';
    src: url('../fonts/Cinzel-Black.woff') format('woff');
}

@font-face {
    font-family: 'BungeeShade-Regular';
    src: url('../fonts/BungeeShade-Regular.woff') format('woff');
}

@font-face {
    font-family: 'BerkshireSwash-Regular';
    src: url('../fonts/BerkshireSwash-Regular.woff') format('woff');
}

@font-face {
    font-family: 'BalsamiqSans-Regular';
    src: url('../fonts/BalsamiqSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'BalsamiqSans-Italic';
    src: url('../fonts/BalsamiqSans-Italic.woff') format('woff');
}

@font-face {
    font-family: 'BalsamiqSans-BoldItalic';
    src: url('../fonts/BalsamiqSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'BalsamiqSans-Bold';
    src: url('../fonts/BalsamiqSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'ArchitectsDaughter-Regular';
    src: url('../fonts/ArchitectsDaughter-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Amita-Regular';
    src: url('../fonts/Amita-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Amita-Bold';
    src: url('../fonts/Amita-Bold.woff') format('woff');
}

@font-face {
    font-family: 'AkayaKanadaka-Regular';
    src: url('../fonts/AkayaKanadaka-Regular.woff') format('woff');
}

@font-face {
    font-family: 'AkayaTelivigala-Regular';
    src: url('../fonts/AkayaTelivigala-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Allura-Regular';
    src: url('../fonts/Allura-Regular.woff') format('woff');
}

/* Quill Editor Specific Styles - COMPLETELY REWRITTEN */

/* Remove any conflicting pointer-events */
.naujasKvietimas * {
    pointer-events: auto;
}

/* Quill Container - Make it always visible and clickable */
.naujasKvietimas .quill-container-modern {
    position: relative;
    z-index: 100;
    margin-bottom: 15px;
    display: block;
}

/* Editor wrapper */
.naujasKvietimas #kvietimoTekstas-editor {
    min-height: 200px;
    max-height: 400px;
    background: white;
    position: relative;
    z-index: 100;
    display: block;
}

/* Toolbar styling */
.naujasKvietimas .ql-toolbar.ql-snow {
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-radius: 8px 8px 0 0 !important;
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 10px !important;
    position: relative;
    z-index: 101;
}

/* Toolbar buttons */
.naujasKvietimas .ql-toolbar.ql-snow .ql-picker-label,
.naujasKvietimas .ql-toolbar.ql-snow button {
    color: #eee !important;
    cursor: pointer !important;
}

.naujasKvietimas .ql-toolbar.ql-snow .ql-stroke {
    stroke: #eee !important;
}

.naujasKvietimas .ql-toolbar.ql-snow .ql-fill {
    fill: #eee !important;
}

.naujasKvietimas .ql-toolbar.ql-snow button:hover,
.naujasKvietimas .ql-toolbar.ql-snow button.ql-active {
    color: #ffc451 !important;
}

.naujasKvietimas .ql-toolbar.ql-snow button:hover .ql-stroke,
.naujasKvietimas .ql-toolbar.ql-snow button.ql-active .ql-stroke {
    stroke: #ffc451 !important;
}

.naujasKvietimas .ql-toolbar.ql-snow button:hover .ql-fill,
.naujasKvietimas .ql-toolbar.ql-snow button.ql-active .ql-fill {
    fill: #ffc451 !important;
}

/* Container styling */
.naujasKvietimas .ql-container.ql-snow {
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    background: white !important;
    position: relative;
    z-index: 100;
    cursor: text;
}

/* Editor content area */
.naujasKvietimas .ql-editor {
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    color: #222 !important;
    font-size: 15px;
    line-height: 1.6;
    padding: 12px 15px;
    cursor: text;
    background: white;
}

.naujasKvietimas .ql-editor.ql-blank::before {
    color: #999 !important;
    font-style: italic;
    left: 15px;
}

.naujasKvietimas .ql-editor:focus {
    outline: none;
}

/* Ensure editor has focus styles */
.naujasKvietimas .ql-container.ql-snow.ql-focus,
.naujasKvietimas .ql-container.ql-snow:focus-within {
    border-color: #ffc451 !important;
    box-shadow: 0 0 0 3px rgba(255, 196, 81, 0.1);
}

/* Picker dropdowns */
.naujasKvietimas .ql-picker-options {
    background: #1a1a1a;
    border: 1px solid rgba(255, 196, 81, 0.3);
    border-radius: 4px;
    padding: 5px;
}

.naujasKvietimas .ql-picker-item {
    color: #eee;
}

.naujasKvietimas .ql-picker-item:hover {
    background: rgba(255, 196, 81, 0.2);
    color: #ffc451;
}

/* Emoji picker */
.ql-emoji-picker {
    z-index: 9999 !important;
    background: white !important;
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-radius: 8px !important;
}

/* Override any conflicting styles */
.naujasKvietimas .modern-input,
.naujasKvietimas .modern-select,
.naujasKvietimas .modern-number,
.naujasKvietimas .modern-color {
    box-shadow: none !important;
}

.naujasKvietimas .modern-input:focus,
.naujasKvietimas .modern-select:focus,
.naujasKvietimas .modern-number:focus {
    box-shadow: 0 0 0 3px rgba(255, 196, 81, 0.1) !important;
}

/* Preview section improvements */
.naujasKvietimas .kvietimasR {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) !important;
    border: none !important;
}

/* Ensure buttons work properly */
.naujasKvietimas .btn-primary-modern,
.naujasKvietimas .btn-secondary-modern {
    border: none !important;
    cursor: pointer !important;
}

.naujasKvietimas .btn-primary-modern:hover,
.naujasKvietimas .btn-secondary-modern:hover {
    border: none !important;
}

/* Modal improvements */
.naujasKvietimas .modal-header {
    background: transparent;
    padding: 20px;
}

.naujasKvietimas .modal-title {
    color: #ffc451;
}

/* Smooth transitions */
.naujasKvietimas * {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Focus visible for accessibility */
.naujasKvietimas *:focus-visible {
    outline: 2px solid #ffc451;
    outline-offset: 2px;
}

/* ===== MODERN CARD DESIGN FOR NAUJASKVIETIMAS ===== */

/* Modern Card Design */
.naujasKvietimas .editor-card {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #ffc451;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.naujasKvietimas .editor-card:hover {
    border-color: #ffda93;
    box-shadow: 0 8px 25px rgba(255, 196, 81, 0.2);
}

.naujasKvietimas .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 196, 81, 0.3);
}

.naujasKvietimas .card-header-icon {
    font-size: 28px;
    margin-right: 12px;
    color: #ffc451;
}

.naujasKvietimas .card-title {
    color: #ffc451;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.naujasKvietimas .card-subtitle {
    color: #bbb;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5;
}

/* Form Groups */
.naujasKvietimas .form-group-modern {
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.naujasKvietimas .form-label-modern {
    display: block;
    color: #eee;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.naujasKvietimas .form-label-modern .label-icon {
    margin-right: 6px;
    color: #ffc451;
}

/* Input Group Layout */
.naujasKvietimas .input-group-flex {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.naujasKvietimas .input-flex-main {
    flex: 1;
}

.naujasKvietimas .input-flex-small {
    width: 80px;
    flex-shrink: 0;
}

.naujasKvietimas .input-flex-medium {
    width: 120px;
    flex-shrink: 0;
}

/* Enhanced Inputs - OVERRIDE EVERYTHING */
.naujasKvietimas .modern-input {
    width: 100% !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-radius: 8px !important;
    padding: 0 15px !important;
    color: #eee !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.naujasKvietimas .modern-input:focus {
    background: rgba(0, 0, 0, 0.6) !important;
    border-color: #ffc451 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 196, 81, 0.1) !important;
}

.naujasKvietimas .modern-input::placeholder {
    color: #999 !important;
}

.naujasKvietimas .modern-select {
    width: 100% !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-radius: 8px !important;
    padding: 0 15px !important;
    color: #eee !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.naujasKvietimas .modern-select:focus {
    border-color: #ffc451 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 196, 81, 0.1) !important;
}

.naujasKvietimas .modern-select option {
    background: #1a1a1a !important;
    color: #eee !important;
}

.naujasKvietimas .modern-number {
    height: 45px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    color: #ffc451 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.naujasKvietimas .modern-number:focus {
    border-color: #ffc451 !important;
    outline: none !important;
    background: rgba(0, 0, 0, 0.6) !important;
}

.naujasKvietimas .modern-color {
    height: 45px !important;
    background: none !important;
    border: 2px solid rgba(255, 196, 81, 0.3) !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.naujasKvietimas .modern-color:hover {
    border-color: #ffc451 !important;
}

/* Info Box */
.naujasKvietimas .info-box {
    background: rgba(255, 196, 81, 0.1);
    border-left: 4px solid #ffc451;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 20px;
    color: #ddd;
    font-size: 13px;
    line-height: 1.6;
}

.naujasKvietimas .info-box-icon {
    color: #ffc451;
    margin-right: 8px;
}

/* Preview Card */
.naujasKvietimas .preview-card {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #ffc451;
    border-radius: 12px;
    padding: 25px;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 20px;
    z-index: 1;
}

.naujasKvietimas .preview-title {
    text-align: center;
    color: #ffc451;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.naujasKvietimas .kvietimasR {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px 25px;
    font-size: 16px;
    color: #222222;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.naujasKvietimas #kreipinysR {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.naujasKvietimas #kvietimoTekstasR {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    white-space: pre-wrap;
}

.naujasKvietimas #pasirasoR {
    font-size: 18px;
    font-weight: 500;
}

/* Buttons */
.naujasKvietimas .btn-primary-modern {
    width: 100%;
    height: 55px;
    background: linear-gradient(135deg, #ffc451 0%, #ffda93 100%);
    border: none;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 196, 81, 0.3);
}

.naujasKvietimas .btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 196, 81, 0.4);
    background: linear-gradient(135deg, #ffda93 0%, #ffc451 100%);
}

.naujasKvietimas .btn-primary-modern:active {
    transform: translateY(0);
}

.naujasKvietimas .btn-secondary-modern {
    width: 100%;
    height: 50px;
    background: rgba(255, 196, 81, 0.1);
    border: 2px solid #ffc451;
    border-radius: 10px;
    color: #ffc451;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.naujasKvietimas .btn-secondary-modern:hover {
    background: rgba(255, 196, 81, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 196, 81, 0.2);
}

/* Countdown Timer */
.naujasKvietimas .countdown-container {
    margin-top: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: center;
}

.naujasKvietimas #clockdiv {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.naujasKvietimas .time-segment {
    background: rgba(255, 196, 81, 0.1);
    border: 2px solid rgba(255, 196, 81, 0.3);
    border-radius: 8px;
    padding: 15px;
    min-width: 80px;
}

.naujasKvietimas .time-value {
    font-size: 32px;
    font-weight: 700;
    color: #ffc451;
    display: block;
}

.naujasKvietimas .time-label {
    font-size: 12px;
    color: #bbb;
    text-transform: uppercase;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .naujasKvietimas .preview-card {
        position: static;
        margin-top: 30px;
    }

    .naujasKvietimas .editor-card {
        padding: 20px;
    }

    .naujasKvietimas .kvietimasR {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .naujasKvietimas .input-group-flex {
        flex-direction: column;
    }

    .naujasKvietimas .input-flex-small,
    .naujasKvietimas .input-flex-medium {
        width: 100%;
    }

    .naujasKvietimas .card-title {
        font-size: 18px;
    }

    .naujasKvietimas #clockdiv {
        gap: 10px;
    }

    .naujasKvietimas .time-segment {
        min-width: 70px;
        padding: 12px;
    }

    .naujasKvietimas .time-value {
        font-size: 24px;
    }
}

/* Modal Improvements */
.naujasKvietimas .modal-content {
    background: rgba(20, 20, 20, 0.98) !important;
    border: 2px solid #ffc451 !important;
    border-radius: 12px !important;
}

.naujasKvietimas .backgrounds {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px;
}

.naujasKvietimas .modalImage {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid rgba(255, 196, 81, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.naujasKvietimas .modalImage:hover {
    border-color: #ffc451;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 196, 81, 0.3);
}

