body {
    background-color: white;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    zoom: 1.1; /* Works in Chrome, Edge, and Safari */
    -moz-transform: scale(1.1); /* Firefox fallback */
    -moz-transform-origin: 0 0;
}

h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

h6 {
    margin: 0;
    font-weight: 400;
}

h5 {
    margin-top: 0;
    text-align: center; 
    padding-top: 15px;
    font-weight: 400;
}

button {
    width: 121px;
    height: 36px;
    color: white;
    background-color:#0029FF;
    border-radius: 10px;
    border-style: none;
    z-index: -1;
}

textarea {
    width: 199px;
    height: 95px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
    resize: none;
    border: 0.1px solid rgba(0, 0, 0, 0.05);
}

.nav__icons {
    background-color: rgb(29, 154, 226);
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 2px 0px;
    
}

.the__divs {
    width: 480px;
    height: 580px;
    border-radius: 15px;
    background-color: #FDFDFD;
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.desc {
    width: 444px;
    height: 83px;
    line-height: 21px;
    font-size: 14px;
    text-align: justify;
    padding: 0px 15px 0px 20px;
    letter-spacing: 2%;
    background-color: rgba(253, 253, 253, 1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 0px;
}   

.black {
    background-color: #000000;
    color: white;
    width: 480px;
    height: 50px;
    /* border-radius: 15px, 15px, 0px, 0px; */
    border-radius: 15px 15px 0px 0px;
}


/* Javascript New Selectors----------------- */

.header {
    width: 392px;
    height: 50px;
    border-radius: 0px 20px 0px 0px;
    position: fixed;
    top: 108px;
}

.body {
    width: 392px;
    height: 692px;
    border-radius: 0px 0px 20px 20px;
    position: fixed;
    top: 158px;
    background-color: #FDFDFD;
    box-shadow: 1px 4px 4px 0px #00000040;
}

.arrow {
    position: relative;
    left: 360px;
    top: 15px;
    border: 1px solid white;
    border-radius: 50%;
    width: 19px;
    height: 25px;
    padding-left: 6px;
    margin-right: 20px;
}

/* ----------------------------------------------------------- */


/* Navigation Bar */
.navbar {
    position: fixed;
    top: 0px;
    background-color: #E9ECEF;
    height: 90px;
    width: 100%;
    box-shadow: 8px 2px 8px #8f8a8a;
}

.logo {
    height: 42px;
    margin: 25px 0px 0px 60px;
}

.nav__iconbar {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
}


/* Journey Board */
.journey__board__header {
    width: 132px;
    height: 50px;
    border-radius: 0px 20px 0px 0px;
    position: fixed;
    top: 108px;
}

.open__arrow {
    position: relative;
    left: 100px;
    top: 15px;
    border: 1px solid white;
    border-radius: 50%;
    width: 19px;
    height: 25px;
    padding-left: 6px;
    margin-right: 20px;
}

.journey__board__content {
    width: 132px;
    height: 692px;
    border-radius: 0px 0px 20px 20px; 
    position: fixed;
    top: 158px;
    background-color: #FDFDFD;
    box-shadow: 1px 4px 4px 0px rgba(0,0,0,0.25)
    
}

.uno {
    width: 68px;
    height: 68px;
    border: 1px solid #0029FF;
    border-radius: 20px;
    position: fixed;
    top: 184px;
    left: 32px;
}

.one {
    font-weight: 400px;
    font-size: 36px;
    line-height: 54px;
    /* letter: 2% */
    color: #0029FF;
    position: fixed;
    top: 191px;
    left: 60px;
}

/* Main Content */
.content {
    margin: 90px 200px 0px;
}

.content__header {
    padding-top: 20px;
}

.content__heading {
    color: #0029FF;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    display: inline;
}

.submit__task {
    position: absolute;
    top: 108px;
    left: 1100px;
}


.content__intro {
    background-color: #E9ECEF;
    width: 980px;
    height: 95px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 40px;
}

.content__intro p {
    margin-top: 0px;
}

/* Technical Project Management */
.top__divs {
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
    top: 397px;
}

.bottom__divs {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
    top: 1034px;
}

/* .FSA__method {
    left: 745px;
} */


/* Threadbuild */
/* .thread__build {
    left: 745px;
} */

.left {
    left: 745px;
}

.thread__build__input__heading {
    width: 467px;
    height: 40px;
    border: 0.1px solid rgba(0, 0, 0, 0.05);  
    /* I am changing the border color to match the figma */
    background-color: rgb(247, 246, 242);
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

.up__arrow {
    margin-right: 20px;
}

.down__arrow {
    margin-left: 2px;
}

.thread__build__desc {
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
}

.sub__thread__1 {
    width: 199px;
    height: 111px;
    border: 0.1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px; 
    margin-top: 20px;
    margin-left: 20px;
    background-color: rgb(247, 246, 242);
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.sub__interpretation__1 {
    width: 199px;
    height: 111px;
    border: 0.1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px; 
    margin-top: 20px;
    margin-left: 20px;
    background-color: rgb(247, 246, 242);
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.tools__thread {
    display: inline-block;
}

.options__and__tools {
    margin-top: 20px;
    margin-left: 20px;
}

.category, .process {
    width: 97px;
    height: 22px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    font-weight: 600;
    padding-top: 10px;
}

.category {
    position: relative;
    bottom: 30px;
    left: 200px;
}

.process {
    position: relative;
    bottom: 30px;
    left: 200px;
}

.sub__thread__button {
    /* margin-top: 40px; */
    margin-left: 20px;
}

.summary__for__thread__A {
    width: 425px;
    height: 98px;
    border: 0.1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px; 
    margin-top: 20px;
    margin-left: 20px;
    background-color: rgb(247, 246, 242);
    box-shadow: 0 2px 4px rgba(0,0,0,.25), 1px -2px 4px rgba(0,0,0,.25) ;
}

.input__summary {
    width: 425px;
    height: 80px;
}

.title, .content__head {
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.title__input {
    width: 422px;
    height: 43px;
    border-radius: 5px;
    background-color: rgba(252, 251, 251, 1);
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.15);
    margin-left: 20px;
}

.nav__list {
    list-style-type: none;
    margin-bottom: 0px;
}

.nav-items {
    display: inline;
    padding: 2px;
    color: gray;
    font-size: 14px;
}

.format__text {
    width: 422px;
    height: 82px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
    margin-left: 20px;
}

.format__text__header {
    width: 422px;
    height: 41px;
    margin-bottom: 0px;
}

.format__text__input {
    width: 422px;
    height: 149px;
    background-color: rgba(252, 251, 251, 1);
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.15);
    /* display: inline-block; */
}

.format__text__tools {
    padding-left: 30px;
    padding-bottom: 10px;
}

.format__text__tools__input {
    /* position: absolute;
    top: 390px;
    left: 150px; */
    width: 100px;
    border-style: none;
    background-color: rgb(209, 208, 205);
    z-index: -1;
}

.text__tool {
    padding: 0px 2px;
}

.FSA__method__desc {
    padding-top: 20px;
    height: 68px
}

.FSA__method__input__heading {
    background-color: rgba(242, 242, 242, 1);
    width: 414px;
    height: 36px;
    margin-top: 1px;
    margin-left: 20px;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 20px;
}

.question p, .example__para{
    margin-left: 20px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.07px;
}

.question a {
    position: relative;
    left: 370px;
}

.FSA__method__input__heading2 {
    width: 414px;
    height: 33px;
    border: 1px solid rgba(217, 215, 215, 1);
    background-color: rgba(252, 252, 252, 1);
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 20px;
}

.example {
    width: 394px;
    height: 33px;
    border: 1px solid rgba(217, 215, 215, 1);
    margin-left: 60px;
    margin-top: 20px;
    background-color: rgba(252, 252, 252, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
    padding-top: 10px;
}

.example__para {
    margin-left: 60px;
}


/* ------------------------------------------------------------------------------------------------- */

/* Notice Board */
.notice__board__header {
    width: 50px;
    height: 394px;
    position: fixed;
    top: 108px;
    left: 1280px;
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.notice__board__header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* Letter: 2% */
    text-align: center;
    margin: 2px;
}

.notice__board__content {
    /* box-shadow: 2px 2px 10px 1px #8f8a8a; */
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 50px;
    height: 394px;
    position: fixed;
    top: 108px;
    left: 1320px;
}

.cross {
    margin-left: 20px; 
}

/* --------------------------------------------------------------------------------------------------- */

.random__links__main {
    position: relative;
    /* bottom: 0px;
    left: 20px; */
    top: 1200px;
    left: 1360px;
}

.random__links {
    background-color: rgba(0, 41, 255, 1);
    width: 45px;
    height: 65px;
    padding: 20px 20px 0px;
    border-radius: 50%;
}



