.data-table {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 1rem;
}

.ck-editor__editable {
    min-height: 400px;
}

.d-hidden{
    display: none;
}

#brandwise-import-wizard .tab-content{
    min-height: unset;
}

.hidden{
    display: none;
}

.bootstrap-tagsinput .tag{
    text-transform: none;
}

.cursor-pointer{
    cursor: pointer;
}

.left-td-border{
    border-left : 1px solid rgba(0, 0, 0, 0.06);
    border-top : 1px solid rgba(0, 0, 0, 0.06);
    border-bottom : 1px solid rgba(0, 0, 0, 0.06);
}

.right-td-border{
    border-right : 1px solid rgba(0, 0, 0, 0.06);
    border-top : 1px solid rgba(0, 0, 0, 0.06);
    border-bottom : 1px solid rgba(0, 0, 0, 0.06);
}

.all-border{
    border: 1px solid rgba(0, 0, 0, 0.06);
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 10px;
}


.custom-checkbox-input {
    margin-left: 5px;
    margin-top: 20px;
    transform: scale(1.3);
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.1em;
    /* height: 25px; */
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.mt-10{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.w-full
{
    width: 100%;
}

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

.w-full {
    width: 100%;
}