body {
    background: #0a0f19 none repeat scroll
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .main-menu-collapse {
        background-color: #050a11;
    }
}

.object-animated {
    animation: MoveUpDown 5s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
}
.object-animated-7 {
    animation: MoveUpDown 7s cubic-bezier(0.22, 0.38, 0.04, 0.8) infinite;
    position: relative;
    left: 0;
    bottom: 0;
}
.sign-up-bottom-img{
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

.hero-heading {
    font-weight: 300;
    font-size: 55px;
    line-height: 100.5%;
    text-transform: capitalize;
    color: var(--white-color);
}
.categories-item:hover:before {
    opacity: 1;
}

.card-blue{
    padding: 16px !important;
    border-radius: 10px;
}

.categories-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: linear-gradient(45deg,#0a456d,#12bbff);
    transition: all .3s;
    border-radius: 0.25rem;
    opacity: 0;
    z-index: 1;
}

.categories-item {
    position: relative;
    transition: all .2s;
}
.categories-item:hover > h6 {
    color: #fff;
}
.hover-transition {
    transition: all .3s;
}
.hover-transition:hover {
    transform: translateY(-3px);
}

.page-banner-header.gradient-bg {
    background: var(--gradient-banner-bg);
    background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
    display: flex;
    background-image: url('../../img/bg/hero-cover-earth.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.bg-tech-earth {
    background: var(--gradient-banner-bg);
    background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
    display: flex;
    background-image: url('../../img/bg/bg-earth.jpg');
    background-size: cover;
    background-position: right;
}
.bg-galaxy {
    background: var(--gradient-banner-bg);
    background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
    display: flex;
    background-image: url('../../img/bg/hero-cover-earth.jpg');
    background-size: cover;
    background-position: bottom;
}

.testimonial-content p {
    line-height: 14px;
    color: #b2b2d7;
}


/*SideBar Start*/
.sidebar__brand{
    text-align: center;
    padding: 15px;
}
.sidebar__brand > a > img{
    max-height: 80px;
}

.sidebar__menu ul li a:hover, .sidebar__menu ul li a.active {
    background-color: #001a5300;
    color: #ffffff;
    font-size: 15px;
}

.sidebar__menu li a {
    display: block;
    padding: 11px 30px 9px;
    text-transform: capitalize;
     font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9a9cae;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.sidebar__area {
    background-color: #0d0e12;
}
.metismenu .mm-active > a {
    background-color: #001649;
    color: #ffffff;
}
.bg-style {
    border-radius: 10px;
}
/*SideBar End*/


/*admin Header Aria Start*/
.header__area {
    width: 100%;
    height: 240px;
    background: linear-gradient(45deg, #badefd, #e2efff);
}
.breadcrumb__content .breadcrumb li {
    color: #424243;
}
.breadcrumb__content .breadcrumb li.active {
    color: #001543;
}
.breadcrumb__title h2 {
    line-height: 32px;
    color: #555555;
}
/*admin Header Aria End*/

/*Dashboard start*/
.status__box__text h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #596680;
}
/*Dashboard end*/



/*frontend start*/

/*courses search*/
.direction-rtl .course-tag.badge {
    left: 10px;
    top: 10px;
    right: auto;
}
/*courses search end*/
#mainNav .navbar-brand img {
    height: 60px;
}
.sign-up-top-logo{
    text-align: center;
}

.sign-up-top-logo > a > img {
    max-height: 120px;
    min-height: 105px;
}
.direction-rtl .faq-area-right {
    text-align: center;
}
.price-off {
    min-width: 65px;
    height: 24px;
    background: rgba(117, 79, 254, 0.16);
    border-radius: 44px;
    position: absolute;
    top: 3px;
    padding: 10px;
}

.blank-page-banner-wrap {
    padding: 90px 0 60px;
    background-color: var(--page-bg);
    margin-top: 100px;
    min-height: 200px;
}
a[href^="mailto:"],
a[href^="tel:"] {
   direction: ltr;
}
.footer-about > img{
    min-height: 80px;
}
.blog-title {
    margin-bottom: 13px;
    font-size: 23px;
}
.hero-btns{
    text-align: center;
}
.hero-btns .theme-btn {
    margin-right: 10px;
    z-index: 2;
    position: relative;
}
.theme-button4 {
    color: var(--white-color) !important;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    /* text-transform: capitalize; */
    z-index: 99;
    padding: 9.5px 24px !important;
    font-size: 15px !important;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600 !important;
}
/*Best for rtl*/
.direction-rtl .video-floating-img-wrap {
    padding-right: 0 !important;
    padding-left: 0px !important;
    text-align: justify;
}
/*Best for rtl*/
.direction-rtl .video-area .video-area-left {
    padding-right: 0;
     padding-left: 0px;
}

.circle-fade-mask {
    /*mix-blend-mode: screen;*/
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.direction-rtl .become-an-instructor-procedure-item-right .section-heading{
    text-align: right;
    padding-right: 0;
    padding-left: unset;
}
.direction-rtl .become-an-instructor-procedures-area .row:nth-child(even) .become-an-instructor-procedure-item-right .section-heading {
    text-align: right;
    padding-left: 0;
    padding-right: unset;
}
.counter-content p {
    letter-spacing: unset;
}
.direction-rtl .enrolled-count {
    margin-left: 0 !important;
    margin-right: 15px !important;
}
.enrolled-count > .color-heading{
    float: left;
    line-height: 30px;
}
.enrolled-count > span.d-block.text-uppercase{
    width: 80px; line-height: 30px;
}
/*frontend end*/


/*general start*/
.blue-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 106.5%;
    margin-bottom: 18px;
    width: 60%;
    color: #171f8a;
}
.text-justify{
    text-align: justify;
}
.blue-shadow{
    box-shadow: 0 25px 70px #5479c8, 0 24px 105px #6797ffbf;
}
.purple-shadow{
    box-shadow: 0 14px 70px #a954c8, 0 16px 96px #9616ffbf;
}
.rounded-25{
    border-radius: 25px !important;
}
.blobs:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    border-radius: 2000px;
    background: #d6ff00;
    top: 40px;
    right: 200px;
}
.blobs:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 2000px;
    background: #212aae;
    top: 80px;
    right: 200px;
}
.publish-badge{
    right: 30px !important;
    left: auto !important;
}
.give-rating-group{
    direction: ltr;
}

