﻿.min175 {
    min-width: 175px
}

.filterCustom {
    padding: 2px 9px !important;
    border-radius: 50px !important;
    margin: 4px 5px !important;
}

.disc-style {
    list-style: disc;
}

#coll .collapse {
    display: -webkit-box;
}

#coll p.collapse[aria-expanded="false"] {
    height: 50px !important;
    overflow: hidden;
    display: -webkit-box !important;
}

#coll .show p.collapse[aria-expanded="false"] {
    height: 100% !important;
    display: -webkit-box !important;
}

#coll a.collapsed:after {
    content: '+ Show More';
}

#coll a:not(.collapsed):after {
    content: '- Show Less';
}

#coll-cstom a.collapsed:after {
    content: '+ Show More';
}

#coll-cstom a:not(.collapsed):after {
    content: '- Show Less';
}

.certificate-height{
    max-height: 214px
}

.BackHome i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    font-size: 16px;
    text-align: center;
    border-radius: 50% 20%;
    color: #fff;
    background: #7280ff;
    cursor: pointer;
    top: 21px;
    left: 270px;
    z-index: 999;
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}