/* auth area style start  */
.auth--area {
    min-height: 100vh;
    background-color: var(--blackv2);
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
.auth--area:before,
.auth--area:after {
    content: "";
    top: 0;
    left: 0px;
    position: absolute;
    background-image: url(../images/auth-glow-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: screen;
    height: 100%;
    width: 660px;
    z-index: -1;
}
.auth--area:after {
    left: auto;
    right: 0px;
    background-image: url(../images/auth-glow-right.png);
}
.back--button {
    position: absolute;
    top: 54px;
    left: 10%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.24px;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-text);
}
.back--button svg {
    margin-right: 18px;
}
.back--button:hover {
    opacity: 0.8;
}
.auth--box--wrapper {
    padding: 177px 0;
}
.auth--area .auth--box--outer {
    width: 535px;
    margin: 0 auto;
    border-radius: 10px;
    background: var(--primary-gradient);
    padding: 1px;
}
.auth--area .auth--box--inner {
    background: var(--dash-body);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 42px 52px 80px 52px;
}
.auth--area .auth--box--inner .auth--logo {
    display: block;
    text-align: center;
}
.auth--area .auth--box--inner .auth--logo img {
    width: 116px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.auth--area .auth--box--inner .feild {
    background: var(--primary-gradient);
    padding: 1px;
    margin-top: 13px;
    border-radius: 4px;
}
.auth--area .auth--box--inner input {
    width: 100%;
    height: 44px;
    padding: 10px 30px;
    background-color: #1f1f1f;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 4px;
}
.auth--area .auth--box--inner input::-webkit-input-placeholder {
    color: #5a5c5f;
}
.auth--area .auth--box--inner input::-moz-placeholder {
    color: #5a5c5f;
}
.auth--area .auth--box--inner input:-ms-input-placeholder {
    color: #5a5c5f;
}
.auth--area .auth--box--inner input::-ms-input-placeholder {
    color: #5a5c5f;
}
.auth--area .auth--box--inner input::placeholder {
    color: #5a5c5f;
}
.auth--area .forget--pass {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: #607d8b;
    margin: 10px 0 22px;
    text-align: right;
}
.auth--area .forget--pass a,
.auth--area .sign-up a {
    display: inline-block;
    background: -webkit-linear-gradient(180deg, #d0a255 0%, #8c5925 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.auth--area .button {
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.24px;
    letter-spacing: 1px;
    border-radius: 3px;
}
.auth--area .sign-up {
    margin-top: 46px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: #607d8b;
}
.auth--footer--area {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1546px;
    width: 100%;
    padding: 30px 0 36px;
    border-top: 1px solid var(--primary-text);
    text-align: center;
    z-index: 1;
}
.bottom--img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    height: 509px;
    width: 100%;
    z-index: -1;
}
.auth--footer--area p {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 1px;
}
/* auth area style end  */
/* header style start  */
header {
    position: fixed;
    top: 0;
    left: 108px;
    padding: 6px 30px;
    background-color: var(--dash-body);
    width: calc(100% - 108px);
    z-index: 999;
}
header .header--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header--left {
    margin-left: 12.2%;
}
.header--left p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.header--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search--bar {
    position: relative;
    width: 341px;
    margin-right: 20px;
}
.search--bar input {
    width: 100%;
    padding: 8px 8px 8px 38px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: var(--font-inter);
    border-radius: 2px;
    background: rgba(217, 217, 217, 0.2);
    border: none;
    color: var(--white);
}
.search--bar input::-webkit-input-placeholder {
    color: #818181;
}
.search--bar input::-moz-placeholder {
    color: #818181;
}
.search--bar input:-ms-input-placeholder {
    color: #818181;
}
.search--bar input::-ms-input-placeholder {
    color: #818181;
}
.search--bar input::placeholder {
    color: #818181;
}
.search--bar button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search--bar button svg path {
    opacity: 0.5;
}

/* header--settings */
.header--right .header--settings {
    margin-right: 14px;
}
.header--right .header--settings svg,
.notification svg {
    height: 24px;
    width: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header--right .header--settings svg:hover,
.notification svg:hover,
.notification svg:hover .noti--number {
    opacity: 0.6;
}
/* notification  */
.header--right .notification {
    margin-right: 17px;
}
.header--right .notification .toggle {
    position: relative;
}
.header--right .notification .toggle .noti--number {
    position: absolute;
    bottom: 3px;
    right: -2px;
    border-radius: 6px;
    background: #f23f42;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.18px;
    color: var(--white);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 2px !important;
}
/* header profile  */
.profile--area .toggle img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}
.header--right .header--control {
    position: relative;
}
.header--right .dropdown--common {
    position: absolute;
    top: 50px;
    right: 0;
    width: 254px;
    background-color: var(--blackv2);
    padding: 10px 0 20px 0;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header--right .dropdown--common.show {
    opacity: 1;
    visibility: visible;
    top: 38px;
}
.header--right .dropdown--common li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: var(--paragraph-color);
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.1);
    font-family: var(--font-inter);
}
.header--right .dropdown--common li a:hover {
    background-color: rgba(247, 230, 138, 0.1);
    border-color: transparent;
}
.header--right .dropdown--common li:last-child a {
    border-bottom: 0;
}
.header--right .dropdown--common.dropdown--notification {
    padding-top: 14px;
    width: 320px;
    height: 400px;
    overflow-y: scroll;
    font-family: var(--font-inter);
}
.header--right .dropdown--common.dropdown--notification::-webkit-scrollbar,
.sidebar--right .sidebar--content::-webkit-scrollbar,
.center--app--content.common::-webkit-scrollbar,
.journal--post--card--wrapper::-webkit-scrollbar,
.course--post--card--wrapper::-webkit-scrollbar,
.applied--job--card--wrapper::-webkit-scrollbar,
.course--video--module::-webkit-scrollbar,
.scrollbar-default::-webkit-scrollbar {
    width: 6px;
}
.header--right
    .dropdown--common.dropdown--notification::-webkit-scrollbar-thumb,
.sidebar--right .sidebar--content::-webkit-scrollbar-thumb,
.center--app--content.common::-webkit-scrollbar-thumb,
.journal--post--card--wrapper::-webkit-scrollbar-thumb,
.course--post--card--wrapper::-webkit-scrollbar-thumb,
.applied--job--card--wrapper::-webkit-scrollbar-thumb,
.course--video--module::-webkit-scrollbar-thumb,
.scrollbar-default::-webkit-scrollbar-thumb {
    background: var(--primary-gradient);
    border-radius: 4px;
}
.sidebar--right .sidebar--content::-webkit-scrollbar-track,
.center--app--content.common::-webkit-scrollbar-track,
.journal--post--card--wrapper::-webkit-scrollbar-track,
.course--post--card--wrapper::-webkit-scrollbar-track,
.applied--job--card--wrapper::-webkit-scrollbar-track,
.course--video--module::-webkit-scrollbar-track,
.scrollbar-default::-webkit-scrollbar-track {
    background-color: var(--blackv2);
}
.header--right .dropdown--common.dropdown--notification li a p {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    background-color: rgba(247, 230, 138, 0.1);
    display: inline-block;
    line-height: normal;
    border-radius: 40px;
    margin-bottom: 14px;
}
.header--right .dropdown--common.dropdown--notification li a h4 {
    font-size: 16px;
    font-weight: 500;
}
.header--right .dropdown--common.dropdown--notification li a span {
    font-size: 14px;
}
.header--right .dropdown--common.dropdown--profile li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header--right .dropdown--common.dropdown--profile li.profile img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 14px;
}
.header--right .dropdown--common.dropdown--profile li.profile h4 {
    font-size: 16px;
    font-weight: 600;
}
.header--right .dropdown--common.dropdown--profile li.profile p {
    font-size: 12px;
    line-height: 24px;
}
.header--right .dropdown--common.dropdown--profile li.profile a {
    padding-bottom: 20px;
}
.header--right .dropdown--common.dropdown--profile li a svg {
    height: 24px;
    width: 24px;
    opacity: 0.7;
    margin-right: 12px;
}
.header--right .dropdown--common.dropdown--profile li.profile a:hover {
    background-color: transparent;
}
/* header style end  */

