﻿
.input-validation-error {
    border-color: #dc3545;
}
/* ---------------------------------------------------
    KENDO CUSTOM STYLE
----------------------------------------------------- */
.k-calendar .k-month .k-link {
    width: 2em !important;
    height: 2em !important;
}

.k-calendar .k-content .k-link {
    padding: .3em .5em !important;
}
/* ---------------------------------------------------
    Steps Wizard STYLE
----------------------------------------------------- */

.steps{
    position: relative;
    overflow: hidden;
    list-style-type: none !important;
    counter-reset: wizard;
}

    .steps li {
        position: relative;
        float: left;
        width: 20%;
        text-align: center;
        color: #0384DC;
        font-size: 0.7em;
    }

    .steps .current ~ li {
        color: #DEDEDE;
    }
    .steps .current {
        font-weight: bold;
    }
    .steps li:after {
        counter-increment: wizard;
        content: counter(wizard);
        display: block;
        color: #fff;
        background-color: #0384DC;
        border: 1px solid #0384DC;
        text-align: center;
        width: 2em;
        /*height: 2em;*/
        line-height: 2em;
        border-radius: 2em;
        position: relative;
        left: 50%;
        margin-bottom: 1em;
        margin-left: -1em;
        z-index: 1;
        box-shadow: 0px 0 5px rgb(5 126 210);
    }

    .steps .current ~ li:after {
        background-color: #fff;
        color: #DEDEDE;
        border-color: #DEDEDE;
        box-shadow:none;
    }

    .steps li + li:before {
        content: "";
        display: block;
        width: 100%;
        background-color: #0384DC;
        height: 1px;
        position: absolute;
        left: -50%;
        top: 2.4em;
        z-index: 0;
    }

    .steps .current ~ li:before {
        background-color: #DEDEDE;
    }

.register.card {
    background: transparent linear-gradient(160deg, #0384DC 0%, #143E69 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 18px #00000030;
    border-radius: 27px;
    opacity: 1;
}

.xsmall {
    font-size: 0.675em;
}
.text-darkLight {
    color: #DEDEDE;
}
.header-line {
    margin: 10px auto;
    text-align: center;
    max-width: 600px;
    position: relative;
}

    .header-line:before {
        content: "";
        display: block;
        width: 130px;
        height: 0.5px;
        background: #fff;
        left: 0;
        top: 51%;
        position: absolute;
    }

    .header-line:after {
        content: "";
        display: block;
        width: 130px;
        height: 0.5px;
        background: #fff;
        right: 0;
        top: 51%;
        position: absolute;
    }

.register .price-lbl {
    position: absolute;
    bottom: 0px;
    left: 70%;
    font-size: 0.4em;
    color: #DEDEDE;
}

.register .total-lbl {
    position: absolute;
    bottom: 0px;
    left: 75%;
    font-size: 0.4em;
    color: #DEDEDE;
}

/*Enterprise registration*/

#title-container {
    min-height: 460px;
    height: 100%;
    color: #fff;
    background-color: #DC3545;
    text-align: center;
    padding: 90px 28px 28px 28px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 8px 21px 0px rgb(204 204 204 / 75%);
    -webkit-box-shadow: 10px 8px 21px 0px rgb(204 204 204 / 75%);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

    #title-container .card-body {
        color: #DC3545;
    }

.register-image {
    width: 214px;
    margin-bottom: 15px;
}

#qbox-container {
    position: relative;
    padding: 40px;
    min-height: 630px;
    box-shadow: 10px 8px 21px 0px rgb(204 204 204 / 75%);
    -webkit-box-shadow: 10px 8px 21px 0px rgb(204 204 204 / 75%);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

    #qbox-container .ticket-types img {
        width: 50px;
        margin: 0 20px 0 10px;
    }

    #qbox-container .ticket-types input {
        margin-top: 20px;
    }

.ticket-types-title {
    padding-left: 10px;
}

.step, #company-info, #add-terminal {
    display: none;
}

#steps-container .step input.invalid, #steps-container .step select.invalid {
    border: 1px solid #dc3545;
}

#steps-container .js-delete {
    vertical-align: -webkit-baseline-middle;
}

    #steps-container .js-delete i {
        font-size: 1.5em;
    }

.step h4 {
    margin: 0 0 26px 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
}

#q-box__buttons {
    text-align: center;
    margin-top: 3rem;
}

.card-contacts i.fa-edit, .card-contacts i.fa-trash {
    font-size: 24px;
    margin: 10px;
    cursor: pointer;
}
.card-contacts i.fa-edit {
    color: #143E69
}
   /* End of enterprise registration style*/

.ls-1 {
 letter-spacing:4px;
}

input[readonly],
textarea[readonly],
textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

button[readonly] {
    opacity: 0.7;
}

@media print {
    #printableArea {
        display: block;
    }
}

.nav-link {
    padding: .5rem 1rem;
}

.dropdown-header {
    min-width:300px;
}


@media (min-width: 1200px) {
    .regcontainer.container {
        max-width: 100%;
    }
}
@media (min-width: 1500px) {
    .regcontainer.container{
        max-width: 95%;
    }
}
@media (min-width: 2000px) {
    .regcontainer.container {
        max-width: 90%;
    }
}
@media (min-width: 2500px) {
    .regcontainer.container {
        max-width: 80%;
    }
}




.voucher-card {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    transition: background-color 0.3s ease;
    overflow: hidden;
}

    .voucher-card .card-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        object-fit: cover;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .voucher-card.disabled {
        background-color: #fff !important;
        border-color: #ccc;
    }

        .voucher-card.disabled .card-image {
            transform: translate(50%, -50%);
            opacity: 0;
        }

.voucher-title {
    font-weight: 600;
    font-size: 1.2rem;
}

.voucher-desc {
    font-size: 0.95rem;
}
.meal-voucher {
    background-color: #f9c9c5;
    border-color: #de3b2c;
}

    .meal-voucher .voucher-title {
        color: #de3b2c;
    }

.eco-voucher {
    background-color: #d8fade;
    border-color: #2eb747;
}

    .eco-voucher .voucher-title {
        color: #2eb747;
    }

.gift-voucher {
    background-color: #e1faf8;
    border-color: #39d5c9;
}

    .gift-voucher .voucher-title {
        color: #39d5c9;
    }

.active-voucher {
    background-color: #f1e3aa;
    border-color: #d9b525;
}

    .active-voucher .voucher-title {
        color: #d9b525;
    }