:root {
    --highlight_color: #e20886;
    --v-small-font-size: 16px;
    --small-font-size: 16px;
    --standard-font-size: 18px;
    --large-font-size: 19px;
    --x-large-font-size: 32px;
}
.hidden {
    display: none !important;
}

.help-text{
    margin-top:-0.5rem;
    font-size:.8125rem;
    font-style:italic;
    color:#0a0a0a
}

.events .events-menu .event-actions .create-event-button{
    padding:10px 20px;
}

.events-menu {
    width: 100%;
    clear: both;
    float: left;
}

.events .events-menu .event-tabs .tabs {
    border-bottom: none;
}

.event-tabs {
    clear: both;
}

#event_tabs {
    float: left;
}

.event-actions-list li a i {
    margin-right: 10px;
}

/* Events Listing */

.events .events-header .events-title>a{
    font-weight:700 !important;
    color: var(--highlight_color);
}
.events .events-header .events-title>a:hover{
    opacity:1;
    color:#007acc !important
}
.events .events-header {
    margin-bottom: 24px;
}
.events .events-menu {
    border-color:#c5ccd7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.events .event{
    border-color:#c5ccd7;
}

.events .event .event-info .event-top .event-title>a{
    font-weight:700 !important;
    color:#000;
}
.events .event .event-info .event-top .event-title>a:hover{
    opacity:1;
    color:#007acc !important
}
.events .event .event-info .event-date{
    font-weight:500;
    color:#007acc;
    margin-bottom:5px;
    width:100%;
    font-size: 16px;
    line-height:normal;
    text-align: left;
}
.event .event-header .event-title{
    width:calc(100% - 100px);
    margin-bottom:5px !important;
}
.event .event-header .event-title>a{
    font-weight:700 !important
}
.event .event-header .event-title>a:hover{
    opacity:1;
    color:#007acc !important
}
.event .event-header .event-status-wrapper{
    width:100%
}
.event .event-header .event-status-wrapper .event-status{
    display:inline-block;
    margin-bottom:10px;
    border-radius:3px;
    padding:4px 8px;
    font-size:var(--v-small-font-size);
    line-height:var(--standard-font-size);
    font-weight:500;
    color:#fff;
    background:#8a98ae
}

.events .event .event-info .event-top .edit-event{
    display:flex;
    flex:0 0 auto;
    margin-left:12px
}
.events .event .event-info .event-top .edit-event i{
    margin-right:4px
}
.events .event .event-info .event-location,
.events .event .event-info .event-community {
    width:100%;
    margin-bottom:5px;
    font-size:16px;
    text-align: left;
}

.events .event .event-info .event-status{
    color:#fff;
    display:flex;
    align-items:center;
    border-radius:3px;
    padding:4px 8px;
    font-size:var(--v-small-font-size);
    line-height:var(--standard-font-size);
    font-weight:500;
    background:#f2f2f2
}
.event-author a{
    display: block;
    margin-left: 5px;
}
.events .event .event-info .event-footer .event-author .event-avatar img{
    width:40px;
    height:40px
}
.events .event .event-info .event-footer .event-author .event-username{
    font-size:16px;
    font-weight: 600;
    color: #000;
}
.events .event .event-info .event-footer .event-author .event-username a {
    color: #000;
}
.events .event .event-info .event-footer .event-author .event-username a:hover {
    color: #000;
    text-decoration: underline;
}

.events .event .event-info .event-footer .event-attendees{
    font-size:14px;
    font-weight: 300;
}
.event .event-header{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:24px
}

.event .event-header .event-actions{
    margin-left:auto
}
.event .event-header .event-date{
    text-transform: unset;
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-size: 16px;
}
.event .event-header .event-location{
    width:100%;
    margin-bottom:5px;
    font-size:16px;
}
@media screen and (max-width: 39.9375em) {
    .event .event-header .messsage-author {
        flex-basis: 50%;
    }

    .event .event-header .event-thread {
        flex-basis: calc(50% - 10px);
    }

    .event .event-header .event-thread button,
    .event .event-header .messsage-author button {
        line-height: normal !important;
    }

    .event .event-header .messsage-author a,
    .event .event-header .event-thread a {
        display: block;
    }

    .event .event-header .messsage-author a button,
    .event .event-header .event-thread a button {
        width: 100%;
    }
}