/* dash--sidebar--main style start  */
.dash--sidebar--main {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 108px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0 55px;
}
.dash--sidebar--main .dash--logo img {
    width: 50px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.dash--sidebar--main ul {
    margin-top: 58px;
}
.dash--sidebar--main ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 27px;
    background-color: var(--dash-body);
    border-radius: 50%;
    border: 1px solid #d0a255;
}
.dash--sidebar--main ul li a:hover {
    background-color: rgba(247, 230, 138, 0.1);
}
.dash--sidebar--main ul li a.active:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -79%;
    width: 12px;
    height: 12px;
    background: -o-linear-gradient(
        55deg,
        #281809 -95.4%,
        #844d24 -81.05%,
        #8e5b22 -63.84%,
        #b2813c -52.36%,
        #f7e68a -38.01%,
        #d6bb6b -23.67%,
        #bb9751 -12.19%,
        #a67a3d 2.15%,
        #96662f 16.5%,
        #8d5a26 27.98%,
        #8a5623 42.32%,
        #e6b964 105.44%,
        #b2813c 134.13%,
        #f8e889 157.09%,
        #844d24 191.52%
    );
    background: linear-gradient(
        35deg,
        #281809 -95.4%,
        #844d24 -81.05%,
        #8e5b22 -63.84%,
        #b2813c -52.36%,
        #f7e68a -38.01%,
        #d6bb6b -23.67%,
        #bb9751 -12.19%,
        #a67a3d 2.15%,
        #96662f 16.5%,
        #8d5a26 27.98%,
        #8a5623 42.32%,
        #e6b964 105.44%,
        #b2813c 134.13%,
        #f8e889 157.09%,
        #844d24 191.52%
    );
    border-radius: 50%;
}
.dash--sidebar--main ul li:first-child a {
    margin-top: 0;
}
.dash--sidebar--main ul li a.logout {
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dash--sidebar--main ul li a .notification {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f23f42;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
/* dash--sidebar--main style end  */

/* app--content--main style start  */
.app--content--main {
    margin-left: 108px;
    margin-top: 47px;
    height: calc(100vh - 47px);
    position: relative;
}
.app--content--inner {
    background: var(--primary-gradient);
    padding: 1px 0 0 1px;
    border-top-left-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.app--content--inner .sidebar--left {
    height: calc(100vh - 48px);
    width: 12%;
    padding: 28px 14px 23px 24px;
    background-color: var(--blackv1);
    border-top-left-radius: 20px;
    position: relative;
}
.app--content--inner .sidebar--header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 20px 20px 20px;
    border-top-left-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(
        55deg,
        #281809 -95.4%,
        #844d24 -81.05%,
        #8e5b22 -63.84%,
        #b2813c -52.36%,
        #f7e68a -38.01%,
        #d6bb6b -23.67%,
        #bb9751 -12.19%,
        #a67a3d 2.15%,
        #96662f 16.5%,
        #8d5a26 27.98%,
        #8a5623 42.32%,
        #e6b964 105.44%,
        #b2813c 134.13%,
        #f8e889 157.09%,
        #844d24 191.52%
    );
    background: linear-gradient(
        35deg,
        #281809 -95.4%,
        #844d24 -81.05%,
        #8e5b22 -63.84%,
        #b2813c -52.36%,
        #f7e68a -38.01%,
        #d6bb6b -23.67%,
        #bb9751 -12.19%,
        #a67a3d 2.15%,
        #96662f 16.5%,
        #8d5a26 27.98%,
        #8a5623 42.32%,
        #e6b964 105.44%,
        #b2813c 134.13%,
        #f8e889 157.09%,
        #844d24 191.52%
    );
}
.app--content--inner .sidebar--header svg {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}
.app--content--inner .sidebar--header p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.app--content--inner .menu--area {
    margin: 93px 0 20px;
    max-height: calc(100% - 277px);
    min-height: calc(100% - 277px);
    overflow-y: auto;
}
.app--content--inner .menu--area::-webkit-scrollbar,
.center--app--sections::-webkit-scrollbar {
    width: 6px;
}
.app--content--inner .menu--area::-webkit-scrollbar-thumb,
.center--app--sections::-webkit-scrollbar-thumb {
    background: var(--primary-gradient);
    border-radius: 4px;
}
.center--app--sections::-webkit-scrollbar-track,
.app--content--inner .menu--area::-webkit-scrollbar-track {
    background-color: var(--blackv1);
}
.app--content--inner .menu--area h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: var(--paragraph-dark);
    padding-left: 8px;
    margin-bottom: 20px;
}
.app--content--inner .menu--area ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    background-color: transparent;
    color: var(--paragraph-dark);
    margin-top: 8px;
}
.app--content--inner .menu--area ul li:first-child a {
    margin-top: 0;
}
.app--content--inner .menu--area ul li a:hover,
.app--content--inner .menu--area ul li a.active {
    background-color: rgba(247, 230, 138, 0.03);
}
.app--content--inner .menu--area ul li a svg {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}
.app--content--inner .coins--box {
    padding: 17px 13px 13px 13px;
    background-color: var(--dash-body);
    width: calc(100% - 48px);
    position: absolute;
    left: 24px;
    bottom: 30px;
}
.app--content--inner .coins--box h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 16.44px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: var(--white);
    max-width: 120px;
    text-transform: capitalize;
}
.app--content--inner .coins--box h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    color: var(--primary-text);
    font-size: 24.444px;
    font-style: normal;
    font-weight: 900;
    line-height: 32.267px;
    letter-spacing: 1.222px;
    margin-bottom: 15px;
}
.app--content--inner .coins--box h3 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--white);
}
.app--content--inner .coins--box a {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#d0a255),
        to(#8c5925)
    );
    background: -o-linear-gradient(top, #d0a255 0%, #8c5925 100%);
    background: linear-gradient(180deg, #d0a255 0%, #8c5925 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #97652d;
    display: inline-block;
    text-transform: capitalize;
}
.app--content--inner .coins--box a:hover {
    opacity: 0.7;
}
/* app content center  */
.center--app--content {
    background-color: var(--blackv2);
    width: 66%;
    margin-left: 1px;
    padding: 0 16px 24px 28px;
    height: calc(100vh - 48px);
    overflow: hidden;
}
.center--app--content.common {
    overflow-y: auto;
}
.center--app--content .row {
    margin-right: -10px;
    margin-left: -10px;
}
.center--app--content .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.center--app--content .top--welcome-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
}
.center--app--content .top--welcome-bar .desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.96px;
    letter-spacing: 1px;
    width: 636px;
}
.center--app--content .top--welcome-bar {
    padding: 53px 0;
}
.center--app--content .top--welcome-bar .user--name p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: 1px;
    color: var(--paragraph-dark);
    margin-bottom: 6px;
}
.center--app--content .top--welcome-bar .user--name h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: 1px;
}
.center--app--sections {
    max-height: calc(100% - 155px);
    overflow-y: auto;
    padding-right: 12px;
    padding-bottom: 25px;
}
/* latest--journals--area style  */
.recommended--course--area {
    overflow: hidden;
}
.latest--journals--area,
.job--board--area,
.other--journals--area {
    padding-top: 37px;
    overflow: hidden;
}
/* app--content--main style end  */

