﻿#txt-align-content p {
    text-align: left !important;
}

#txt-align-content [style*="text-align: center"] {
    text-align: center !important;
}

#txt-align-content span[style*="font-weight: 400"] {
    font-weight: 300 !important; /* Ganti font-weight menjadi 300 */
}

#txt-align-content strong {
    font-weight: 500;
    color: #555;
}

.txt-p-0 p {
    margin-bottom: 0px !important;
}

.as-input-form {
    color: #000;
    background-color: #E8F0FE;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    border: none;
    outline: none;
}

    .as-input-form:hover {
        box-shadow: 0 0 10px #65bdff;
    }

    .as-input-form:focus {
        box-shadow: 0 0 10px #65bdff;
        border: 1px solid #b3c2e6;
        text-decoration: none;
    }

.bg-color-white-detail {
    background-color: #F6F8FD;
}

.line-clamp-2 {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn-header-orange {
    font-size: 11px;
    line-height: normal;
    color: #ffffff;
    top: 0px;
    margin-right: 25px;
    position: relative;
    background-color: #ff5738;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 1px 8px 1px #ff9f8d;
}

/*Search Partial*/
.as-horn-icon {
    height: 120px;
    width: 120px;
}

.as-not-found-container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

/*Search box*/
#events {
    background-color: rgba(239, 239, 239, 0.50);
}

.as-home-search-box {
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 0 20px #e5e5e5, inset 0 0 20px rgb(194, 194, 194, 0.20);
}

.as-search-form {
    height: 50px;
    border-radius: 1rem;
    border: none;
    outline: none;
    padding: 0 15px;
}

    .as-search-form:-webkit-autofill,
    .as-search-form:-webkit-autofill:hover,
    .as-search-form:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s;
    }

.as-search-items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.as-search-btn-icon {
    background-color: #fff;
    border: 2px solid #6281C8;
    border-radius: 1rem;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

    .as-search-btn-icon.btn-search {
        background-color: var(--primary);
        color: #fff;
    }

        .as-search-btn-icon.btn-search:hover {
            background-color: #46b8ee;
            box-shadow: 0 0 15px #6281C8;
        }

    .as-search-btn-icon .as-icon {
        height: 50px;
        width: 50px;
    }

        .as-search-btn-icon .as-icon i {
            color: #6281C8;
            font-size: 1.3rem;
            font-weight: 300;
        }

        .as-search-btn-icon .as-icon.as-btn-search i {
            color: #fff;
            font-size: 1.3rem;
            font-weight: 300;
        }

.as-home-search-items {
    padding: 10px 0px;
}

.as-search-btn-icon .as-search-box {
    height: 50px;
    margin: auto 0;
    justify-content: center;
    align-items: center;
}

.as-search-form {
    flex: 1;
}

.as-home-custom-select {
    outline: none;
    border: none;
}

.as-dropdown-filter {
    text-align: left;
    display: block;
    font-size: 14px;
}

.as-more-filter {
    display: flex;
    margin: 30px 30px;
    flex-direction: row;
    justify-content: space-between;
}

.list-inline-item a.as-view-setting {
    color: #6281C8;
    border-radius: 8px;
    border: 2px solid #6281C8;
    cursor: pointer;
}

    .list-inline-item a.as-view-setting.active {
        background-color: #6281C8;
        color: #fff;
    }

    .list-inline-item a.as-view-setting:hover {
        background-color: #6281C8;
        color: #fff;
        cursor: pointer;
    }

.as-filter-event a.btn {
    color: #6281C8;
    border: 2px solid #6281C8;
    cursor: pointer;
}

    .as-filter-event a.btn:hover {
        background-color: #6281C8;
        color: #fff;
        cursor: pointer;
    }

.as-card-shadow-3 {
    box-shadow: 0px 5px 10px 3px #dbe6ff;
}

/*End Search Box*/


.description-product strong {
    color: #555 !important;
}

.cc-promo-short-description-v2 p,
.cc-promo-short-description-v2 ul li {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: left !important;
}

@media (min-width: 0) {

    .as-pt-13r {
        padding-top: 13rem !important;
    }

    .as-height-300 {
        height: 300px !important;
    }

    .cc-height-145 {
        height: 145px !important;
    }

    .as-home-main {
        padding: 80px 0;
    }

    .as-home-image {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .as-events-list .grid-view {
        grid-template-columns: 1fr;
    }

    .as-events-list .list-view .event-card {
        grid-template-columns: 1fr;
    }

    .as-events-list .list-view.list-view-1 .event-card {
        grid-template-columns: 1fr;
    }

    .not-found-event .as-not-found-container .not-found-text {
        justify-content: center;
        text-align: center;
    }

    .not-found-event .as-not-found-container .not-found-image {
        justify-content: center;
        text-align: center;
    }

    .not-found-event {
        height: 300px;
    }

    .g-width-15 {
        width: 15px !important;
    }

    .g-height-15 {
        height: 15px !important;
    }
}

@media (min-width: 576px) {
    /* --sm*/
    .as-font-size-12--sm {
        font-size: 12px !important;
    }

    .as-font-size-14--sm {
        font-size: 14px !important;
    }

    .as-font-size-17--sm {
        font-size: 17px !important;
    }

    .as-font-size-19--sm {
        font-size: 19px !important;
    }

    .as-font-size-10--sm {
        font-size: 10px !important;
    }

    .as-ma-0--sm {
        margin: 0rem !important;
    }

    .as-ma-20--sm {
        margin: 1.42857rem !important;
    }

    .as-ma-5--sm {
        margin: 0.42857rem !important;
    }

    .as-text-justify--sm {
        text-align: justify !important;
    }
}

@media (min-width: 768px) {
    /* --md*/
    .as-ma-0--md {
        margin: 0rem !important;
    }

    .as-ma-20--md {
        margin: 1.42857rem !important;
    }

    .as-ma-5--md {
        margin: 0.42857rem !important;
    }

    .as-font-size-16--md {
        font-size: 1.14286rem !important;
    }

    .as-font-size-10--md {
        font-size: 10px !important;
    }

    .as-height-20--md {
        height: 20px !important;
    }

    .as-width-20--md {
        width: 20px !important;
    }

    .as-min-height-57--md {
        min-height: 57rem !important;
    }

    .as-font-size-13--md {
        font-size: 13px !important;
    }

    .as-font-size-14--md {
        font-size: 14px !important;
    }

    .as-font-size-15--md {
        font-size: 15px !important;
    }

    .as-modal-md {
        max-width: 700px;
    }

    .g-font-size-17--md {
        font-size: 1.21429rem !important;
    }
}

@media (min-width: 992px) {
    /* --lg*/

    .as-font-size-17--lg {
        font-size: 17px !important;
    }

    .as-font-size-14--lg {
        font-size: 14px !important;
    }

    .as-ma-0--lg {
        margin: 0rem !important;
    }

    .as-ma-20--lg {
        margin: 1.42857rem !important;
    }

    .as-font-size-13--lg {
        font-size: 0.92857rem !important;
    }

    .as-modal-lg {
        max-width: 1000px;
    }

    .container-header-custom {
        max-width: 1140px;
    }

}


@media (min-width: 1200px) {
    .as-pl-150--xl {
        padding-left: 10.71429rem !important;
    }

    .as-text-justify--xl {
        text-align: justify !important;
    }
}
