* {
    box-sizing: border-box;
}

html,body {
    margin:0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

ul {
    list-style-type:none;
    float:left;
}

li {
    float:left;
    padding-right:20px;
}

a {
    text-decoration: none;
    color:black;
    transition: 0.3s;
}

a:hover {
    /*color: rgb(87, 191, 201);*/
    color: #FEAE00;
}

.menu-buttons {
    margin-right: 50px;
}

.menu-table {
    margin-left:auto;
    margin-right:auto;
    width:90%;
    font-size: 15px;
    padding-top: 5px;
    margin-bottom: 5px;
    /*font-weight:bold;*/
    margin-top:20px;
}

.loa-footer-break-container{
    width:100%;
    height:auto;
    background:#F1F1F1;
    padding:5px;
}

.contact-us-container{
    width:90%;
    margin-left:10%;
}

.loa-footer-contact-us{
    float:left;
    width:auto;
    height:auto;
    font-size:15px;
    padding:30px;
    line-height:0.5em;
}

.row-head:after{
    content: "";
    display: table;
    clear: both;
}

.loa-footer-contact-us p{
    font-size:.875rem;
    line-height:1.2em;
    color:black;
}

.loa-footer-contact-us a{
    text-decoration:none;
}

.loa-footer-contact-us a:hover{
     text-decoration: underline;
     color:purple;
}

.loa-footer-container{
    width:100%;
    height:auto;
    background:#F1F1F1;
    padding:5px;
}

.loa-footer-left{
    float:left;
    width:20%;
    height:auto;
    padding-top: 10px;
}

.loa-footer-right{
    float:left;
    width:20%;
    height:auto;
    margin-top:2%;
}

.loa-footer-right a{
    padding:10px;
}

.loa-footer-right a:hover{
    opacity:0.5;
}

.loa-footer-middle{
    float:left;
    width:60%;
    height:auto;
}

.footer-logo{
    width:80%;
    height:auto;
    padding-left:20%;
}

.loa-footer-middle-address{
    margin-top:25px;
    text-align:center;
    font-weight:bold;
    font-size:16px;
}

#home-banner {
    width:100%;
    height:180px;
    background:url(https://headstartacademy.com.my/images/HS_Website_Header.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

#home-banner-content {
    width:90%;
    margin:auto;
}

#search-bar-style {
    width:33.33%;
    padding:12px;
    border:1px solid #CCCCCC;
    border-radius: 4px;
    resize: vertical;
    background-color:#FFFFFF;
}

#search-button-style {
    border:none;
    border-radius: 3em;
    padding: 12px;
    width: 10%;
    font-size: 14px;
    font-weight: bold;
    float:right;
    background-color: #FEAE00;
    transition:0.3s;
}

#search-button-style:hover {
    background-color:rgb(210, 210, 0);
    cursor:pointer;
}

#select-list {
    /*padding: 20px;*/
    border: none;
    height: 39px;
    width: 20%;
}

#company-login-form {
    margin-top:250px;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    text-align: center;
}

#company-signup-form {
    margin-top:200px;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    text-align: center;
}

#stu-signup-form {
    margin-top:200px;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    text-align: center;
}

#login-email, #login-password {
    width:33.33%;
    padding:12px;
    border:1px solid #CCCCCC;
    border-radius: 4px;
    resize: vertical;
    background-color:#FFFFFF;
}

#trainer-name, #trainer-email, #trainer-password, #trainer-contact {
    width:33.33%;
    padding:12px;
    border:1px solid #CCCCCC;
    border-radius: 4px;
    resize: vertical;
    background-color:#FFFFFF;
}

#login-button {
    border:none;
    border-radius: 3em;
    padding: 12px;
    width: 33.35%;
    font-size: 14px;
    font-weight: bold;
    background-color: #FEAE00;
    transition:0.3s;
}

#login-button:hover {
    background-color:rgb(210, 210, 0);
    cursor:pointer;
}

