/*.custom-list>ul,li{*/
/*    list-style-image: url('../media/svg/bullet.svg');*/
/*}*/
.nice-list {
    list-style-type: none; /* Remove default bullet or numbering */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.nice-list li {
    margin: 10px 0; /* Add some space between list items */
    padding: 10px; /* Add padding to the list items */
    background-color: #f1f1f1; /* Add a light gray background color to the list items */
    border-radius: 5px; /* Round the corners of the list items */
    list-style-type: none; /* Remove default bullet or numbering */
}

.nice-sublist {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

.nice-sublist li {
    margin: 0px 0; /* Add some space between list items */
    padding: 10px; /* Add padding to the list items */
    background-color: #f1f1f1; /* Add a light gray background color to the list items */
    border-radius: 5px; /* Round the corners of the list items */
}

/*.btn-block {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 12px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*}*/

@media (min-width: 768px) {
    .video {
        margin-right: auto;
        margin-left: auto;
        width: 560px;
    }

    .embedded-video {
        margin-right: auto;
        margin-left: auto;
        width: 560px;
        height: 315px;
    }
}

@media (max-width: 768px) {
    .video {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .embedded-video {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 250px;
    }
}

.text-justify {
    text-align: justify !important;
}

.fs-2-5x {
    font-size: 2.5rem !important;
}

.article-card {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 40px;
    width: 50%;
    margin-top: 100px;
    z-index: 2;
    background: #fff;
    position: relative;
}

@media (max-width: 768px) {
    .article-card {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .article-card {
        width: 50%;
    }
}

.article-card p {
    font-size: 16px;
}

.article-image {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-position-x: center;
}

.relative {
    position: relative;
}

.article-list-card {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 10px;
}

.article-list-card img {
    border-radius: 10px;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.article-card ul, .article-card ol {
    margin-left: 45px;
}

.spinner {
    display: inline-block;
    vertical-align: middle;
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.2em;
}

.event-header-img {
    max-width: 300px;
    height: auto;
}

.event-form {
    width: 100%;
    min-width: 70rem;
}

.event-form .btn-outline {
    border-color: #fff;
}

.event-show .event-show-header span,
.event-show .event-show-header h1,
.event-show .event-show-header h2,
.event-show .event-show-header ul,
.event-show .event-show-header li {
    color: #fff !important;
}

.event-show .event-content ul {
    padding-left: 3rem;
}

.event-show .ql-align-center {
    text-align: center;
}

@media (max-width: 768px) {
    .event-show .event-header-img,
    .event-show .section-image {
        margin-top: 30px;
    }
}
