.tab_container {

    max-height: calc(100vh - 50px);
}


.main-nav-container {
    width: 38%;
    background: #fff;
}
.additional_tab_container {
    width: 80%;
}

.main-project-container {
    /*padding: 5em 6em;*/
}

.main-project-container h1 {
    color: #343434;
    font-size: 2em;
    line-height: 1.5;
    font-family: "Cerebri Sans", sans-serif;
}
.main-project-container h2 {
    color: #7b7b7b;
    font-size: 1.1em;
    font-family: "Cerebri Sans", sans-serif;
    line-height: 1.8;
    font-weight: 400;
}
.main-project-container h3 {
    font-family: "Cerebri Sans";
    font-weight: 400;
    font-size: 0.8em;
    margin-top: -1em;
    
        margin-bottom: 1.7em;
    letter-spacing: 3px;
    color: #565656;
    text-transform: uppercase;
    font-weight: 600;
}


.nav-table-of-contents h1 {
    font-family: "Cerebri Sans";
    font-size: 0.7em;
    letter-spacing: 3px;
    color: #565656;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-table-of-contents ul {
    margin-top:20px;
}

.nav-table-of-contents li {
    font-family: "Cerebri Sans";
    font-size: 0.8em;
    letter-spacing: 0.5px;
    color: #4d4e51;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 15px;
}
.tab_container {
    background: #f3f6fe;
}

.playbook-header h1 {
    letter-spacing: -0.5px;
    font-size: 1.2em;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 600;
    color: #191350;
    line-height: 1.2;
    padding-top: 25px;
}

.smr-main-section {
    padding-top:0px !important;
    min-height: auto;
}

.playbook-header h2 {
    padding-top:0px;
    padding-bottom: 20px;
}

.skills-list-main {
    text-align: center;
    padding-top:15px;
}

.skills-list-main li {
    /*color: #7b7b7b;*/
    font-size: 1em;
    font-family: "Cerebri Sans", sans-serif;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px;
    /* list-style: disc; */
    width: 45%;
    background: rgb(137 94 223 / 13%);
    color: #7c44ef;
    font-weight: 400;
    margin: 8px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.skill-element {
    display: inline-block;
    vertical-align: top;
}

.hidden-element {
    display: none;
}


.skills-tip {
    padding: 20px 40px;
    background-color: #eef2fe;
    padding-bottom:40px;
}


.skills-tip h1 {
    font-size: 1em;
    padding-bottom: 20px;
}

.word-cloud-container svg {
    max-width: 100% !important;
    width: 100% !important;
}

.word-cloud-container img {
    width: 100%
}

.cards-container {
    /*margin-top: 50px;*/
}
.single-card {
    display: inline-block;
    width: 50%;
    height: 100px;
    border-radius: 15px;

    background-color: rgb(255, 255, 255);
    box-shadow: rgba(33, 76, 92, 0.07) 0px 3.5px 12.5px 0px, rgba(49, 88, 127, 0.04) 0px 0.5px 1px 0px;
    cursor: pointer;
    border-radius: 6px;
    
    border-color: #0a0aee;
    border: 2px solid #c8cbfc;
    padding: 30px;
}
.single-card h1 {
    text-align: center;
    color: #0a0aee;
    font-size: 1em;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 400;
}
.show-more-skills {
        white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 15px;
    /*color: #5a5a5a;*/
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    border-radius: 15px;
    background: #4408bb;
    color: #fff;
    border-radius: 10px;
}

.show-more-skills:hover {
      -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background: #3f10d8;
    color: #fff;
}

.select-wrapper {
        margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 25px;
    padding-right: 0;
    text-align: center;
    width: 100%;

}
.select-wrapper select {
    background: #fff;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 5em;
    border: 1px #eceaea solid;
    background: #fff !important;
    font-size: 1.25rem;
    font-family: "Cerebri Sans";
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.select-wrapper:after {
    right: 20% !important;
    /*top: 5%;*/
        border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

.expand-btn {
    background: #730bce;
    color: white;
}

.recommendation-fix-single {
    display: inline-block;
    margin-right:5px;
    margin-bottom:10px;
    vertical-align: top;
        height: 220px;
        overflow-y: scroll;
        text-align: center;
            padding-top: 30px;
}

.rec-fix-btn-container-alt {

    text-align: center;
    /* position: absolute; */
    bottom: 28px;
    /* margin-left: -25px; */
    width: 100%;
}

.select-wrapper {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    padding-right: 0;
}

.recommendation-fix-single-title {
    margin-bottom: 25px;
}


.suggested-resource-container {
    text-align: center;
    padding-top:50px;
    /*padding-bottom:50px;*/
}

.suggested-resource-container-media {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    padding-top:15px;
}

.suggested-resource-container-media img {
    width: 100%;
}

.suggested-resource-container-description {
    width: 47%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

#searchBar {
    border: 2px solid #7d45ef;
    color: #4308bb;
    margin-top: 20px;
}
    
.suggestedResults {
        background: #efeafb;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    max-height: 400px;
    overflow-y: scroll;
}

.suggestions-list {
    list-style: none;
    
    font-family: "Cerebri Sans";
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
}

.suggestions-list a {
    padding:10px;
    border-bottom: 0px solid;
    transition: color 0s ease-in-out, background-color 0s ease-in-out
}

.suggestions-list:hover {
    background: #825be0;
    border-radius: 10px;
    color: white;
}




blockquote {
    font-style: normal;
    border-left: solid 0.5em #6c8cea;
}

.no-left-border {
    border-left: 0px;
}   


.upload-jd {
    text-align: center;
}

    .upload-jd textarea {
            position: relative;
    width: 80%;
    margin: auto;
    height: 250px;
    /* border: 2px dashed #ddd; */
    /* background: rgba(0,0,0,0.15); */
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    border: 0px;
    min-height: 50px;
    max-height: 450px;
    width: 95%;
    max-width: 900px;
    
    font-size: 1em;
    font-family: "Cerebri Sans", sans-serif;
    line-height: 1.7;
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
    border-radius: 8px;
    font-weight: 400;
    border: 3px dashed #8464ec;
    white-space: pre;
    margin-top: 20px;
    }




#uploaded_resume_pasted::-webkit-input-placeholder {
   
   font-style: italic;
   font-size: 1em;
   font-weight: 300;
   white-space: pre;

}
#uploaded_resume_pasted:-moz-placeholder {
   font-style: italic;  
   font-size: 1em;
   font-weight: 300;
   white-space: pre;
}
#uploaded_resume_pasted::-moz-placeholder {
   font-style: italic;  
   font-size: 1em;
   font-weight: 300;
   white-space: pre;
}
#uploaded_resume_pasted:-ms-input-placeholder {  
   font-style: italic; 
   font-size: 1em;
   font-weight: 300;
   white-space: pre;
}

