.userfeedback {
    width: 100%;
    margin-top: 20px;
}

/* .student_portal {
    padding-top:25px;
} */

.student-admin-navbar .dropdown-menu {
    padding: 0;
}

/* Arrow visible on dark navbar - override invert from useStudentNewStyling block */
.student-admin-navbar .arrow-nav {
    filter: none;
}

.staff-drop-info {
    top: 64px;
}

.ty-img-round {
    overflow: hidden;
    position: relative;
    /* border: 1px solid #fff; */
}

.ty-img-self {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.well {
    background-color: #000;
    color: #ccc;
    min-height: 20px;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    box-shadow: none;
}
.well.well-light {
    background-color: #dadade;
    color: #000;
}
.well a {
    color: #d2abab;
}
.t-small {
    font-size: 0.8em;
}
.form-control-file {
    padding: 8px;
    border: 1px solid #e2dede;
    background-color: #fff;
}

ul.courses-breakdown li:hover {
    background-color: #ededee;
}
ul.courses-breakdown li.active-course:hover {
    background-color: #000000;
}
.certificate-desc-section {
    padding-right: 50px;
}
.certificate-img-download {
    max-width: 300px;
}
.certificate-img-sect {
    flex-basis: 600px;
}

#PT_express_checkout_wrap {
    position: fixed;
}

