textarea {
    width: 100%;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.table .field-status_color {
    width: 9rem;
}
.table .field-view_version {
    width: 8rem;
}
.table .field-show, .table .field-order {
    width: 7rem;
}
.table .field-view_like_cmt {
    width: 9rem;
}
.table .field-thumbnail_tag, .table .field-image_tag, .table .field-icon_tag, .table .field-qrcode_tag {
    width: 120px;
}

.brand-link {
    background-color: green;
}
.brand-link img {
    box-shadow: none !important;
}
.brand-link .brand-text {
    font-weight: 500 !important;
}

.nav-item .active {
    background-color: rgba(255, 255, 255, .9) !important;
    color: #343a40 !important;
}

.main-sidebar {
    padding-bottom: 3rem;
}

.user-panel img {
    height: 2rem;
    width: 2rem;
}

h5 {
    margin: 0 !important;
}

.timeline .timeline-item .time {
    display: none;
}
.selector-chosen .list-footer-display {
    display: none;
}

@media (prefers-color-scheme: dark) {
    .action-counter, .breadcrumb-item, #recent-actions-module h4 {
        color: black !important;
    }
}

.wrapper-cropper {
    width: 100%;
    height: 100%;
    position: fixed;
    display: grid;
    place-items: center;
    z-index: 99999;
    background-color: #000000d0;
    top: 0;
    left: 0;
}
.editor-cropper {
    width: 80%;
    max-height: 90%;
    background-color: #ffffff;
    padding: 2em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5em;
    position: relative !important;
}
.editor-body {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.image-cropper-slot {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.image-cropper-slot #image-cropper {
    max-width: 100%;
}
.editor-cropper button,
.editor-cropper a {
    border: none;
    outline: none;
    place-items: center;
    cursor: pointer;
}
.options-btn {
    display: flex;
    align-items: center;
    gap: 1em;
}
.options-btn button {
    background-color: #dceafe;
    color: #025bee;
    border-radius: 0.3em;
    font-size: 0.8em;
    height: 3.2em;
    width: 3.2em;
}
.options-btn button img {
    width: 1.1em;
}
.action-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: .5em;
}
.hide {
    display: none;
}
@media screen and (max-width: 1200px) {
    .editor-cropper {
        width: 95%;
    }
}