/* sidebar right style start  */
.sidebar--right {
    width: 22%;
    background-color: var(--blackv1);
    min-height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    overflow: hidden;
}
.sidebar--right .sidebar--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 28px 12px 24px;
    border-bottom: 0.25px solid rgb(247 230 138 / 25%);
}
.sidebar--right .sidebar--top p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--white);
}
.sidebar--right .sidebar--top a {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #97652d;
}
.sidebar--right .sidebar--top a:hover {
    opacity: 0.7;
}
.sidebar--right .sidebar--content {
    padding: 0 32px 20px 32px;
    max-height: calc(100% - 70px);
    overflow-y: auto;
    margin: 10px 0 0;
}
/* sidebar right style end  */

/* job--board--card style  */
.job--board--card {
    background-color: var(--card-bg);
    border-radius: 8px;
    padding: 20px;
}
.job--board--card .top--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.1);
}
.job--board--card .top--area .company--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.job--board--card .top--area .company--area img {
    min-width: 56px;
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
}
.job--board--card .top--area .company--area h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.76px;
    letter-spacing: 1px;
    color: var(--white);
}
.job--board--card .top--area .company--area p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}
.job--board--card .top--area .company--area p span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
}
.job--board--card .top--area .button {
    padding: 5px 48px;
    font-size: 12.219px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 20.04px */
    letter-spacing: 0.764px;
    text-transform: capitalize;
    border-radius: 2.291px;
}
.job--board--card .bottom--area {
    padding-top: 18px;
}
.job--board--card .bottom--area p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.96px;
    letter-spacing: 1px;
}
.job--board--card .bottom--area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
    margin-top: 20px;
}
.job--board--card .bottom--area ul li {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 12px;
}
.job--board--card .bottom--area ul li:before {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#d0a255),
        to(#8c5925)
    );
    background: -o-linear-gradient(top, #d0a255 0%, #8c5925 100%);
    background: linear-gradient(180deg, #d0a255 0%, #8c5925 100%);
}

/* journals page style  */
.app--content--main.journals .recommended--Journals--area {
    padding-top: 18px;
}

.app--content--main.journals .sidebar--right .sidebar--top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
}
.app--content--main.journals .sidebar--right .sidebar--top a p {
    border-bottom: 1px solid #97652d;
}
.app--content--main.journals .sidebar--right .sidebar--top a svg {
    margin-left: 10px;
}
.sidebar--right .sidebar--tab--content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 26px;
}