.event .event-details{
    margin-bottom:24px;
    padding:20px;
    border:1px solid #ccc;
    border-radius:5px
}
.event .event-details .event-details-title{
    margin:0 0 10px !important;
    font-size:20px !important;
    line-height:30px !important;
    text-transform:unset !important;
    font-weight:500 !important
}
.event .event-details .event-description{
    margin:24px 0 0
}
.event .event-guests{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom:24px;
    padding:20px;
    border:1px solid #ccc;
    border-radius:5px
}
.event .event-guests .event-guests-title{
    margin:0 0 10px !important;
    font-size:20px !important;
    line-height:30px !important;
    text-transform:unset !important;
    font-weight:500 !important
}
.event .event-guests .send-invitations-button{
    margin-left:auto
}
.event .event-guests .add-guests-button{
    margin-left:15px;
}
.event .event-guests .event-inviter{
    display:flex;
    align-items:center;
    width:100%;
    margin-bottom:24px
}
.event .event-guests .event-inviter .event-avatar{
    margin-right:8px
}
.event .event-guests .event-inviter .event-avatar img{
    width:40px;
    height:40px
}
.event .event-guests .event-inviter .event-username{
    font-size:var(--standard-font-size);
    margin-right:4px
}
.event .event-guests .event-guest-stats{
    margin:25px 0;
    display:flex;
    justify-content:center;
    gap:40px;
    width:100%
}
.event .event-guests .event-guest-stats .event-guest-stat{
    display:flex;
    flex-direction:column;
    align-items:center
}
.send-invitations-form .form-field .invitation-description-field{
    line-height:40px;
    height:100px !important
}
.send-invitations-modal{
    width:600px
}
.upcoming-events{
    border:1px solid #ccc;
    padding:25px
}
.upcoming-events-title{
    margin-top:0px;
    color:#007acc
}
.upcoming-events-content{
    padding-top:15px;
    padding-bottom:15px
}
.upcoming-events-content-event{
    padding-bottom:15px
}
.upcoming-events-content-event-title{
    font-weight:600
}
.upcoming-events-content-event-date{
    font-size:var(--small-font-size)
}
.upcoming-events-content-event-location{
    font-size:var(--small-font-size)
}
.upcoming-events-more button{
    position:relative;
    width:300px
}
.upcoming-events-more button::after{
    content:"";
    position:absolute;
    top:calc(50% - 6px);
    right:20px;
    z-index:1;
    width:7px;
    height:12px;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/images/icons/chevron-right-pink.png)
}

.event-actions{
    float:right;
}
/* Labels */

.dropdown-menu-link{
    padding:2px 0;
    color:#17325e
}
.dropdown-menu-link.dropdown-link-moderation,.dropdown-menu-link.dropdown-filter-link,.dropdown-menu-link.dropdown-link-messages{
    font-weight:600;
    color:#000
}

/* Edit pages */

.events .events-filter {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
}
.events .events-filter .events-filter-counter{
    display: inline-block;
    color: white;
    border-radius: 0.8rem;
    min-width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    box-shadow: none;
    background-color: #e20886;
    box-sizing: border-box;
    text-align: center;
    margin-top: -5px;
    line-height: 1.6rem;
    vertical-align: middle;
}


