/* sidebar css */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root {
    --header-height: 3rem;
    --nav-width: 130px;
    --first-color: #4723d9;
    --first-color-light: #afa5d9;
    --white-color: #f7f6fb;
    --body-font: "Nunito", sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 9999;
}

*,
::before,
::after {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 2.5rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: 0.5s;
    background-color: #f6f6f6;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: white;
    z-index: var(--z-fixed);
    transition: 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 9999;
}

.header_toggle {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header_img img {
    width: 40px;
}

.menubars {
    background: #FE8F1C;
    padding: 0.3rem 0rem 0rem 0.9rem;
    margin-bottom: 25px;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: 80px;
    height: 100vh;
    background-color: #1e1414;
    padding: 0 0;
    transition: 0.5s;
    z-index: var(--z-fixed);
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
}

.nav_logo {
    margin-bottom: 2rem;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color);
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700;
}

.nav_link {
    position: relative;
    color: white;
    margin-bottom: 8px;
    transition: 0.3s;
}

.nav_link:hover {
    color: var(--first-color-light);
}

.nav_icon {
    font-size: 25px;
    margin-right: 2px;
}

.show {
    left: 0;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem);
}

.active {
    color: var(--white-color);
}


/* .active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
} */

.height-100 {
    height: 100vh;
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 0rem) 0 0 0;
        /* padding-left: calc(var(--nav-width) + 0rem); */
    }
    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
    }
    .header_img {
        width: 40px;
        height: 40px;
    }
    .header_img img {
        width: 45px;
    }
    .l-navbar {
        left: 0;
    }
    .show {
        width: calc(var(--nav-width) + 135px);
    }
    .body-pd {
        padding-left: calc(var(--nav-width) + 175px);
    }
}


/* sidebar css ends */


/* flow css */

.sicon {
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: orange;
    padding: 6px;
    color: white;
}

.nav_list .active .sicon {
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #1e1414;
    padding: 6px;
    color: white;
}

.btn-logout {
    background-color: orange;
    color: white;
    border-radius: 5px
}

