body {
    background: #f4f5ff;
}

.editor-with-sidebar-container {
    display: flex;
    width: 90%;
    min-width: 750px;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 50px;
    min-height: 500px;
    font-family: "Circular-Pro-Book",sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    /*max-height: 1000px;*/
    height: 100vh;
    min-height: 700px;
    max-height: 1000px;

}
.editor-container {
    /*flex: 4 0 480px;*/
    flex: 2 0 480px;
    background: white;
    margin-right:15px;
    /*padding: 6rem 8rem;*/
    /*padding: 24px;*/
    
    overflow: scroll;
    /*border: 10px solid #e6e2ff;*/
    -webkit-box-shadow: 5px 0 5px -2px rgba(0,0,0,.07);
    box-shadow: 5px 0 5px -2px rgba(0,0,0,.07);
    
}

.sidebar-container {
    flex: 1 0 200px;
    max-width: 460px;
    margin-left:15px;
    overflow: scroll;
    padding: 25px;
    /*background: green;*/
}
.sidebar-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.sidebar-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
}

.sidebar-element {
    border-radius: 5px;
    /*margin-top: 10px;*/
    margin-bottom: 25px;
    background: white;
    min-height: 100px;
    padding:20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
}

.editor-title-and-editor {
    
    padding: 4rem 4rem;
}
.editor-title-within-box {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(0,0,0,.9);
}

.linkedin-header-propic {
    /*background: url("img/linkedin-headline-cover.png") 50%/cover;*/
    margin-top: -104px;
    text-align: left;
}
.linkedin-header-propic img {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%;
    /*border: 4px solid #e6e2ff;*/
    border: 4px solid rgba(222, 178, 255, 0.57);
        /*box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);*/
   }

.linkedin-header-first-row {
    display: flex;
    padding-left: 3rem!important;
    padding-right: 3rem!important;
    position: relative;
}
.linkedin-header-assorted-details {
    flex-direction: column !important;  
    margin-top: 12px!important;
}
.linkedin-header-name {
    font-family: "Circular-Pro-Medium";
       font-size: 1em;
       padding-bottom:15px;
 }
 .linkedin-header-headline {
     font-size: 0.8em;
 }

 .go-to-li-review-btn {
        background-color: #0073b1;
        color: #fff;
        position: absolute;
        right: 20px;
        font-size: 0.7em;
        padding: 5px 14px;
        border-radius: 5px;
        letter-spacing: 0.2px;
        /* font-family: "Source Sans Pro"; */
        font-weight: 300;
        top: 15px;
 }

 .more-templates-btn {
        background-color: #0073b1;
        color: #fff;
        font-size: 0.7em;
        padding: 5px 14px;
        border-radius: 5px;
        letter-spacing: 0.2px;
        /* font-family: "Source Sans Pro"; */
        font-weight: 300;
        display: inline-block;
        margin: 0 auto;
 }
.editor-title-and-editor {
    font-size: 1.1rem;
}

.sidebar-title h1 {
    text-transform: uppercase;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 0.8em;
    /*color: #3426a4;*/
    color: #4110e3;
    letter-spacing: 0.7px;
    font-family: "Cerebri Sans";
    /* padding-bottom: 15px; */
    line-height: 1.6;
    text-align: left;
    /*border-bottom: 1px solid rgba(23, 37, 141, 0.12);*/
        border-bottom: 3px solid #8464ec;
    padding-bottom: 18px;
}

.sidebar-title h2 {
    color: #52575c;
        font-size: 0.7em !important;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
    /* color: #dee5ec !important; */
    line-height: 1.7;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 18px;
}
.linkedin-header-img {
    height: 150px;
    overflow: hidden;
}

.sidebar-element h1 {
    /* display: inline-block; */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 0.6em;
    /* color: #3426a4; */
    color: #4110e3;
    letter-spacing: 0.7px;
    font-family: "Cerebri Sans";
    padding-bottom: 15px;
    line-height: 1.6;
    text-align: left;
    border-bottom: 2px solid #f5f3fd;
    /* padding-bottom: 8px; */
    padding-top: 10px;
}
.sidebar-element h2 {
    color: #52575c;
    font-size: 0.65em !important;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
    /* color: #dee5ec !important; */
    line-height: 1.7;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
    margin-top: 18px;
}