.sidebar--right .sidebar--tab--content .nav-link {
    padding: 14px 5px;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    margin-right: 22px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: #5a5c5f;
    position: relative;
}
.sidebar--right .sidebar--tab--content .nav-link:before {
    content: "";
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: transparent;
}
.sidebar--right .sidebar--tab--content .nav-link.active:before {
    background-color: var(--primary-text);
}
.sidebar--right .sidebar--tab--content .nav-item:last-child .nav-link {
    margin-right: 0;
}
.sidebar--right .sidebar--tab--content .nav-link.active {
    background-color: transparent;
    color: var(--white);
}

/* single--Journal--area page style  */
.single--Journal--area {
    padding-top: 18px;
}
.back--btn {
    color: var(--primary-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
}
.back--btn svg {
    margin-right: 6px;
}
.single--Journal--area .img--area {
    overflow: hidden;
    height: 170px;
    width: 100%;
    border-radius: 8px;
}
.single--Journal--area .img--area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.single--Journal--area .img--area img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.single--Journal--area .title--area {
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.4);
}
.single--Journal--area .title--area h1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
    margin-bottom: 15px;
}
.single--Journal--area .title--area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
}
.single--Journal--area .title--area ul li:first-child {
    padding-left: 12px;
}
.single--Journal--area .publish--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single--Journal--area .publish--area .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.single--Journal--area .publish--area .share a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--dash-body);
    border-radius: 36.979px;
    border: 0.521px solid #d0a255;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.521px solid #d0a255;
}
.single--Journal--area .description {
    padding-top: 28px;
}
.single--Journal--area .description p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.68px;
    letter-spacing: 1px;
}

/* journal popup  */
.create--journal--pop--wrapper,
.course--purchase--pop--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(217, 217, 217, 0.2);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    border-top-left-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
.create--journal--pop--wrapper.show,
.course--purchase--pop--wrapper.show {
    opacity: 1;
    visibility: visible;
}
.create--journal--pop--wrapper .create--journal {
    background-color: #252525;
    width: 760px;
    border-radius: 8px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.create--journal--pop--wrapper .create--journal.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.create--journal--pop--wrapper .create--journal .header--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 33px;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.4);
}
.create--journal--pop--wrapper .create--journal .header--top p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.create--journal--pop--wrapper .create--journal .header--top svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.create--journal--pop--wrapper .create--journal form {
    padding: 35px 35px 66px 35px;
}
.create--journal--pop--wrapper .create--journal .upload--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.create--journal--pop--wrapper .create--journal .upload--area input {
    display: none;
}
.create--journal--pop--wrapper .create--journal .upload--area label {
    width: 137px;
    height: 89px;
    border-radius: 8px;
    border: 2px dashed #8e5b26;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.create--journal--pop--wrapper .create--journal .upload--area label.removed {
    border: none;
}
.create--journal--pop--wrapper
    .create--journal
    .upload--area
    label.removed
    svg {
    display: none;
}
.create--journal--pop--wrapper .create--journal .upload--area #image-preview {
    width: 137px;
    height: 89px;
    position: absolute;
}
.create--journal--pop--wrapper
    .create--journal
    .upload--area
    #image-preview
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.create--journal--pop--wrapper .create--journal .upload--area .reminder {
    padding-left: 26px;
}
.create--journal--pop--wrapper .create--journal .upload--area .reminder h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--primary-text);
    margin-bottom: 2px;
}
.create--journal--pop--wrapper .create--journal .upload--area .reminder p {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--paragraph-dark);
}
.create--journal--pop--wrapper .create--journal .text--feild {
    margin-top: 13px;
}
.create--journal--pop--wrapper .create--journal .text--feild input,
.create--journal--pop--wrapper .create--journal .text--feild textarea {
    width: 100%;
    padding: 10px 30px;
    border-radius: 4px;
    border: 0.75px solid #aa7839;
    background: #1f1f1f;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
    margin-top: 13px;
}
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    input::-webkit-input-placeholder,
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    textarea::-webkit-input-placeholder {
    color: #5a5c5f;
}
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    input::-moz-placeholder,
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    textarea::-moz-placeholder {
    color: #5a5c5f;
}
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    input:-ms-input-placeholder,
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    textarea:-ms-input-placeholder {
    color: #5a5c5f;
}
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    input::-ms-input-placeholder,
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    textarea::-ms-input-placeholder {
    color: #5a5c5f;
}
.create--journal--pop--wrapper .create--journal .text--feild input::placeholder,
.create--journal--pop--wrapper
    .create--journal
    .text--feild
    textarea::placeholder {
    color: #5a5c5f;
}
.create--journal--pop--wrapper .create--journal .text--feild textarea {
    height: 228px;
    resize: none;
    padding-top: 17px;
}
.create--journal--pop--wrapper .create--journal .form-check-group {
    margin-top: 21px;
}
.create--journal--pop--wrapper .create--journal .button {
    margin-top: 37px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.24px;
    letter-spacing: 1px;
    padding: 9px 30px;
    border-radius: 3px;
}

