﻿.Size-icon {
    font-size: 15px
}

span.select2-container {
}

.dp-flex {
    display: flex;
    align-items: end;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.dropzoneAnhDaiDien {
    height: 150px;
    position: relative;
    border: 1px dotted #000;
    border-radius: 10px;
    color: #000;
    text-align: center
}

    .dropzoneAnhDaiDien.hover {
        border: 1px solid green;
        color: green;
    }

    .dropzoneAnhDaiDien.dropped {
        background: #222;
        border: 1px solid #444;
    }

    .dropzoneAnhDaiDien div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .dropzoneAnhDaiDien img {
        border-radius: 5px;
        vertical-align: middle;
        max-width: 95%;
        max-height: 95%;
    }

    .dropzoneAnhDaiDien [type="file"] {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }


.dropSua {
    background: #222;
    border: 1px solid #444;
}

.StyleImage {
    width: 50px;
    height: 50px;
}

.gallery-light .gallery-box::before {
    background-color: #b8e9e9 !important;
}