#match-your-resume-btn .expand-btn {
    display: inline-block;
    letter-spacing: 0.2px;
    color: #fff;
    margin-top: 15px;
}
    
.faq-question h3 {
/*    font-family: "Cerebri Sans", sans-serif;
    font-weight: 600;
    color: #191350;
    font-size: 18px;
    padding-bottom: 15px;*/

    font-size: 17px;
    color: #1a1550;
    font-family: "Cerebri Sans";
    line-height: 1.6;
    text-align: left;
    font-weight: 550;
    letter-spacing: 0.5px;
}

.faq-answer p, .faq-answer li {
    font-size: 16px;
    font-family: 'Cerebri Sans', sans-serif;
    font-weight: 300;
    color: #63618c;
    padding: 0px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: left;
}
    
.faq-answer li {
    list-style: disc;
    margin-bottom: 10px;
}

.faq-answer ul {
    margin-bottom: 0px;
    margin-left: 28px;
    margin-top: 10px;
}

.frequently-asked-questions-container {
    margin-bottom: 30px;
        /*margin-bottom: 20px;*/
    background: white;
    border: 2px solid #e6edff;
}


.faq-question {
        padding: 25px 35px;
    /*padding-left: 25px;*/
    background: #fff;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    position: relative;
    cursor: pointer;
    border: 3px solid transparent;
    border-bottom: 3px solid #e6edff;
}



.faq-question:hover {
  background:#e8edff;
  border: 3px solid #ccdbf1;
}



.faq-answer {
        /*padding: 15px 25px;*/
        padding: 25px 35px;
    /*padding-top: 15px;*/
    /* padding-bottom: 15px; */
    /* border: 1px solid #eaebfa; */
    border-radius: 5px;
    /*border: 1px solid #e3e8ee;*/
}


.faq-right-icon {
    font-size: 24px;
    color: #b7b7b7;
    position: absolute;
    top: 25px;
    right: 25px;
}

.faq-question-right-icon {
    vertical-align: top;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    font-weight: 700;
    font-family: "Cerebri Sans", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    color: #6f6d6d;
    width: 40px;
    text-align: center;
    line-height: 40px;
    /* position: absolute; */
    left: 0;
    top: 0;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    background: white;
}


    .how-to-main-counter-number {
    vertical-align: top;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    font-weight: 700;
    font-family: "Cerebri Sans", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    color: #6f6d6d;
    width: 40px;
    text-align: center;
    line-height: 40px;
    /* position: absolute; */
    left: 0;
    top: 0;
    /*margin-top: -15px;*/
    /*margin-left: -15px;*/
    position: absolute;
    background: white;
  }
    .how-to-step {
    padding: 25px 15px;
    /*padding-top: 15px;*/
    /* padding-bottom: 15px; */
    /* border: 1px solid #eaebfa; */
    border-radius: 5px;
    border: 1px solid #e3e8ee;
    background: white;
   }

