.h-screen a.custom-dropper-box {
    display: flex;
    align-items: center;
}
.dataTables_length select{
    all: unset;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid #000;
    padding: 0px !important;
    /* border-radius: 4px; */
}
a.back-btn{
    display: flex;
    gap: 8px;
}
.relative.admin-br {
    gap: 20px;
}
.chat-box .container.mx-auto {
    border: 1px solid #ddd;
    margin: 20px;
	/* border-radius: 10px; */
    width: 95% !important;
}
/* .chat-box main.grid.w-full.grow {
    border-radius: 0 10px 10px 0;
}
.chat-box .hidden.shrink-0 {
    border-radius: 10px 0 0 10px;
} */
.courses-page .course-short-desc, .courses-page h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
img#profile_img {
    height: 120px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-top: 15px;
}
a.profile-icon {
    position: relative;
    top: -100px;
    left: 100px;
}
.admin-add-team input:not([type="checkbox"]),
.admin-add-team select {
    padding: 0.75rem 0.5rem;
    margin-top: 0.5rem;
    background: #fff;
    box-shadow: none;
}
.admin-add-team label{
    margin-top: 0.5rem;
}
.add-team #add_members .main-members-div {
    border: 1px solid #d2d2d2;
    padding: 40px;
    /* border-radius: 10px; */
    margin:0 0 50px 0;
    background: #ecedf6;
}
.add-team #add_members span.remove-member.flex{
    margin-top: -50px;
    margin-right: -50px;
}
ul#messages\.basic\.courses-dropdown li {
    border-bottom: 1px solid #008149;
}
/* .add-team #add_members  span.remove-member.flex i{
   border-radius:50px;
} */
.create_enroll span.select2-selection{
    padding:0.55rem !important;
    height:auto !important;
    /* border-radius:0.5rem !important; */
} 
span#select2-course-container {
    line-height:30px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
 span.select2-selection{
    padding:0.55rem !important;
    height:auto !important;
    /* border-radius:0.5rem !important; */
    display: flex !important;
    align-items: center;
} 
span.select2-selection__arrow {
    top: 31% !important;
}
textarea.select2-search__field {
    margin-top: 0 !important;
}
textarea.select2-search__field {
    height: 30px !important;
    line-height: 32px;
}
.justify-center.text-center.overflow-y-auto {
    height: 900px;
    overflow: scroll;
}
button{
cursor: pointer;
}
.tabs-view .active {
    border-bottom:3px solid #2c63fa;
}
.chat-box .chat-msg .w-full.h-\[calc\(100vh_-_0\.0rem\)\].flex {
    height: 80vh !important;
}
nav.p-4.h-screen a {
    color: #fff !important;
}
/* Loader css starts here */
.dots-container {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    background-color: rgba(211, 211, 211, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.dot {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #b3d4fc;
    animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
    margin-right: 0;
}

.dot:nth-child(1) {
    animation-delay: -0.3s;
}

.dot:nth-child(2) {
    animation-delay: -0.1s;
}

.dot:nth-child(3) {
    animation-delay: 0.1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }

    50% {
        transform: scale(1.2);
        background-color: #6793fb;
        box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
    }

    100% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }
}
/* Loader css ends here */
#open-new-chat-modal-button {
    display: none;
}

tr.table-complete-bg {
    background-color: rgb(207 242 220) !important;
}
a.paginate_button.current {
    padding: 2px 10px !important;
    margin: 0 !important;
}
.manage-team_prof label.text-lg.text-gray-900, .manage-team_prof label {
    margin: 16px 0 8px 0 !important;
    font-size:1.125rem;
    line-height:1.75rem;
}
.manage-team_prof input.border.p-2.bg-gray-50.text-gray-700.w-full, .manage-team_prof select, .manage-team_prof input {
    background: #ffffff00 !important;
    box-shadow: none !important;
    padding:12px !important;
}
.manage-team_prof .radio label {
    margin-left: .75rem !important;
}

.sidebar-container nav.h-screen {
    height: 100vh;
    overflow: overlay;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
    &::-webkit-scrollbar {
        display: none;
    }
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

@media (max-width: 767px) {
    .dataTables_wrapper {
        overflow-x: scroll;
        width: 100%;
    }
    body .chat-box .container.mx-auto {
        width:100% !important;
        margin:20px 0 !important;
    }
    .mobile-side {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .frm.grow.max-w-screen-md {
        max-width: 100%;
    }
    .forum-btnss button {
        min-width: auto;
    }
    .grid.grid-cols-2.gap-6.relative.mb-4.mobile-dcs-course {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }
}

.ck-content ul {
    list-style-type: disc !important;
    margin-left: 2.5rem;
}
.ck-content ol {
    list-style-type: decimal !important;
    margin-left: 2.5rem;
}
.ck.ck-powered-by {
    display: none;
}