/*general end*/

@media only screen and (max-width:1400px) {
    .blobs:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 40px;
        height: 40px;
        border-radius: 2000px;
        background: #d6ff00;
        top: 0px;
        right: 200px;
    }
    .blobs:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100px;
        height: 100px;
        border-radius: 2000px;
        background: #212aae;
        top: 0;
        right: 450px;
    }

}
@media only screen and (max-width:1020px) {
    .blobs:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 40px;
        height: 40px;
        border-radius: 2000px;
        background: #d6ff00;
        top: 0px;
        right: 200px;
    }
    .blobs:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100px;
        height: 100px;
        border-radius: 2000px;
        background: #212aae;
        top: 0;
        right: 500px;
    }
}
.catTab{
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

@media only screen and (min-width: 992px){
    .boy-image{
        max-width: 480px;
    }
}
@media only screen and (min-width: 1200px){
    .boy-image{
        max-width: 590px;
    }
}
@media only screen and (min-width: 1400px){
    .boy-image{
        max-width: 700px;
    }
}
@media (max-width:425px) {
    #mainNav .navbar-brand img {
        height: 33px;
    }
}
@media (max-width:980px) {
    .old-main-menu-dashboard-course{
        max-width: 100% !important;
    }
    .avatar-max-size img{
            height: 100%;
            width: 100%;
    }
    .avatar-max-size{
        height: 60px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:767px) {

    .blobs:before {
        content:unset;
        display: none;
        position: absolute;
        z-index: -1;
        width: 40px;
        height: 40px;
        border-radius: 2000px;
        background: #d6ff00;
        top: 40px;
        right: 200px;
    }
    .blobs:after {
        content:unset;
        display: none;
        position: absolute;
        z-index: -1;
        width: 100px;
        height: 100px;
        border-radius: 2000px;
        background: #212aae;
        top: 80px;
        right: 200px;
    }
}







/*------------------------------------
     58. Subscription Plan Page Start
 --------------------------------------*/
.subscription-plan-area .section-sub-heading {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}
.pricing-tab-nav {
    border-radius: 59px;
    text-align: center;
    margin-bottom: 50px;
}

.pricing-tab-nav .nav-link {
    background-color: #e8e4f7;
    border-radius: 59px;
    border: 0;
    height: 35px;
    width: 39px;
}
.pricing-tab-nav .nav-link.active {
    background-color: var(--theme-color);
}
.pricing-tab-nav .nav-link.active::after {
    display: none;
}
.pricing-tab-nav .price-tab-slide {
    position: relative;
    z-index: 1;
    background-color: #e8e4f7;
    width: 74px;
    height: 35px;
    border-radius: 59px;
}
.price-tab-slide label.nav {
    display: flex !important;
    flex-wrap: nowrap;
    padding: 0;
}
.pricing-tab-nav .price-tab-slide:hover {
    cursor: pointer;
}
.pricing-tab-nav .price-tab-slide label:hover {
    cursor: pointer;
}
.pricing-tab-nav .price-tab-slide #price-tab-check,
.pricing-tab-nav .price-tab-slide #price-tab-check1,
.pricing-tab-nav .price-tab-slide #price-tab-check2,
.pricing-tab-nav .price-tab-slide #price-tab-check3,
.pricing-tab-nav .price-tab-slide #price-tab-check4,
.pricing-tab-nav .price-tab-slide #price-tab-check5 {
    display: none;
}
.pricing-tab-nav .price-tab-slide #price-tab-check:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check1:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check2:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check3:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check5:checked + i {
    left: 0;
    width: 39px;
}
.pricing-tab-nav .price-tab-slide i {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 35px;
    background-color: var(--theme-color);
    box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
    border-radius: 59px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}