.events .events-filter .events-filter-form .form-field-row{
    width:100%;
    align-items:flex-end
}
.events .events-filter .events-filter-form .form-field{
    flex:1;
    width:100%;
    margin-bottom:0
}
.events .events-filter .events-filter-form .form-field input{
    height:40px;
    margin-bottom:0 !important
}
.events .events-filter .events-filter-form .form-field.button-field{
    flex:0 0 auto
}
.events .events-filter .events-filter-form .form-field.button-field button{
    height:40px;
    line-height: 40px !important;
    padding:0 20px;
    width:auto
}
.events .event .event-info{
    flex:1;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    min-width:0
}
.events .event .event-info .event-top{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.events .event .event-info .event-top .event-title{
    -moz-osx-font-smoothing:grayscale;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.events .event .event-info .event-top .event-title a:hover{
    text-decoration:none;
    opacity:.8
}

/* Events */

.events .event .event-info .event-footer{
    width:100%;
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end
}
.events .event .event-info .event-footer .event-author{
    display:flex;
    align-items:center;
    margin-right:auto;
    font-weight: 300;
}
.events .event .event-info .event-footer .event-author .event-avatar{
    margin-right:8px
}
.event .event-header .event-author {
    flex:1;
    width:100%;
    display:flex;
    align-items:center;
}

@media screen and (max-width: 39.9375em) {
    .event .event-header .event-author {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}

.event .event-header .event-author .event-avatar{
    margin-right:8px
}
.event .event-header .event-author .event-avatar img{
    width:40px;
    height:40px
}
.event .event-header .event-author .event-username{
    font-size: 1.6rem;
}
.event-invitation{
    background:#f2f2f2;
    padding:20px;
    border-radius:5px
}
.event-invitation .event-invitation-title{
    margin:0 0 10px !important;
    font-size:20px !important;
    line-height:30px !important;
    text-transform:unset !important;
    font-weight:500 !important
}
.event-invitation .event-invitation-form .rsvp-buttons-field{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px
}


.event-invitation .event-invitation-form .rsvp-buttons-field button{
    min-width:120px
}
.event-invitation .event-invitation-form p{
    margin-bottom:24px !important
}
.event-invitation .event-invitation-container{
    background-color: #f3f5f7;
    padding: 24px;
    border-radius: 5px;
}

@media screen and (max-width: 39.9375em) {
    .event-invitation .event-invitation-container {
        padding: 16px;
    }
}

.event-invitation .event-invitation-container .form-field textarea,
.event-invitation .event-invitation-container .form-field select{
    background-color: #fff;
}
.requirements-container label,
.extra-guests-container label{
    font-weight: 400;
}

.requirements-container textarea {
    padding: 0.8rem;
}

@media screen and (min-width: 39.9375em) {
    .requirements-container,
    .extra-guests-container{
        display: inline-block;
        margin-bottom: 1.6rem;
    }

    .requirements-container{
        width: calc(70% - 20px);
        vertical-align: top;
    }

    .extra-guests-container {
        width: calc(30% - 20px);
        margin-right: 0;
    }
}

.extra-guests-container {
    position: relative;
}

.extra-guests-container i {
    position: absolute;
    top: 40px;
    right: 16px;
    z-index: 10;
    font-size: 2rem;
    font-weight: 400;
}

.event-invitation-container p {
    margin-bottom: 24px !important;
}

.event-invitation-container .rsvp-buttons-field {
    justify-content: center;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 39.9375em) {
    .event-invitation-container .rsvp-buttons-field {
        gap: 10px;
    }

    .event-invitation-container .rsvp-buttons-field button {
        line-height: normal !important;
    }
}

.guest-details,.invitation-details,.waiting-list-details{
    width:100%
}
.guest-details .guest-details-action,.guest-details .invitation-details-action,.guest-details .waiting-list-action,.invitation-details .guest-details-action,.invitation-details .invitation-details-action,.invitation-details .waiting-list-action,.waiting-list-details .guest-details-action,.waiting-list-details .invitation-details-action,.waiting-list-details .waiting-list-action{
    margin:10px 0;
    display:block;
    text-align:right
}
.guest-details .download-link, .invitation-details .download-link, .waiting-list-details .download-link {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.guest-details table,.invitation-details table,.waiting-list-details table{
    margin-bottom:0
}
.guest-details table th,.invitation-details table th,.waiting-list-details table th{
    text-align:left
}
.event-join{
    background:#f2f2f2;
    padding:20px;
    border-radius:5px
}
.event-join .event-join-title{
    margin:0 0 10px !important;
    font-size:20px !important;
    line-height:30px !important;
    text-transform:unset !important;
    font-weight:500 !important
}
.event-join p{
    margin-bottom:24px !important
}
.event-join .join-button-field{
    text-align:center
}
.event-join .join-button-field button{
    min-width:120px
}

.event .event-join form .form-field,.event .event-invitation form .form-field{
    flex:1
}
.event .event-join form .form-field.rsvp-buttons-field,
.event .event-invitation form .form-field.join-button-field,
.event .event-invitation form .form-field.rsvp-buttons-field{
    margin-top:10px;
}
.event .event-join form .form-field-row,.event .event-invitation form .form-field-row{
    display:flex
}
.event .event-join form .form-field-row div:nth-child(1),.event .event-invitation form .form-field-row div:nth-child(1){
    flex-basis:70%
}
.event .event-join form .form-field-row div:nth-child(2),.event .event-invitation form .form-field-row div:nth-child(2){
    flex-basis:30%
}

.event {
    font-size:16px;
}

.toggle-container{
    display:none;
    padding:0 0 25px
}
.toggle-container.is-shown{
    display:block
}

.select2-container .select2-selection--single{
    border:1px solid #c5ccd7
}


#moderation-toolbar{
    margin:0 0 20px
}

#uploadbutton{
    height:48px !important;
    padding:0 20px;
    font-weight:500 !important;
    font-size: 1.6rem;
    border-radius:8px;
    border:1px solid #e20886 !important;
    cursor:pointer;
    color:#e20886;
    background:#fff;
    font-family:"Gotham Rounded",Helvetica,sans-serif;
}
#uploadbutton:hover{
    color:#fff;
    background:#e20886;
}

@media screen and (max-width: 39.9375em){
    .send-invitations-modal .user-group-container .add-users-button{
        height:48px !important
    }
}

.user-group-container{
    display:flex;
    align-items:center
}
@media screen and (max-width: 39.9375em){
    .user-group-container{
        flex-direction:column
    }
}
.user-group-container .select-container{
    width:70%;
    position:relative
}
@media screen and (max-width: 39.9375em){
    .user-group-container .select-container{
        width:100%
    }
}
.user-group-container .select-container select{
    width:100%
}
.user-group-container .add-users-button{
    flex:1;
    height:55px !important;
    margin-left:10px
}
@media screen and (max-width: 39.9375em){
    .user-group-container .add-users-button{
        flex:auto;
        width:100% !important;
        height:50px !important;
        margin-left:0;
        margin-top:10px
    }
}

.dropdown-admin-link i {
    font-size: 24px;
    line-height: 36px;
}

.event .event-details .event-details-title, .event .event-location-details .event-location-title, .event .event-info-details .event-info-title, .event .event-guests .event-guests-title, .event .event-join .event-join-title, .event .event-invitation .event-invitation-title {
    font-size: 25px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
    font-family: "Gotham Rounded",Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #007acc;
    margin: 0 0 16px !important;
    text-transform: unset;
}

.guest-details table th, .guest-details table td, .invitation-details table th, .invitation-details table td, .waiting-list-details table th, .waiting-list-details table td {
    font-size: 14px;
}

button.link, button.link:hover, button.link:focus, button.button-link, button.button-link:focus, button.button-link:hover {
    font-size: 16px;
    font-weight: 600 !important;
    font-family: "Gotham Rounded",Helvetica,sans-serif;
}

.toggle-panel button{
    border-color:#c5ccd7;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0 20px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc;
}

.toggle-panel button:hover{
    background:#f3f5f7;
}

#banner_file{
    padding: 0 !important;
    border: none !important;
    height: auto !important;
    font-weight: 400 !important;
}
#visibility-usergroup-container label{
    top: -12px;
    font-size: 12px;
}