/* books page style start  */
.all--books--area {
    padding-top: 14px;
}
.bar--common--width {
    width: 351px !important;
    margin-right: 0;
}
.all--books--area .section--title {
    padding-bottom: 9px;
    margin-bottom: 22px;
    position: relative;
}
.all--books--area .arrived--book--card {
    padding: 10px 33px;
}
/* books page style end  */

/* all--course--area style start  */
.all--course--area {
    padding-top: 14px;
}
.all--course--area .section--title {
    padding-bottom: 10px;
}
.course--post--card--wrapper {
    padding: 4px 34px 26px 24px;
    max-height: calc(100vh - 174px);
    overflow-x: hidden;
    overflow-y: auto;
}
.course--post--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 33px 20px 33px;
    position: relative;
    background-color: rgba(89, 89, 89, 0.2);
    border-radius: 8px;
    margin-top: 20px;
}
.course--post--card .img--area {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 93px;
    overflow: hidden;
    border-radius: 8px;
}
.course--post--card .img--area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.course--post--card .course--text {
    padding-left: 76px;
}
.course--post--card .course--text h4 {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--white);
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}
.course--post--card .course--text h4 svg {
    margin-right: 4px;
}
.course--post--card .course--progress {
    width: 180px;
    height: 6px;
    background-color: var(--primary-text);
    border-radius: 8px;
    position: relative;
}
.course--post--card .course--progressbar {
    width: 0%;
    height: 100%;
    border-radius: 8px;
    background: -o-linear-gradient(
        55deg,
        #281809 -95.4%,
        #844d24 -81.05%,
        #8e5b22 -63.84%,
        #b2813c -52.36%,
        #f7e68a -38.01%,
        #d6bb6b -23.67%,
        #bb9751 -12.19%,
        #a67a3d 2.15%,
        #96662f 16.5%,
        #8d5a26 27.98%,
        #8a5623 42.32%,
        #e6b964 105.44%,
        #b2813c 134.13%,
        #f8e889 157.09%,
        #844d24 191.52%
    );
    background: linear-gradient(
        35deg,
        #281809 -95.4%,
        #844d24 -81.05%,
        #8e5b22 -63.84%,
        #b2813c -52.36%,
        #f7e68a -38.01%,
        #d6bb6b -23.67%,
        #bb9751 -12.19%,
        #a67a3d 2.15%,
        #96662f 16.5%,
        #8d5a26 27.98%,
        #8a5623 42.32%,
        #e6b964 105.44%,
        #b2813c 134.13%,
        #f8e889 157.09%,
        #844d24 191.52%
    );
    /* transition: 0.3s ease-in-out; */
}
.course--post--card .percent {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
    letter-spacing: 1px;
    margin-left: 7px;
    color: var(--paragraph-color);
}
.course--post--card p.videos--quantity {
    position: relative;
    margin-top: 12px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
    letter-spacing: 1px;
    padding-left: 14px;
}
.course--post--card p.videos--quantity:before {
    content: "";
    top: 4px;
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#d0a255),
        to(#8c5925)
    );
    background: -o-linear-gradient(top, #d0a255 0%, #8c5925 100%);
    background: linear-gradient(180deg, #d0a255 0%, #8c5925 100%);
    border-radius: 50%;
}
/* course popup style  */
.course--purchase--pop--wrapper .purchase--modal {
    border-radius: 8px;
    background-color: #252525;
    width: 515px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.course--purchase--pop--wrapper .purchase--modal.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.course--purchase--pop--wrapper .purchase--modal .header--top {
    padding: 17px 33px 15px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.4);
}
.course--purchase--pop--wrapper .purchase--modal .header--top svg {
    cursor: pointer;
}
.course--purchase--pop--wrapper .purchase--modal .header--top svg:hover {
    opacity: 0.7;
}
.course--purchase--pop--wrapper .purchase--modal .header--top p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.course--purchase--pop--wrapper .purchase--modal .bottom--content {
    padding: 33px;
}
.course--purchase--pop--wrapper .purchase--modal .current--amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}
.course--purchase--pop--wrapper .purchase--modal .current--amount h3,
.course--purchase--pop--wrapper .course--cost h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--white);
}
.course--purchase--pop--wrapper .purchase--modal .current--amount p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.course--purchase--pop--wrapper .course--cost h3 {
    margin-bottom: 7px;
}
.course--purchase--pop--wrapper .course--cost .course--details h4 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--white);
    margin-bottom: 4px;
}
.course--purchase--pop--wrapper .course--cost .course--details ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: #f2f3f5;
    padding-left: 14px;
    position: relative;
}
.course--purchase--pop--wrapper .course--cost .course--details ul li:before {
    content: "";
    top: 4px;
    left: 0;
    position: absolute;
    height: 8px;
    width: 8px;
    background: var(--primary-gradient);
    border-radius: 50%;
}
.course--purchase--pop--wrapper .course--quantity {
    padding-left: 120px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.68px;
    letter-spacing: 1px;
}
.course--purchase--pop--wrapper .course--price,
.course--purchase--pop--wrapper .left--amount p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.course--purchase--pop--wrapper .course--cost .inner {
    padding-bottom: 18px;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.4);
}
.course--purchase--pop--wrapper .left--amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
}
.course--purchase--pop--wrapper .left--amount h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--white);
}
.course--purchase--pop--wrapper .button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.24px;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 8px 30px;
    margin-top: 32px;
}
.course--purchase--pop--wrapper .purchase--coin {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
    letter-spacing: 1px;
    color: var(--white);
    margin-top: 18px;
}
.course--purchase--pop--wrapper .purchase--coin a {
    color: var(--primary-text);
    text-decoration: underline;
}
.course--purchase--pop--wrapper .purchase--coin a:hover {
    opacity: 0.7;
}
/* all--course--area style send  */

