/*STEP - PROGRESS WIZARD*/

.list_img {
    max-width: 250px;
}

.icon_img {
    max-width: 20px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;

}

.overlay-box {
    position: relative;
    z-index: 1;
}

.text-center {
    text-align: center !important;
}

.user-ratings .total-ratings {
    display: flex;
    margin: 0 0 1rem 0;
}

.user-ratings .total-ratings h2 {
    margin: 0;
    line-height: 100%;
}

.user-ratings .total-ratings .rating-stars {
    margin: .3rem 0 0 .7rem;
}

.user-ratings .total-ratings .rating-stars img {
    max-width: 17px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1a8e5f;
}

.user-ratings .ratings-list-container .ratings-list {
    display: flex;
    padding: 0 0 .4rem 0;
    margin: 0 0 .5rem 0;
    border-bottom: 1px solid #e9ebf7;
}

.user-ratings .ratings-list-container .ratings-list:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.user-ratings .ratings-list-container .ratings-list .rating-level {
    margin: 0 .5rem 0 0;
}

.user-ratings .ratings-list-container .ratings-list .rating-stars {
    line-height: 100%;
    margin: .1rem 0 0 0;
}

.user-ratings .ratings-list-container .ratings-list .rating-stars img {
    max-width: 10px;
}

.user-ratings .ratings-list-container .ratings-list .total {
    margin-left: auto;
    font-weight: 600;
}

.user-ratings .ratings-list-container .ratings-list .total .percentage {
    margin-left: 10px;
    font-size: .725rem;
    font-weight: 700;
    color: #8796af;
}

.portfolio_img {
    max-width: 250px;
    height: auto;
    display: contents !important;
    justify-content: center;
}


.text-10 {
    font-size: 10px;
}

.text-15 {
    font-size: 15px;
}

.text-20 {
    font-size: 20px;
}

.text-25 {
    font-size: 25px;
}

.lh-15 {
    line-height: 15px;
}

.lh-20 {
    line-height: 20px;
}

.lh-30 {
    line-height: 30px;
}

div.scrollmenu {
    background-color: #263C97;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

.head_right_icon {
    display: inherit;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #263C97;
}

.btn_icon {
    display: flex;
    position: absolute;
    right: 1.5rem;
    /*top: 5px;*/
    font-size: large;
}

.bg-old-green {
    color: #ffff !important;
    background-color: #28666e !important;
}

.bg-olive {
    color: #ffff !important;
    background-color: #7c9885 !important;
}

.bg-light-green {
    color: #f2f2f2 !important;
    background-color: #b5b682 !important;
}

.bg-yellow {
    color: #f2f2f2 !important;
    background-color: #fedc97 !important;
}

.bg-beige {
    color: #f2f2f2 !important;
    background-color: #fbfff1 !important;
}

.bg-light-blue {
    color: #f2f2f2 !important;
    background-color: #b4c5e4 !important;
}

.bg-grey {
    color: #f2f2f2 !important;
    background-color: #edf2f4 !important;
}

.chat-notification{
    position:absolute;
    right:1vw;
    bottom:4vh;
}
