.w-5 {
    display: none;
    margin-bottom: 50px;

}
.select2-selection__choice__remove {
    display: none; /* Hides the "X" remove icon */
}
.form-center {
    margin: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #447991;
    border-color: #447991;
}

.page-link {
    position: relative;
    display: block;
    color: #447991;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-warning:hover {
    color: #fff;
}

.book-player {
    height: calc(100vh - 75px);
}

@media only screen and (max-width: 640px) {
    .book-player {
        height: calc(100vh - 125px);
    }
}

.homepage-login {
    background-color: #f9f9f963;
    color: white;
}

.fas {
    padding-right: 4px;
}

/* Start Comments Style */
.comments {
    padding: 30px 0px;
}

.comments .filter-box {
    box-shadow: 0px 0px 4px rgb(000 000 000 / 40%);
    border-radius: 4px;
    padding: 10px 0px;
}

.comments .filter-box .head-box {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.comments .filter-box .head-box .title {
    color: #000;
    margin-bottom: 15px;
}

.comments .filter-box .head-box .search-filter {
    width: 100%;
    border: none;
}

.comments .filter-box .head-box .search-filter::placeholder {
    font-size: 19px;
}

.comments .filter-box .head-box .search-filter:focus {
    outline: none;
    border: none;
}

.comments .filter-box .content .form-group {
    background-color: #f5f5f5;
    padding: 15px;
}

.comments .filter-box .content .form-group .form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

.comments .filter-box .content .form-group .form-switch .form-check-input:not(:checked) {
    background-color: rgb(0 0 0 / 25%);
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.comments .filter-box .content .form-group .form-switch .form-check-input:checked,
.comments .filter-box .content .form-group .form-switch .form-check-input:focus {
    border: none;
    box-shadow: none;
}

.comments .filter-box .content .form-group label {
    font-size: 20px;
}

.comments .filter-box .all-student {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.comments .filter-box .all-student label {
    color: #000;
    font-size: 19px;
}

.comments .filter-box input[type="checkbox"] {
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.comments .filter-box .accordion .accordion-item {
    border-radius: 0px;
    border: none;
}

.comments .filter-box .accordion .accordion-item .accordion-button {
    box-shadow: none;
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 19px;
}

.comments .filter-box .accordion .accordion-item .students-list {
    list-style: none;
    padding: 0;
}

.comments .filter-box .accordion .accordion-item .students-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments .filter-box .accordion .accordion-item .students-list li label {
    font-size: 17px;
    color: #000;
}

.comments .content .title {
    color: #000;
}

.comments .comment-input {
    border: 1px solid #ccc;
    max-width: 350px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
}

.comments .comment-input input {
    border: none;
    outline: none;
    flex: 1 1 auto;
}

.comments .comment-input button {
    cursor: pointer;
    rotate: 316deg;
    outline: none;
    border: none;
    background-color: transparent;
}

.comments .comments-content>.comment-item {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 15px;
}

.comments .comments-content .comment-item .user-box {
    display: flex;
    align-items: start;
    gap: 10px;
}

.comments .comments-content .comment-item .user-box .image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.comments .comments-content .comment-item .user-box .user-info {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.comments .comments-content .comment-item .user-box .user-info .name {
    font-weight: 600;
    color: #000;
    font-size: 19px;
}

.comments .comments-content .comment-item .user-box .user-info .comment-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;

}

.comments .comments-content .comment-item .actions {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 10px;
}

html[dir="rtl"] .comments .comments-content .comment-item .actions {
    margin-right: 50px;
}

html[dir="ltr"] .comments .comments-content .comment-item .actions {
    margin-left: 50px;
}

.comments .comments-content .comment-item .actions .time {
    color: #000;
    font-size: 18px;
}

.comments .comments-content .comment-item .actions .replay-comment-btn {
    color: #eab830;
    cursor: pointer;
    font-size: 16px;
}

@media (min-width: 320px) {
    html[dir="rtl"] .comments .comments-content .replay-to-comment {
        margin-right: 30px;
    }

    html[dir="ltr"] .comments .comments-content .replay-to-comment {
        margin-left: 30px;
    }

}

@media (max-width: 319px) {
    html[dir="rtl"] .comments .comments-content .replay-to-comment {
        margin-right: 10px;
    }

    html[dir="ltr"] .comments .comments-content .replay-to-comment {
        margin-left: 10px;
    }

}

.comments .comments-content .comment-input {
    margin: 14px 0px;
}


.current-index-action-swiper{
	
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100px;	
}

.swiper-wrapper{
    direction: rtl;
	
}




/* End Comments Style */