div[role="dialog"][aria-describedby="name-dialog"] {
    position: fixed !important;
    width: 320px !important;
    top: 30vh !important;
    left: 50% !important;
    margin-left: -160px;
    z-index:10000;
}
div[role="dialog"][aria-describedby="name-dialog"] .ui-dialog-title {
    color: #ba7678;
    font-weight: 600;
}
#name-dialog {
    position: fixed;
    width: auto;
    min-height: 126px;
    max-height: none;
    height: auto;
    z-index: 9999;
    background: #eaf6f6;
    border: solid 3px #ba7678;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 20px 20px;
    max-height: 90vh !important;
    width: 320px !important;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 35%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 35%);
    overflow: auto;
    z-index:10000;
}
.ui-dialog-titlebar {
    padding: 5px 25px !important;
    text-align: center;
}
#name-dialog .danse-input-class {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    text-align: left;
    color: #000000;
    border-radius: 10px;
    height: 37px;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 35%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 35%);
    transition: 0.2s ease;
}
#name-dialog .danse-input-class:hover,
#name-dialog .danse-input-class:focus {
    border-color: #ba7678;
    transition: 0.2s ease;
}
.payme-flex-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; 
    gap: 10px;       
}
.payme-btn.danse-button{
    display:block;
    padding:4px 20px !important;
    margin: 5px 0px 0px 0px;
}
.mod-event-info .event-div-class {
    margin: 0 auto;
    text-align: justify;
}
.mod-event-info .event-title-class {
    text-align: center;
}
.mod-event-info .event-img-class {
    width: 300px;
    height: 400px;
    display: block;
    margin: 0 auto;
    box-shadow: 3px 3px 10px 1px rgb(100 100 100);
}
.mod-event-info .about-class,
.mod-event-info .event-img-class,
.mod-event-info .event-title-class,
.mod-event-info .mapouter {
    margin-bottom: 30px;
}
.mod-event-info .what-list-class,
.mod-event-info .bring-list-class,
.mod-event-info .when-list-class,
.mod-event-info .contribution-lists-class {
    padding-left: 20px;
}
.mod-event-info ul {
    padding-left: 18px;
}
.mod-event-info video {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px !important;
    border-radius: 15px;
    margin-bottom: 20px;
}
.mod-event-info .social-event div {
    display: inline-block;
    margin-right: 5px;
}
.mod-event-info .social-event a:before {
    content: none !important;
}
.mod-event-info .social-event svg {
    fill: #ba7678;
}
.mod-event-info .info-paragraph {
    display: flex;
    align-items: center;
    border: solid 2px #ba7678;
    border-left: none;
    border-right: none;
    padding: 10px 0;
}
.mod-event-info p.info-paragraph span {
    margin-left: 10px;
}
@media (min-width: 1200px) {
    .mod-event-info .event-div-class { max-width: 70%; }
}
@media (min-width: 1400px) {
    .mod-event-info .event-div-class { max-width: 55%; }
}