.d-login-pos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.sub-btn{
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: rgba(0,0,0,0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    min-height: 56px;
    height: auto;
    width: auto;
    float: left;
    background-color: rgba(0,0,0,0.08);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    margin-bottom: 12px;
    margin-right:10px;
}

.sub-btn:hover{
    background-color: rgba(0,0,0,0.2);
    box-shadow: none;
    cursor: pointer;
    color: rgba(0,0,0,0.6);
}

.ft-3{
    font-size:3rem
}

.make-bold {
    font-weight: 700;
}

.bg-lighter{
    background-color: #f1f1f1;
}

.login-sect-display .main-content{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.login-sug-sect .find .card{
    background-color: transparent
}

@media screen and (max-width: 768px) {
    .student-card-icon {
        width: 60% !important;
        padding-top: 20px !important;
        filter: invert(1) !important;
    }

    .student_dashboard {
        display: flex;
        flex-direction: column;
    }

    .pad-100-sm{
        padding:50px 0;
    }

    .sub-btn{
        float:none;
        font-size:0.9rem;
        margin-right:0;
    }
}
@media screen and (min-width:991px){
    .pad-100-sm{
        padding:100px 0;
    }
}

.btn-transparent:hover {
    background-color: #333;
    color: #fff;
}

.add-relative {
    position: relative;
}

.count-wish, .wishlist-count {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 30px;
}

.card-border {
    border: 1px solid rgba(0,0,0,.125);
}
.ob-fit-cover {
    object-fit: cover;
    object-position: center center;
    height: 100%;
}
.ob-fit-contain {
    object-fit: contain;
    object-position: center center;
    height: 100%;
}
.img-holder-xs {
    position: relative;
    overflow: hidden;
    height: 90px;
    width: 70px;
}
.card-notification-view:hover {
    background-color: #f5f5f5;
}
.top-space-arrow {
    /*margin-top:-25px !important;*/
}      
.notify-d-flex{
    display:inline-flex;
    justify-content: center;
    align-items: center;
}
.notify-info{
    height: 20px;
    width: 20px;
    font-size: 10px;
    border-radius: 25px;
}
.cursor-pointer{
    cursor: pointer
}
.text-underline{
    text-decoration: underline;
}

.student_dashboard .nav-item {
    margin-left: 0px;
}

.marg-right-1{
    margin-right:0.5rem
}

.staff-admin-left-navbar .nav-link {
    /* margin-top: 10px; */
    margin-top:0px;
}

.ellipsis-nav{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
}

.count-wish-2 {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -4px;
    right: 0px;
    color: white;
}

.ft-cart-title{
    font-size: 16px;
}

@media screen and (max-width:768px){
    .arrow-navv{
        float: right;
    }
    .top-space-arrow {
        margin-top: 10px !important;
    }
    .certificate-desc-section {
        padding-right: 0;
    }
}

.badge-warning-lighten {
    color: #ffbc00;
    background-color: rgba(255,188,0,.18);
}

.badge-dark-lighten {
    color: #fff;
    background-color: #b2b2b2;
}

.badge-danger-lighten {
    color: #fa5c7c;
    background-color: rgba(250,92,124,.18);
}

.badge-success-lighten {
    color: #0acf97;
    background-color: rgba(10,207,151,.18);
}

.badge-gray-lighten {
    color: #ECF0F1;
    background-color: #5a6365;
}
.badge-orange-lighten {
    color: #F9690E;
    background-color: #ffd0b2;
}
.badge-info-lighten {
    color: #fff;
    background-color: #67cce9;
}

.text-underline{
    text-decoration: underline;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    width: 350px;
    margin-left: -17rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
    position: relative;
}


#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.bg-grey-o {
    background-color: #222;
}

.make-bold {
    font-weight: 700;
}

.assignment-info {
    box-shadow: none;
}

.move-button {
    position: absolute;
    right: -29px;
}

.btn-red-dark {
    background-color: #ad0000;
    border: none;
    border-radius: 0;
    color: #fff;
}

.btn-red-dark:hover{
    background-color: #222;
    color: #fff;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    /* display: block !important; */
}

.overflow-canvas {
    overflow-x: scroll;
}

.btn-group-xs>.btn, .btn-xs {
    padding: .12rem .3rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control {
    border: 1px solid #000000;
}

.border-top-lg{
    border-top: 1px solid #333;
}

.bg-black{
    background-color: #000 !important;
}
.navbar-nav li {
    color: #fff;
    margin-left: 30px;
}
.nav-link:hover {
    /* color: #000 !important; */
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
}

.card{
    /* -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15); */
}

.btn-purple, .bg-purple {
    background-color: #5e72e4 !important;
    color: #fff !important;
}

.btn-bord-radius{
    border-radius:4px;
}

.profile-image-show-box{
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
}

.profile-details-list{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.profile-details-list:last-child{
    border-bottom: 0;
}

.accordionFormatView [aria-expanded="true"] .fa-chevron-down {
    display: none;
}

.accordionFormatView [aria-expanded="false"] .fa-chevron-up {
    display: none;
}

.max-wid-table-2 {
    max-width: 300px;
    overflow-wrap: break-word;
}

.action-btn-holder button[aria-expanded="true"] .fa-chevron-down {
    display: none;
}
.action-btn-holder button[aria-expanded="false"] .fa-chevron-up {
    display: none;
}

.action-btn-holder button[aria-expanded="true"] .show-more {
    display: none;
}
.action-btn-holder button[aria-expanded="false"] .show-fewer {
    display: none;
}

.v-align-middle {
    vertical-align: middle !important;
}

.margin-top-00 {
    margin-top: 70px !important;
}

.inner-image-box{
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
}

.ft-1-5{
    font-size: 1.5rem;
}

.btn-border{
    border: 1px solid;
}

.position-left-none{
    left: 0 !important;
}

.apply-effect{
    transition: all 0.3s ease-in;
}

.apply-effect:hover{
    transform: translateY(5px);
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 50px;
}

.img-container-holder{
    position:relative;
    overflow: hidden;
    height: 40px;
    width: 40px;
}

.letter-space{
    letter-spacing: 0.1rem
}

.max-wid-table{
    max-width: 200px;
    overflow-wrap: break-word;
}

.table-user-img{
    position: relative;
    /* overflow: hidden; */
    max-height: 50px;
    max-width: 50px;
}

.img-size {
    height: 50px;
    width: 50px;
}

.bord-radius-10{
    border-radius: 10px;
}
.staff-layout-container .card {
    border: 1px solid rgba(154,161,171,.15);
    margin-bottom: 24px;
}
.student_portal .profile_img {
    height: 100px;
    width: 100px;
    margin: 30px auto;
    margin-bottom: 0;
    display: block;
    object-fit: cover;
}

.lead-count-sect{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:240px;
}

.lead-count-sect h2{
    font-size: 8rem;
}

.widget-icon {
    color: #727cf5;
    font-size: 20px;
    background-color: rgba(114,124,245,.25);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}

.apply-pre-wrap{
    white-space: pre-wrap
}
.auth-side-bg{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.d-login-pos{
    display:flex;
    flex-direction:column;
    justify-content: center;
    height:100%
}

.img-border-rad-50{
    border-radius: 50%
}

.btn-outline-dark-white{
    color: black;
    border: 1px solid black;
    background-color: white;
}

.btn-outline-dark-white:hover{
    background-color: black;
    color: white;
}

.id-profile-pix{
    height: 150px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.id-card-size{
    width: 20rem;
    min-height: 520px;
}

.border-top-l-rad{
    border-top-left-radius: 10px
}

.border-top-r-rad{
    border-top-right-radius: 10px
}

.border-bottom-l-rad{
    border-bottom-left-radius: 10px
}

.border-bottom-r-rad{
    border-bottom-right-radius: 10px
}

.id-grid{
    display: grid;
    grid-template-columns: 1fr 8fr;
    height: 300px;
}

.identification-text{
    position: absolute;
    top: 136px;
    transform: rotate(-90deg);
    left: -67px;
    font-style: italic;
    font-family: emoji;
}

.id-grid-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 250px;
}

.object-fit-cover{
    object-fit: cover;
    object-position: center center;
}

.ft-xs{
    font-size: 12px;
}

.thumbnail-img-holder-xs {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
    border-radius: 0.5rem;
    border: 2px solid #d5d5d5;
}

.thumbnail-img-holder {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    border-radius: 0.5rem;
    border: 2px solid #d5d5d5;
}
.thumb-img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}
.thumbnail-holder-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.bord-radius-10 {
    border-radius: 10px;
}

.dropdown-absolute-pos-top{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.add-note-content {
    border-bottom: 1px solid #ccc;
}
.icon-holder{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-holder-2{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-holder:hover{
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5e72e4 !important;
    color: #fff !important;
}

.bord-rad-50{
    border-radius: 50%
}

.opt-types.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #181818;
    background-color: transparent;
    font-weight: 900;
    border-bottom: 5px solid #5e72e4;
    border-radius: 0;
}

.no-image-hover {
    filter: inherit !important;
}

.card-staff-info {
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}
.student-grid-temp{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    height: 100%;
}

.mt-100{
    margin-top: 100px
}

.messages-opt-item{
    color: #000;
}

.messages-opt-list .messages-opt-item:hover .list-group-item {
    background-color: #f75f5f42;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: crimson;
    font-weight: 700;
}

.line-clamp-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.i-circle-icon{
    background-color: #f75f5f42;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i-circle-icon:hover{
    background-color: crimson;
}

.i-circle-icon:hover a{
    color: #fff;
}

.i-circle-icon a{
    color: crimson;
}

.ellipsis-tab {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
}

.overlay-inbox-action{
    position: absolute;
    top: 0;
    padding: 10px;
    right: 0;
}

.inbox-actions{
    display: flex;
    margin-bottom: 0px;
}

.inbox-actions li{
    margin-right: 10px
}

.inbox-actions li:last-child{
    margin-right: 0px
}

.fw-600{
    font-weight:600
}
.navbar-nav li{
    margin-top: 25px !important;
}

.download-id-card-arrow{
    bottom: 35px;
    height: 30px;
    top: auto;
}

.sticky-id-card {
    position: sticky;
    top: 90px;
}

.upload-docs-sect{
    height: 6rem;
    width: 6rem;
    background-color: #ccc;
    border-radius: 10px;
    border: 1px dashed #eee;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.pos-status-indicator {
    top: 0;
    right: 0;
    color: white;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items:center;
}

.fa-xs{
    font-size: 9px;
}

.bg-img-profile-holder-display {
    position: relative;
    overflow: auto;
    height: 75px;
}

.overlap-profile-card-view {
    margin-top: -65px;
}

.profile-img-container-size-sm {
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.text-sm-study h5, .text-sm-study p{
    font-size: 1rem;
}

.text-sm-study p{
    font-size: 0.7rem;
}

.text-sm-study .profile-img-container-size-sm{
    height: 60px;
    width: 60px;
}

.text-sm-study .bg-img-profile-holder-display{
    height: 60px;
}

.text-sm-study .overlap-profile-card-view {
    margin-top: -50px;
}

.list-spacer-overflow li{
    margin-right: 35px;
}
.list-spacer-overflow li:last-child{
    margin-right: 0px;
}
.no-whitespace{
    white-space: nowrap;
}

.business-card-holder-staff{
    display: grid;
    grid-template-columns: 50% 50%;
    height: 300px;
}

.business-card-holder-2{
    height: 300px;
}

.staff-address-view-list li{
    margin-bottom: 10px;
}

.staff-address-view-list li:last-child{
    margin-bottom: 0px;
}

.text-dark-info{
    color: #006a9b;
}

.border-black-left-2{
    border-left: 2px solid #000000;
}

.ft-xxs{
    font-size: 9px
}

.make-bolder {
    font-weight: 900;
}
.signature-text-name{
    font-size: 1.7rem;
}
.social-media-signature-group li{
    margin-bottom: 15px;
}

.social-media-signature-group li:last-child{
    margin-bottom: 0px;
}

.border-signature{
    border: 2px solid #006a9b;
}

.override-media-p{
    letter-spacing: 0 !important;
    font-size: inherit !important;
}

.bg-main-color{
    background-color: #282f49!important;
}

.bg-pattern-view {
    background-image: url(../images/banners/cubes.svg);
}    

.bg-dark-blue{
    background-color: #060450!important;
}

.btn-bord-radius-50{
    border-radius: 50px;
}\\.font-1-3rem{
    font-size: 1.3rem
  }

.ln-h-20{
    line-height: 20px;
}

.small-circle-icon-holder{
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-like{
    background-color: blue;
}

.post-action-network{
    display: flex;
}

.post-action-network li{
    margin-right: 10px;
}

.post-action-network li:last-child{
    margin-right: 0px;
}

.no-box-shadow{
    box-shadow: none;
}

.ft-md{
    font-size: 14px;
}

.interactive-card-lecture-course{
    min-height: 300px;
    height: 100%
}

.interactive-border-input {
    border: 2px solid #5e72e4;
    outline: transparent;
}

.custom-font-bold{
    font-family: "Avenir Black", Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 800;
}

.custom-font-regular{
    font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    color: #1d1d24;
}

.next-section-btn{
    color: black;
}

.next-section-btn:hover{
    color: red;
}

.bg-interactive-image{
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-card-p-0{
    padding: 0px;
}

.title-overlay-container{
    position: absolute;
    top: 10px;
    left: 10px;
    background: beige;
    padding: 10px;
}

.blockquote-lecture {
    font-size: 1em;
    margin: 30px auto;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #374dc7;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.blockquote-lecture::before{
    font-family:Arial;
    content: "\201C";
    color:#374dc7;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

.blockquote-lecture::after{
    content: '';
}

.blockquote-lecture span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}

.bg-lighter-2{
    background-color: #edebeb;
}

.opt-tabs-view-next.nav-pills .nav-link.active, .opt-tabs-view-next.nav-pills .show>.nav-link {
    color: #333;
    border: 1px solid #333;
    background-color: transparent;
}

.opt-tabs-view-next .nav-item{
    margin-right: 10px;
}

.opt-tabs-view-next.nav-pills .nav-link{
    color: #333;
}

.opt-tabs-view-next.nav-pills .nav-link:hover{
    background-color: #a3b0fa;
    color: purple;
    border: 0
}

.question-text-interactive{
    font-size: 0.8rem
}

.flip-card-view {
    position: relative;
    z-index: 99 !important;
}

.flip-card-view::before {
    content: "";
    display: block;
    background: #17a2b8cc;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1.3rem;
    top: -0.7rem;
    z-index: 1;
    transform: rotate(-174deg);
    border-radius: 4px;
}

.flip-card-card {
    min-height: 250px;
}

.z-index-99 {
    z-index: 99;
}

.flip-card-view .flip-card-card-bottom {
    z-index: 2 !important;
}

.flip-card-card-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flip-card-view::after {
    content: "";
    display: block;
    background: #ffc1075e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 1.3rem;
    top: 0.3rem;
    z-index: 1;
    transform: rotate(6deg);
    border-radius: 4px;
}

.incorrect-answer-rotate{
    transform: rotate(-5deg);
}

.correct-answer {
    background-color: #5e72e4;
    color: #fff;
}

.interactive-border-input {
    border: 2px solid #5e72e4;
    outline: transparent;
}

.img-holder-lg{
    position:relative;
    overflow: hidden;
    height: 500px;
    width: 100%;
}


.bubble {
    position: relative;
    font-size: 14px;
    width: 100%;
    min-height: 100px;
    background: #b5f4b7;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    color: #000;
}

.bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid #b5f4b7;
    border-right: 12px solid transparent;
    border-top: 12px solid #b5f4b7;
    border-bottom: 20px solid transparent;
    left: 32px;
    bottom: -24px;
}
#sort-drag-container-left .card{
    background-color: #ffcab9;
    font-size: 20px;
}

#sort-drag-container-right .card{
    background-color: #abd0cc;
    font-size: 20px;
}

.cursor-drag{
    cursor: grabbing;
}

.droppable-elem-size {
    width: 5em;
    height: 5em;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding:5px;
    margin: 0 auto;
}

.droppable-elem span{
    font-size: 13px;
    font-weight: 700;
    color: #2189b8;
    position: absolute;
}

.draggable-elem-size  {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.droppable-item-bg{
    background-color: #e9e9e9;
    border:1px dashed black;
}

.active-loyalty{
    transform: scale(1.2);
    box-shadow: 14px 15px 8px -10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 14px 15px 8px -10px rgba(0,0,0,0.22);
    -moz-box-shadow: 14px 15px 8px -10px rgba(0,0,0,0.22);
    z-index: 1;
    border-radius: 7px;
    /* border: 2px solid #5e72e4 !important; */
}

.id-logo-on-card{
    z-index: 1;
    width: 35%;
    margin: 0;
    /* background: yellow; */
    position: absolute !important;
    left: 32%;
    top: 25px;
}

.profile-img-container-size-2 {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 150px;
}

.qr-container-holder {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
}
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -22rem;
    }
}

@media screen and (max-width: 768px) {
    #sidebar-wrapper .list-group {
        width: 15rem;
    }
    .margin-top-00 {
        margin-top: 30px !important;
    }

    .order-switch-sm{
        order: 1
    }
    .navbar-nav li {
        color: #fff;
        margin-left: 0px;
        margin-top: 0px !important;
    }
    #sidebar-wrapper .list-group.manage-view {
        width: 17rem;
    }

    #sidebar-wrapper .list-group.manage-view-module {
        width: 12rem;
    }
    .side-accordion {
        width: 265px;
    }
    .student-grid-temp{
        display: block !important;
        height: 100% !important;
    }

    .mt-100 {
        margin-top: 85px;
    }

    .media-flex-column {
        flex-direction: column !important;
    }
    .title-overlay-container .custom-font-bold{
        font-size: 14px;
    }

    .custom-font-title-sm{
        font-size: 24px !important;
    }

    .blockquote-lecture {
        font-size: 0.8em;
        margin: 20px auto;
        font-style: italic;
        color: #555555;
        padding: 1.2em 10px 1.2em 50px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .flip-card-view::before {
        left: -0.3rem;
    }

    .flip-card-view::after {
        left: 0.3rem;
    }

    .img-holder-lg {
        height: 200px;
    }

    .active-loyalty{
        transform: scale(1);
    }

    .custom-font-bold{
        font-size: 1.5rem !important;
    }

    .quote-position-sm-top{
        top: 0px;
    }

    .quote-position-sm-bottom{
        bottom: 50px;
    }
}

@media (min-width: 992px){
    .student-dropdown-2 {
        position: absolute;
        left: -150px !important;
    }
    .ellipsis-tab-2{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 120px;
    }
    .big-margin-bottom {
        margin-bottom: 70px !important;
    }

    .quote-contain-width{
        max-width: 500px;
    }

    .quote-position-left-top{
        left: 15px;
    }

    .quote-position-right-top{
        right: 15px;
    }

    .quote-position-right-bottom{
        right: 15px;
        bottom: 45px;
    }

    .quote-position-left-bottom{
        left: 15px;
        bottom: 45px;
    }
}
.icon-holder{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-holder-2{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-holder:hover{
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5e72e4 !important;
    color: #fff !important;
}

.bord-rad-50{
    border-radius: 50%
}

.opt-types.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #181818;
    background-color: transparent;
    font-weight: 900;
    border-bottom: 5px solid #5e72e4;
    border-radius: 0;
}

.no-image-hover {
    filter: inherit !important;
}

.card-staff-info {
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}

.v-tabs-sect a{
    color: grey;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: 0.1rem
}

.v-tabs-sect.nav-pills .nav-link.active, .v-tabs-sect.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f44336;
}

.manage-settings-items {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.manage-settings-items:hover {
    background-color: #ebebeb;
}

.icon-represent-holder{
    height: 45px;
    width: 45px;
    border-radius: 10px;
}

.icon-represent-holder-2 {
    height: 30px;
    width: 30px;
    border-radius: 10px;
}

.ribbon {
    line-height: .8em;
    font-size: 1em;
    line-height: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    display: block;
    width: 6rem;
    height: 2.5rem;
    background: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
    color: white;
    margin: 0em .5em 0;
    float: left;
    padding-top: 1rem;
    top:-1px;
    position: relative;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    transform: translate3d(0, 0, 0);
}

.ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 1.5rem solid #CCCCCC;
    position: absolute;
    bottom:-23.6px;
    left: 0;
}

.ribbon.ribbon--gold {
    background: linear-gradient(to bottom, #c98232 0%, #f3da90 100%);
}

.ribbon.ribbon--gold:after {
    border-top: 1.5rem solid #f3da90;
}

.ribbon.ribbon--silver {
    background: linear-gradient(to bottom, #7d7d7d 0%, #a0a0a0 100%);
}

.ribbon.ribbon--silver:after {
    border-top: 1.5rem solid #a0a0a0;
}

.ribbon.ribbon--platinum {
    background: linear-gradient(to bottom, #74808e 0%, #b8bcc9 100%);
}

.ribbon.ribbon--platinum:after {
    border-top: 1.5rem solid #b8bcc9;
}

.ribbon.ribbon--bronze {
    background: linear-gradient(to bottom, #CD7F32 0%, #CD7F32 100%);
}

.ribbon.ribbon--bronze:after {
    border-top: 1.5rem solid #CD7F32;
}

/* Custom UI/UX styles start */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1em;
    display: inline-block !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-left: 0;
    margin-right: .1rem;
}

.dropdown-submenu .dropdown-menu > li {
    margin: 0 !important;
    padding-left: 10px;
}

.fa-color-white {
    color: white !important;
}
.text-input__loading {
    width: 100%;
}

.text-input__loading--line {
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}
.text-input-picture{
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.messages-opt-list .list-group-item.msg-active {
    background-color: #f75f5f42;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: crimson;
    font-weight: 700;
}
@-webkit-keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.4);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}
@keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.4);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

.card-image-set {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.cart-image-view {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
}

.cart-view-sect:nth-child(odd) {
    background-color: #eee;
}

.cart-view-sect {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-view-sect .input-group-prepend,
.cart-view-sect .input-group-append {
    cursor: pointer;
}

.in-cart-image-view{
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

.in-cart-text{
    font-size: 8px;
}

.in-cart-view-sect{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.in-cart-view-sect:hover{
    background-color: #eee
}

.carousel-arrow-pos{
    top: 33%;
    bottom: 0;
    height: 100px;
}

.carousel-item-height-add .carousel-item{
    height: 100%;
}

.note-details button.toggle-more.collapsed:after {
    content: " + Show More";
}

.note-details button.toggle-more:not(.collapsed):after {
    content: " - Show Less";
}

.note-details .collapse:not(.show) {
    display: block;
    max-height: 4.5em;
    overflow: hidden;
}

.note-details .collapsing {
    min-height: 4.5em;
}

.fa-top-63 {
    top: 63%;
}

.student-stat-container-sect a:hover .student-stat-card{
    transform:scale(1.1)
}

.student-stat-container-sect .student-stat-card{
    border-radius: 5px;
    transition: all ease-in 0.3s
}

.student-stat-container-sect a:hover h2{
    color: #ccc !important;
}

.student-stat-card h2 {
    font-size: 4rem;
}

.object-fit-contain{
    object-fit: contain;
    object-position: center center;
}

.bg-card-1 {
    background-image: linear-gradient(to top right, #b85bc7, #58305f);
}

.bg-card-2{
    background-image: linear-gradient(to top right, #f7764e, #9a391b)
}

.bg-card-3{
    background-image: linear-gradient(to top right, #009688, #125f59)
}

.icon-box-container-holder {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-connection-count {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    top: -4px;
    right: 0px;
    color: white;
}

.reply-display {
    border: none !important;
    border-top: 1px solid #dee2e6 !important;
}
.card-body-hover:hover {
    background-color: #f8f9fa;
}

.help-block {
    color: red;
}

.z-index-100 {
    z-index: 1000;
}

@media screen and (min-width:991px){
    .nav-img-proper {
        padding-top: 0;
    }

    .cart-dropdown, .wishlist-dropdown{
        width: 300px;
        /* top: 55px; */
    }
}

@media screen and (max-width:320px){
    .cart-image-view {
        height: 60px;
        width: 60px;
        position: relative;
        overflow: hidden;
    }
}

@media screen and (max-width:768px){
    .nav-img-proper {
        margin-left: -8px;
    }
    .cart-image-view {
        height: 70px;
        width: 70px;
        position: relative;
        overflow: hidden;
    }

    .carousel-arrow-pos{
        top: 45%;
        bottom: 0;
        height: 100px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu.cart-dropdown-left, .dropdown-menu.wishlist-dropdown-left {
        position: absolute;
        left: -199px;
    }
}

.readonly-box {
    background-color: #e9ecef;
    height: 200px;
    padding: 15px;
    overflow: auto;
    color: #495057;
}

.no-hover:hover {
    background-color: #fafafa !important;
}

.adjust-dis-icon {
    padding: 2px 10px;
}

.minimized-height {
    height: auto;
    max-height: 300px;
}

.icon-manage-participants-holder {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.manage-participants-types {
    background-color: #f3f3f3;
}

.manage-participants-types:hover {
    background-color: white;
    border: 1px solid #5e72e4 !important;
}

.manage-participants-type-list {
    margin-bottom: 0.7rem;
}

.manage-participants-type-list:last-child {
    margin-bottom: 0;
}

.icon-manage-participants-holder {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.manage-participants-types {
    background-color: #f3f3f3;
}

.manage-participants-types:hover {
    background-color: white;
    border: 1px solid #5e72e4 !important;
}

.manage-participants-type-list {
    margin-bottom: 0.7rem;
}

.manage-participants-type-list:last-child {
    margin-bottom: 0;
}

.manage-participants-type-list:hover {
    background-color: #ccc;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}

.disable-hover-effect{
    background-color: #fff !important;
}
.disable-hover-effect:hover{
    background-color: #fff !important;
}

.only-hover-effect:hover{
    background-color: #e0e5fc !important;
}
.only-hover-effect-selected{
    background-color: #e0e5fc !important;
}

.preference-content label {
    display: flex;
}

.preference-content .form-group {
    display: block;
    margin-bottom: 30px;
    word-break: break-word;
}

.preference-content .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.preference-content .form-group label {
    position: relative;
    cursor: pointer;
}

.preference-content .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 25px;
}

.preference-content .form-group input:checked+label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 25px;
}

.preference-content .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.preference-content p {
    font-weight: 700;
    font-size: 1.3rem;
}

.switcher-view.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}
.switcher-view.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.15rem;
}
.switcher-view.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}
.switcher-view.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}
.switcher-view.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
}

.switcher-view .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #69d77b;
    background-color: #6cd97e;
}

.col-count-2-md-1{
    column-count: 2
}

.modified-submenu-dropdown li{
    margin-top: 15px !important;
    margin-left: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover > .dropdown-menu{
    display: block;
}

/* .dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
} */

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

@media screen and (max-width: 768px){
    .h-auto-scroll{
        height: 400px;
        overflow: auto;
    }

    .bg-dark-sub{
        background-color: #222;
    }
}

.tabrow {
    text-align: center;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #f2f2f2;
    /* background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%); */
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    padding: 0px;
}
.tabrow a {
        color: #555;
        text-decoration: none;
}
.tabrow li.selected {
    background: #FFF;
    color: #333;
    z-index: 10 !important;
    border-bottom-color: #FFF;
}

.tabrow li:hover{
    background-color: #ededed;
}

.tabrow li.selected:hover{
    background-color: #fff;
}

.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    /* box-shadow: 2px 2px 0 #fff; */
    box-shadow: 2px 2px 0 #f2f2f2;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #fff;
    left: -5px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    /* box-shadow: 2px 2px 0 #fff; */
    box-shadow: 2px 2px 0 transparent;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

.tabrow.steps-pills .steps-link {
    color: #a8a8a8;
    text-align: center;
    background: transparent;
    font-size: 16px;
}

.steps-button .tabrow.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    color: #000;
    font-weight: 700;
}

.badge-outline-success{
    color: #fff;
    /* background-color: #28a745; */
    border: #28a745 solid 2px;
    color: #28a745;
}

.badge-outline-danger{
    color: #fff;
    /* background-color: #dc3545; */
    border: #dc3545 solid 2px;
    color: #dc3545;
}

.badge-outline-primary{
    color: #fff;
    /* background-color: #007bff; */
    border: #007bff solid 2px;
    color: #007bff;
}

.badge-outline-warning {
    color: #212529;
    /* background-color: #ffc107; */
    color: #ffc107;
    border: 2px solid #ffc107;
}

@media screen and (min-width: 991px){
    .tabrow li {
        margin: 0 -10px;
    }

    .tabrow li.selected {
        margin: 0 -4px;
    }

    .ml-custom-10{
        margin-left: 10px !important;
    }

    .mr-custom-10{
        margin-right: 10px !important;
    }

    .tab-content-custom-view-pref{
        border: 1px solid #aaa;
        margin: -15px;
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 0;
    }
}

@media screen and (max-width: 768px){
    .mx-custom-1{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 991.98px){
    .student-grid-temp {
        grid-template-columns: 1fr !important;
    }
}

.car-progress-view .progress{
    margin-bottom: 15px;
    height: 7rem;
    background-color: transparent;
    overflow: unset;
}

.car-progress-view .progress-bar{
    align-items: end;
    background-color: transparent;
    transition: width 5s;
    text-align: right;
    -webkit-flex-direction: initial;
    -webkit-justify-content: flex-end;
}

.car-progress-view .car-size-avatar{
    width: 100px;
}

.car-progress-view .media-body p{
    letter-spacing: unset;
}

.racing-wrapper{
    background-image: url(../img/road-2.png);
    min-height: 100vh;
    background-size: contain;
    background-repeat: repeat;
    position: relative;
    background-position: top center;
}

.racing-finish{
    background-image: url(../img/finish.jpg);
    height: 100%;
    min-height: 100vh;
    background-size: contain;
    background-repeat: repeat;
    position: relative;
    background-position: top center;
}

.racing-start{
    background-image: url(../img/start.jpg);
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
    position: relative;
    background-position: top center;
}

.car-progress-view  .img-container-holder {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 30px;
}

.grad-avatar {
    background-color: white;
}

.avatar-price-made{
    float: left;
    margin-top: -7px;
    color: #6c757d!important;
}

.lecture-info-tabs.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    border-bottom: 2px solid #5e72e4;
    background-color: transparent;
}

.lecture-info-tabs.nav-pills .nav-link{
    color: #9d9d9d;
    border-radius: 0px;
    font-size: 12px !important;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.lecture-info-tabs.nav-pills .nav-link:hover{
    color: #000;
    border-bottom: 2px solid #5e72e4;
}

.disable-hover:hover{
    background-color: unset !important;
}

@media screen and (min-width: 991px){
    .lecture-video-viewport{
        padding-bottom: 39% !important;
    }
}

.nav-new-link-list li {
    margin-top: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
}