.spa-nav {
    height: 63px;
    line-height: 35px;
    background: #313f48;
    border-bottom: 1px solid #313f48;
    height: 48px;
    line-height: 40px;
    color: #FFF;
}

.spa-scroll{
    overflow-y: scroll;
}

.spa-bar {
    background: #313f48;
}

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

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

.col-mobile-4 {
    width: 33.33333333% !important;
}

.card .campaign-start-job {
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #313f48;
    border: 1px solid #313f48;
    padding: 11px;
    margin-top: 18px;
    cursor: pointer;
}

.active-icons {
    font-size: 19px;
    color: #313f48;
}
.home-screen {
    top: 90px;
    padding-bottom: 0px;
}

.sub-screen {
    top: 0px !important;
}

.navigation-secondary {
    background: #313f48;
}

.course-progress > * {
    height: 100%;
    background: #313f48;
}

.timeline-item {
    padding: 1em 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: 19px;
    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: #ffffff !important;
    background: rgb(121, 134, 203);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    padding: 12px;

}

#completed {
    border-left: 2px solid rgba(121, 134, 203, 0.97) !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;
}


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

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

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

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

.active-sell-menu {
    text-decoration: underline;
}

.heading-container{
    max-width: 480px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-sell{
    max-width: 480px;
    margin: 0 auto;
    margin-top: 50px;
}

.card-section {
    margin-top: 17px;
}

.graph-container{
    position: relative;
    width: 480px;
    height: 400px !important;
    padding: 0px;
    padding-bottom: 0.25%;
}

.jobs-layout{
    width: 100%;
    height: 100%;
    z-index: 1000000;
    position: absolute;
}

.card-learn-section{
    height: 500px;
}

.btn-graph{
    width: 100%;
    padding: 15px;
    background: #313f48;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.btn-graph-light{
    background: #FFF;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.2);
    border-radius: 3px;
    color: #313f48;
}

.btn-graph .fa{
    font-size: 16px;
    margin-right: 8px;
}

.btn-graph:hover{
    text-decoration: none;
}

.heading-container a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.button-section{
    color: #313f48;
}

.jobs{
    width: 280px;
    margin-right: 20px;
    float: left;
}

.jobs-scroll-box{
    overflow-x: scroll;
    cursor: grab;
    cursor : -o-grab;
    cursor : -moz-grab;
    cursor : -webkit-grab;
}

.container-inner{
    margin-bottom: -11px;
}

.see-more-text {
    color: #313f48;
    text-align: center;
    cursor: pointer;
}

.see-more-text-right {
    border-right: 1px solid #313f48;
    cursor: pointer;
}

.jobs-scroll-box::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.total-navigation {
    background: #313f48;
}

.refresh-location {
    color: #313f48;
}

.filter-select {
    padding: 5px 15px;
    border: 1px solid #313f48;
    background: rgba(255, 255, 255, 0);
    margin-top: -5px;
    color: #313f48;
    outline: none;
}

.jobs .campaign{
    margin-top: 0px;
    margin-bottom: 0px;
}

.campaign-payout {
    background: #eaedff;
    color: #313f48;
    text-align: center;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
}

.jobs .campaign .image-box {
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    float: left;
}

.message-card {
    max-width: 450px;
    padding: 16px;
    margin: 5px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 0px 8px rgba(152, 152, 152, 0.2);
}


.sell-amount{
    width: 100%;
    background: #313f48;
    color: #fff;
    padding: 55px;
    text-align: center;
    font-size: 1.2rem;
}

.earn-back {
    font-size: 14px;
    margin-left: 6px;
    margin-top: -1.5px;
    position: absolute;
}

.btn-selling{
    background: #313f48;
    color: #fff;
    width: 32%;
    text-align: center;
    padding: 16px;
    margin-right: 6px;
    margin-bottom: 3px;
    cursor: pointer;
}

.menu-item-bloxk{
    padding: 13px;
    background: #FFF;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.12);
    border-radius: 3px;
}

.menu-item-half{
    padding: 13px;
    margin: 2px;
    background: #FFF;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.12);
    border-radius: 3px;
    width: 49%;
}

.menu-item-bloxk .fa{
    margin-right: 11px;
    font-size: 16px;
}

.menu-item-bloxk img{
    width: 20px;
    height: 20px;
    margin-right: 11px;
    object-fit: cover;
}

.sell-header h1{
    text-transform: uppercase;
}

.image-icon-menu-item{
    position: absolute;
    right: -17px;
    top: -10px;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.05);
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    background: #fff;
    border-radius: 0.8em;

}

.default-screen{
    top: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.default-screen h3{
    font-size: 65px;
    color: #313f48;
    font-weight: bold;
}

.default-screen p{
    font-size: 16px;
}

.default-button-sell{
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #313f48;
    border: 1px solid #313f48;
    padding: 11px;
    margin-top: 18px;
    cursor: pointer;
}

.default-button-sell:hover{
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #313f48;
    border: 1px solid #313f48;
    padding: 11px;
    margin-top: 18px;
    cursor: pointer;
}

.button-area{
    top: 39px !important;
}

.error-icon{
    color: #313f48;
    font-size: 97px;
    padding-left: 2px;
    padding-right: 8px;
}

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

@media (max-width: 480px){
    .heading-container {
        max-width: 355px;
    }

    .menu-item-half {
        width: 48%;
    }

}

.navigation-footer {
    background: #313f48;
}

@media (max-width: 480px){

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

    .footer_navigation{
        bottom: -55px;
    }

    .hover_control_position{
        bottom: 20px;
    }
}

.alert-danger {
    color: #eb6651;
    background-color: transparent;
    border-color: #eb6651;
    border-radius: 0px;
    word-wrap: break-word;
    max-width: 480px;
}

.alert ul{
    padding: 0px;
}

.alert-danger li{
    list-style: none;
}

.alert-success{
    color: #1db79c;
    background-color: transparent;
    border-color: #1db79c;
    border-radius: 0px;
    list-style: none;
    word-wrap: break-word;
    max-width: 480px;
}

.promo_code{
    cursor: pointer;
}

.profile-screen {
    top: 47px;
}

.spa-btn.spa-back {
    z-index: 9993;
    position: absolute;
    top: 11px;
    left: 6px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 2px;
}

.jobber_id_card_header h2{
    margin-top: 8px;
    margin-bottom: 0px;
    color: #e2e2e2;
}

.bubble{
    font-size: 17px;
    margin-top: 9px;
    margin-bottom: 0;
}

.btn_facebook{
    background: #3b5998;
    border: 1px solid #29487d;
    color: #fff;
}

.btn_twitter{
    background: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff;
}

.btn_linkedin{
    background: #287bbc;
    border: 1px solid #287bbc;
    color: #fff;
}

.btn_google_plus{
    background: #db4437;
    border: 1px solid #db4437;
    color: #fff;
}

.btn_whats_app{
    background: #3b5998;
    border: 1px solid #29487d;
    color: #fff;
}

.btn_email{
    background: #313f48;
    border: 1px solid #313f48;
    color: #fff;
}

.promo_code{
    margin-top:0;
}

.info-container{
    max-width: 100% !important;
}

.password-info {
  color: #313f48;
  border: 1px solid #313f48;
  background-color: #FFFFFF;

}