<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom css */
/* Event add croppie styles */
input[type="file"] {
    cursor: pointer;
}
button:focus {
    outline: 0;
}

.remove-result, .delete-image {
    margin: 3px;
    padding: 7px 18px;
}

.file-btn {
    position: relative;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-event-image .upload-event-image-wrap,
.upload-event-image .upload-result,
.upload-event-image .remove-result,
.upload-event-image .show-image.ready,
.upload-event-image .upload-msg.ready,
.upload-event-image.ready .upload-msg,
.upload-event-image.ready .show-image,
.upload-event-image.ready .delete-image,
.upload-base-event-image .upload-base-event-image-wrap,
.upload-base-event-image .btn-popup,
.upload-base-event-image .remove-result,
.upload-base-event-image .show-image.ready,
.upload-base-event-image .upload-base-msg.ready,
.upload-base-event-image.ready .upload-base-msg,
.upload-base-event-image.ready .show-image,
.upload-base-event-image.ready .delete-image {
    display: none;
}
.upload-event-image.ready .upload-event-image-wrap,
.upload-base-event-image.ready .upload-base-event-image-wrap {
    display: block;
}
.upload-event-image.ready .upload-result,
.upload-event-image.ready .remove-result,
.upload-base-event-image.ready .btn-popup,
.upload-base-event-image.ready .remove-result {
    display: inline-block;
}
.upload-event-image-wrap {
    width: 450px;
    height: 400px;
    margin: 0 auto;
}

.upload-base-event-image-wrap,
.org-image-wrap {
    width: 540px;
    height: 283px;
    margin-bottom: 50px;
}

.upload-msg,
.upload-base-msg {
    text-align: center;
    padding: 50px;
    font-size: 15px;
    color: #aaa;
    width: 260px;
    margin-bottom: 50px;
    border: 1px solid #aaa;
}

.show-image {
    width: 540px;
    height: 283px;
    margin-bottom: 50px;
}

.upload-iamge,
.org-image {
    width: 540px;
    height: 283px;
}

/* End of Event add croppie styles */

.event-link.show-image-loop, .show-image-event, .show-image-ads{
    aspect-ratio: 1.91/1;
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    border-radius: 0.5rem;
}

.card-img-top{
    aspect-ratio: 1.91/1;
    background-color: #f8f8f8;
}

.event-link.show-image-loop .card-img-top, .show-image-event img, .show-image-ads img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.page-content {
    padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .page-content {
        padding-bottom: 102px;
    }
}
.form-group {
    margin-bottom: 1rem;
}
.form-control-sm {
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.3125rem;
}
.custom-checkbox .custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #97a4af;
}
.form-row&gt;.col, .form-row&gt;[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}
.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #377dff;
    background-color: #377dff;
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.btn-group-sm&gt;.btn, .btn-sm {
    padding: 0.625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.input-group-text {
    padding: .5rem 1rem;
}
.breadcrumb {
    padding: 0.75rem 1rem;
}
.card {
    border-width: 1px;
}
.card&gt;div {
    border-radius: 0.5rem;
}
</pre></body></html>