label.required:after {
    content: '*';
    color: red;
}
.btn-mwz {
    padding: 0.64rem !important;
    /* font-size: 16px !important; */
    line-height: 1 !important;
}
.btn-mwz:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
@media (max-width: 768px) {
    .button-list {
        margin: 0 !important;
    }
}
.img-flag {
    padding-left: 0.5rem !important;
    max-height: 20px !important;
}
.select2 {
    width: 100% !important;
    max-width: 100% !important;
}
.full-url {
    position: relative;
}
.full-url a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
/*upload image*/
.image-upload {
    border: 2px dashed #d4d8dd;
    border-radius: 5px;
    width: 100%;
    position: relative;
    padding: 2rem;
    cursor: pointer;
    border-radius: 0.3125rem;
}

.input-upload {
    display: none;
}

.label-upload {
    width: 100%;
    margin-bottom: 0.5em !important;
}

.dz-message {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.img-upload {
    max-height: 200px;
    max-width: 100%;
    position: relative;
    margin: auto;
}
.img-responsive {
    max-height: 200px;
    max-width: 100%;
}
.btn-upload {
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 100;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.d-upload-image > i {
    font-size: 60px;
}
.d-upload-image > * {
    margin: 0 !important;
}

.list-unstyled li {
    border-bottom: 0;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    margin: 16px;
    min-height: 40px;
}
.dropzone {
    border: 1px dotted rgba(107, 122, 144, 0.3) !important;
    border-radius: 0.5rem;
    min-height: 150px;
    width: 100%;
    position: relative;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    margin: 16px;
    min-height: 40px;
}
.dropzone {
    border: 1px dotted rgba(107, 122, 144, 0.3) !important;
    border-radius: 0.5rem;
    min-height: 150px;
    width: 100%;
    position: relative;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0.5rem !important;
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
    --tw-aspect-h: 3;
    background: #fff;
}

.dropzone .dz-preview .dz-image > img {
    vertical-align: middle !important;
    margin: auto;
    width: 100%;
    height: 100%;
}
.dropzone .dz-preview .dz-image > * {
    -o-object-fit: cover;
    object-fit: cover;
}
.dropzone .dz-preview .dz-image > * {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab_wrapper > ul li.active {
    border-color: var(--ct-blue) !important;
    background: var(--ct-blue) !important;
    color: #fff;
}
table.dataTable {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: end !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    text-align: start !important;
} */
/* div.dataTables_wrapper div.dataTables_filter label {
    width: 100% !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
} */
/* div.dataTables_wrapper div.dataTables_filter {
    display: flex;
} */

.navbar-custom .topnav-menu .nav-link {
    display: flex;
    height: 60px;
    align-items: center;
}
.tab-content {
    padding: 0;
}
.lang-content.active,
.sub-type.active,
.tab-style.active {
    display: block !important;
}
.lang-content,
.sub-type,
.tab-style {
    display: none;
}

.logo-lg > *,
.logo-sm > * {
    max-width: 100% !important;
    max-height: 42px !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    width: -webkit-fill-available !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
}
div.dataTables_wrapper div.dataTables_length label {
    display: flex !important;
    align-items: center !important;
}
div.dataTables_wrapper div.dataTables_length label > span {
    margin-right: 0.5rem;
}
.table td {
    padding: 0.4rem 0.75rem !important;
    vertical-align: middle !important;
}
