﻿/* Add here all your css styles (customizations) */

@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900';

:root {
    --primary: rgb(0, 158, 251);
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0;
    overflow-x: hidden;
}

/*Primary Color*/
.as-color-primary {
    color: rgb(0, 158, 251);
}

.as-color-primary-opacity-9 {
    color: rgba(0, 158, 251, 0.9);
}

.as-color-primary-opacity-8 {
    color: rgba(0, 158, 251, 0.8);
}

.as-color-primary-opacity-7 {
    color: rgba(0, 158, 251, 0.7);
}

.as-color-primary-opacity-6 {
    color: rgba(0, 158, 251, 0.6);
}

.as-color-primary-opacity-5 {
    color: rgba(0, 158, 251, 0.5);
}

.as-color-primary-opacity-4 {
    color: rgba(0, 158, 251, 0.4);
}

as-color-primary-opacity-3 {
    color: rgba(0, 158, 251, 0.3);
}

.as-color-primary-opacity-3 {
    color: rgba(0, 158, 251, 0.2);
}

.as-color-primary-opacity-3 {
    color: rgba(0, 158, 251, 0.1);
}

.as-color-primary--hover:hover {
    color: #1998f7 !important;
    text-decoration: none;
}

.as-bg-future-event {
    background-image: linear-gradient(to right bottom, #c3eaff, #b8e8ff, #ace6ff, #9fe4fe, #91e2fd, #87dffc, #7cdbfc, #71d8fb, #6ad2fb, #64ccfa, #5fc6f9, #5bc0f8);
}

/*Primary Background*/
as-bg-primary {
    background-color: rgb(0, 158, 251);
}

.as-bg-primary-opacity-9 {
    background-color: rgba(0, 158, 251, 0.9);
}

.as-bg-primary-opacity-8 {
    background-color: rgba(0, 158, 251, 0.8);
}

.as-bg-primary-opacity-7 {
    background-color: rgba(0, 158, 251, 0.7);
}

.as-bg-primary-opacity-6 {
    background-color: rgba(0, 158, 251, 0.6);
}

.as-bg-primary-opacity-5 {
    background-color: rgba(0, 158, 251, 0.5);
}

.as-bg-primary-opacity-4 {
    background-color: rgba(0, 158, 251, 0.4);
}

.as-bg-primary-opacity-3 {
    background-color: rgba(0, 158, 251, 0.3);
}

.as-bg-primary-opacity-3 {
    background-color: rgba(0, 158, 251, 0.2);
}

.as-bg-primary-opacity-3 {
    background-color: rgba(0, 158, 251, 0.1);
}
.as-bg-gold {
    background-color: #f7b513;
}

input[type="radio"]:checked + .g-bg-menu--checked,
input[type="radio"]:checked + * .g-bg-menu--checked {
    background-color: #65bdff !important;
    color: white;
    box-shadow: 0 0 10px #ddd;
}

.g-bg-menu--checked.g-checked,
.g-checked .g-bg-menu--checked {
    background-color: #65bdff !important;
    color: white;
    box-shadow: 0 0 10px #ddd;
}

/*Custom Navbar*/
.navbar-menu .navbar-nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
}

    .navbar-menu .navbar-nav .nav-item .nav-link:hover {
        color: var(--primary);
    }
    .navbar-menu .navbar-nav .nav-item .nav-link:focus {
        color: #000000CC;
    }
    .navbar-menu .navbar-nav .nav-item .nav-link.nav-active {
        color: var(--primary);
    }

    .navbar-menu .navbar-nav .nav-item .nav-link:before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 5px;
        left: 1px;
        right: 0;
        background: var(--primary);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .navbar-menu .navbar-nav .nav-item .nav-link:after {
        content: "";
        width: 0;
        height: 3px;
        position: absolute;
        bottom: 5px;
        margin: 0 auto;
        left: 1px;
        right: 0;
        background: #CCECFE;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .navbar-menu .navbar-nav .nav-item .nav-link:hover:after {
        width: 5px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.navbar-menu .navbar-nav .nav-item.dropdown-submenu .nav-link:hover:after {
    width: 0 !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-menu .navbar-nav .nav-item .dropdown-toggle.nav-link:before {
    background: transparent;
}

.navbar-menu .dropdown-item:focus, .navbar-menu .dropdown-item:hover {
    border-radius: 0;
}

.navbar-menu .navbar-nav .nav-item .nav-link:hover:before {
    width: 80%;
}

.link-item-font {
    font-size: 1.1rem;
    color: #000000;
}

.as-goto-events {
    background-color: rgba(185,229,255,0.94);
    outline: none;
    color: #263238;
}

    .as-goto-events:hover {
        background-color: #fff;
        border: 2px solid rgba(0, 158, 251, 0.40);
        outline: none;
        color: #263238;
    }
/*End Custom Navbar*/

/*Start Footer*/
a.as-footer-text:hover {
    text-decoration: none;
    outline: 0;
    color: var(--primary);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.as-footer-text:focus {
    text-decoration: none;
    color: #242424;
}

.as-footer-text {
    color: #242424;
    text-decoration: none;
    position: relative;
    left: 0;
}
    .as-footer-text:hover {
        color: var(--primary);
        text-decoration: none;
        left: 5px;
        position: relative;
    }
a.as-footer-text-host:hover,
a.as-footer-text-host:focus {
    width: 100%;
    text-decoration: none;
    color: var(--primary);
    height: 1px
}

.as-footer-text-host {
    color: #242424;
    text-decoration: none;
    position: relative;
    bottom: 0;
}
a.as-footer-text-host:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    visibility: hidden;
    background-color: var(--primary);
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

a.as-footer-text-host:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/*End Footer*/

/*Home Section*/
section.home-main {
    height: 100vh;
    width: 100vw;
}

section.as-home-section {
    background: rgb(185,229,255);
    background: linear-gradient(207deg, rgba(185,229,255,0.94) 0%, rgba(255,255,255,1) 53%);
}
.as-home-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
}
.as-home-left-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.as-home-title {
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

.as-home-description {
    padding: 1rem 0;
}

.as-home-button {
    outline: none;
    border-radius: 1rem;
    font-weight: 500;
    box-shadow: -1px 20px 68px -20px rgba(0,146,216,0.7);
    -webkit-box-shadow: -1px 20px 68px -20px rgba(0,146,216,0.7);
    -moz-box-shadow: -1px 20px 68px -20px rgba(0,146,216,0.7);
}

    .as-home-button:hover {
        box-shadow: -1px -1px 68px -6px rgba(62,182,255,0.7);
        -webkit-box-shadow: -1px -1px 68px -6px rgba(62,182,255,0.7);
        -moz-box-shadow: -1px -1px 68px -6px rgba(62,182,255,0.7);
    }

.as-home-button-2 {
    background-color: var(--primary);
    text-align: center;
    border: none;
    border: 3px solid var(--primary);
    color: #fff;
    font-size: 17px;
    padding: 15px 20px;
    margin-right: 15px;
    flex: 1;
}
.as-home-button-2:hover {
    color: #fff;
}
    .as-home-button-2:focus {
        background-color: var(--primary);
        text-align: center;
        color: #fff;
    }

.as-home-button-1 {
    background-color: #fff;
    text-align: center;
    outline: none;
    border: 3px solid var(--primary);
    padding: 15px 20px;
    font-size: 17px;
    margin-right: 15px;
    color: var(--primary);
    flex: 1;
}
    .as-home-button-1:hover {
        color: var(--primary);
    }

    .as-home-button-1:focus {
        background-color: #fff;
        text-align: center;
        color: var(--primary);
    }
.as-counter-events {
    flex: 1;
}

.as-counter-organizer {
    flex: 1;
}

/*End Home Section*/

/*Future Events*/

.as-home-future-event {
    min-height: 100vh;
    width: 100vw;
    background-color: #151826;
}

/*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 #65bdff;
    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 #65bdff;
        }
    .as-search-btn-icon .as-icon {
        height: 50px;
        width: 50px;
    }
    .as-search-btn-icon .as-icon i {
        color: #65bdff;
        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: #65bdff;
    border-radius: 8px;
    border: 2px solid #65bdff;
    cursor: pointer;
}
    .list-inline-item a.as-view-setting.active {
        background-color: #65bdff;
        color: #fff;
    }

    .list-inline-item a.as-view-setting:hover {
        background-color: #65bdff;
        color: #fff;
        cursor: pointer;
    }

.as-filter-event a.btn {
    color: #65bdff;
    border: 2px solid #65bdff;
    cursor: pointer;
}

    .as-filter-event a.btn:hover {
        background-color: #65bdff;
        color: #fff;
        cursor: pointer;
    }

/*End Search Box*/
.as-time-place {
    color: #1998f7;
    font-weight: 600;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .as-time-place a {
        color: #1998f7;
        font-weight: 600;
    }

.as-button {
    background-color: var(--primary);
    color: #fff;
}

    .as-button:hover {
        text-decoration: none;
        color: #fff;
        background-color: #46b8ee;
        box-shadow: 0 0 15px #65bdff;
    }

.as-button-load-more {
    border-radius: 30px;
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 0 15px #c6c6c6;
    border: none;
}

    .as-button-load-more:hover {
        color: #fff;
        background-color: #46b8ee;
        box-shadow: 0 0 15px #65bdff;
        cursor: pointer;
        border: none;
    }
    .as-button-load-more:focus {
        border: none;
    }

.image-overlay-onhover {
    position: relative;
}

    .image-overlay-onhover .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
    }

    .image-overlay-onhover:hover .overlay {
        opacity: 1;
    }

    .image-overlay-onhover .overlay .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.img-responsive {
    width: 100%;
}

.u-header__logo-img {
    height: 55px;
}

.u-header__logo-img45 {
    height: 45px;
}

.u-header__logo-img40 {
    height: 36px;
}

.dz-message {
    color: black;
}

.g-bottom-minus-40 {
    bottom: -40px;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.7;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

.loader {
    border: 5px solid;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-color: orange transparent transparent;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cursor-pointer:hover {
    cursor: pointer;
}

@keyframes spin {
    100% {
        transform: rotate(720deg);
        filter: hue-rotate(720deg)
    }
}
.as-bottom {
    position: fixed;
    bottom: 0px;
}

.g-bg-blue-custom-opacity-0_8--after::after {
    background-color: rgba(204, 228, 249, 0.8) !important;
}

.line-clamp-live-question {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-height-lq {
    max-height: 127px;
    margin-bottom : 20px;
    line-height : 120%;
}
.custom-height-box-live-question{
    height: 150px;
}
/*----CUSTOM LIVE QUESTIONS----*/
.custom-body-live-questions {
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    border-width: 5px;
    border-color: #025fde;
}
.custom-body-live-questions-alternative {
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 0px;
    overflow: hidden;
    border-width: 5px;
    border-color: #025fde;
}
.custom-height-box-live-questions {
    height: 150px;
}
.custom-name-live-questions {
    justify-content: space-between;
    align-items: center;
    font-size: 16pt;
    color: #359dcf !important;
    font-weight: 600;
}
.custom-title-live-questions {
    justify-content: space-between;
    align-items: center;
    font-size: 14pt;
    color: #ebc71d !important;
    font-weight: 600;
}
.custom-question-live-questions {
    justify-content: space-between;
    align-items: center;
    font-size: 16pt;
    color: #2b2b2b;
    line-height : 120%;
}
.line-clamp-custom-live-questions {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.avatar-custom-live-questions {
    height: 70px;
    width : 70px;
}
.custom-padding{
    padding-top: 5px;
}
.custom-body {
    border: 10px;
    border-color: #025fde;
}
/*----END CUSTOM LIVE QUESTIONS----*/
.line-clamp-two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.u-angle-v2--bottom-right--bg-blue {
    position: relative;
    overflow: hidden;
}
.u-angle-v1--top-right--bg-blue::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -100px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    width: 250px;
    height: 120px;
    background-color: rgba(112,185,221, 0.1);
}
.line-clamp-one-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.g-bg-white-gradient-opacity-bottom,
.g-bg-white-gradient-opacity-bottom--after::after {
    background-image: linear-gradient(to top, white 15%, rgba(255, 255, 255, 0.1) 40%);
    background-repeat: repeat-x;
}
.g-bg-white-gradient-opacity-top,
.g-bg-white-gradient-opacity-top--after::after {
    background-image: linear-gradient(to bottom, white 15%, rgba(255, 255, 255, 0.5) 30%);
    background-repeat: repeat-x;
}

.g-bg-blue-opacity-0_2--hover:hover {
    background-color: rgba(53, 157, 207, 0.08) !important;
}

/*FOOTER*/
.as-footer-container {
    background: #fbfbfd;
}

.as-footer-top {
    padding: 120px 0px 270px;
    position: relative;
    overflow-x: hidden;
}

.as-footer-center .as-footer-bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}

.as-footer-center {
    position: absolute;
    bottom: 0;
    background: url("/assets/images/svg/background-footer.svg") no-repeat scroll center 0;
    width: 100%;
    height: 236px;
}

    .as-footer-center .footer-image-1 {
        background: url("https://1.bp.blogspot.com/-mvKUJFGEc-k/XclCOUSvCnI/AAAAAAAAUAE/jnBSf6Fe5_8tjjlKrunLBXwceSNvPcp3wCLcBGAsYHQ/s1600/volks.gif") no-repeat center center;
        width: 330px;
        height: 105px;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: 30%;
        -webkit-animation: footer-animation 22s linear infinite;
        animation: footer-animation 22s linear infinite;
    }

    .as-footer-center .footer-image-2 {
        background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center;
        width: 88px;
        height: 100px;
        background-size: 100%;
        bottom: 0;
        left: 38%;
        position: absolute;
        -webkit-animation: footer-animation 30s linear infinite;
        animation: footer-animation 30s linear infinite;
    }
@-moz-keyframes footer-animation {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes footer-animation {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes footer-animation {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

/*GLASSMORPHISM*/
.as-glassmorphism {
    backdrop-filter: blur( 2.5px );
    -webkit-backdrop-filter: blur( 2.5px );
}

/*LOGIN BOX*/
.as-login-box {
    background-color: var(--primary);
    color: #fff;
    padding: 8px 30px;
    border-start-start-radius: 5px;
    border-end-end-radius: 5px;
}

    .as-login-box:hover {
        background-color: #46b8ee;
        box-shadow: 0 0 15px #65bdff;
    }

/*Search Partial*/
.as-horn-icon {
    height: 120px;
    width: 120px;
}

.as-not-found-container{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.as-events-list .event-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 4px 25px 0 rgba(34, 41, 47, 0.25);
    transition: transform 500ms ease-in-out;
}

.as-events-list .event-card .item-name {
    margin-bottom: 0;
}

    .as-events-list .event-card .item-name a {
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.as-events-list .event-card .item-description {
    font-size: 0.875rem;
}

.as-events-list .event-card .btn-wishlist span, .as-events-list .event-card .btn-cart span {
    vertical-align: text-top;
}

.as-events-list .event-card .btn-wishlist i, .as-events-list .event-card .btn-wishlist svg, .as-events-list .event-card .btn-cart i, .as-events-list .event-card .btn-cart svg {
    margin-right: 0.25rem;
    vertical-align: text-top;
}

    .as-events-list .event-card .btn-wishlist i.text-danger, .as-events-list .event-card .btn-wishlist svg.text-danger, .as-events-list .event-card .btn-cart i.text-danger, .as-events-list .event-card .btn-cart svg.text-danger {
        fill: #EA5455;
    }

.as-events-list .grid-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

    .as-events-list .grid-view .event-card {
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .as-events-list .grid-view .event-card .item-img {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            min-height: 20rem;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }
            .as-events-list .grid-view .event-card .item-img .as-u-label-box {
                border-end-start-radius: 5px;
                border-start-start-radius: 5px;
                right: 5px;
                top: 20px;
            }

            .as-events-list .grid-view .event-card .item-img .as-u-label-box-course {
                border-end-start-radius: 5px;
                border-start-start-radius: 5px;
                right: 5px;
                top: 55px;
            }

        .as-events-list .grid-view .event-card .item-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
        }

        .as-events-list .grid-view .event-card .item-options {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .as-events-list .grid-view .event-card .item-options .btn-cart, .as-events-list .grid-view .event-card .item-options .btn-wishlist {
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                border-radius: 0;
            }

        .as-events-list .grid-view .event-card .item-name {
            margin-top: 0.75rem;
        }

        .as-events-list .grid-view .event-card .item-description {
            display: none;
            margin-top: 0.2rem;
        }
        .as-events-list .grid-view .event-card .item-name .abs-space{
            height: 30px;
        }
        .as-events-list .grid-view .event-card .item-name .item-organizer {
            position: absolute;
            right: 0;
            width: 100%;
            bottom: 10px;
        }
        .as-events-list .grid-view .event-card .item-organizer .box {
            margin-left: 15px;
        }
        .as-events-list .grid-view .event-card .card-body {
            padding: 1rem;
        }
        .as-events-list .grid-view.grid-view-1 .event-card .card-body {
            flex: 1;
        }

.as-events-list .list-view {
    display: grid;
    grid-template-columns: 1fr;
}

    .as-events-list .list-view .event-card {
        overflow: hidden;
        display: grid;
        margin-bottom: 30px;
        grid-template-columns: 1fr 3fr;
    }

    .as-events-list .list-view.list-view-1 .event-card {
        overflow: hidden;
        display: grid;
        margin-bottom: 30px;
        grid-template-columns: 2fr 3fr;
    }

    .as-events-list .list-view .event-card .item-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 20rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
            .as-events-list .list-view .event-card .item-img .as-u-label-box {
                border-start-start-radius: 5px;
                border-end-start-radius: 5px;
                left: 5px;
                top: 20px;
            }

            .as-events-list .list-view .event-card .item-img .as-u-label-box-course {
                border-start-start-radius: 5px;
                border-end-start-radius: 5px;
                left: 5px;
                top: 55px;
            }
        .as-events-list .list-view .event-card .card-body {
            padding: 1.5rem 1rem;
            border-right: 1px solid #EBE9F1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .as-events-list .list-view .event-card .card-body .item-wrapper {
                -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
                -ms-flex-order: 2;
                order: 2;
            }

            .as-events-list .list-view .event-card .card-body .item-name {
                -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
                -ms-flex-order: 1;
                padding-top: 10px;
                order: 1;
            }

            .as-events-list .list-view .event-card .card-body .item-description {
                -webkit-box-ordinal-group: 4;
                -webkit-order: 3;
                -ms-flex-order: 3;
                order: 3;
                word-spacing: normal;
                font-weight: normal;
                display: -webkit-box;
                -webkit-line-clamp: 6;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-decoration: none;
                text-overflow: ellipsis;
            }

            .as-events-list .list-view .event-card .card-body .item-price {
                display: none;
            }

            .as-events-list .list-view .event-card .item-organizer .box {
                margin-left: 0;
            }
            .as-events-list .list-view .event-card .item-company {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-weight: 400;
            margin: 0.3rem 0 0.5rem;
            font-size: 0.875rem;
        }

        .as-events-list .list-view .event-card .item-organizer hr{
            display: none;
        }

            .as-events-list .list-view .event-card .item-company .company-name {
                font-weight: 600;
                margin-left: 0.25rem;
            }

        .as-events-list .list-view .event-card .item-options {
            padding: 1rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .as-events-list .list-view .event-card .item-options .item-wrapper {
                position: relative;
            }

                .as-events-list .list-view .event-card .item-options .item-wrapper .item-cost .item-price {
                    color: #7367F0;
                    margin-bottom: 0;
                }

            .as-events-list .list-view .event-card .item-options .btn-wishlist, .as-events-list .list-view .event-card .item-options .btn-cart {
                margin-top: 1rem;
            }

.as-bg-past-event {
    background-color: #e9e9e9 !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;
    }
/*Register Host*/
.as-service-box {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 30%;
}

/*Detail Course*/
.as-forum-header-container{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*Image QnA*/
svg#img-questions:not(.animated) .animable {
    opacity: 0;
}

svg#img-questions.animated #freepik--character-2--inject-36 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideRight;
    animation-delay: 0s;
}

svg#img-questions.animated #freepik--text-balloon--inject-36 {
    animation: 1s 1 forwards linear slideUp, 1.5s Infinite linear floating;
    animation-delay: 0s, 1s;
}

svg#img-questions.animated #freepik--character-1--inject-36 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideLeft;
    animation-delay: 0s;
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: inherit;
    }
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*Responsive*/
@media (min-width: 0) {
    .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;
    }
}

@media (min-width: 576px) {
    .as-home-main {
        margin: 0 10%;
    }
    .as-home-image {
        width: 90%;
        margin-left: auto;
        display: block;
    }
    .as-search-btn-icon {
        width: 50px;
    }
    .as-search-btn-icon:focus {
        outline: none;
    }
    .as-events-list .grid-view {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .as-events-list .list-view .event-card {
        grid-template-columns: 1fr 2fr;
    }
    .as-events-list .list-view.list-view-1 .event-card {
        grid-template-columns: 2fr 3fr;
    }
    .as-events-list .grid-view.grid-view-1 {
        grid-template-columns: 1fr;
    }
    .not-found-event .as-not-found-container .not-found-text {
        justify-content: flex-start;
        text-align: left;
    }
    .not-found-event .as-not-found-container .not-found-image {
        justify-content: flex-start;
        text-align: center;
    }

    .not-found-event {
        height: 120px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:portrait) {
    /* iPad portrait style here */
    .as-events-list .grid-view .event-card .item-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 0rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.line-clamp-2 {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-horizontal-as {
    display: flex;
    overflow-x: auto;
}

.scroll-horizontal-as::-webkit-scrollbar {
    display: none;
}

.scroll-horizontal-as .size-body-speaker {
    min-width: 130px;
    max-width: 130px;
    height: 157px;
}

.bg-color-white-detail {
    background-color: #F6F8FD;
}

    .bg-color-white-detail .as-color-black-detail {
        color: #212529;
    }

.initial-profile-image {
    border-radius: 50%;
    background: #337ab7;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
}

    @media (min-width: 768px) {
    }

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}