/* all--job--area style start  */
.all--job--area {
    padding-top: 14px;
}
.all--job--area .section--title {
    padding-bottom: 9px;
}
.job--sidebar--content {
    padding: 0 !important;
    overflow: hidden !important;
}
.applied--job--card--wrapper {
    padding: 0px 31px 24px 24px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
/* all--job--area style end  */

/* all--coins--area style start  */
.all--coins--area {
    padding-top: 18px;
}
.reason--of--buy--conins li {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: #7c7c7c;
    margin-top: 12px;
    list-style: disc;
    list-style-position: inside;
}
/* all--coins--area style start  */

/* course video page style start  */
.video--area {
    padding-top: 18px;
}
.video--area video {
    max-height: 540px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 25px;
}
.video--area .info--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 23px;
    padding-bottom: 15px;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.4);
}
.video--area .info--header h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 31.68px;
    letter-spacing: 1px;
    color: var(--primary-text);
}
.video--area .info--header .enroll--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video--area .info--header .enroll--area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-right: 25px;
}
.video--area .info--header .enroll--area ul li {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
    padding-left: 14px;
}
.video--area .info--header .enroll--area ul li:before {
    content: "";
    top: 3px;
    left: 0;
    position: absolute;
    height: 8px;
    width: 8px;
    background: var(--primary-gradient);
    border-radius: 50%;
}
.video--area .info--header .enroll--area .price {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 26.4px;
    letter-spacing: 1px;
    color: var(--primary-text);
    margin-right: 21px;
}
.video--area .info--header .enroll--area .button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.24px;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 6px 64px;
}
.video--area .video--desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.68px;
    letter-spacing: 1px;
    margin-top: 35px;
}
.course--video--module {
    padding: 30px 32px 24px 24px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.course--video--module .module-item,
.module-item-wrap {
    padding: 17px 13px;
    border-radius: 8px;
    background: rgba(89, 89, 89, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.course--video--module .module-item:first-child {
    margin-top: 0;
}
.course--video--module .module-item h4,
.module-item-wrap {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.course--video--module .module-item .lock,
.module-item-wrap .lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.course--video--module .module-item .lock p,
.module-item-wrap .lock p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
}

/* course video page style end  */

/* chat welcome page style start  */
.menu--area.chat--menu .accordion-item {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(90, 92, 95, 0.5);
    border-radius: 0;
    margin-top: 15px;
}
.menu--area.chat--menu .accordion-item:first-child {
    margin-top: 0;
}
.menu--area.chat--menu .accordion-item .accordion-button {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.menu--area.chat--menu .accordion-body {
    padding: 0;
    margin-top: 8px;
}
.menu--area.chat--menu .accordion-item .accordion-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: var(--paragraph-dark);
    padding-left: 20px;
}
.menu--area.chat--menu .accordion-button::after {
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.menu--area.chat--menu .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-down.svg);
}
.menu--area.chat--menu .accordion-body a,
.app--content--inner .menu--area.chat--menu .course--rooms h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    padding: 6px 8px 6px 8px;
    color: var(--paragraph-dark);
}
.menu--area.chat--menu .accordion-body a.active {
    background-color: rgba(247, 230, 138, 0.03);
}
.menu--area.chat--menu .accordion-body a svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.app--content--inner .menu--area.chat--menu::-webkit-scrollbar {
    width: 3px;
}
.app--content--inner .menu--area.chat--menu .course--rooms h4 {
    padding: 14px 0;
}
.sidebar--left.chat--left-sidebar {
    padding: 28px 8px 23px 24px;
}
.menu--area.chat--menu {
    padding-right: 8px;
}
.chat--welcome--top--bar {
    padding: 50px 0 40px;
    background-color: var(--blackv2);
}
.chat--welcome--top--bar p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: 1px;
    color: var(--paragraph-dark);
    margin-bottom: 10px;
}
.chat--welcome--top--bar h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: 1px;
    color: var(--paragraph-dark);
}
.chat--date {
    height: 1px;
    width: 100%;
    background-color: rgba(217, 217, 217, 0.3);
    position: relative;
}
.chat--date p {
    padding: 2px 65px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #818181;
    background-color: var(--blackv2);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: var(--font-inter);
}
.chat--box--wrapper {
    height: calc(100vh - 218px);
    padding-top: 10px;
    overflow-y: auto;
    position: relative;
}
.chat--box--wrapper.welcome--chat {
    height: calc(100vh - 295px);
    padding-top: 10px;
    overflow-y: auto;
    position: relative;
    padding-bottom: 20px;
}
.chat--box--wrapper.welcome--chat .single--chat {
    margin-top: 36px;
}
.single--chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin-top: 24px;
}
.single--chat .profile--img img {
    width: 39px;
    height: 39px;
    border: 1px solid #d0a255;
    margin-right: 11px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}
