body {
    padding: 10px;
    background-color: #ffffff;
    font-family: sans-serif;
}


.pxl-events__wrapper {
    position: relative;
    margin: 0px auto;
    max-width: 1440px;
}

.pxl-events__wrapper--sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.pxl-events__search {
    margin-bottom: 30px;
    width: 100%;
}

.pxl-search__label {
    display: block;
    margin: 0px 0px 3px;
    padding: 0;
    border-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #1F2937;
}

.pxl-search__field {
    position: relative;
}

.pxl-search__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 14px;
    pointer-events: none;
    color: #1F2937;
}

.pxl-search__icon svg,
.pxl-search__icon i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

input[type=search].pxl-search__input,
input[type=text].pxl-search__input,
.pxl-search__input {
    display: block;
    padding: 16px;
    padding-left: 40px;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #1F2937;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.pxl-search__field--no-icon input[type=search].pxl-search__input,
.pxl-search__field--no-icon input[type=text].pxl-search__input,
.pxl-search__field--no-icon .pxl-search__input {
    padding: 16px 8px;
}

input[type=search].pxl-search__input--w-full,
input[type=text].pxl-search__input--w-full,
.pxl-search__input--w-full {
    width: 100%;
}

input[type=search].pxl-search__input:focus,
input[type=text].pxl-search__input:focus,
.pxl-search__input:focus {
    background: #ffffff;
    border: 1px solid #F05252;
    outline: none;
    -webkit-box-shadow: #ffffff 0px 0px 0px 0px, #F05252 0px 0px 1px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -moz-box-shadow: #ffffff 0px 0px 0px 0px, #F05252 0px 0px 1px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    box-shadow: #ffffff 0px 0px 0px 0px, #F05252 0px 0px 1px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;

}

button.pxl-search__submit {
    position: absolute;
    right: 10px;
    bottom: 9px;
    padding: 8px 16px;
    background: #E02424;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

button.pxl-search__submit:hover,
button.pxl-search__submit:focus {
    background: #C81E1E;
    border: none;
    outline: none;
    /*
    -webkit-box-shadow: #ffffff 0px 0px 0px 0px, #F8B4B4 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -moz-box-shadow:#ffffff 0px 0px 0px 0px, #F8B4B4 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    box-shadow: #ffffff 0px 0px 0px 0px, #F8B4B4 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    */
    color: #ffffff;;
}

.pxl-advanced {
    display: none;
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}

.pxl-advanced__head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 15px;
    background: #F9FAFB;
    border: none;
    border-radius: 8px 8px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.pxl-advanced__foot {
    padding: 10px 20px 20px;
}

.pxl-advanced__section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.pxl-advanced__section--border-top {
    border-top: 1px solid #d1d5db;
}

.pxl-advanced__open,
.pxl-advanced__close {
    display: block;
    padding: 0px;
    background: none;
    border: none;
    outline: none;
    color: #1F2937;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.pxl-advanced__open:hover,
.pxl-advanced__open:focus,
.pxl-advanced__close:hover,
.pxl-advanced__close:focus {
    color:#4B5563;
    background: none;
    border: none;
    outline: none;
}

.pxl-advanced__open {
    margin-top:10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.pxl-advanced__open i {
    margin-right: 8px;
}

.pxl-advanced__close {
    font-size: 22px;
    line-height: 22px;
}

.pxl-advanced__title {
    color: #1F2937;
}

button.pxl-advanced__foot-btn,
.pxl-advanced__foot-btn {
    margin: 10px 0px 0px;
    padding: 12px 40px;
    background: #E5E7EB;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #1F2937;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

button.pxl-advanced__foot-btn--submit,
.pxl-advanced__foot-btn--submit {
    display: block;
    width: 100%;
    max-width: 300px;
    background: #E02424;
    color: #ffffff;
}

button.pxl-advanced__foot-btn:hover,
button.pxl-advanced__foot-btn:focus
.pxl-advanced__foot-btn:hover,
.pxl-advanced__foot-btn:focus {
    background: #d1d5db;
    color: #1F2937;
}

button.pxl-advanced__foot-btn--submit:hover,
button.pxl-advanced__foot-btn--submit:focus
.pxl-advanced__foot-btn--submit:hover,
.pxl-advanced__foot-btn--submit:focus {
    background: #C81E1E;
    color: #ffffff;;
}

@media screen and (max-width:450px) {
    button.pxl-search__submit {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-top: 10px;
        padding: 12px 16px;
        width: 100%;
    }

    .pxl-search__icon {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: absolute;
        top: 16px;
    }

    .pxl-advanced__column {
        width: 100%;
    }

    input[type=search].pxl-search__input,
    input[type=text].pxl-search__input,
    .pxl-search__input {
        width: 100%;
    }

    .pxl-advanced__foot {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    button.pxl-advanced__foot-btn,
    .pxl-advanced__foot-btn {
        margin: 5px;
    }
}


/*
** Events Wrapper CSS
*/
.pxl-events__main {
    margin: 0px;
    margin-bottom: 80px;
    padding: 0px;
}

.pxl-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    color: #1F2937;
}

.pxl-controls__toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pxl-toggle__icon {
    display: inline-block;
    margin-left: 0px;
    padding: 8px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.pxl-toggle__icon.active {
    background: #F3F4F6;
    color: #E02424;
}

.pxl-controls {
    border-radius: 8px;
}



/*
** Events Modal CSS
*/
.pxl-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.pxl-modal__bg {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 0;
}

.pxl-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    z-index: 1;
}

.pxl-modal__head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 15px;
    background: #F9FAFB;
    border: none;
    border-radius: 8px 8px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.pxl-modal__foot {
    padding: 10px 20px 20px;
    text-align: center;
}

.pxl-modal__section {
    padding: 0px;
}

.pxl-modal__section--border-top {
    border-top: 1px solid #d1d5db;
}

.pxl-divisions__details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background: #ffffff;
    color: #1F2937;
    cursor: pointer;
}

.pxl-divisions__details:hover,
.pxl-divisions__details:focus {
    color:#E02424;
}

.pxl-divisions__details:not(:first-of-type) {
    border-top: 1px solid #d1d5db;
}

.pxl-divisions__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.pxl-divisions__name i {
    margin-right: 5px;
}

.pxl-divisions__expand i {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
}

.pxl-divisions__tab {
    display: block;
    margin-top: 10px;
    padding: 10px 10px;
    width: 100%;
    background: #e5e5e5;
}

.pxl-modal__close {
    display: block;
    padding: 0px;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    line-height: 22px;
    color: #1F2937;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.pxl-modal__close:hover,
.pxl-modal__close:focus {
    color:#4B5563;
    background: none;
    border: none;
    outline: none;
}

.pxl-modal__title {
    color: #1F2937;
}

button.pxl-modal__foot-btn,
.pxl-modal__foot-btn {
    margin: 10px 0px 0px;
    padding: 12px 40px;
    background: #E5E7EB;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #1F2937;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

button.pxl-modal__foot-btn:hover,
button.pxl-modal__foot-btn:focus
.pxl-modal__foot-btn:hover,
.pxl-modal__foot-btn:focus {
    background: #d1d5db;
    color: #1F2937;
}



/*
** Events List CSS
*/
.pxl-events {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0px;
}

.pxl-events__item {
    position: relative;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.05);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.05);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.05);
}

.pxl-events__item--list {
    margin-bottom: 20px;
    width: 100%; 
}

.pxl-events__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pxl-events__image {
    display: flex;
    align-items: stretch;
    margin: 20px 30px 20px 30px;
    width: 150px;
    height: 150px;
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pxl-events__body {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 30px 20px 0px;
}

.pxl-events__info {
    width: 100%;
    max-width: 400px;
}

.pxl-events__name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #1F2937;
}

.pxl-events__detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #6B7280;
}

.pxl-events__detail-icon,
.pxl-events__detail-info {
    display: inline-block;
}

.pxl-events__detail-icon {
    display: inline-block;
    margin-top: 3px;
    width: 20px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.pxl-events__detail-btn {
    margin: 0px;
    padding: 0px;
    background: none;
    background-color: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    text-decoration: normal;
    color: #6B7280;
    cursor: pointer;
}

.pxl-events__detail-btn:hover,
.pxl-events__detail-btn:focus {
    color: #374151;
    text-decoration: underline;
}

.pxl-events__actions {
    margin-top: 15px;
    text-align: center;
}

.pxl-events__primary-btn {
    display: block;
    padding: 12px 40px;
    background: #E02424;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.pxl-events__primary-btn:hover,
.pxl-events__primary-btn:focus {
    background: #C81E1E;
    color: #ffffff;
}

.pxl-events__secondary-btn {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #E02424;
}

.pxl-events__secondary-btn:hover,
.pxl-events__secondary-btn:focus {
    color: #C81E1E;
}

.pxl-events__error-message {
    margin: 60px 0px 120px;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color:#1F2937;
}

.pxl-events__error-message--medium {
    font-size: 24px;
    line-height: 32px;
}

.pxl-events__error-message--small {
    margin: 40px 0px 120px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1100px) {
    .pxl-events__image {
        justify-content: stretch;
        margin: 20px 20px 20px 20px;
        width: 100%;
        height: 150px;
    } 

    .pxl-events__body {
        margin: 20px 30px 20px 30px;
    }

    .pxl-events__info {
        max-width: 100%;
    }

    .pxl-events__actions {
        width: 100%;
        margin: 20px 0px 0px;
        text-align: center;
    }

    .pxl-events__secondary-btn {
        margin: 10px auto 0px;
        width: 200px;
    }
}


/*
.pxl-events--grid {
    justify-content: flex-start;
    gap: 20px;
}

.pxl-events__item--grid {
    max-width: 350px;
}

.pxl-events__item--grid .pxl-events__image {
    justify-content: center;
    width: 100%;
}

.pxl-events__item--grid .pxl-events__body {
    margin: 20px 30px 20px 30px;
}

.pxl-events__item--grid .pxl-events__info {
    max-width: 100%;
}

.pxl-events__item--grid .pxl-events__actions {
    width: 100%;
    margin: 20px 0px 0px;
    text-align: center;
}

.pxl-events__item--grid .pxl-events__secondary-btn {
    margin: 10px auto 0px;
    width: 200px;
}
*/



/*
** Event List Loading Widget CSS
*/
.lds__loading-wrap {
    padding-top: 60px;
    width: 100%;
    text-align: center;
}

.lds__loading-headline {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #1F2937;
}


.lds__loading {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds__loading div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #1F2937;
    animation: lds__loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds__loading div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds__loading div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds__loading div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds__loading {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}