﻿/* style sheet eduApproved.com 2023 */

body {
    font-family: 'Roboto', sans-serif;
}
.errormsg {
    color: #f60000 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.errormsg1 {
    color: #f60000 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.errormsg2 { /*could be something else*/
    color: #f60000 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.errormsg3 { /*could be something else*/
    color: #f60000 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.errormsg4 { /*could be something else*/
    color: #f60000 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.rateButton {
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 10px;
    background-color: #00a96d;
    border-color: #00a96d;
    width: 220px;
}
.editCompanyBtn {
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 10px;
    background-color: white;
    color: #00a96d;
    border-color: #00a96d;
    width: 220px;
}
.editProductBtn {
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 10px;
    background-color: white;
    color: #00a96d;
    border-color: #00a96d;
    width: 220px;
}
.adjustReviewBtn {
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 10px;
    background-color: white;
    color: #00a96d;
    border-color: #00a96d;
    width: 220px;
}

.pnlAlertMsg1 {
    border: 1px solid gold;
    padding: 12px 20px 0px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #FFE96C;
}
.divOverallRating {
    border: 1px solid #00A96D;
    background: #EAFFF8;
    color: white;
    padding-top: 20px;
    border-radius: 10px;
}
.footerspace {
    width:100%;
    height:42px;
}
.footerdiv {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
}
.footerdiv a:hover {
    text-decoration: underline;
    /*color: #00008A;*/
}
.starsmsg {
    font-size:16px;
    color:#424242;
    font-family:Roboto;
    font-weight:700;
}
.smalltext1 {
    font-size:12px;
}
.smalltext2 {
}
.smalltext3 {
}
.smalltext4 {
}

/* scss overrides */
h1 {
    font-size:1.42rem;
}
h2 {
    font-size: 1.32rem;
}
h3 {
    font-size: 1.24rem;
}
h4 {
    font-size: 1.12rem;
}
h5 {
    font-size: 1.06rem;
}

.loginlink {
    display: block;
    margin-top: 5px;
    color: #00a96d;
    font-size: 16px;
    float: left;
    position: relative;
    z-index: 42;
    font-family: Poppins;
    font-weight:400;
}
    .loginlink:hover {
        color: #007BFF;
        text-decoration:none;
    }











.shineText1 {
    background: hsla(159, 100%, 33%, 1);
    background: linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00A96D", endColorstr="#06AC71", GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shine1 {
    background: hsla(159, 100%, 33%, 1);
    background: linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00A96D", endColorstr="#06AC71", GradientType=1 );
    border-radius: 6px;
    color: #fff;
    padding: 15px 53px;
    position: relative;
    transition: .5s;
}
.shine1:hover {
    color: #00a96d;
    background: white;
    text-decoration: none;
}
.shineText2 {
    background: hsla(159, 100%, 33%, 1);
    background: linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00A96D", endColorstr="#06AC71", GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shine2 {
    background: hsla(159, 100%, 33%, 1);
    background: linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00A96D", endColorstr="#06AC71", GradientType=1 );
    border-radius: 6px;
    color: #fff;
    padding: 15px 53px;
    position: relative;
    transition: .5s;
}
.shine2:hover {
    /*background:#007bff;
    color:white;*/
    color: #00a96d;
    background: white;
    text-decoration: none;
}
.shineText3 {
    background: hsla(159, 100%, 33%, 1);
    background: linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00A96D", endColorstr="#06AC71", GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shine3 {
    background: hsla(159, 100%, 33%, 1);
    background: linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(159, 100%, 33%, 1) 0%, hsla(159, 93%, 35%, 1) 75%, hsla(160, 100%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00A96D", endColorstr="#06AC71", GradientType=1 );
    border-radius: 6px;
    color: #fff;
    padding: 15px 53px;
    position: relative;
    transition: .5s;
}
.shine3:hover {
    /*background:#007bff;
    color:white;*/
    color: #00a96d;
    background: white;
    text-decoration: none;
}














/* ROOCH IT ALONG <-_-> */