.single--chat .message--wrapper {
    margin-top: 8px;
}
.single--chat .profile--name--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.single--chat .profile--name--area .profile--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.single--chat .profile--name--area .profile--name .name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--chat--profile--color);
}
.single--chat .profile--name--area .profile--name .rank {
    font-family: var(--font-inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single--chat .profile--name--area .profile--name .date {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #949ba4;
}
.single--chat .message p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: var(--white);
    margin-top: 24px;
    opacity: 0.9;
}
.single--chat .message p:first-child {
    margin-top: 0;
}
.single--chat .message .video,
.single--chat .message .pop-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 157px;
    width: 142px;
    margin-top: 20px;
}
.single--chat .message .video img {
    height: 32px;
    width: 28px;
}
.recently-joined {
    padding: 12px 31px 24px 24px;
    max-height: 440px;
    overflow-y: auto;
}
.recently-joined .view--all {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.68px;
    letter-spacing: 1px;
    color: var(--paragraph-dark);
    display: inline-block;
    margin-top: 22px;
}
.recently-joined .view--all span {
    font-size: 15px;
    color: var(--white);
}
.top--gs .top--header {
    margin-top: 16px;
    padding: 14px 24px;
    border-bottom: 0.25px solid rgb(247 230 138 / 25%);
}
.top--gs .top--header p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.96px;
    letter-spacing: 1px;
    color: var(--white);
}
.gs--card--wrapper {
    padding: 16px 31px 24px 24px;
    max-height: calc(100vh - 600px);
    overflow-y: auto;
}
.common-general--chat.chat--box--wrapper {
    height: calc(100vh - 224px);
    padding-bottom: 30px;
    padding-right: 16px;
}
/* chat write feild  */
.chat--write--feild .input--group {
    position: relative;
}
.chat--write--feild .input--group input {
    width: 100%;
    height: 58px;
    padding: 16px 30px 16px 65px;
    background-color: #1f1f1f;
    color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
}
.chat--write--feild .input--group input::-webkit-input-placeholder {
    color: var(--chat--profile--color);
}
.chat--write--feild .input--group input::-moz-placeholder {
    color: var(--chat--profile--color);
}
.chat--write--feild .input--group input:-ms-input-placeholder {
    color: var(--chat--profile--color);
}
.chat--write--feild .input--group input::-ms-input-placeholder {
    color: var(--chat--profile--color);
}
.chat--write--feild .input--group input::placeholder {
    color: var(--chat--profile--color);
}
.chat--write--feild .input--group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 61px;
}
.attach--files input {
    display: none;
}
.attach--files {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.attach--files label svg {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.attach--files label svg:hover {
    opacity: 0.8;
}
.attach--files label svg path {
    stroke: #d9d9d9;
}
.mfp-img {
    max-height: 660px !important;
    min-height: 660px !important;
    max-width: 900px !important;
    min-width: 900px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
/* chat welcome page style end  */

/* chat mental general page style start  */
.mental-general-chat h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: 1px;
    color: #7c7c7c;
}
.mental-general-chat h1 span {
    margin-left: 20px;
    color: var(--primary-text);
}
.profile--name--area .action--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.profile--name--area .action--area svg {
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.profile--name--area .action--area .action {
    position: relative;
}
.profile--name--area .action--area .emoji--dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    background-color: var(--blackv1);
    padding: 3px 10px 6px;
    border-radius: 6px;
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.profile--name--area .action--area .emoji--dropdown.show {
    top: -10px;
    opacity: 1;
    visibility: visible;
}
.profile--name--area .action--area .emoji--dropdown img {
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.profile--name--area .action--area .emoji--dropdown .care img {
    height: 22px;
    width: 22px;
}
.three--dot--action--dropdown {
    position: absolute;
    background-color: var(--blackv1);
    z-index: 50;
    border-radius: 6px;
    padding: 5px 0;
    left: 10px;
    top: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.three--dot--action--dropdown.show {
    opacity: 1;
    visibility: visible;
}
.three--dot--action--dropdown li a {
    font-size: 14px;
    font-family: var(--font-inter);
    color: var(--white);
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.25px solid rgb(247, 230, 138, 0.1);
}
.three--dot--action--dropdown li a svg {
    margin-right: 8px;
}
.three--dot--action--dropdown li a svg path {
    stroke: white;
}
.three--dot--action--dropdown li:last-child a {
    border: none;
}
.message--reaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.message--reaction .reaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 12px;
    background-color: #222;
    border-radius: 2px;
    cursor: pointer;
}
.message--reaction .reaction img,
.message--reaction .reaction span {
    height: 26px;
    width: 26px;
    display: inline-block;
}
.message--reaction .reaction p {
    margin-top: 0;
    margin-top: 2px;
}
.sidebar--right .sidebar--tab--content.chat .nav {
    padding: 0;
    border-bottom: 1px solid #5a5c5f;
}
.sidebar--right .sidebar--tab--content.chat .nav-link {
    margin-right: 10px;
}
.sidebar--right .sidebar--tab--content.chat .nav-link:before {
    background-color: #5a5c5f;
}
.sidebar--right .sidebar--tab--content.chat .nav-link.active:before {
    background-color: var(--primary-text);
}
.sidebar--right .sidebar--tab--content.chat .nav-link:before {
    bottom: -7.5px;
}
.sidebar--right .sidebar--tab--content.chat .joined--card--wrapper {
    padding: 0 32px 24px 24px;
    margin-top: 30px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}
.sidebar--right .sidebar--tab--content.chat .active--status {
    position: relative;
    font-size: var(--font-inter);
    font-weight: 600;
    font-size: 12px;
}
.sidebar--right .sidebar--tab--content.chat .active--status:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
    height: 7px;
    width: 7px;
    background-color: #01ad01;
    border-radius: 50%;
}
.sidebar--right .sidebar--tab--content.chat .active--status.inactive:before {
    display: none;
}
.sidebar--right .sidebar--tab--content.chat .btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--paragraph-dark);
    font-weight: 600;
    font-family: var(--font-inter);
}
.sidebar--right .sidebar--tab--content.chat .btn a span {
    color: var(--white);
    font-size: 15px;
}
/* chat mental general page style end  */

/* 
	Css For under development (Backend)
	Write By JB
	Backender
*/
input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    padding: 5px !important;
    margin-right: 10px !important;
}
.checkout-form-check-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.invalid-feedback {
    display: block;
}

/* pricing details section */

.checkout-details-section {
    width: 486px;
    background-color: var(--dashui-white);
    padding: 24px;
    border-radius: 5px;
    color: white;
}
.checkout-details-section hr {
    margin: 15px 0;
    border: 1px solid #e6eaee;
}
.checkout-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}

.checkout-information h6 {
    font-family: var(--primary-font-family);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
}