/* Subscription plan item table css */
.check-icon-wrap {
    height: 18px;
    width: 18px;
    background-color: var(--color-green);
    color: var(--white-color);
}

/* Pricing Plan Item auto Height */
.subscription-slider-items .owl-stage {
    display: flex;
}
.subscription-slider-items .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.pricing-content-box {
    flex-grow: 1;
}
/* Pricing Plan Item auto Height */

.pricing-item {
    padding: 40px;
    margin-top: 30px;
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.pricing-icon img {
    width: 80px !important;
    margin: 0 auto;
}
.pricing-time-duration {
    padding: 30px 0;
    height: 80px;
    flex-direction: column;
    justify-content: center;
}
.pricing-time-duration p {
    color: #9e9eac;
}
.pricing-feature ul li {
    display: flex;
    align-items: center;
}
.pricing-feature ul li:not(:last-child) {
    margin-bottom: 25px;
}

/* Popular Pricing Plan */
.pricing-item.most-popular-plan {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-top: 1px solid transparent;
    padding-top: 70px;
    transform: scale(1.02);
}
.most-popular-content {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    left: 0;
    top: 0;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
/* Popular Pricing Plan */

/* Subscription slider dots */
.subscription-slider-items .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border: 1px solid var(--border-color2) !important;
    transition: all 0.5s ease-in-out !important;
}
.subscription-slider-items .owl-dots .owl-dot.active span,
.subscription-slider-items .owl-dots .owl-dot:hover span {
    background: var(--theme-color) !important;
}
/* Subscription slider dots */

/* Subscription plan table css */

/* Saas Subscription Plan */
.saas-plan-instructor-organization-nav {
    background-color: #290055;
    width: 332px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
}
.saas-plan-instructor-organization-nav .nav-link {
    width: 162px;
    color: var(--white-color);
}
.saas-plan-instructor-organization-nav .nav-link.active,
.saas-plan-instructor-organization-nav .show > .nav-link {
    color: #290055;
    background-color: var(--white-color);
}
/* Saas Subscription Plan */

/*------------------------------------
    58. Subscription Plan Page End
--------------------------------------*/
/* -------------------------------------
price section area end
-----------------------------------------*/

.table-width {
    min-width: 936px;
    width: 100%;
}

.price-title-bg:hover {
    background: none;
}

.price-box-title {
    text-align: center;
    padding: 48px 0;
}

.price-box-title img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 4px;
}

.price-labe {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.5%;
}

.price-body-info tr:hover {
    background: none;
}

.price-title-body td {
    padding: 40px 0;
}

.title-price-list {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.price-sub-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.5%;
    margin-bottom: 8px;
    text-align: center;
}

.price-currency {
    color: #9e9eac;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.5%;
}

.price-body-list th,
.price-body-list td {
    padding: 31px 0;
    border-top: none;
    border-bottom: none;
    text-align: left;
    padding-left: 75px;
}