.templates-container {
    margin-top: 25px;
    width: 90%;
    min-width: 450px;
    max-width: 1600px;
    margin: 0 auto;
    /*max-height: 500px;*/
    font-family: "Circular-Pro-Book",sans-serif;
    font-size: 0.9rem;
    line-height: 1.8;
    border-radius: 10px;
      background: #fff;
    text-align: center;
    /*overflow: scroll;*/
    padding:25px;
    padding-top:50px;
}
.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.4rem;
    font-family: "Cerebri Sans";
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: top;
    padding-right: 2rem;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 48%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.select-wrapper:after {
    /*right: 20% !important;*/
    right: 10% !important;
}

.title-of-templates {
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-size: 1em;
    color: #410fe3;
    text-align: center;
    letter-spacing: 0.7px;
    font-family: "Cerebri Sans";
    padding-bottom: 15px;
    line-height: 1.6;
    /* text-align: left; */
    /* border-bottom: 2px solid #3300ff12; */
    padding-top: 10px;
}

.note-editor .note-editing-area p {
    margin: 0 0 0px;
    font-size: 1.1rem;
}

.tip-cta, .tip-hobbies, .tip-skills, .tip-career-change, .tip-quantified-examples {
    /*background: #f4f5ff;*/
    /*padding: 5px 0px;*/
    /*border-radius: 5px;*/
}

.tippy-tooltip {
  color: #ffffff;
    font-size: 1em !important;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 400;
    background-color:#8464ec;
    padding: 25px 15px;
    line-height: 1.5;
}

.sample-template-container {
    text-align: left;
    width: 60%;
    min-width: 400px;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.2em;
    padding-top: 50px;
    padding: 50px;
    /* border: 4px solid #1a135026; */
    margin-top: 30px;
    
    -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
}

.sample-template-container p {
    margin-bottom: 15px;
}

.sample-template-container .tip-cta, .sample-template-container .tip-hobbies, .sample-template-container .tip-skills, .sample-template-container .tip-career-change, .sample-template-container .tip-quantified-examples {
     background: #f4f5ff;
    padding: 5px 5px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left:-15px;
    margin-right:-15px;
    border-radius: 5px;
}


.purple-btn-cta {
    white-space: nowrap;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-top: 1px solid #ebecee;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background: #8464ec;
    border-radius: 4px;
    /* font-size: 15px; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.sample-template-container span {
    line-height: 2 !important;
}

.main-examples-title h1 {
    color: #090b17;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 60px;
    /* margin: 36px auto 0; */
    text-align: center;
}

.main-examples-title h2 {
    color: #676e8b;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin: 16px auto 0;
    max-width: 820px;
}

.single-category-linkedin-example {
    display: inline-block;
    margin: 10px 10px;
    margin-bottom: 50px;
    max-width: 220px;
    vertical-align: top;
    text-align: center;
    margin-top:25px;
}

.single-category-linkedin-example img {
    width: 225px;
    height: 125px;
    border-radius: 20px;
    -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);
    cursor: pointer;
    display: none;
}

.single-category-linkedin-example h1 {
    font-family: "Cerebri Sans",sans-serif;
    color: #090b17;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
}

#start-generator {
    width: 90%;
    min-width: 400px;
    min-width: 1200px;

}


#start-generator a {
    border-bottom: 0px;
}



@media (max-width: 600px) {
    .sidebar-container {
        display: none;
    }
    .linkedin-header-styling {
        display: none;
    }


    .editor-title-and-editor {
        max-width: 500px;
    }

    .editor-container {
        display: block;
        width: 100%;
    }

    .templates-container {
        width: 100%;
    }
    .sample-template-container {
        width: 100%;
    }
    .select-wrapper select {
        width: 100%;
    }

}


.cta-button2 {
  background-color: rgb(44, 75, 255);
  color: rgb(255, 255, 255);
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px; */
  /* height: 62px; */
  line-height: 20px;
  padding: 21px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Cerebri Sans",sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}


.cta-button2:hover {
    background-color: #5340ff;
    border:0px solid;
    color: #fff !important;
    /* -webkit-transform: translateY(-2px); */
    /* transform: translateY(-2px); */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px 6px; */
}