body{
    --text-color-gray: #666666;
    --text-color: #222;
    --backgrnd-color: #f1f1f1;
    --input-color: #ffffff;
    --window-bckgrnd: #fff;
    --text-color-off-white: #fff;
    --clock-background-color: #1DAEB3;
    /*--clock-gradient-color: linear-gradient(90deg, rgba(37,143,184,1) 49%, rgba(9,191,207,1) 50%);*/
    --media-text-color: #072936;
    --media-management-color: #072936;
    --input-border-color: #072936;
    --theme-button-color-secondary: #269dcf;
    --theme-button-color-primary: #e68809;
    --textsnippet-language-button: #09bfcf;
    --textsnippet-delete-button: #ce1335;
    --text-color-off-black: #000;
    --background-color-off-grey: #C1C6C5;
    transition: all 0.5s;
    --content-main-height: calc(100% - 97px);
    --menu-width: 229px;
    line-height: 1.5;
    --orange: #F48213;
    --dark-orange: #D97000;
}

html{
    height: 100%;
}

body{
    margin: 0;
    font-family: "PTSans", sans-serif;
    background: #f8f5f5;
    color: var(--text-color);
    height: 100%;
    width: 100%;
    font-size: .875rem;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}

footer{
    padding: 1rem 0;
    background: #1f1f1f;
    /*position: absolute;*/ /*???*/
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: .875rem;
    font-family: "PTSans", serif;
}

.footer-copyright{
    text-align: center;
}

.bold{
    font-weight: bold;
}
.hidden{
    display: none;
}
.left{
    float: left;
}

.right{
    float: right;
}
.small{
    font-size: 80%;
}

.header--home{
    width: 100%;
    background-color: #fff;
}

.header--logo{
    padding: 0.5rem 20px 1rem 20px;
}

.header--logo-inner img{
    max-width: 300px;
    max-height: 36px;
}

