.main-sidebar .sidebar-menu li a:hover {
    background-color: transparent;
    transform: translateX(10px);
}

.main-sidebar .sidebar-menu li a {
    color: white;
}
.main-sidebar .sidebar-menu li.active a {
    color: #4cb5f8;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a:before {
    background-color: transparent;
}
body.sidebar-mini .main-sidebar:after {
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45), 
        0 0 5px rgb(255 255 255);
    -webkit-backdrop-filter: blur(10px);
    color: white;

}

.main-content {
    height: 100vh;
}



.bg_blurred {
    width: fit-content;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45), 
        0 0 5px rgb(255 255 255);
    -webkit-backdrop-filter: blur(10px);
    color: white;
}

.title-subscribe {
    font-size: 25px;
    font-weight: 900;
}

.subscribe-button-wrapper {
    align-content: center;
}

.subscribe-link {
    text-decoration: none;
    display: inline-block;
}

.subscribe-button {
    background-color: #2e86c8;
    width: fit-content;
    border-radius: 10px;
}

.subscribe-button-text {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: white;
}



.box-card {
    position: relative;
}

.webinar-header {
    place-items: center;
    z-index: 1;
    position: relative;
}

.webinar-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.webinar-text p {
    font-size: 25px;
}
.webinar-title {
    font-size: 25px;
    font-weight: 900;
    color: white;
    margin: 0;
}

.owl-controller {
    text-align: center;
    place-items: center;
}

.see-all-link {
    
}

.webinar-card {
    background-color: #0e1a2a;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
}

.webinar-card-pop {
    background-color: #203755;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgb(139 219 255 / 38%);
}

.webinar-thumbnail {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.webinar-author-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 40px;
}

.webinar-author-name {
    align-content: center;
}

.webinar-title {
    font-size: 18px;
    font-weight: 800;
    color: white;
}

.text-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.webinar-info {
    align-content: center;
}

.box-diagonal {
    position: absolute;
    height: 100%;
    width: 370px;
    background: linear-gradient(to right, #0c2755, #163f66);
    padding: 20px 60px 20px 20px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    z-index: 0;
}

.box-diagonal::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #12345e 0%, #163f66 40%, #1c4e80 100%);
    transform: skewX(10deg);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.box-diagonal-color-2 {
    background: linear-gradient(to right, #91481f 0%, #51393f 50%, #51393f 100%);
}

.box-diagonal-color-2::after {
    background: linear-gradient(to right, #51393f 0%, #51393f 10%, #0c2861 100%);
}

@media (max-width: 600px) {
    .box-diagonal{
        width: 100%;
    }

    .box-diagonal::after {
        display: none;
    }
}

.course-slider .col-lg-3,
.course-slider .col-md-6,
.course-slider .col-12{
    max-width: 100%;
    flex: 0 0 100%;
}

.owl-controller{
    display:flex;
    align-items:center;
    margin-left:auto;
    z-index: 2;
    position: relative;
}

.owl-controller .owl-buttons div{
    color: #2e86c8;
    margin-left:10px;
    padding:8px;
    font-size: 23px;
    border-radius:50px;
    cursor:pointer;
}

.owl-controller a {
    color: #2e86c8 !important;;
}

@media (max-width: 575px) {
    .owl-controller a,
    .owl-controller .owl-buttons div{
        color: white !important;;
    }
}








/* webinar online  */
.wbon-box-diagonal {
    position: absolute;
    height: 100%;
    width: 370px;
    background: linear-gradient(to right, #0c2755, #163f66);
    padding: 20px 60px 20px 20px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    z-index: 0;
}

.wbon-box-diagonal::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #12345e 0%, #163f66 40%, #1c4e80 100%);
    transform: skewX(10deg);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.status-btn {
    background-color: #354050;
    border: 2px solid #646f7f;
    padding: 3px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
}

.status-btn:hover {
    text-decoration: none;
}

.status-btn.active {
    background-color: #3172a3;
    border: 2px solid #8ed1fa;
    color: white;
}

.detail-box {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.border-md-right {
    border-right: none;
    border-bottom: 1px solid white;
}

.change-bg {
    background-color: #2e86c83d;
    border-radius: 20px;
}

.change-bg-img {
    display: none;
}

.webinar-card {
    padding: 20px !important;
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid white;
        border-bottom: none;
    }

    .change-bg {
        background-color: transparent;
    }

    .change-bg-img {
        display: block;
    }
}

.star {
    color: #ffc107; 
    margin-right: 2px;
}
.star-empty {
    color: white;
}

.arrow {
display: inline-block;
transition: transform 0.3s ease;
}

.arrow.rotate {
    transform: rotate(180deg);
}