.how-to-step-title {
       padding: 7px;
    padding-left: 60px;
    /*background: #fff;*/
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    position: relative;
    border: 3px solid transparent;
  }

  .how-to-step-contents-text p {
    /* font-family: "Cerebri Sans"; */
    color: #52575c;
    font-size: 16px;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin-bottom: 0px;
    text-align: left;
   }

   .how-to-container-full-steps .how-to-step-contents-text {
    width: 55%;
    vertical-align: top;
    display: inline-block;
    padding-right: 25px;
}

.how-to-container-full-steps .how-to-step-contents-image {
    width: 45%;
    vertical-align: top;
    display: inline-block;
    /*padding-top: 25px;*/
    text-align: center;
}
.how-to-main-title-text {
    font-size: 17px;
    color: #1a1550;
    font-family: "Cerebri Sans";
    line-height: 1.6;
    text-align: left;
    font-weight: 550;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
   }
   .expand-template-btn {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 15px;
    color: #5a5a5a;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    border-radius: 15px;
    background: #f3f6fe;
    margin-top: 10px;
}
.expand-template-btn:hover {
     -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background: #3f10d8;
    color: #fff;
}
.how-to-step-contents-image a {
    border-bottom: 0px;
}

.how-to-step-contents-image-container {
    max-height: 270px;
    overflow: hidden;
}


.full-resume-templates-container {
    background: white;
    padding: 35px;
}
.full-resume-templates-container p{
    font-size: 0.9em;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 300;
    color: #63618c;
    line-height: 1.6;
}

.resume-template-img-single {
    text-align: center;
}

.resume-example-title {
    font-weight: 300;
}


.highlight-color {
        color: #6c63fe !important;
    font-weight: 600;
}



.soft-skills-with-images {
    text-align: center;
}

.skill-element-w-image {
    width: 48%;
    display: inline-block;    
    padding: 15px;
    text-align: center;
    vertical-align: top;

}


.skill-element-w-image .skill-title {
    font-size: 17px;
    color: #1a1550;
    font-family: "Cerebri Sans";
    line-height: 1.6;
    text-align: left;
    font-weight: 550;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-align: center;
}



.skill-element-w-image img {
    padding: 0px 20px;
}   



.career-profile-header-title {
font-family: "Cerebri Sans";
    font-size: 0.7em;
    letter-spacing: 1px;
    /*color: #565656;*/

    color: #564ff2;
    text-transform: uppercase;
    font-weight: 550;
        position: absolute;
    left: 20px;
    bottom: 10px;
}
.career-profile-header {
    position:  relative;
}



.career-profile-header-tabs {
        border-bottom: 3px solid #dee5fb;
        /*padding-bottom: 5px;*/
        text-align: right;
}

.career-profile-header-single-tab {
display: inline-block;
    padding-bottom: 5px;
    margin-right: 25px;
    font-family: "Cerebri Sans";
    font-size: 0.7em;
    letter-spacing: 0.5px;
    color: #565656d6;
    text-transform: uppercase;
    font-weight: 550;
    margin-top: 15px;
    }

.suggested-resource-container-description .playbook-header p {
    font-size: 0.9em;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 300;
    color: #63618c;
    padding-top: 20px;
    line-height: 1.6;
}
    
    

.career-profile-header-single-tab.active {

        border-bottom: 3px solid #cad5fb;
        color:  #333131d6;
}

.career-profile-header-single-tab a {
    border-bottom: 0px;
}


.career-profile-header-single-tab:hover {
    border-bottom: 3px solid #cad5fb;   
    color:  #333131d6;

}


@media (max-width: 870px) {
    .dashboard-container {
        display: block;

    }

    .main-nav-container {
        max-height: none;
        width: 100%;
        display: none;
    }

    .tab_container {
                max-height: none;
                width: 100%;

    }
    .single-card {
        display: block;
        width: 100%;
    }

    .skills-list-main li {
        width: 100%;
    }


.suggested-resource-container-media {
    width: 100%;
    display: block;
}

.suggested-resource-container-description {
    width: 100%;
    display: block;
}

.how-to-step-contents-text {
    width: 100%;
    display: block;
}
.how-to-step-contents-image {
    width: 100%;
    display: block;
}
    
    .how-to-container-full-steps .how-to-step-contents-text {
        width: 100%;
    display: block;
    }

    .how-to-container-full-steps .how-to-step-contents-image {
        width: 100%;
    display: block;
    }


    .skill-element-w-image { 
        width: 100%;
        display: block;
    }
}

@media (max-width: 670px) {

    .smr-main-section {
        padding:10px;
    }
    .skills-tip {
        padding:10px;
    }
}