.dt-number,
.dt-action {
    width: 50px;
}

.thumbnail {
    position: relative;
    width: 100%;
}

.thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.thumbnail input[type=file] {
    display: none;
}

.thumbnail label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
}

/* galery  */

.upload__box {
    padding: 10px 20px;
    border: 1px dashed black;
    height: 400px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    /* color: #fff; */
    text-align: center;
    /* min-width: 116px; */
    /* padding: 5px; */
    transition: all 0.3s ease;
    cursor: pointer;
    /* border: 2px solid; */
    /* background-color: #4045ba; */
    /* border-color: #4045ba; */
    /* border-radius: 10px; */
    /* line-height: 26px; */
    /* font-size: 14px; */
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -10px;*/
}

.upload__img-box {
    width: 200px;
    /*padding: 0 10px;*/
    margin-bottom: 12px;
    &:not(:last-child){
        margin-right: 10px;
    }
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
.cke_editable
{
    font-size: 16px!important;
}
small{
    &.card-small-desc{
        display: block;
        font-size: 10px;
        font-weight: 300;
        margin-top: 5px;
    }
}
.elipsis-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 160%;
}
