.form-control {
    box-shadow: none !important;
}

.custom-menu-options {
    padding: 0px;
}

.form-select {
    box-shadow: none;
}

.editChapter {
    color: black !important;
}

.editQuiz {
    color: black !important;
}

.menu-item {
    color: black !important;
}

.audio-preview {
    width: 100%;
}

.media-preview {
    gap: 10px !important;
}

.boder_heder {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

@media(max-width:520px) {
    .custom_fontsize {
        font-size: 16px !important;
    }

    .custom_fontsizebtn {
        font-size: 14px !important;
    }

    #main {
        padding: 0.8rem !important;
    }

    .media-preview {
        flex-direction: column !important;
    }



    .media-actions {
        margin-top: 20px;
    }
}

@media (min-width: 1000px) {
    .modal-padding {
        padding: 10px 50px !important;
    }
}

/* For Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #435ebe;
    border-radius: 20px !important;
    border: 3px solid transparent;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #435ebe transparent;
}

/* Optional: Customize the scrollbar for specific elements */
.custom-scrollbar {
    overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #435ebe;
    border-radius: 20px !important;
}