.price-body-list td {
    border-width: 1px;
    text-align: center;
    padding-left: 0;
}

.price-title-body th > p {
    text-align: left;
    padding-left: 75px;
}

.price-body-info .price-body-list:nth-child(2) th,
.price-body-info .price-body-list:nth-child(2) td {
    padding-top: 58px;
}

.price-body-info .price-body-list:nth-last-child(2) th,
.price-body-info .price-body-list:nth-last-child(2) td {
    padding-bottom: 54px;
}

.price-btu-line td {
    padding: 54px 0;
    border-top: 1px solid var(--border-color);
}

.price-title-bg th {
    border-width: 1px;
}

.price-title-body td {
    border-width: 1px;
    width: 180px;
}

.price-btu-line td {
    border-width: 1px;
}

.our-plan {
    position: absolute;
    top: 88px;
    left: -24px;
    background: var(--theme-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    max-width: 364px;
}
@media screen and (max-width: 1023px) {
    .our-plan {
        left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .our-plan::after {
        display: none;
    }
}

.our-plan:after {
    position: absolute;
    top: -18px;
    left: 0;
    width: 24px;
    height: 18px;
    background: #3e20ac;
    content: "";
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* -------------------------------------
price section area end
-----------------------------------------*/

.our-plan {
    position: absolute;
    top: 88px;
    right: -24px;
    left: unset;
    background: var(--theme-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    max-width: 364px;
}
.our-plan:after {
    position: absolute;
    top: -18px;
    right: 0;
    left: unset;
    width: 24px;
    height: 18px;
    background: #3e20ac;
    content: "";
    -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
}
/* -----------------------
 price category area start
 ------------------------*/

.price-tab-lang {
    border-radius: 59px;
    display: flex;
    background-color: #e8e4f7 !important;
}

.price-tab-lang span button {
    background-color: #e8e4f7 !important;
    border-radius: 59px !important;
    border: 0;
    height: 35px;
    width: 39px;
}

.price-tab-lang span button.active {
    background-color: var(--theme-color) !important;
}

/* -----------------------
 price category area end
 ------------------------*/


.customers-landing:before {
    width: 213%;
    height: 100%;
    left: -56%;
    top: -94%;
    content: "";
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    background-color: var(--page-bg);
}




.main-middle-text {
    margin-right: 15px;
    font-size: 40px;
}
.instructor-bottom-item div:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--orange-color);
}
.instructor-bottom-item div:nth-child(2) span:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--heading-color);
}
.hero-content p {
    margin-top: 30px;
    text-align: justify;
}

.single-feature-item {
    padding: 30px;
}
.single-feature-item p {
    font-size: 15px;
    line-height: 154%;
    font-weight: 600;
}
.single-feature-item h6 {
    font-size: 17px;
}
.sm-blue-shadow{
    box-shadow: 0 5px 15px rgba(90, 194, 255, 0.19), 0 5px 15px #6797ff5e
}
.bg-white-trans{
    mix-blend-mode: multiply;
}
.cactus-image{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 500px;
}


.quiz-list-page-top-right > img{

}
#mainNav{
    inset: 0;
    z-index: -1;
    background: rgb(0 0 0 / 63%);
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#mainNav.sticky{
    inset: 0;
    z-index: -1;
    background: rgb(0 0 0 / 18%);
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.instructor-my-course-item .course-img-wrap {
    width: 36%;
}
.course-img-wrap {
    border-radius: 4px;
    min-height: 158px;
    width: 100%;
    position: relative;
}
.course-img-wrap img {
    max-width: 100%;
    transform: scale(1);
    min-height: 158px;
    min-width: auto;
}
.course-item {
    border-radius: 11px
}

.course-single-details-right-content {
    margin-top: -250px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    margin-left: 26px;
}

blockquote {
    margin: 0 0 1rem;
    background: #d1d1d1;
    padding: 10px;
    border-right: 3px solid #9513e9;
}

.ac_header_detail {
    margin-bottom: 30px;
    padding: 10px 10px;
    background: #f0f3f8;
    border-radius: 10px;
}
@media only screen and (max-width: 1199.98px) {
    .course-single-details-right-content {
        margin-top: -110px;
        border-radius: 3px 3px 0 0;
        overflow: hidden;
        margin-left: 26px;
    }
}
.cookie-consent {
    width: 330px;
}
#librariesDropdown {
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 50px;
}
::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89/ var(--tw-bg-opacity));
}
::-webkit-scrollbar-track {
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 29/ var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(27 85 172/ var(--tw-bg-opacity));
}
.close {
    float: left;
    margin: 0px 5px;
}
.range-value-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}
.ui-slider-horizontal {
    width: 92%;
    margin: 30px auto 30px !important;
}