.login-bg {
    background: url(./../images/page.PNG) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.text-orange {
    color: #fe8f1c;
}

.signup-bg {
    background: url(./../images/page2.PNG) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.dash-logo {
    width: auto;
    height: auto;
}

.white-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 180px;
}

.image-card {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.image-social {
    width: 20px;
    position: absolute;
    top: 54px;
    left: 54px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.card-icon {
    background-color: #f7f6fb;
    border-radius: 5px;
    padding: 5px;
}

.socials {
    background-color: white;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 30px;
}

.borbot {
    border-bottom: 1px solid lightgrey;
}

.showcase {
    width: 100%;
    height: 300px;
    position: relative;
    color: black;
    margin-bottom: 50px;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.showcase .overlay {
    width: 100%;
    height: 300px;
    background-color: #ffa50066;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.showcase h2 {
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    bottom: 20px;
    left: 30px;
}


/* main all css */

.main {
    margin-top: 3.5em;
}

.profile-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.40rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px 30px;
    margin-bottom: 50px;
}

.profile-card-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.profile-card-img-2 {
    width: 70px;
    height: 70px;
    border-radius: 10%;
    margin-bottom: 30px;
}

.socal-link {
    display: flex;
}

.socal-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
    margin-right: 10px;
}

.socal-link .linkedin {
    background-color: #1da1f2;
    color: #fff;
}

.socal-link .facebook {
    background-color: #3b5998;
    color: #fff;
}

.socal-link .google {
    background-color: #fff;
    color: #000;
}

.socal-link .google img {
    max-width: 15px;
    height: auto;
}

.profile-edit {
    font-size: 25px;
    background: #f0f0f0;
    padding: 5px 8px 3px 13px;
    border-radius: 10px;
}

.profile-title {
    font-weight: 600;
}

.skill-box .skill {
    position: relative;
    padding: 1rem;
    transform: scaleX(-1);
}

.skill-box .outer {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}

.skill-box .inner {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: linear-gradient(144.18deg, #0065B4 4.12%, #009CF6 87.62%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#number {
    font-weight: 600;
    color-scheme: black;
    transform: scaleX(-1);
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

.skill-box circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 4px;
    stroke-dasharray: 503;
    stroke-dashoffset: 503;
    animation: anim 1s linear forwards;
}

.skill-box svg {
    position: absolute;
    top: 11px;
    left: 11px;
    transform: rotateZ(-90deg);
}

@keyframes anim {
    100% {
        stroke-dashoffset: var(--percent);
    }
}

#chart {
    max-width: 100%;
    margin-top: 10px;
    z-index: 0;
}

.mojo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.40rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px 30px;
    margin-bottom: 50px;
}

.mojo-card-text {
    font-size: 15px;
    font-weight: 700;
}

.future-videos-icon {
    position: relative;
}

.future-videos-icon .over-icon {
    position: absolute;
    top: 0;
    background-color: #2d2c2c;
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    opacity: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.future-videos-icon .over-icon i {
    font-size: 100px;
    color: #fff;
}

.dd {
    background: #f0f0f0;
    padding: 7px 15px;
    border-radius: 5px;
}

.date-list {
    display: flex;
}

.date-list:after {
    color: white;
    content: '';
    flex: 1;
    border-bottom: groove 2px;
    margin: auto 0.25rem;
    box-shadow: 0 -2px;
    width: 100%;
}

.cro-des {
    position: relative;
}

.cro-des::before {
    content: '';
    width: 0;
    height: 38px;
    position: absolute;
    border: 3px solid #007bff;
    border-radius: 10px;
    top: 0;
}

.btn-detail {
    background-color: orange;
    color: white;
    border-radius: 5px;
}

.font-weight-bold {
    font-weight: 700!important;
}

.btn-read-more {
    background-color: white;
    color: orange;
    border-radius: 5px;
    border: 1px solid orange;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    width: fit-content;
}

.btn-Submit {
    background-color: orange;
    color: #fff;
    border-radius: 5px;
    border: 1px solid orange;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.375rem 5.75rem;
    font-size: 1rem;
    width: fit-content;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px 50px;
    border: 1px solid #888;
    width: 70%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 3px 10px #00000033;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.form-control {
    border-bottom: 1px solid #ced4da !important;
    border: none;
    border-radius: 0;
    padding: 0.375rem 0rem;
}

.form-check-input:checked {
    background-color: #fe8f1c;
    border-color: #fe8f1c;
}

select {
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
    appearance: auto!important;
}

.avatar-upload {
    position: relative;
    max-width: 120px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.search {
    position: relative;
}

.search input {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    padding: 0 30px;
    height: 60px;
    border: none;
}

.search span {
    position: absolute;
    right: 25px;
    font-size: 15px;
    top: 18px;
    color: #7f799a;
}

.talk {
    border-bottom: 2px solid #a1a1a1;
    margin-bottom: 10px;
}

.talk .talk-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.talk .icon {
    font-size: 40px;
    color: #ffa500;
}

.subscription-box {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.subscription-box .subscription-header {
    background: linear-gradient(to right, #ff4b2b, #ff416c);
    padding: 20px 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px 25px 0px 0px;
    color: #fff;
}

.subscription-box .subscription-body {
    padding: 20px 25px;
}

.subscription-box .subscription-icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
    margin-right: 10px;
    background: linear-gradient(to right, #ff4b2b, #ff416c);
    color: #fff;
}

.subscription-box .subscription-icon-nocheck {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
    margin-right: 10px;
    background-color: #ececec;
    color: #1f1e1eb8;
}

.subscription-box h6 {
    font-size: 15px;
}

.subscription-box .subscription-header-2 {
    background: linear-gradient(to right, #da8df3, #853fdc);
    padding: 20px 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px 25px 0px 0px;
    color: #fff;
}

.subscription-box .subscription-icon-check-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
    margin-right: 10px;
    background: linear-gradient(to right, #da8df3, #853fdc);
    color: #fff;
}

.bg-enrol {
    background: url(./../images/bg-enrol.png) no-repeat;
    background-size: cover;
    height: 10em;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.btn-enrol {
    background-color: white;
    color: #000000;
    border-radius: 5px;
    border: 1px solid white;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 20px 50px;
    font-size: 17px;
    width: fit-content;
}

.btn-enrol:hover {
    color: #1f1e1e;
    border: 1px solid rgb(223, 223, 223);
}

.bg-orenge {
    background-color: #fe8f1c;
    padding: 20px 25px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.course-search {
    position: relative;
}

.course-search input {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    padding: 0 30px;
    height: 50px;
    border: none;
    font-size: 20px;
}

.course-search span {
    position: absolute;
    right: 25px;
    font-size: 15px;
    top: 18px;
    color: #7f799a;
}

.course-search input::placeholder {
    color: #fe8f1c;
}

.college-course-details {
    position: relative;
}

.course-details {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000 94.82%);
    padding: 20px;
}

.college-logo {
    background: #fff;
    border-radius: 5px;
}

.course-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.college-info {
    margin-top: 15px;
}

.college-info .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.college-info .course {
    color: #fff;
    margin-bottom: 0px;
}

.college-info .location {
    color: #fff;
    margin-bottom: 0px;
}

.college-info .website {
    color: #fff;
    margin-bottom: 0px;
}

.course-description h4 {
    font-size: 17px;
    font-weight: 700;
}

.course-description .location {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
}

.course-description i {
    color: #888;
    padding-right: 5px;
}

.other-details span {
    padding-right: 20px;
    font-size: 14px;
}

.course-description {
    margin-bottom: 12px;
}

.add-favorite {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-favorite i {
    font-size: 35px;
    padding-right: 0px;
    color: #888;
    cursor: pointer;
}

.add-favorite i:hover {
    color: #fe8f1c;
}

.st-icon i {
    font-size: 80px;
    color: #ccc;
}

.btn-edit-profile {
    background-color: orange;
    border: 1px solid orange;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    width: fit-content;
}

.btn-edit-profile:hover {
    background-color: #fff;
    border: 1px solid orange;
    color: orange;
}


/* flow css ends */

/* new design 22-08-2025 */

div#navbarNav ul li.nav-item a {
    margin-bottom: 10px;
}

div#navbarNav ul.navbar-nav button.dropdown-toggle:focus {
    outline: none !important;
    box-shadow: unset;
}

div#navbarNav ul.navbar-nav button.dropdown-toggle:after {
    display: none;
}

div#navbarNav ul.navbar-nav button.dropdown-toggle {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: #808080;
    outline: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.new-navigation-menu ul.dropdown-menu.show {
    position: sticky;
    border: none;
    margin: 0px;
    padding: 0;
    margin-left: 9%;
}

div#navbarNav ul.navbar-nav button.active {
    margin: 0px;
    color: #FFF !important;
}

.new-navigation-menu ul.dropdown-menu.show li {
    list-style: disc;
}

.new-navigation-menu ul.dropdown-menu.show a.dropdown-item.nav-link.active {
    background: transparent !important;
    color: #ff8f1c !important;
}

.new-navigation-menu ul.dropdown-menu.show a.dropdown-item.nav-link:hover {
    background: transparent !important;
    color: #ff8f1c !important;
}

.new-navigation-menu ul.dropdown-menu.show a.nav-link {
    margin: 0px !important;
    padding: 7px 0px;
}

.new-navigation-menu li a.dropdown-item {
    margin-bottom: 0px !important;
}

.new-navigation-menu li a.dropdown-item:hover {
    border-radius: 20px 0px 0px 20px;
}

.new-navigation-menu button.dropdown-toggle:hover {
    color: #808080 !important;
}

.new-navigation-menu .navigation-sec img {
    margin-right: 5px;
}

.new-navigation-menu li a.dropdown-item:hover img.nav_icon {
    filter: brightness(0) invert(1);
}

.new-navigation-menu .nav-link.active:hover {
    color: #fff !important;
}

section#career_cideo_list button#pills-home-tab.active {
    background: transparent !important;
}

div#navbarNav ul.navbar-nav button.show {
    background: #ff8f1c !important;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 4.625rem);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.content-wrapper {
    padding: 0rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.page-body-wrapper {
    min-height: calc(100vh - 4.625rem);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    background: #f4f5fa;
}

.text-end {
    text-align: end !important;
}

.text-start {
    text-align: start !important;
}

.languageBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
    padding: 0px 12px;
    border-radius: 10px;
}

.languageBtn img {
    width: 45px;
}

.languageBtn select {
    background: transparent !important;
    ;
    border: none;
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.languageBtn .form-control {
    padding: 10px;
}

.languageBtn .form-select:focus {
    color: #212529;
    background-color: transparent;
    border-color: #ffdcc0;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.bg-light-orange {
    background: #FFF4E8;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-navigation-menu li {}

.new-navigation-menu li.bg-light-orange {
    background: #FFF4E8;
    color: #494949;
}

.new-navigation-menu li a {
    color: #494949;
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin: 5px 0px;
    text-wrap-mode: nowrap;
    padding: 5px 15px;
}

.new-navigation-menu li.nav-item.bg-light-orange h3.nav_name {
    font-size: 12px;
    color: #FF8F1C;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0px 8px;
    text-wrap-mode: nowrap;
}

.new-navigation-menu li a.bg-light-orange.active {
    color: #FF8F1C;
    border: 1px solid #FF8F1C;
    font-weight: 500;
}

.new-navigation-menu li.bg-light-orange a.active {
    color: #FF8F1C;
    border: 1px solid #FF8F1C;
    padding: 5px 0px;
    font-weight: 500;
}

.bg-nav-light-blue {
    background: #E6E8F1;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-navigation-menu li.bg-nav-light-blue {
    background: #E6E8F1;
    color: #494949;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-navigation-menu li.bg-nav-light-blue h3.nav_name {
    font-size: 12px;
    color: #001A70;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0px 8px;
    text-wrap-mode: nowrap;
}

.new-navigation-menu li.bg-nav-light-blue a.active {
    border: 1px solid #001A70;
    padding: 5px 0px;
    color: #001A70;
}

.bg-nav-light-violet {
    background: #F8EAF8;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-navigation-menu li.bg-nav-light-violet h3.nav_name {
    font-size: 12px;
    color: #BB29BB;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0px 8px;
    text-wrap-mode: nowrap;
}

.new-navigation-menu li.bg-nav-light-violet a.active {
    border: 1px solid #BB29BB;
    padding: 5px 0px;
    color: #BB29BB;
}

.bg-nav-ligth-yellow {
    background: #FEF9E6;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-navigation-menu li.bg-nav-ligth-yellow h3.nav_name {
    font-size: 12px;
    color: #E0AD00;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0px 8px;
    text-wrap-mode: nowrap;

}

.new-navigation-menu li.bg-nav-light-yellow a.active {
    border: 1px solid #E0AD00;
    padding: 5px 0px;
    color: #E0AD00;
}

/* .l-navbar img.nav_icon {
    margin: 0px 16px 0px 8px;
} */

div.l-navbar.show .header_toggle {
    position: static;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    text-align: center;
}

.l-navbar .header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1024;
    position: fixed;
    left: 56px;
    border: 1px solid;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    text-align: center;

}

.bx-chevron-left:before {
    content: "\ea4e";
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgb(254 141 48 / 29%);
}

button.delete-notification {
    margin-left: 11px;
    height: 20px;
    width: 20px;
    padding: 0px 2px;
}

.header {
    .search_img {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 10px;
    }

    .search_img input.form-control {
        border-radius: 10px;
        padding: 14px 10px;
    }

    .languageBtn {
        margin-left: 15px;
        margin-right: 15px;
        border: 1px solid #E6E6E6;
    }

    .languageBtn .form-select {
        padding: 14px 20px;
        appearance: auto;
    }

    .profile-btn {
        border-radius: 100%;
        background-color: white;
        font-family: "Poppins";
        letter-spacing: 0em;
        color: #242424;
        display: block;
        padding: 14px 10px;
        margin-left: 5px;
        margin-right: 5px;
        width: 53px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .fa,
    .bx {
        font-size: 18px;
        color: #0076A9;
    }

    .dropdown-menu {
        text-align: justify;
    }
}

@media only screen and (max-width:992px) {
    .header {
        .profile-btn {
            letter-spacing: 0em;
            padding: 5px 5px;
            margin-left: 5px;
            margin-right: 5px;
            width: 35px;
        }

        .languageBtn {
            margin-left: 5px;
            margin-right: 5px;
            padding: 0px 5px;
        }
    }
}

@media only screen and (min-width:1200px) and (max-width:1770px) {
    .header {
        .profile-btn {
            letter-spacing: 0em;
            padding: 7.5px 5px;
            margin-left: 5px;
            margin-right: 5px;
            width: 40px;
        }

        .languageBtn {
            margin-left: 5px;
            margin-right: 5px;
            padding: 0px 5px;
        }
    }
}

/* main common style start */
.fw-11-500 {
    font-size: 11px !important;
    font-weight: 500 !important;
}

.fw-12-400 {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.fw-12-500 {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.fw-12-600 {
    font-size: 12px !important;
    font-weight: 600;
}

.fw-12-700 {
    font-size: 12px !important;
    font-weight: 700;
}

.fw-13-400 {
    font-size: 13px !important;
    font-weight: 400;
}

.fw-13-500 {
    font-size: 13px !important;
    font-weight: 500;
}

.fw-13-600 {
    font-size: 13px !important;
    font-weight: 600;
}

.fw-14-400 {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.fw-14-500 {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.fw-14-600 {
    font-size: 14px !important;
    font-weight: 600;
}

.fw-14-700 {
    font-size: 14px !important;
    font-weight: 700;
}

.fw-15-500 {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.fw-16-500 {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.fw-16-600 {
    font-size: 16px !important;
    font-weight: 600;
}

.fw-16-700 {
    font-size: 16px !important;
    font-weight: 700;
}

.fw-17-500 {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.fw-18-400 {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.fw-18-500 {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.fw-18-600 {
    font-size: 18px !important;
    font-weight: 600;
}

.fw-18-700 {
    font-size: 18px !important;
    font-weight: 700;
}

.fw-20-400 {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.fw-20-500 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.fw-20-600 {
    font-size: 20px !important;
    font-weight: 600;
}

.fw-20-700 {
    font-size: 20px !important;
    font-weight: 700;
}

.fw-22-400 {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.fw-22-500 {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.fw-22-600 {
    font-size: 22px !important;
    font-weight: 600;
}

.fw-22-700 {
    font-size: 22px !important;
    font-weight: 700;
}

.fw-22-800 {
    font-size: 22px !important;
    font-weight: 800;
}

.fw-24-400 {
    font-size: 24px !important;
    font-weight: 400;
}

.fw-24-600 {
    font-size: 24px !important;
    font-weight: 600;
}

.fw-24-700 {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.fw-26-400 {
    font-size: 26px !important;
    font-weight: 400;
}

.fw-26-700 {
    font-size: 26px !important;
    font-weight: 700;
}

.fw-28-700 {
    font-size: 26px !important;
    font-weight: 700;
}

.fw-34-700 {
    font-size: 34px !important;
    font-weight: 700;
}

.fw-36-200 {
    font-size: 36px !important;
    font-weight: 200 !important;
}

.fw-36-700 {
    font-size: 36px !important;
    font-weight: 700;
}

.fw-40-500 {
    font-size: 40px !important;
    font-weight: 500 !important;
}

.fw-40-700 {
    font-size: 40px !important;
    font-weight: 700;
}

.fw-44-700 {
    font-size: 44px !important;
    font-weight: 700;
}

.fw-54-700 {
    font-size: 54px !important;
    font-weight: 700;
}

.fw-60-700 {
    font-size: 60px !important;
    font-weight: 700;
}

.text-orange {
    color: #FF8F1C;
}

.text-dark-black {
    color: #2E2E2E;
}

.text-gray {
    color: #494949;
}

.text-light-gray {
    color: #808080;
}

.text-blue {
    color: #0082BA;
}

.text-pink {
    color: #BB29BB;
}

.bg-pink {
    background: #BB29BB;
}

.bg-gradient-pink {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFEFFF 100%);
    border: 1px solid #E6E6E6
}

.bg-gradient-blue {
    background: linear-gradient(90deg, #FFFFFF 0%, #EFFAFF 100%);
    border: 1px solid #E6E6E6
}

.bg-gradient-orange {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFBED 100%);
    border: 1px solid #E6E6E6
}

.bg-orange {
    background: #FF8F1C;
}

.bg-lighter-orange {
    background: #FFDCB9;
}

.bg-drak-orange {
    background: #B56614;
}

.bg-blue {
    background: #0082BA;
}

.border-left-3 {
    border-left: 3px solid #FFB467 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;

}

.btn-orange-border {
    border: 1px solid #FF8F1C;
    background: transparent;
    color: #FF8F1C;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 500;
}

/* main common style End */

.carrer-joueney-border {
    border: 1px solid #FF8F1C;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding: 1px;
    box-shadow: 0 4px 12px rgba(16, 24, 40, .06);
    /* min-height:158px; */
    transition: transform .18s ease, box-shadow .18s ease;
}

/* .carrer-joueney-border:hover{ 
    
} */
.swiper-slide.d-flex.align-items-center:hover {
    transform: translateY(0px);
    /* box-shadow:0 8px 24px rgba(16,24,40,.10);  */
}

.carrer-joueney-border:hover .cj-clock {
    right: 45px;
}

.col-md-12.bg-lighter-orange.py-3.px-2 {
    height: fit-content;
    border-radius: 8px 8px 0px 0px;
}

span.step-count-bg {
    background: #fff;
    padding: 4px 8px;
    border-radius: 100%;
    color: #000;
    margin-right: 5px;
    text-align: center;
}

.swiper-slide.d-flex.align-items-center.swiper-slide-active {
    margin-left: 15px;
    /* .col-md-12.bg-lighter-orange.py-3.px-2 {
        background:#FFA549 ;
        color: #fff;
    }
    .cj-step, .cj-heading  {
        color: #ffffff;
    }
    span.step-count-bg {
        color: #FFA549;
    } */
}

.swiper-slide.d-flex.align-items-center.journey-completed {
    a.cj-link.d-inline-block.mb-2.px-0.start_test {
        opacity: .35;
    }

    svg.cj-clock {
        display: none;
    }

    svg.cj-tick {
        display: block;
    }
}

.orange-title-italic {
    color: #FF8F1C;
    font-style: italic;
}

.polygon-badge {
    position: relative;
    width: 70px;
    /* adjust size */
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}

.polygon-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.polygon-badge .content {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    line-height: 1.1;
    padding: 20px
}

.polygon-badge .percent {
    font-size: 16px;
    color: orange;
    font-weight: 600;
}

.cluster-image {
    height: 200px;
    border: 1px solid #E0DEDC;
    border-radius: 4px;
}

.min-h-86 {
    min-height: 86px;
}

.freemium_modal_btn img.freemium_lock_img {
    width: 15px !important;
    position: sticky;
    left: 100%;
}

.avatar-group img.celebrity_img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.avatar-group {
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    width: 30px;
}

.new-navigation-menu img.freemium_lock_img {
    position: sticky;
    left: 100%;
}

.l-navbar.show img.nav_icon {
    margin: 0px 0px 0px 0px;
}

.l-navbar img.nav_icon {
    margin: 0px 16px 0px 0px;
}
.Motivations-border {
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding: 1px;
    background: #FFFAFF;
    /* box-shadow: 0 4px 12px rgba(16, 24, 40, .06); */
    /* min-height:158px; */
    transition: transform .18s ease, box-shadow .18s ease;
}

.Career-Interests-border {
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding: 1px;
    background: #FDF7F2;
    /* box-shadow: 0 4px 12px rgba(16, 24, 40, .06); */
    /* min-height:158px; */
    transition: transform .18s ease, box-shadow .18s ease;
}
.Personality-type-border {
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding: 1px;
    background: #fff;
    /* box-shadow: 0 4px 12px rgba(16, 24, 40, .06); */
    /* min-height:158px; */
    transition: transform .18s ease, box-shadow .18s ease;
}
#calendar .fc-toolbar.fc-header-toolbar{
    margin-bottom: 0px;
}