#student-login-form {
    margin-top:250px;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    text-align: center;
}

#company-dashboard-row {
    width:100%;
    height:100%;
}

#company-dashboard-row:after {
    content: "";
    display: table;
    clear: both;
}

#company-dashboard-col-one {
    float: left;
    width: 15%;
    height:100%;
    display:table-cell;
    background-color:rgb(241, 241, 241);
    padding:10px;
}

#company-dashboard-col-two {
    float: left;
    width: 85%;
    height:100%;
    display:table-cell;
}

#search-result-row {
    width:100%;
    height:100%;
}

#search-result-row:after {
    content: "";
    display: table;
    clear: both;
}

#search-result-col-one {
    float: left;
    width: 15%;
    height:100%;
    display:table-cell;
    background-color:rgb(241, 241, 241);
    padding:10px;
    margin:10px;
    border-radius:1.1em;
}

#search-result-col-two {
    float: left;
    width: 80%;
    height:100%;
    overflow:auto;
    display:table-cell;
}

#vs-row:after {
    content: "";
    display: table;
    clear: both;
}

#vs-col-one {
    float: left;
    height:100%;
    display:table-cell;
    background-color:rgb(241, 241, 241);
    padding:10px;
}

#vs-col-two {
    float: left;
    height:100%;
    display:table-cell;
}

#vs-button-row:after {
    content: "";
    display: table;
    clear: both;
}

#vs-button-col-one {
    cursor:pointer;
    float: left;
    text-align:center;
    width: 20%;
    height:100%;
    display:table-cell;
    background-color:rgb(241, 241, 241);
    padding:10px;
    border-radius: 3em;
    margin-right:10px;
    transition: .3s;
}

#vs-button-col-one:hover {
    background-color:#FEAE00;
}

#step-one,#step-two {
    width:33.33%;
}

#step-buttons {
    border:none;
    padding:10px;
    width:25%;
    cursor:pointer;
    font-weight:bold;
    border-radius:3em;
}

.comm-skill-progress {
    position:relative;
    width:150px;
    height:150px;
    display:flex;
    float:left;
    margin:10px;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    background: conic-gradient(green 0deg, #ededed 0deg);
}

.comm-skill-progress:before {
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    background-color:white;
    border-radius:50%;
}

.comm-progress-value {
    position:relative;
    text-align:center;
    font-weight: 600;
    color:green;
}

/*problem solving skills*/
.prob-solve-skill-progress {
    position:relative;
    width:150px;
    height:150px;
    display:flex;
    float:left;
    margin:10px;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    background: conic-gradient(#0076BA 0deg, #ededed 0deg);
}

.prob-solve-skill-progress:before {
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    background-color:white;
    border-radius:50%;
}

.prob-solve-progress-value {
    position:relative;
    font-size:12px;
    text-align:center;
    font-weight: 600;
    color:#0076BA;
}

/*life skills*/
.life-skill-progress {
    position:relative;
    width:150px;
    height:150px;
    display:flex;
    float:left;
    margin:10px;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    background: conic-gradient(#0076BA 0deg, #ededed 0deg);
}

.life-skill-progress:before {
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    background-color:white;
    border-radius:50%;
}

.life-progress-value {
    position:relative;
    font-size:15px;
    text-align:center;
    font-weight: 600;
    color:#FEAE00;
}

.ls-progress {
    float:left;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 70px 0px;
}

.textarea-style {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    white-space:normal;
    font-size: 16px;
    resize: none;
}

.error-block {
    display:none;
    color: #DA4B4D;
    background-color: #FEC1BA;
    border-radius: .3em;
    border: 2px solid #DA4B4D;
    padding: 10px;
    width: 25%;
    font-weight: 500;
}

#reset-points,#gratitude-points {
    font-weight:bold;
    font-size:1.5em;
    color:#FEAE00;
}