ul.site-menu .active,
ul.site-menu a.active {
    background: #4c4bef!important
}

ul.site-menu a.active {
    /* border-left: 5px solid #010060!important !important; */
}

ul.site-menu .active:hover,
ul.site-menu a.active:hover {
    color: #fff !important;
    background: #4c4bef!important;
}

ul.site-menu .active .site-menu-icon,
ul.site-menu a.active .site-menu-icon {
    color: #fff !important;
}

ul.site-menu .active .site-menu-title,
ul.site-menu a.active .site-menu-title {
    color: #fff !important;
    font-weight: 700;
    background: #4c4bef!important;
}

.li-container {
    position: fixed;
    top: 83px;
    background: #fff;
    box-shadow: 0 0px 4px 1px rgb(213 189 255);
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 5px 10px 15px;
    margin-left: 2px;
    width: 35%;
}

.enrolledCourses-box {
    height: 400px;
    overflow: auto;
}

.li-subcontainer {
    width: 20%;
    position: fixed;
    top: 169px;
    background: #fff;
    box-shadow: 0 18px 30px 18px rgb(249 249 249);
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 15px 10px 15px;
    width: 20%;
    margin-left: -5px;
}

.courses-dropdown-mp .dropdown:hover > .dropdown-menu {
    display: block;
    width: 350px !important;
    min-width: 305px !important;
    box-shadow: 0 18px 30px 18px rgba(142, 142, 147, 0.2);
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0;
    left: -220px;
    padding: 10px;
}

.courses-dropdown-login .dropdown:hover > .dropdown-menu {
    left: -270px !important;
    top: 25px !important;
}

.courses-dropdown-login .li-container {
    top: 50px !important;
}

.li-subcontainer p {
    text-align: center;
    padding: 15px;
}

.li-subcontainer h5 {
    text-align: center;
}

.courses-dropdown-mp .dropdown ul {
    width: 100% !important;
}

.courses-dropdown-mp .dropdown-menu li {
    position: relative;
    left: 5px;
}

.bg-white.hide-from-marketplace {
    margin-left: 0px !important;
}

.continuebutton .btn.btn-primary.mr-5 {
    background-color: #010060!important;
    border: 1px solid #010060!important;
}

#id_submitbutton.btn-primary {
    background-color: #010060!important;
    border: 1px solid #010060!important;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .mob-mt-60 {
        /* margin-top: 85px !important; */
    }
}

.degree:nth-child(n + 11) {
    display: none;
}

.datadegree:nth-child(n + 11) {
    display: none;
}

.degreeval:nth-child(n + 11) {
    display: none;
}

.more {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.itrackmore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.esdpmore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.ilcmore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.degreemore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.new-header a.active {
    color: #010060!important;
}

.datadegree:nth-child(n + 11) {
    display: none;
}

.degreeval:nth-child(n + 11) {
    display: none;
}

.more {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.itrackmore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.esdpmore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.ilcmore {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.new-header a.active {
    color: #010060!important;
}

.Footer__list .degree:nth-child(1n + 5) {
    max-height: 0;
    opacity: 0;
    transition: 0.1s ease-in;
}

/* Added css for other login buttons */
.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 25px 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}
span.loginnedas {
    position: absolute;
    width: max-content;
    right: 20%;
    margin-top: -5px;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {
    body#page-local-marketplace-index span.loginnedas {
        position: unset !important;
    }
}