body, html {
    height: 98% !important;
}
.navbar .navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
small.errorTxt1 {
    text-align: left;
}
.sidenav{
    padding-top: 25px;
}
#card-stats .card-content, .chart-revenue, .icon-bg-color, .sidenav li a i {
    text-align: left;

}
.brand-sidebar .brand-logo,.nav-collapsed .brand-sidebar .brand-logo{
    padding: 5px 12px;
    max-height: 60px;
    text-align: center;
    width: 100%;
}
.brand-sidebar .logo-wrapper a.brand-logo img {
    max-width: 100%;
    height: 55px;
    object-fit: contain;
}
.dataTables_wrapper{
    overflow-x: auto;
}
h6.highlight {
    background: antiquewhite;
    padding: 6px;
}
.card-content label .QA_label{
    margin-right: 10px;
    min-width: 80px;
}
.card-content label .QA_answer{
    display: flex;
    align-items: center;
}
.card-content label .QA_answer i{
    margin-right: 5px;
}
.card-content label.QA_images{
    align-items: flex-start;
}
.card-content label{
     color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
 }
.card-content label b{
    margin-right: 10px;
}
.card-content label[for="answers"],.card-content label[for="answer"],.card-content label[for="description"]{
    border-bottom: 1px solid rgba(51,51,51,0.2);
    display: block;
    margin-bottom: 10px;
}
.text-danger{
    color: red;
}
.answer-alert{
    font-size: 20px;
}
.btn-floating i {
    font-size: 1.2rem;
    line-height: 40px;
}
.btn-floating {
    width: 40px;
    height: 40px;
}
.user_info {
    background: #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 20px;
    width: 100%;
}
.user_info .card-title{
    border-bottom: 1px solid #999;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.quater_number,
.quater-detail,
.quater-rating{
    font-size: 14px;
    padding: 0 15px;
}

.star_rating {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.star_rating:hover{
    background-color: transparent;
    box-shadow: none;
}
.star_rating span {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    line-height: 33px;
    font-weight: 600;
}
span.answers {
    font-weight: 900;
}
.QA_images img {
    padding-left: 2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.cls_padding{
    padding-left: 20px!important;
}
