@font-face {
font-family: summernote;
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(summernote/font/summernote.eot);
src: url(summernote/font/summernote.eot?#iefix) format("embedded-opentype"), url(summernote/font/summernote.woff2) format("woff2"), url(summernote/font/summernote.woff) format("woff"), url(summernote/font/summernote.ttf) format("truetype");
}

.review-img-items {column-count: 4;column-gap: 25px;}
.sideNew .navBox .signout button.item {background: #f443361a;color: #F44336;font-weight: 600;border: 1px solid #f4433642;}
.sideNew .navBox .signout button.item svg {color: #F44336;}
.slideUpdate img.removelistSlideImg{width: 40%;}
.noty-icon{width: 35px;min-width: 35px;height: 35px;background: #eaecf1;display: flex;align-items: center;justify-content: center;border-radius: 20px;cursor: pointer;}
.noty-icon svg {width: 18px;height: 18px;}
.noty-icon .countBadge {position: absolute;font-size: 12px;top: 22px;}
.main-content-body-chat .userinfo {background: #eaecf1;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 20px;min-width: 35px;}

@media screen and (min-width:100px) and (max-width:767px){
.status-warning{flex-wrap: wrap;justify-content: center;text-align: center !important;}
#click1 {margin: auto;margin-top: 10px;}
.review-img-items {column-count:2;column-gap:10px;}
}
@media screen and (min-width:768px) and (max-width:991px){
button#click1 {padding: 8px;min-width: 115px;}
.review-img-items {column-count:3;column-gap:10px;}
}