/*BTNS*/
/* CSS */
.button-86 {
    all: unset;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #21215f;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}
/*end-button-86*/

/*btn-dark-round*/
:root {
    --btn-pink-color: #ac85fb;
    --btn-pink-deep: #7d51d5;
    --btn-blue-color: #004cb7;
    --btn-blue-deep: #044075;
    --btn-orange-color: #ed854b;
    --btn-orange-deep:#ff6e16;
    --btn-red-color: #fa5953;
    --btn-red-deep: #ff230f;
    --btn-green-color: #018d2a;
    --btn-green-deep: #07491c;
}
.pink {
    border: 1px solid var(--btn-pink-color) !important;
}
.red {
    border: 1px solid var(--btn-red-color) !important;
    background: var(--btn-red-deep) !important;
}
.btn-dark-round.red:hover {
    background: var(--btn-red-color) !important;
}
.green {
    border: 1px solid var(--btn-green-color) !important;
    background: var(--btn-green-deep) !important;
}
.btn-dark-round.green:hover {
    background: var(--btn-green-color) !important;
}
.orange {
    border: 1px solid var(--btn-orange-color) !important;
    background: var(--btn-orange-deep) !important;
}
.btn-dark-round.orange:hover {
    background: var(--btn-orange-color) !important;
}

.blue {
    border: 1px solid var(--btn-blue-color) !important;
    background: var(--btn-blue-deep) !important;
}
.btn-dark-round.blue:hover {
    background: var(--btn-blue-color) !important;
}

.btn-dark-round {
    border: 1px solid var(--btn-pink-color);
    border-radius: 78px;
    background: var(--btn-pink-deep);
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
    min-width: 100px;
    transition: 0.5s;
}
.btn-dark-round:hover {
    background: var(--btn-pink-color);
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
}


/*end-btn-dark-round*/

/*button 29*/
.button-29 {
    display: inline-flex;
    display: flex;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.button-29:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
}
/*end button 29*/

/*button-28*/
.button-28 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.button-28:disabled {
    pointer-events: none;
}

.button-28:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-28:active {
    box-shadow: none;
    transform: translateY(0);
}
/*end-button-28*/


/*button-84*/
.button-84 {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#464d55, #25292e);
    border-radius: 50px;
    border-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all 150ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-84:hover {
    box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
    opacity: .85;
}

.button-84:active {
    outline: 0;
}

.button-84:focus {
    box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
    .button-84 {
        height: 48px;
    }
}
/*end-button-84*/

/*button-85*/

.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-85:before {
    content: "";
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}
/*button-85-end*/
/*END BTNS*/

.table-style thead th:first-child {
    border-radius: 0 10px 10px 0;
}
.table-style thead th:last-child {
    border-radius: 10px 0 0 10px;
}
.profile__status__area .status__item .status-img {
    margin-right: 15px;
    margin-left: 15px;
}
.sidebar__area {
    background-color: #0d0e12;
    border-left: 1px solid #1f212a;
    padding-left: 10px;
}
.admin-course-watch-page-area .accordion-button::after {
    margin-right: auto;
    margin-left: unset;
    float: right;
}
.admin-course-watch-page-area .curriculum-content .accordion-button {
    background-color: #0d0e12;
    line-height: 19px;
    font-size: 16px;
    padding: 20px;
    border: 1px solid #282727;
    margin-bottom: 5px;
}
.old-main-menu-dashboard{
    max-width: 100% !important;
}
.mobile-notifications-items-modal{
        max-height: 360px;
}
.desk-menu:hover {
    background: #825cff;
    transition: all .5s ease;
}


@media (min-width:769px) {
    .desk-menu{
        transition: all 0.5s ease;
        background: #1c1c1c;
        border-radius: 35px;
        padding: 0px 2px 0px 2px;
        margin: 0 5px;
        border: 1px solid #3b3939;
    }
    .header-nav-right-side{
        background: #1c1c1c;
        border-radius: 35px;
        padding: 0px 5px 0 10px;
    }
}