.event-info{
    padding: 40px 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.event-info-header{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #000;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.event-info-header-text{
    font-size: 14px;
    line-height: 2.75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.event-info-date{
    font-weight: bold;
}

.icon{
    width: 22px;
    height: 22px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: inherit;
    overflow: visible;
    color: #000;
}

.icon > svg{
    top: 0.25em;
    width: 100%;
    height: 100%;
    position: relative;
    fill: currentColor;
}


/*EVENT-PARTICIPANTS*/
.event-participants{

}
.event-participants-inner{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    padding: 20px 0;
}
.event-participant{
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    background: #fff;
}
.event-participant-header{
    width: 100%;
    text-align: center;
}
.event-participant-name{
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 6px 0;
}
.event-participant-table{
    padding: 0 20px;
    position: relative;
}
.event-participant-row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 28px;
    width: 100%;
}


/*EVENT-OPTIONS*/
.event-options-total-row{
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event-options-transfer-item-text{
    font-weight: 700;
}
.event-options-transfer-item-text span{
    font-weight: 400;
}
.event-options-total-cell-text{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 4px 0;
}
.event-options-total-cell-price{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
    padding: 4px 0;
}
.event-options-total-cell-total{
    font-size: 1rem;
    font-weight: 700;
    padding-top: 13px;
    border-top: 1px solid #d0d0d0;
    margin-top: 5px;
}
.event-options{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.event-options-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    order: 0;
}
.event-options-block{
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    order: 1;
}
.event-options-block-header.event-options-block-header--summary{
    background-color: gray;
}
.event-options-transfer-form{
    display: flex;
    margin-top: 10px;
    position: relative;
}
.event-options-transfer-search-input{
    display: flex;
    border: unset;
    width: 50%;
    padding: 10px;
    border: 1px solid var(--orange);
    border-radius: 8px 0 0 8px;
}
.event-options-transfer-search-input:focus{
    outline: none;
    border: 2px solid var(--orange);
}

.btn.event-options-transfer-search{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 0 8px 8px 0px;
}

.event-options-transfer-items{
    top: 40px;
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
    max-height: 150px;
    overflow: auto;
    border-radius: 0 0 8px 8px;
}
.event-options-transfer-item{
     padding: 10px;
    cursor: pointer;
}
.event-options-transfer-item:hover{
    background-color: var(--orange);
    color: #FFFFFF;

}

.event-options-block-header{
    background: #1f1f1f;
    color: #fff;
    font-size: calc(1.3rem + .6vw);
    padding-bottom:2px;
    text-align: center;
    font-weight: 700;
    line-height: 38px;
}
.event-options-block-content{
    background: #fff;
    padding: 20px;
    height: calc(100% - 40px);
}
.event-options-sign-out-button-outer{
    padding: 10px;
}
.btn.event-options-sign-out-button{
    /*background-color: #e52427;*/
    font-weight: 700;
}


.cell-label{
    font-weight: bold;
    width: 49.5%;
    border-right: 1px solid #ccc;
}

.btn{
    color: #fff;
    background-color: var(--orange);
    border-radius: 8px;
    display: block;
    line-height: 38px;
    padding: 2px 12px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.modal-main{
    position: fixed;
    width: 500px;
    border: 1px solid;
    height: 200px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #F8F5F5;
    z-index: 99990;
    max-width: 90%;
}

.modal-overlay{
    width: 100vw;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99989;
    opacity: 0.4;
}

.modal-inner{
    height: 100%;
    width: 100%;
}

.modal-header{
    background: #000;
    height: 50px;
    position: relative;
}

.modal-header-inner{
    padding-left: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.modal-header-close{
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.modal-header-close i{
    color: #fff;
}
.modal-header-close:hover i{
    color: var(--orange);
}

.modal-content{
    height: calc(100% - 50px);
}

.modal-content-inner{
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
}

.modal-main.transfer-modal{
    width: 90%;
    height: 90%;
    background-color: #f8f5f5;
}

.transfer-modal-left{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.transfer-modal-right{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
}



.transfer-modal-near-locations-header{
    background: #1f1f1f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 49px;
}

.transfer-modal-near-locations-content{
    background-color: #ffffff;
    padding: 10px;
    font-size: 15px;
}

.transfer-modal-event-header{
    background: #1f1f1f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
}

.transfer-modal-event{
    margin-bottom: 30px;
}

.transfer-modal-event-content{
    padding: 10px;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}
.transfer-modal-event-content .btn{
    font-weight: 700;
}

.transfer-modal-event-content-location{
    display: inline-block;
    vertical-align: top;
    /*width: 33%;*/
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    font-weight: 700;
}
.transfer-modal-event-content-icon{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.transfer-modal-event-content-info{
    text-align: left;
    display: flex;
    gap: 5px;
    vertical-align: top;
    font-size: 13px;
    flex-direction: column;
    line-height: 16px;
}

.transfer-modal-event-content-date{
    display: flex;
    vertical-align: top;
    align-items: center;
   /* width: 33%;*/
}
.transfer-modal-event-content-button{
    display: inline-block;
    vertical-align: top;
    /*width: 33%;*/
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.transfer-modal-event-content:after{
    position: absolute;
    right: 0;
    content: "";
    background: url(/src/images/dot.png);
    height: 100%;
    top: 0;
    background-size: 12px;
    opacity: .65;
    width: 26%;
}

.transfer-modal-event-content-button .btn{
    float: right;
    top: 8px;
    position: relative;
    font-size: 12px;
    padding: 5px;
    line-height: 1.75rem;
}
.transfer-modal-event-content-button .btn:disabled{
    opacity: 1;
    background: #eee;
    border-color: #eee;
    color: #fff;
}

.transfer-modal-near-location{
    padding: 2px;
}

.transfer-modal-near-location .location-checkbox{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -2px;
    opacity: 0;
    cursor: pointer;
    height: 24px;
    /*width: 100%;*/
}

.location-checkbox-inner{
    position: relative;
    cursor: pointer;
}

.location-checkbox{
    position: absolute;
}

.location-checkbox-inner:before{
    width: 14px;
    height: 14px;
    background-color: var(--orange);
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
}

.location-checkbox-inner:before{
    content: "";
    background-color: transparent;
    border: 2px solid var(--orange);
}
.location-checkbox-inner.active:before{
    content: "✓";
    background-color: var(--orange);
    border: inherit;
    width: 18px;
    height: 18px;
}

.transfer-modal-near-location .transfer-modal-near-location-text{
    display: inline-block;
    vertical-align: top;
    left: 30px;
    position: relative;
}

.loading-content-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 999999;
}
.window-content-loading-icon{
    width: 80px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 40%;
    height: 80px;
}
.loading-logo{
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container--outer{
    min-height: 100%;
}

.container{
    width: 90%;
    flex: 1 1 auto;
    margin: auto;
}

.content-box{
    max-width: 75%;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    margin: 40px auto auto;
    font-size: .875rem;
    line-height: 1.5;
}

.box-title{
    font-size: 1.5rem;
}

.event-options-transfer-text-inner{
    font-size: 1rem;
    font-weight: bold;
}

.color-text-red{
    color: red;
}
.in-stock{
    position: absolute;
    right: 15px;
    bottom: 2px;
}
.free-quantity.red{
    display: inline-block;
    padding: 1px 10px;
    background: #f00;
    color: #fff;
    font-size: 10px;
    border: 0 !important;
}
/*modal*/
.modal-content-inner{
    overflow: auto;
}
.sign-out-modal{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn.sign-out-modal-no{
    margin-right: 10px;
}

.btn.sign-out-modal-no,
.btn.sign-out-modal-yes{
    width: max-content;
}
/*-------------------------------*/
/*          participant          */
/*-------------------------------*/
.participant-header {
    margin-top: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    line-height: 49px;
    @media screen and (max-width: 1680px) {
        font-size: 1.25rem;
        line-height: 34px;
    }
    @media screen and (max-width: 767.98px) {
        font-size: 18px;
        line-height: 38px;
    }
}
.participant-home {
    padding: 30px;
    @media screen and (max-width: 767.98px) {
        padding: 30px 10px;
    }
    /*border-radius: 8px;*/
    /*border: 1px solid #d1d9e0;*/
    background: #ffffff;
    margin: 0 auto 10px;
    position: relative;
    max-width: 100%;
}
.participant-home-form::after{
    position: absolute;
    right: 0;
    content: "";
    background: url("/src/images/new-dot.png");
    width: 26%;
    height: 100%;
    top: 0;
    background-size: 12px;
    opacity: .65;
}
.participant-data-container{
    position: relative;
    z-index: 1;
    width: 100%;
    @media screen and (min-width:768px) {
        width: 74%;
    }

}
.participant-data-element{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}

.participant-data-value {
    width: 100%;
    padding: 10px;
    background: #efefef;
    border: 1px solid #d1d9e0;
    border-radius: 8px;
    box-sizing: border-box;
    height: auto;
    min-height: 42px;
    display: block;
    border: 0;
}
.contact-content {
    display: inline-block;
    width: calc(50% - 2px);
}
.participant-data-value:focus {
    outline: none !important;
    border: 1px solid #ee7c3b;
}
select.participant-data-value {
    height: 42px;
}

.participant-buttons{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.participant-buttons .btn{
    margin: 0 auto;
}

.participant-data-salutation{
    width: 19%;
    min-width: 70px;
    display: block;
}

.participant-data-name{
    display: inline-block;
    width: calc(50% - 2px);
    min-width: 70px;

}
/*-------------------------------*/
/*       participant finish      */
/*-------------------------------*/
.finish-row {
    text-align: center;
    max-width: 95%;
    width: 550px;
    margin: 40px auto;
    margin-bottom: auto;
    border: 1px solid #ff8400;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 40px;
    padding: 20px 10px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    align-items: center;
}
.thanks-image-container{
    width: 100%;
    @media screen and (min-width:575.98px ){
        width: 24%;
        display: inline-block;
    }
}
.thanks-text-container{
    width: 100%;
    @media screen and (min-width:575.98px ){
        width: 75%;
        display: inline-block;
        vertical-align: top;
    }
}
.finish-row .social-links {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
.finish-row .social-links img {
    width: auto;
    height: 35px;
}
.finish-row .social-links .hover-view {
    display: none;
}
.finish-row .social-links:hover .normal-view {
    display: none;
}
.finish-row .social-links:hover .hover-view {
    display: inline-block;
}
.finish-second-row .image-container{
    text-align: center;
}
.finish-second-row .image-container .image-inner-container{
    display: inline-block;
}
.finish-second-row .image-container a{
    display: block;
}
.finish-second-row .image-container .finish-image{
    @media screen and (max-width: 575.98px){
        display: none;
    }
}
.finish-second-row .image-container .mobile{
    display: none;
    @media screen and (max-width: 575.98px){
        display: block;
        max-width: 100%;
    }
}
/*-------------------------------*/
/*          @media query         */
/*-------------------------------*/
@media (min-width: 576px){
    .container{
        max-width: 540px;
        padding: 0 20px;
        margin:  0 auto;
    }
    .modal-content-inner .container:has(.transfer-modal-left){
        padding: unset;
    }
    .transfer-modal-event-content-info{
        flex-direction: row;
    }
    .content-box{
        max-width: 550px;
    }
    .event-participant-row,
    .event-participant-name
    {
        font-size: 16px;
    }
}


@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
    .event-options-block{
        flex: 0 0 calc(50% - 10px);
    }
    .event-options-row .event-options-block{

    }
    .event-options-block-header,
    .transfer-modal-event-header
    {
        font-size: 1.25rem;
    }
    .event-info-location,
    .event-info-date{
        font-size: 1rem;
    }
    .event-info-header-text{
        font-size: 18px;

    }
    .transfer-modal-event-content-location{
        font-size: 16px;
    }
    .event-participant{
        flex: 0 0 calc(50% - 10px);
    }
    .transfer-modal-near-locations-header{
        font-size: 1.25rem;
    }
    .transfer-modal-event-content-info{
        font-size: 16px;
    }
    .in-stock{
        bottom: unset;
    }
    .free-quantity.red{
        font-size: 12px;
    }
}

@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
    .event-participants,

    .event-participants-inner{
        justify-content: space-between;
    }
    .event-participant{
        flex: 0 0 31.8%;
    }


    /*MODAL*/

    .transfer-modal-left{
        width: 33%;
    }
    .transfer-modal-right{
        width: 66%;
        margin-top: 0;
    }
    .transfer-modal-events{
        padding-left: 30px;
    }

}
@media (min-width:1200px){
    .container{
        max-width: 1140px;
    }
    .container:has(.participant-home){
        max-width: 1000px;
    }
    .event-info-location,
    .event-info-date{
        font-size: 18px;
        line-height: 2.75rem;
    }
    .transfer-modal-event-content{
        padding: 20px;
    }
    .transfer-modal-event-content-location{
        align-items: start;
        justify-content: start;
        width: auto;
        font-size: 20px;
    }
    .transfer-modal-event-content-button{
        position: unset;
    }
    .transfer-modal-event-content{
        flex-direction: row;
        gap: unset;
    }
    .transfer-modal-event-content-info{
        flex-direction: column;
    }
    .transfer-modal-event-content-date{
        align-items: start;
    }
    .event-options-block-header{
        font-size: 1.75rem;
    }
}

@media (min-width:1400px){
    .container{
        max-width: 1320px;
    }
    .container:has(.participant-home){
        max-width: 1000px;
    }
    .event-options-block-header,
    .transfer-modal-event-header
    {
        font-size: 1.625rem;
        line-height: 49px;
    }
    .transfer-modal-near-locations-header{
        font-size: 1.625rem;
    }
}
@media screen and (max-width:575.98px) {
    .participant-home-form::after{
        width: 43%;
    }
}


.error-page--container{
    position: relative;
    width: 75%;
    margin: auto;
    height: 100%;
}

.error-page--inner-container{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-25%);
}

.error-page-container-headline{
    text-align: center;
    font-size: 30px;
    /*font-weight: bolder;*/
}

.error-page-container-headline h1{
    color: var(--orange);
}

.error-page-container-body{
    text-align: center;
    font-size: 20px;
}
.error-page-container-body span:first-child{
    font-size: 30px;
}
