body{
    font-family: "Roboto Condensed",Arial,sans-serif !important;
    background: url("../mavia/css/img/bg2.png") rgb(228, 237, 242) no-repeat center center fixed;
    overflow: visible;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kt-widget__info{
    width:75% !important;
}

.kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form {
    width: 92% !important;
    padding: 3rem 3rem 6rem;
}

.dropzone .dz-preview .dz-image img{
    width: 120px;
    height: 120px;
}

.star-rating{
    content: url("../keen/admin/plugins/custom/star-rating/img/star.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/star.svg") \9;
    max-height: 20px;
    min-width: 20px;
}

.star-rating-o{
    content: url("../keen/admin/plugins/custom/star-rating/img/star-o.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/star-o.svg") \9;
    max-height: 20px;
    min-width: 20px;
}


.star-gold-rating{
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold.svg") \9;
    max-height: 20px;
    min-width: 20px;
}

.star-gold-rating-o{
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold-o.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold-o.svg") \9;
    max-height: 20px;
    min-width: 20px;
}

.star-gold-rating-sm{
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold.svg") \9;
    max-height: 15px;
    min-width: 15px;
}

.star-gold-rating-o-sm{
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold-o.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/star-gold-o.svg") \9;
    max-height: 15px;
    min-width: 15px;
}

.lamp-rating{
    content: url("../keen/admin/plugins/custom/star-rating/img/lamp.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/lamp.svg") \9;
    max-height: 20px;
}

.lamp-rating-o{
    content: url("../keen/admin/plugins/custom/star-rating/img/lamp-o.svg");
    content: url("../keen/admin/plugins/custom/star-rating/img/lamp-o.svg") \9;
    max-height: 20px;
}

.card.card-custom.card-stretch.gutter-b {
    height: calc(100% - 25px);
}
.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
    border: 0;
}
.gutter-b {
    margin-bottom: 25px;
}

.note-editor .note-toolbar {
    position: static !important;
}

.chartTotalCount{
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
    padding-top: 38px;
    z-index: 3;
    font-size: 2.2rem;
    font-weight: 600;
    color: #414b4c;
}

.kt-shape-bg-color-5 {
    background-color: #df0024!important;
    color: white;
}