
/** Global Site **/
.copyright{
    font-size: 0.7rem;
    white-space: pre-line
}
.copyright>span{
    font-size: 0.3rem;
    color: #ececec;
}
/** Rating Form **/
/*[required]::before{*/
    /*content:"*";*/
    /*color:#ffc107!important;*/
    /*padding-right:.8rem;*/
/*}*/
[data-rating]{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    font-size: .8rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ffc107!important;
}
[data-rating]::after{
    font-weight:400;
    color:#6c757d!important;
}
[data-rating="5"]::before{
    content: "\f005\f005\f005\f005\f005";
}
[data-rating="4"]::before{
    content: "\f005\f005\f005\f005";
}
[data-rating="4"]::after{
    content:"\f005";
}

[data-rating="3"]::before{
    content: "\f005\f005\f005";
}
[data-rating="3"]::after{
    content:"\f005\f005";
}
[data-rating="2"]::before{
    content: "\f005\f005";
}
[data-rating="2"]::after{
    content:"\f005\f005\f005";
}
[data-rating="1"]::before{
    content: "\f005";
}
[data-rating="1"]::after{
    content:"\f005\f005\f005\f005";
}


/* Bootstrap Additions */
.mt-6rem{
    margin-top: 6rem!important;
}

.mx-6{
    margin-left:6rem;
    margin-right:6rem;
}