.ml-10 {
	margin-left: 10px;
}

.font-15 {
	font-size: 15px;
}

.font-13 {
	font-size: 13px;
}

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}

.preview-images-zone > .preview-image {
    height: 150px;
    width: 150px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.scroll-chat {
    overflow:scroll;
    height:400px;
    max-height: 500px;
}

.text-black {
	color: #000000;
}

.no-list-style-type {
	list-style-type: none;
}

.img-reward {
    width: 100%;
}

.filter-grayscale{
    filter: grayscale(100%)
}

.loading-screen {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(225, 230, 237, 0.5);
    z-index: 1500;
    display: none;
}

.loading-screen p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 45vh;
    text-align: center;
}

th.no-orderrable::before, th.no-orderrable::after {
    display: none !important;
}

.hide {
    display: none;
}