html {
    scroll-behavior: smooth;
}

.youtube-embed {
    height: 540px;
}

@media only screen and (max-width: 960px) {
    .youtube-embed {
        height: 430px;
    }
}

@media only screen and (max-width: 790px) {
    .youtube-embed {
        height: 340px;
    }
}

@media only screen and (max-width: 640px) {
    .youtube-embed {
        height: 280px;
    }
}

@media only screen and (max-width: 460px) {
    .youtube-embed {
        height: 200px;
    }
}

@media (min-width: 640px) {

    /* width */
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #e2e2e2;
        border-radius: 50px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #999999;
        border-radius: 50px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #919191;
    }
}

.copy-text-not-allowed {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* ul, ol {
    padding-left: 20px;
} */

/* CKEditor */
.ck-editor__editable_inline {
    min-height: 300px;
    font-size: 14px;
}

.ck.ck-editor__editable_inline {
    border: 1px solid #999999 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* .ck.ck-editor__editable_inline ul {
    padding-left: 18px !important;
}

.ck.ck-editor__editable_inline ol {
    padding-left: 18px !important;
} */

.testi-swiper-frame img {
    border: 1px solid #d1d5db;
    border-radius: 16px;
}

.testi-swiper-frame .swiper-slide-active img {
    border: 0px solid;
}