.checkout-information p {
    font-family: var(--primary-font-family);
    font-size: 14px;
    line-height: 18px;
}

.payment-amount {
    margin-top: 25px;
}
.checkout-product-thumb {
    padding: 10px;
    background: #e7f1fe;
    border-radius: 5px;
}
.checkout-information img {
    width: 91px;
}
.checkout-discount button {
    padding: 10px 40px;
    border-radius: 8px;
    background-color: #daeafd;
    color: #000000;
    border: 1px solid rgba(11, 117, 241, 0.1);
    font-weight: 600;
}
.checkout-discount input {
    padding: 15px;
    height: 45px;
}
.checkout-discount input::placeholder {
    color: #9c9ca4;
}
.checkout-discount .payment-amount p {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.main-price p:nth-child(2) {
    font-weight: 600;
}
.checkout-discount .pay-btn {
    width: 100%;
    background-color: #0b75f1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-top: 24px;
}
.checkout-section a {
    color: #0b75f1 !important;
    text-decoration: none;
}

.StripeCardPayment {
    display: flex;
    border: 1px solid #00000030;
    border-radius: 8px;
}
.StripeCardPayment .payment-user--card-number {
    width: 55%;
}
.StripeCardPayment .payment-card--valid {
    width: 45%;
    display: flex;
}
.StripeCardPayment .payment-user--card-number input,
.StripeCardPayment .payment-card--valid input {
    border: 0px;
}
.StripeCardPayment .payment-card--valid input {
    border-left: 1px solid #00000030;
    border-radius: 0px 8px 8px 0px;
}
.StripeCardPayment .payment-user--card-number input:focus,
.StripeCardPayment .payment-card--valid input:focus {
    outline: none;
    box-shadow: none;
}
.StripeCardPayment input {
    background-color: transparent !important;
    border: 1px solid #e6eaee !important;
}
.StripeCardPayment .payment-user--card-number input {
    border-radius: 8px 0px 0px 8px !important;
}
#card--expiry--date {
    border-right: 0px !important;
    border-left: 0px !important;
    border-radius: 0 !important;
}
input {
    color: white !important;
}

/* === Landing - Checkout :: End === */

.dropdown--common .unread {
    background-color: #2d2d2d54 !important;
}

/* Ck editor Css For Dark Mode */
.ck-editor .ck-toolbar_grouping {
    background-color: #252525 !important;
    color: white !important;
    border-color: #8b5724 !important;
}
.ck-editor .ck-button__label,
.ck-editor .ck-button__icon {
    color: rgb(228, 228, 228) !important;
}
.ck-editor .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    background-color: transparent;
    border-color: #8b5724 !important;
}
.ck-editor .ck.ck-editor__main > .ck-editor__editable.ck-focused {
    background-color: transparent;
    border-color: #8b5724;
}
.journal--post--card--wrapper a {
    position: relative;
}

.journal--post--card--wrapper a:hover .edit--btn {
    opacity: 1;
    visibility: visible;
}

.journal--post--card--wrapper .edit--btn {
    color: #8b5724 !important;
    position: absolute;
    top: 5px;
    right: 7px;
    border-radius: 50%;
    font-size: 13px;
    height: 30px;
    width: 28px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out !important;
}

.bootstrap-tagsinput {
    padding: 10px;
    border: 0.75px solid #aa7839 !important;
}

.bootstrap-tagsinput .tag {
    padding: 0.3rem;
    border-radius: 5px;
    background: var(--btn-gradient) !important;
    color: #fff;
}

.bootstrap-tagsinput {
    background-color: transparent !important;
}

/* dropify css  */
.dropify-wrapper .dropify-message p {
    font-size: initial;
}

.invalid-feedback {
    color: #dc3545;
}

.bootstrap-tagsinput {
    width: 100%;
}

.input_list ul li {
    margin-bottom: 20px !important;
}

.fn__animated_text {
    color: var(--white);
    margin: 20px 0 10px 0;
}

.author {
    margin-bottom: 20px !important;
    display: block;
}

.image-wrapper img {
    width: 100%;
}

.techwave_fn_home {
    color: var(--white);
}
.journal--card {
    height: 258px;
}
.pagination .page-item .page-link {
    background-color: transparent !important;
    border-color: #d0a255;
    color: white;
}
.pagination .active {
    background-color: #d0a255;
}
.arrived--book--card {
    position: relative;
}
.fav-wrapper {
    position: absolute;
    right: 10px;
    bottom: 2px;
    cursor: pointer;
}
.fav-wrapper i {
    font-size: 25px;
    font-weight: 600;
    color: #ac7b3b;
}
.pagination li {
    margin: 0 10px !important;
}
.toast .toast-message {
    font-size: 17px !important;
}

.course--video--module .accordion-item{
	background: none;
	border:none;
	box-shadow: none;
}
.course--video--module .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.course--video--module .accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.course--video--module .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
    margin-left:0;
}
.course--video--module .accordion-body{
	background-color: rgba(89, 89, 89, 0.20) !important;
	border-radius: 0 0 8px 8px;
}
.course--video--module .module-item{
	background-color: transparent !important;
	padding: 8px 13px;
}
.course--video--module .module-item-wrap.accordion-button:not(.collapsed){
	border-radius: 8px 8px 0 0;
}
.accordion-button h4{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
    letter-spacing: 1px;
    color: var(--paragraph-color);
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.accordion-button:not(.collapsed){
    background-color: #8a5623 !important;
}
.course--video--module .module-item .lock, .module-item-wrap .lock {
    gap: 6px;
}
.course--video--module .module-item h4, .module-item-wrap {
    font-size: 14px;
}
.course--video--module .module-item {
    padding: 5px 15px;
}

.bg-theam-primary{
    background: var(--primary-gradient);
}