.navigation-secondary .col-nav-bar:nth-child(1) {
    width: 33% !important;
}

.navigation-secondary .col-nav-bar {
    width: 33% !important;
    text-align: center;
}

.spa-nav {
    background: #F7A431;
    border-bottom: 1px solid #F7A431;
}

.navigation-secondary {
    background: #F7A431;
}

.total-navigation {
    background: #F7A431;
}

.apply-btn{
    padding: 11px;
}

.apply-btn {
    border: 1px solid #F7A431;
    background: #F7A431;
}
.apply-btn:hover {
    color: #fff;
    border: 1px solid #F7A431;
    background: #F7A431;
}

.link {
    /*color: #F7A431;*/
    padding: 9px 16px;
    margin-top: -6px;
    font-size: 11px;
}


.card-section h3 {
    text-align: left;
    position: relative;
    bottom: 0px;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px;
    margin-top: 0;
    padding-top: 0;
    color: #555;
}

.next-title{
    color: #F7A431;
    font-weight: bold;
}

.link-next-text {
    color: #8f8f8f;
}

.active-learn-menu{
   text-decoration: underline;

}

.campaign-warning {
    position:absolute;
    right: 4px;
    top:2px;
    color: #F7A431
}

.campaign-payout-absolute {
    position: absolute;
    right: 7px;
    top: -7px;
}

.campaign-payout {
    background: rgba(247, 164, 49, 0.25);
    color: #f7a431;
    padding-left: 12px;
    padding-right: 12px;
    padding: 7px 20px;
    margin: 20px 0;
}

.spa-bar {
    background: #f7a431;
}

.spa-base {
    top: 0px;
}

.spa-home{
    top: 82px;
    margin-bottom: 36px;
    padding-bottom: 50px;
}


.spa-completed{
    top: 82px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.see-more-text {
    color: #f7a431;
    text-align: center;
    margin-bottom: -3px;
}

.detailed-value{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:20px;
}

.payout-detailed-learn{
    float: left;
}

.bolder-text{
    font-weight: bold;
}

.text-header-detailed-smaller{
    font-size: 13px;
}

.text-header-detailed-smaller i{
    color: #f7a431;
}

.campaign-detail {
    top: 40px;
    margin-top: 0px;
}

.card-section {
    margin-top: 20px;
    padding: 15px;
}

.card .line {
    padding: 6px;
    font-size: 13px;
    margin: 7px 0px;
    margin-left: 0px;
    padding-left: 0px;
}

.link-grey {
    color: #8f8f8f;
    font-size: 13px;
}

.link-grey:focus {
    color: #8f8f8f;
    font-size: 13px;
}

.link-grey:hover {
    color: #8f8f8f;
    font-size: 13px;
}

.line-detailed-learn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 0px !important;
}

.started-course-first{
    color: #696969;
    background: rgba(175, 175, 175, 0.25);
    padding: 10px 10px 8px 11px;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, 0.30);
}


.started-course-first-top i::after{
    display:none;
}


.started-course{
    color: #696969;
    background: rgba(175, 175, 175, 0.25);
    padding: 10.5px 11px 8px 11px;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, 0.30);
}

/*.started-course::after{*/
/*content: '';*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 15px;*/
    /*width: 2px;*/
    /*height: 100%;*/
    /*background: rgba(175, 175, 175, 0.30);*/
    /*z-index: 0;*/
/*}*/

.unknown-course{
    color: #696969;
    background: rgba(175, 175, 175, 0.25);
    padding: 10px 9.5px 8px 10.5px;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, 0.30);
}

/*.unknown-course::after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 15px;*/
    /*width: 2px;*/
    /*height: 100%;*/
    /*background: rgba(175, 175, 175, 0.30);*/
    /*z-index: 0;*/
/*}*/

.completed-course{
    color: #f7a431;
    background: rgba(247, 164, 49, 0.25);
    padding: 10px 10px 8px 11px;
    border-radius: 50%;
    border: 1px solid rgba(247, 164, 49, 0.25);
}

/*.completed-course::after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: -26px;*/
    /*left: 15px;*/
    /*width: 2px;*/
    /*height: 27px;*/
    /*background: rgba(247, 164, 49, 0.25);*/
    /*z-index: 0;*/
/*}*/


.locked-course {
    color: #696969;
    background: rgba(175, 175, 175, 0.30);
    padding: 10px 11px 9px 12px;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, 0.30);
}

/*.locked-course::after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: -26px;*/
    /*left: 15px;*/
    /*width: 2px;*/
    /*height: 27px;*/
    /*background: rgba(175, 175, 175, 0.30);*/
    /*z-index: 0;*/
/*}*/

.round-course-detail-timeline-first i::after{
    display: none !important;
}

.hover-control.x2 {
    width: 85px;
}

.library-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.link-library-box-icon i{
    font-size: 20px;
    color: #f7a431;
}

.card .library {
    padding: 6px;
    font-size: 13px;
    margin: -6px 0px;
}

.ui-checkbox + label:before {
    border: 1px solid #f7a431;
}

.ui-checkbox:checked + label:after {
    color: #f7a431;
}

