/* Minification failed. Returning unminified contents.
(11,45): run-time error CSS1046: Expect comma, found '63'
(11,52): run-time error CSS1046: Expect comma, found '/'
(202,41): run-time error CSS1046: Expect comma, found '63'
(202,48): run-time error CSS1046: Expect comma, found '/'
(237,35): run-time error CSS1046: Expect comma, found '0'
(237,39): run-time error CSS1046: Expect comma, found '/'
 */
/*Activites sayfası public tarafı*/



.activites {
    margin-top: 25px;
    min-height: 70vh;
}

    .activites .itembox .content {
        box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
        margin-top: 10px;
        padding: 1rem;
    }

.activites-book {
    text-align: center;
    border-radius: 10px !important;
    background: white;
    border: solid 1px #f2f2f2;
}

.activites-bookheader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: solid 1px #f2f2f2;
    padding: 1rem;
}


.activites-bookimages img {
    width: 200px;
}

.activites-bookinfo {
    text-align: left;
    margin-left: 10px;
}

.activites-bookheader .activites-bookinfo .name {
    margin-bottom: 15px !important;
    font-size: 12px;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 700;
}

.activites-bookheader .activites-bookinfo .class,
.activites-bookheader .activites-bookinfo .lesson {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 0 !important;
}

.activitesvideo-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 775px;
    z-index: 1;
}



    .activitesvideo-body::-webkit-scrollbar {
        width: 5px;
    }

    .activitesvideo-body::-webkit-scrollbar-thumb {
        background: #cecece;
        border-radius: 10px;
    }

.activites-bookvideo .accordion {
    background-color: #f3f6f9;
    text-align: left;
    border-bottom: solid 1px #ddd;
}

    .activites-bookvideo .accordion .heading {
        background-color: #f3f6f9;
        cursor: pointer;
    }

    .activites-bookvideo .accordion .sectiontitle p {
        margin-bottom: 0 !important;
        line-height: normal;
        font-size: 12px;
        padding: 1rem;
    }


.activites-bookvideo .sectionvideo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    transition: all .5s ease;
    cursor: pointer;
}


    .activites-bookvideo .sectionvideo:hover {
        background-color: #f3f6f9;
    }

        .activites-bookvideo .sectionvideo:hover .icon span {
            background: #C00;
        }

.activevideo {
    background-color: #f3f6f9 !important;
}

    .activevideo .icon span {
        background: #C00 !important;
    }

        .activevideo .icon span:before {
            width: 30px !important;
        }

.activites-bookvideo .sectionvideo .icon {
    margin-right: 12px;
}

    .activites-bookvideo .sectionvideo .icon span {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: rgba(0,0,0,.5);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s ease;
        position: relative;
    }


.activites-book .sectionvideo .icon span:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 0px;
    height: 30px;
    background: #ba1f24;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.activites-bookvideo .sectionvideo .icon span i {
    color: #fff;
    font-size: 14px;
}

.activites-bookvideo .sectionvideo p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




/*AKTİVİTES Tarafı*/
.modal-dialog .activitiesModal .header {
    display: none;
}

.activitiesModal .header p {
    font-size: 16px;
    font-weight: 600;
}

.activitiesModal .content {
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 8%);
    padding: 1rem;
    border-radius: 10px;
}


    .activitiesModal .content .contenthtml {
        border: solid 1px #f2f2f2;
        margin-top: 10px;
        padding: 1rem;
        border-radius: 10px;
    }

        .activitiesModal .content .contenthtml p {
            margin-bottom: 0 !important;
        }

.wp-chat-widget {
    display: block;
}

.wp-widget-send-button {
    margin: 0 0 50px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 1049 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.wp-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
}

.wp-chat-text {
    color: white;
    font-size: 18px
}


/*Hediye Deneme Gelirse*/
@media(max-width:991px) {
    .giftbookcard {
        display: block!important;
    }

        .giftbookcard .images, .giftbookname, .giftbookbuttons {
            margin-bottom: 15px !important;
        }

        .giftbookcard svg {
            width: 75px!important;
        }
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
}
