:focus {
    outline: none;
}

.effect-7 {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: 0.4s;
}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #05afb3;
    transition: 0.4s;
}
.effect-7 ~ .focus-border:after {
    top: auto;
    bottom: 0;
}
.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #05afb3;
    transition: 0.6s;
}
.effect-7 ~ .focus-border i:after {
    left: auto;
    right: 0;
}
.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}
.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
    top: 0;
    height: 100%;
    transition: 0.6s;
}

.pozitieinput {
    width: 80%;
    max-width: 300px;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.divcuprindesucc {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    text-align: center;
}

.headersucces h3 {
    font-size: 20px;
    font-weight: 400 !important;
    color: #333;
    margin-top: 30px;
    text-align: center;
}

.sorry {
    font-size: var(--text);
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.sorry a {
    font-weight: 600 !important;
}

.headersucces h4 {
    text-transform: unset !important;
    font-size: var(--text) !important;
    font-weight: 400 !important;
}

.contentsucces {
    text-align: center;
    margin-top: 40px;
}
.headersucces nume {
    text-transform: capitalize;
}

.circle,
.circle-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.circle {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim 700ms ease;
}
.circle-border {
    z-index: 0;
    position: absolute;
    background: #22995f;
    transform: scale(1.12);
    animation: circle-anim 400ms ease;
}
@keyframes success-anim {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes circle-anim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1.1);
    }
}
.success::before,
.success::after {
    content: "";
    display: block;
    height: 4px;
    background: #22995f;
    position: absolute;
}
.success::before {
    width: 33px;
    top: 54%;
    left: 20%;
    transform: rotateZ(45deg);
}
.success::after {
    width: 50px;
    top: 48%;
    left: 38%;
    transform: rotateZ(-50deg);
}

.merkbox {
    margin-top: 0rem;
    margin-bottom: 2rem;
    border: 1px solid #05afb3;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .merkbox {
        width: 90%;
    }
    .sorry {
        padding: 0px 20px;
    }
}

.paymentform {
    width: 100% !important;
    display: inline-block !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    min-height: unset !important;
    height: 40px;
}

.merktitel {
    background-color: skyblue;
    margin-bottom: 0rem;
    min-height: 1rem;
    padding: 0.5rem 0.5rem 0.3rem 1rem;
}

.merktitel p {
    color: white;
    font-size: 1.5rem;
    padding: 10px 0;
}

.merktext {
    text-align: left;
}

.merktext h4 {
    text-transform: capitalize;
    text-align: center;
    font-size: var(--title);
    font-weight: 500 !important;
    margin-top: 15px;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
    float: none !important;
}
.steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6d6875;
}
.steps > .step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 3rem;
    height: 3rem;
    text-align: center;
    margin-bottom: -4.8rem;
    line-height: 2.5rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.5rem;
}
.steps > .step:after {
    content: "";
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.125rem;
    top: 1.5rem;
    left: 50%;
}
.steps > .step:last-child:after {
    display: none;
}
.steps > .step.is-complete {
    color: #6d6875;
}
.steps > .step.is-complete:before {
    content: "\2713";
    color: #fff;
    background: #22995f;
    border: 2px solid #22995f;
}
.steps > .step.is-complete:after {
    background: #22995f;
}
.steps > .step.is-active {
    font-size: 1.5rem;
    font-weight: 500;
}
.steps > .step.is-active:before {
    color: #fff;
    border: 2px solid #05afb3;
    background: #05afb3;
    margin-bottom: -5.8rem;
}
/** * Some Generic Styling */
*,
*:after,
*:before {
    box-sizing: border-box;
}
h1 {
    margin-bottom: 1.5em;
}
.steps {
    margin-bottom: 3em;
    margin-top: 4em;
}

.ticket {
    display: grid;
    grid-template-rows: auto 1fr auto;
    max-width: 300px;
    position: unset;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.ticket__header,
.ticket__body,
.ticket__footer {
    padding: 1.25rem;
    background-color: #fff;
    border: 1px solid #abb5ba;
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
}
.ticket__header {
    font-size: 1.5rem !important;
    border-top: 0.25rem solid #dc143c;
    border-bottom: none;
    box-shadow: none;
}
.ticket__wrapper {
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
    border-radius: 0.375em 0.375em 0 0;
    overflow: hidden;
}
.ticket__divider {
    position: relative;
    height: 1rem;
    background-color: #fff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.ticket__divider::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    border-bottom: 2px dashed #e9ebed;
}
.ticket__notch {
    position: absolute;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
}
.ticket__notch::after {
    content: "";
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    right: 100%;
    top: -50%;
    border: 0.5rem solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
}
.ticket__notch--right {
    left: auto;
    right: -0.5rem;
}
.ticket__notch--right::after {
    right: 0;
}
.ticket__body {
    border-bottom: none;
    border-top: none;
}
.ticket__body > * + * {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ebed;
}
.ticket__section > * + * {
    margin-top: 0.25rem;
}
.ticket__section > h3 {
    font-size: 1.125rem !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
    color: #555 !important;
}

.ticket__section > p {
    font-size: var(--text);
    font-weight: 400;
}
.ticket__header,
.ticket__footer {
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.ticket__footer {
    border-top: 2px dashed #e9ebed;
    border-radius: 0 0 0.325rem 0.325rem;
}

span i {
    padding: 0 !important;
}

.titlebar {
    padding-top: 70px;
    height: 200px;
    text-align: center;
    background-color: #009396;
    padding-bottom: 0px;
}
.continesearch #myInput {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 190px;
    position: absolute;
}

.titlebar h1 {
    color: #fff;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 80px;
    line-height: 80px !important;
    min-width: 400px;
    font-size: 50px;
    font-weight: 400;
}