.ui-checkbox:checked + label:before {
    border: 1px solid #f7a431;
}

.heading-date-calendar{
    color:#555;
}

.heading-date-calendar h2{
    margin-bottom:0px;
}

.heading-date-calendar h4{
    margin-top:0px;
    font-size: 16px;
}

.card-section-calendar {
    margin-top: 0px;
    padding: 15px;

    align-items: center;
    justify-content: left;
    text-align: left;

}

.card-section-calendar i {
    font-size: 20px;
    float: right;
}

.card-section-disabled {
    box-shadow: none;
    opacity: 0.8
}


.calandar-medium-text{
    font-size: 15px;
}

.calandar-bold-medium-text{
    font-size: 15px;
    font-weight: bold;
}


.small-day{
    color: #f7a431;
    font-weight: bold;
    font-size: 15px;
}

.small-day-name{
    color: #555;
    font-size: 13px;
}

.home-filters-box{
    margin-bottom: 65px;
}


.searchbox-holder{
    margin: auto;
    max-width: 480px;
}

.searchbox{
    margin-top: 19px;
    text-align: right;
    position: relative;
}

.searchbox input{
    border: 1px solid #e2e2e2;
    padding: 6px;
    padding-right: 25px;
}

.searchbox .fa{
    color: #f7a431;
    font-size: 17px;
    position: absolute;
    top: 8px;
    right: 8px;
}

input:focus {
    outline: none;
}

.text-wrap{
    overflow: hidden;
    width: 90%;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {

    .lib-box-end{
      width: 480px;
        margin: 0 auto;
    }

    .searchbox {
        margin-top: 19px;
        margin-right: 12px;
        padding: 0px;
    }

    .searchbox input {
        border: 1px solid #e2e2e2;
        padding: 6px;
        padding-right: 25px;
        float: right;
    }

    .searchbox .fa {
        color: #f7a431;
        font-size: 17px;
        position: absolute;
        top: 9px;
        right: 10px;
    }

}

.mobile-box{
    margin: 0 auto;
    max-width: 480px;
}

.box-container-details{
    max-width: 480px;
    margin: 0 auto;
}

.learn-search{
    align-items: flex-start !important;
    padding-bottom: 50px;
}



.timeline-item {
    padding: 1.6em 1em 1em;
    position: relative;
    color: #000;
    min-height: 95px;
    border-left: 2px solid rgba(175, 175, 175, 0.30);
}

.timeline-item::before {
    font-family: FontAwesome;
    content: attr(data-background-icon);
    position: absolute;
    left: -20px;
    top: 16px;
    display: block;
    font-weight: 100;
    font-size: 1rem;
    z-index: 200;
    color: #696969;
}


#started::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    padding: 11px;
}

#not_started::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    padding: 11px;
}

#expired::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    padding: 11px;
}

#deleted::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    vertical-align: middle;
    padding: 11px;
}

#rejected::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    padding: 11px;
}

#submitted::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    padding: 11px;
}

#approved::before {
    color: #fff !important;
    background: #c9c9c9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    padding: 11px;
}

#completed::before{
    color: #f7a431 !important;
    background: rgb(255, 237, 212);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    padding: 12px;

}

/*#completed::after{*/
    /*color: #f7a431 !important;*/
    /*background: #fff0dc !important;*/
    /*border: 1px solid rgba(247, 164, 49, 0.25) !important;*/
/*}*/

#completed {
    border-left: 2px solid rgba(247, 164, 49, 0.25) !important;
}

.start_course{
    font-size: 13px;
    color: #848484;
}

.card-learn-section{
    padding: 25px;
}

.text-wrap-learn{
    overflow: hidden;
    width: 90%;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    margin: 0;
}

.calander-done{
    text-decoration: line-through !important;
}

.abs-bottom {
    position: absolute !important;
    bottom: 47px;
}

.xother_filters{
    bottom: 20px;
}

.video-iframe {
    width: 100% !important;
    min-width: 100% !important;
}

.navigation-footer {
    background: #f7a431;
}

@media (max-width: 480px){

    .hover-control{
        margin-bottom: 70px;
    }

    .footer_navigation{
        bottom: -55px;
    }

    .hover_control_position{
        bottom: 20px;
    }

    .enroll-btn{
        bottom: 52px;
    }
}

.section-header{

    padding: unset !important;
    background: unset !important;

}

/* charts legend */

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.chart-legend{
    overflow: auto;
    border: 1px;
    box-shadow: 0 0 10px 0
    rgba(183,192,206,.5);
    padding: 10px 0px;
    margin: 15px 0px;
}

.chart-legend li{
    cursor:pointer;
    list-style-type: none;
    /* width: 30%;
    display: inline;
    float: left; */
}

.strike{
    text-decoration: line-through !important;
}

.popup_image_container {
    width: 100%;
    height: 100%;
    z-index: 300;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.65);
    visibility: hidden;
}

.popup_image {
    max-height: 80%;
    max-width: 95%;
}

.popup_image_close_button {
    position: fixed;
    bottom: 10px;
    width: 95%;
    height: 50px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid grey;
    max-width: 360px;
}