.navbar-custom {
    background-color: #ffffff !important;
    box-shadow: 0px 15px 10px -15px #e6eaed;
}

.loginbg {
    background-image: url(../img/astroback.jpg);
    background-size: cover;
    /*  background-position: center;*/
    height: 100vh !important;
    align-items: center;
    display: grid;
}

.login_card {
    background-color: #ffffffeb !important;
}

.submit_btn {
    float: right;
}


.page-title-main.page {
    padding: 0 0px;
}


.menu_icon {
    color: #323a46 !important;
    margin-top: 2% !important;
}

#sidebar-menu .menuitem-active .active {
    color: #0081ff !important;
    /*  font-weight: bold;*/
}

.btn-primary {
    background-color: #0081ff !important;
    border-color: #0081ff !important;
}

#sidebar-menu>ul>li>a {
    color: #3e3e3e !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: .875rem !important;
}

.btn-danger {
    background-color: #fd0000 !important;
    border-color: #f00 !important;
}

body {
    color: #646464 !important;
    font-family: "Roboto", sans-serif !important;

}

.search_btn {
    border-radius: 0px 5px 5px 0px !important;
    padding: 0.42rem .9rem !important;
}

.search_input {
    border-radius: 5px 0px 0px 5px !important;
}

.search_align {
    margin-right: 10px;
    border-radius: 0px 5px 5px 0px !important;
    padding: 0.42rem .9rem !important;
}

.short-description-show {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.title-short-description-show {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-title {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
}

.col-form-label {
    font-weight: 500 !important;
}

.form-control {
    font-weight: 500 !important;
}

/*.chapter_hide{
  display: none;
}

.chapter_name:hover + .chapter_hide{
  display: block;
  margin-left: 130px !important;
  font-size: 16px !important;
  margin-top: -23px;
  cursor: pointer;
}

.duration_hide{
  display: none;
}

.duration:hover + .duration_hide{
  display: block;
  margin-left: 73px !important;
  font-size: 14px !important;
  margin-top: -39px;
  cursor: pointer;
}*/


.chapter_field {
    border: none !important;
}

.chapter_edit {
    display: none;
}

.chapter_field:hover+.chapter_edit {
    display: block;
    margin-left: 170px !important;
    margin-top: -32px;
    width: 70px !important;
}

.chapter_field:focus-visible {
    outline: none !important;
}

.duration_field {
    border: none !important;
}

.duration_edit {
    display: none;
}

.duration_field:hover+.duration_edit {
    display: block;
    margin-left: 140px !important;
    margin-top: -32px;
    width: 70px !important;
}

.duration_field:focus-visible {
    outline: none !important;
}

.description_field {
    border: none !important;
}

.description_edit {
    display: none;
}

.description_field:hover+.description_edit {
    display: block;
    margin-left: 80% !important;
    margin-top: -136px;
    width: 70px !important;
}

.description_field:focus-visible {
    outline: none !important;
}

.video_field {
    border: none !important;
}

.video_edit {
    display: none;
}

.video_field:hover+.video_edit {
    display: block;
    margin-left: 10% !important;
    margin-top: -35px;
    width: 70px !important;
}

.video_field:focus-visible {
    outline: none !important;
}


.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
}

.profile-pic .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
    margin-right: 25px;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

.profile_pic a:hover {
    text-decoration: none;
}

.course_dropdown {
    padding: 0.375rem 1.0rem !important;
}

.content_area {
    border-right: 1px solid #c6c6c6 !important;
}

.category_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a[href^="tel:"] {
    color: var(--ct-table-color);
    ;
}

a[href^="mailto:"] {
    color: var(--ct-table-color);
    ;
}

.dropdown .card-drop {
    z-index: 105 !important;
    position: relative;
}

.dropdown.drop-down-custom {
    right: 45px;
    top: 15px;
    font-size: 20px;
    color: #98a6ad;
}

.drop-down-custom i {
    color: #98a6ad;
}

table td {
    vertical-align: middle;
}

.image-circle {
    height: 40px;
    width: 40px;
}

.text-hide {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar-md {
    height: 7.5rem;
    width: 12.5rem;
}



.border {
    transition: .5s ease;
}

.border:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .5s ease;
}


.lightboxContainer {
    position: relative;
    display: inline-block;
}

.lightboxContainer:after {
    content: url("../img/playbutton.png");
    z-index: 999;
    top: 40%;
    margin-left: 136px;
    position: absolute;
}

.lightboxContainer img {
    width: 320px;
    filter: brightness(80%);
    border-radius: 10px;
}

.chapter .lightboxContainer:after {
    top: 42%;
    margin-left: 300px;
}

.chapter .lightboxContainer img {
    width: 670px;
    height: 245px;
}

.plan-status.form-switch .form-check-input {
    margin-left: 1.5em;
    margin-top: -18px;
}

.form-check-input:checked {
    background-color: #15cf55;
}

.dropify-wrapper .dropify-message span.file-icon p {
    font-size: 15px;
    color: #CCC;
}

.dropify-wrapper+.invalid-feedback {
    display: block;
}


.video .lightboxContainer img {
    width: 255px;
    border-radius: 10px 10px 0px 0px;
    ;
}

.video .lightboxContainer::after {
    margin-left: 120px;
}

.video .video-card {
    width: 255px !important;
    border-radius: 10px;
}

.video .card-body {
    padding: 1rem 1.5rem;
}

.video .dropdown {
    border-radius: 50%;
    background: #fff;
    margin-top: -128px;
    width: 25px;
    height: 25px;
    padding: 3px;
    padding-top: 3px;
    padding-top: 4px;
    margin-right: -16px;
}


.notification-list .notify-item .user-msg,.notification-list .notify-item .notify-details {
    margin-left: 0px !important;
}
.without-promo{
    width: 320px;
  filter: brightness(80%);
  border-radius: 10px;
}
.course .lightbox img {
    /* width: 255px; */
    border-radius: 10px 10px 0px 0px;
    ;
}

.course .lightbox::after {
    margin-left: 120px;
}

.course .card {
    /* width: 255px !important; */
    border-radius: 10px;
}

.course .card-body {
    padding: 1rem 1.5rem;
}
/* .course .margin-course{
    margin-left: -11px;
} */

.course .dropdown {
    border-radius: 50%;
    background: #fff;
    margin-top: 0px;
    width: 25px;
    height: 25px;
    padding: 3px;
    padding-top: 3px;
    padding-top: 4px;
    margin-right: -16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.select2-results{
    z-index: 1100;
    position: relative;
}

#chapter-add,#chapter-edit{
    z-index: 1051 !important;
}

.purchased-count{
    position: absolute;
    margin-left: -80px;
    margin-top: 10px;
}
h4.margin-course {
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}
.drag-pointer{
    cursor: move;
}
.display-inline{
    display:inline-table;
}
.deactive-course{
    position: absolute;
    right: 9px;
    border-radius: 33%;
    top: 9px;
}
.password-position-relative {
    position: relative;
}

#icon-toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
td.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    border: 1px solid #ddd;
    padding: 8px;
}
