﻿:root {
    --primary: #0d6efd;
    --primary-soft: rgba(13, 110, 253, 0.12);
    --success-soft: rgba(25, 135, 84, 0.12);
    --warning-soft: rgba(255, 193, 7, 0.18);
    --danger-soft: rgba(220, 53, 69, 0.12);
    --slate-50: #f8fafc;
    --slate-100: #eef2f7;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-500: #64748b;
    --slate-700: #334155;
    --slate-900: #0f172a;
    --card-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
    --radius-xl: 20px;
    --radius-lg: 16px;
    --radius-md: 12px;
}

.form-control {
    height: -webkit-fill-available !important;
}

body, div:not(.Report div), label, input, p, span {
    font-size: 0.8rem !important;
}

.container .navbar-collapse .a {
    padding: 0;
}

body {
    margin: 0;
    background: #eaf7fc;
}

.dashboard {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.page-shell {
    padding: 20px 0 28px;
}

.page-header {
    background: linear-gradient(135deg, #e8f8ff 0%, #fefefe 100%);
    border-radius: 28px;
    color: #004b7c;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(13, 110, 253, 0.18);
    position: relative;
    overflow: hidden;
}

    .page-header::before,
    .page-header::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.10);
    }

    .page-header::before {
        width: 220px;
        height: 220px;
        top: -90px;
        right: -70px;
    }

    .page-header::after {
        width: 120px;
        height: 120px;
        bottom: -30px;
        right: 120px;
    }

    .page-header .stat-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgb(22 164 196);
        backdrop-filter: blur(6px);
        box-shadow: 1px 1px 12px 1px #7bdbff;
        color: #fff;
        font-size: 14px;
        margin-right: 8px;
        margin-top: 8px;
    }

.section-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--radius-xl);
    box-shadow: var(--card-shadow);
    backdrop-filter: blur(10px);
    padding: 24px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

    .section-title h4 {
        font-size: 1.15rem;
        margin: 0;
        color: var(--slate-900);
    }

.section-subtitle {
    margin: 6px 0 0;
    color: var(--slate-500);
    font-size: 0.93rem;
}

.toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

    .toolbar .form-control,
    .toolbar .form-select {
        border-radius: 14px;
        border-color: var(--slate-200);
        min-height: 46px;
        box-shadow: none;
    }

        .toolbar .form-control:focus,
        .toolbar .form-select:focus {
            border-color: rgba(13, 110, 253, 0.45);
            box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
        }

.search-box {
    position: relative;
    min-width: 260px;
    flex: 1 1 280px;
}

    .search-box i {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 0.95rem;
    }

    .search-box .form-control {
        padding-left: 42px !important;
    }

.template-grid {
    display: grid;
    gap: 18px;
}

.template-card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.22s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .template-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 30px rgba(15, 23, 42, 0.10);
        border-color: rgba(13, 110, 253, 0.24);
    }

.template-thumb {
    position: relative;
    height: 180px;
    padding: 16px;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.template-paper {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
    padding: 12px;
    position: relative;
    overflow: hidden;
}

    .template-paper.theme-blue {
        background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    }

    .template-paper.theme-green {
        background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
    }

    .template-paper.theme-orange {
        background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
    }

    .template-paper.theme-purple {
        background: linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
    }

.paper-header,
.paper-line,
.paper-box,
.paper-avatar {
    border-radius: 8px;
}

.paper-header {
    height: 16px;
    width: 62%;
    background: rgba(13, 110, 253, 0.18);
    margin-bottom: 10px;
}

.paper-line {
    height: 8px;
    background: rgba(148, 163, 184, 0.26);
    margin-bottom: 8px;
}

    .paper-line.w-90 {
        width: 90%;
    }

    .paper-line.w-75 {
        width: 75%;
    }

    .paper-line.w-60 {
        width: 60%;
    }

    .paper-line.w-45 {
        width: 45%;
    }

.paper-box {
    height: 52px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.18);
    margin-top: 10px;
}

.paper-avatar {
    width: 34px;
    height: 34px;
    background: rgba(13, 110, 253, 0.15);
    margin-bottom: 10px;
}

.template-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.78rem;
    border: 1px solid rgba(13, 110, 253, 0.14);
}

.template-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.template-title {
    font-size: 1rem;
    margin: 0;
}

.template-desc {
    color: var(--slate-500);
    font-size: 0.9rem;
    margin: 0;
    min-height: 42px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-soft {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    background: #f8fafc;
    border: 1px solid var(--slate-200);
    border-radius: 999px;
    font-size: 0.79rem;
    color: var(--slate-700);
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: 20px;
    padding: 18px;
    transition: all 0.2s ease;
}

    .service-card:hover {
        border-color: rgba(13, 110, 253, 0.24);
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    }

.service-card-inner {
    display: grid;
    grid-template-columns: 88px minmax(0, 1.5fr) minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.service-thumb {
    width: 88px;
    height: 110px;
    border-radius: 16px;
    border: 1px solid var(--slate-200);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    position: relative;
    overflow: hidden;
    padding: 10px;
}

    .service-thumb::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(145deg, rgba(13, 110, 253, 0.03), transparent 45%);
    }

    .service-thumb .line,
    .service-thumb .box {
        position: relative;
        z-index: 1;
    }

    .service-thumb .line {
        height: 7px;
        border-radius: 6px;
        background: rgba(148, 163, 184, 0.28);
        margin-bottom: 7px;
    }

        .service-thumb .line.blue {
            background: rgba(13, 110, 253, 0.22);
            height: 12px;
            width: 66%;
        }

        .service-thumb .line.sm {
            width: 50%;
        }

        .service-thumb .line.md {
            width: 75%;
        }

        .service-thumb .line.lg {
            width: 90%;
        }

    .service-thumb .box {
        height: 26px;
        border-radius: 10px;
        background: rgba(255,255,255,0.95);
        border: 1px solid rgba(148, 163, 184, 0.18);
        margin-top: 10px;
    }

.service-name {
    font-size: 1.05rem;
    margin: 0 0 6px;
    color: var(--slate-900);
}

.service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 10px;
    color: var(--slate-500);
    font-size: 0.9rem;
}

    .service-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

.service-note {
    color: var(--slate-500);
    font-size: 0.92rem;
    margin-bottom: 12px;
}

.service-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.count-box {
    background: #f8fafc;
    border: 1px solid var(--slate-200);
    border-radius: 16px;
    padding: 12px 14px;
    min-width: 170px;
}

.count-label {
    font-size: 0.8rem;
    color: var(--slate-500);
    margin-bottom: 4px;
}

.count-value {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--slate-900);
}

    .count-value strong {
        font-size: 1.35rem;
        line-height: 1;
    }

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 0.84rem;
}

    .status-badge::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: currentColor;
        opacity: 0.9;
    }

    .status-badge.status-badge-sm {
        padding: 3px 12px;
    }

.status-active {
    background: var(--success-soft);
    color: #137a49;
}

.status-pending {
    background: var(--warning-soft);
    color: #a16207;
}

.status-ended {
    background: var(--danger-soft);
    color: #b42318;
}

.action-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.btn-soft-primary {
    background: var(--primary-soft);
    color: var(--primary);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

    .btn-soft-primary:hover {
        background: rgba(13, 110, 253, 0.18);
        color: #0b5ed7;
        border-color: rgba(13, 110, 253, 0.20);
    }

.btn-soft-light {
    background: #f8fafc;
    color: var(--slate-700);
    font-weight: 100;
    border: 1px solid var(--slate-200);
}

    .btn-soft-light:hover {
        background: #eef2f7;
        border-color: var(--slate-300);
        color: var(--slate-900);
    }

.btn-soft-danger {
    background: rgba(220, 53, 69, 0.10);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.16);
    transition: all 0.2s ease;
}

    .btn-soft-danger:hover {
        background: rgba(220, 53, 69, 0.16);
        color: #bb2d3b;
        border-color: rgba(220, 53, 69, 0.24);
        box-shadow: 0 8px 18px rgba(220, 53, 69, 0.12);
    }

    .btn-soft-danger:focus,
    .btn-soft-danger:active,
    .btn-soft-danger.active {
        background: rgba(220, 53, 69, 0.18) !important;
        color: #b02a37 !important;
        border-color: rgba(220, 53, 69, 0.28) !important;
        box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12) !important;
    }

    .btn-soft-danger:disabled,
    .btn-soft-danger.disabled {
        background: rgba(220, 53, 69, 0.06);
        color: rgba(220, 53, 69, 0.55);
        border-color: rgba(220, 53, 69, 0.10);
        box-shadow: none;
        cursor: not-allowed;
    }

.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--slate-200);
    color: var(--slate-700);
    font-size: 0.84rem;
}

    .filter-chip.active {
        background: rgba(13, 110, 253, 0.1);
        border-color: rgba(13, 110, 253, 0.2);
        color: var(--primary);
    }

.btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.muted-separator {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--slate-200), transparent);
    margin: 24px 0;
}

.rounded-4 {
    border-radius: 1rem;
}

.container-xxl {
    max-width: calc(100% - 20px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.preview-doc-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.preview-doc-title {
    font-size: 12px;
    font-weight: bold;
    color: #1e293b;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    min-height: 30px;
}

.preview-doc-badge {
    font-size: 10px;
    font-weight: 500;
    border-radius: 999px;
    padding: 2px 7px;
    white-space: nowrap;
    border: 1px solid transparent;
}

    .preview-doc-badge.is-public {
        color: #137a49;
        background: rgba(25, 135, 84, 0.12);
        border-color: rgba(25, 135, 84, 0.18);
    }

    .preview-doc-badge.is-private {
        color: #a16207;
        background: rgba(255, 193, 7, 0.18);
        border-color: rgba(255, 193, 7, 0.22);
    }

.preview-doc-group {
    font-size: 11px;
    font-weight: 400;
    color: #475569;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

.preview-doc-date {
    font-size: 10px;
    color: rgba(71, 85, 105, 0.65);
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    float: right;
}

.preview-doc-body {
    margin-top: 6px;
}

.preview-cal-head {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #76bcdc 100%);
    color: white;
    font-size: 10px;
    border-radius: 5px;
    text-align: center;
}

.preview-cal-body {
    color: slategray;
    text-align: center;
    font-size: 25px;
}

.preview-cal {
    border-radius: 15px;
    border: 1px solid whitesmoke;
    margin-bottom: 3px;
    background: white;
}

.select-filter-box {
    position: relative;
    max-width: 240px;
}

.select-filter-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #64748b;
    pointer-events: none;
}

.form-select-modern {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #dbe3ef;
    background-color: #fff;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

    .form-select-modern:focus {
        border-color: rgba(13, 110, 253, 0.45);
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
    }

.btn-scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease;
}

    .btn-scroll-top i {
        font-size: 18px;
    }

    .btn-scroll-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .btn-scroll-top:hover {
        transform: translateY(-2px);
    }

.btn-close-md {
    border: 1px solid white;
    position: absolute;
    z-index: 99999;
    height: 40px;
    width: 40px;
    border-radius: 99%;
    top: 3px;
    right: 3px;
}

    .btn-close-md:hover {
        color: mediumvioletred;
        border: 1px solid mediumvioletred;
    }

.dv-group {
    display: flex;
    gap: 1rem;
}

.sidebar {
    width: auto;
    background: #e2fffd;
    background: -webkit-linear-gradient(to right, #ffffff, #e2fffd);
    background: linear-gradient(to right, #ffffff, #e2fffd);
    padding: 2rem 1rem;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    backdrop-filter: blur(0px);
}

    .sidebar h2 {
        color: #186b79;
        font-size: 1.4rem;
        margin-bottom: 2rem;
        width: max-content;
    }

    .sidebar nav a {
        margin-bottom: .25rem;
    }

        .sidebar nav a.active {
            background-image: linear-gradient(90deg, rgb(255 255 255) 10%, rgb(250 254 255 / 71%) 100%);
            color: #0062b1;
            font-weight: bold;
            box-shadow: 0 2px 10px rgb(0 151 255);
            transform: scale(1.01);
        }

        .sidebar nav a:hover {
            background: #c1ffff;
            color: #004d8b;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transform: scale(1.01);
        }

.sidebar-icon {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(0,97,255,1) 0%, rgba(96,239,255,1) 100.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 22px !important;
    height: 30px;
    width: 30px;
    align-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgb(102 196 237 / 12%) 0 2px 4px 0, rgb(52 98 119 / 32%) 0 2px 16px 0;
}

.sidebar-text {
    height: 17px;
    padding-left: 5px;
}

.main {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    height: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    align-items: center;
}

.welcome-text {
    max-width: 60%;
}

.summary-cards,
.team {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    flex-grow: 1;
    min-width: 300px;
}

.chart-area,
.calendar,
.progress {
    background: #fff;
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

canvas {
    max-width: 100%;
}

.team-card {
    text-align: center;
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

.input-group-white {
    background-color: white;
    width: 100%;
    margin: 0 !important;
}

.top-questions {
    background: #fffafe;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 5px solid #ec4899;
}

    .top-questions h3 {
        margin-bottom: 1rem;
        color: #ec4899;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .top-questions ol {
        padding-left: 1.5rem;
    }

    .top-questions li {
        margin-bottom: 1rem;
        line-height: 1.4;
        color: #444;
    }

.q-icon {
    margin-right: .5rem;
    color: #8b5cf6;
}

.icon {
    font-size: 1.5rem;
    color: #f472b6;
}

.column-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100px;
    border: 1px dashed #aaa;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.draggable {
    border-radius: 10px;
    cursor: move;
    position: relative;
    background: white;
    display: flex;
    padding: 10px 40px 10px 20px;
    flex-wrap: wrap;
    border: 1px solid transparent;
}

    .draggable:hover {
        border: 1px dashed gray;
    }

    .draggable.ui-sortable-helper {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

.popup-actions {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    gap: 5px;
}

    .popup-actions button {
        background: white;
        border: 1px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
        font-size: 12px;
        padding: 2px 5px;
    }

.atAction {
    align-self: center;
    padding: 0 10px;
}

.drag-tuychon {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 2px 10px 2px 30px;
    margin: 3px 0;
    border-radius: 10px;
    border: 1px solid transparent;
    gap: 10px;
}

    .drag-tuychon:hover {
        border: 1px solid gray;
    }

.tuychon {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dv-input {
    color: darkblue;
    outline: none;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0.5rem;
}

    .dv-input:focus {
        border-bottom: 2px solid blue;
    }

.dv-tuychon {
    color: darkgreen;
    outline: none;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    flex-grow: 1;
    padding: 10px;
}

    .dv-tuychon:hover::before {
        content: '⚓'
    }

    .dv-tuychon:focus {
        border-bottom: 2px solid blue;
    }

.del-tuychon {
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 5px;
}

.modal-content {
    border-radius: 1rem !important;
    border: 1px solid rgb(0 0 0 / 3%) !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
}

.box-tieude {
    font-weight: 400;
}

.box-input {
    border-style: solid;
    border-radius: .2rem;
    padding: 3px 10px;
}

.phieu-control {
    border-radius: 5px;
    box-shadow: rgb(158 158 158 / 49%) 0 4px 8px -2px, #99999985 0 0 0 1px;
    display: inline-flex;
}

.phieu-title {
    padding: 5px 12px;
    align-items: center;
    background: #eee;
    border-radius: 5px 0 0 5px;
}

.phieu-val {
    font-weight: bold;
    padding-left: 10px;
    padding: 5px 12px;
    background: white;
    border-radius: 0 10px 10px 0;
    user-select: text;
}

.phieu-group {
    padding: 10px;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid lightblue;
    border-radius: 10px;
}

.phieu-group-text {
    font-weight: bold;
    width: 100%;
}

.dinhkem {
    padding: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: auto max-content max-content;
    gap: 10px;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: ghostwhite;
}

.wj-state-selected,
.wj-state-multi-selected {
    color: unset !important;
    background: #94BBE9 !important;
    background: linear-gradient(0deg,rgba(207, 241, 243, 1) 0%, rgba(174, 222, 252, 0.81) 50%, rgba(207, 241, 243, 1) 100%) !important;
}

.wj-alt:not(.wj-header):not(.wj-group):not(.hightLight) {
    background-color: #fff!important;
}

.wj-cell:not(.wj-alt):not(.wj-header):not(.wj-group):not(.hightLight):not(.wj-cell-lock) {
    background-color: #f4f8fa!important;
}

.ht-dv-item {
    display: flex;
    box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
    color: #315b6a;
    gap: 5px;
    padding: 5px;
    border-radius: 0.5rem;
    text-align: center;
    border: 2px solid #0a639d;
    background: white;
}

    .ht-dv-item.active {
        color: white;
        background-color: #0a639d;
    }

.ht-text {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #0a639d;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px;
}

#theTreeCongVang {
    background: #fff;
}

.btn-xoa-1 {
    height: 25px;
    width: 25px;
    content: 'X';
    color: red;
    border-radius: 50px;
}

.custom-dropdown-menu {
    min-width: 300px;
    padding: 10px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.menu-title {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    padding: 6px 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.custom-dropdown-menu .menu-item {
    width: 100%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 2px;
}

    .custom-dropdown-menu .menu-item:hover {
        background: #f8fafc;
        transform: translateY(-1px);
    }

    .custom-dropdown-menu .menu-item:disabled,
    .custom-dropdown-menu .menu-item.disabled {
        background: #e2e8f0;
        cursor: not-allowed;
        opacity: 0.6;
        pointer-events: none;
    }

.icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.bg-blue {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.bg-gray {
    background: linear-gradient(135deg, #64748b, #94a3b8);
}

.item-title {
    font-size: 14px;
    font-weight: bold;
    color: #1e293b;
}

.item-sub {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.cbo-left-radius0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.cbo-right-radius0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group .select2-container {
    flex: 1 1 auto;
    width: 100% !important;
}

    .input-group .select2-container .select2-selection--single {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-color: lightgray;
    }

    .input-group .select2-container .select2-selection--multiple {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-color: lightgray;
    }

.sp-tip {
    color: yellow;
    background-color: red;
    box-shadow: 1px 1px 2px gray;
    border-radius: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;
    padding: 0 5px;
}

.c-ketthuc {
    color: #952e2e !important;
}

.c-dienra {
    color: blue !important;
}

.c-chuadienra {
    color: green !important;
}

/* ===== SIDEBAR MODERN ===== */
.sidebar-modern {
    --sb-bg: linear-gradient(180deg, #f4fdff 0%, #eefafc 100%);
    --sb-border: rgba(125, 186, 204, 0.22);
    --sb-text: #51606d;
    --sb-text-strong: #155e75;
    --sb-active: #0d6efd;
    --sb-active-soft: rgba(13, 110, 253, 0.10);
    --sb-hover: rgba(13, 110, 253, 0.06);
    --sb-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    background: var(--sb-bg);
    border-right: 1px solid var(--sb-border);
    box-shadow: 4px 0 24px rgba(15, 23, 42, 0.05);
    padding: 18px 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
}

.sidebar-top {
    position: relative;
    padding-right: 40px;
    margin-bottom: 6px;
}

.sidebar-toggle {
    position: absolute;
    top: -4px;
    right: -2px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
    color: #1e3a56;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    transition: all 0.2s ease;
    z-index: 2;
}

    .sidebar-toggle:hover {
        background: #ffffff;
        color: #0d6efd;
        transform: translateY(-1px);
    }

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 6px 10px;
}

.sidebar-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.24);
    flex-shrink: 0;
}

.sidebar-brand-text {
    min-width: 0;
}

.sidebar-brand-title {
    color: #186b79;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.sidebar-brand-sub {
    color: #6b7d89;
    font-size: 0.85rem;
    margin-top: 3px;
}

.sidebar-section-label {
    font-size: 0.72rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7b8d98;
    padding: 8px 10px 4px;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sidebar-modern .sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 20px;
    padding: 5px;
    border-radius: 18px;
    text-decoration: none;
    color: var(--sb-text);
    position: relative;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

    .sidebar-modern .sidebar-item:hover {
        background: var(--sb-hover);
        color: #1f4e79;
        border-color: rgba(13, 110, 253, 0.08);
        transform: translateX(2px);
    }

    .sidebar-modern .sidebar-item.active {
        background: linear-gradient(135deg, #ffffff 0%, #f5fbff 100%);
        color: var(--sb-active);
        border-color: rgba(13, 110, 253, 0.14);
        box-shadow: 0 8px 24px rgba(13, 110, 253, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    }

        .sidebar-modern .sidebar-item.active::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            bottom: 10px;
            width: 4px;
            border-radius: 0 999px 999px 0;
            background: linear-gradient(180deg, #0d6efd 0%, #38bdf8 100%);
        }

.sidebar-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.sidebar-modern .sidebar-item:hover .sidebar-icon-wrap,
.sidebar-modern .sidebar-item.active .sidebar-icon-wrap {
    transform: scale(1.04);
}

.sidebar-modern .sidebar-icon {
    font-size: 17px !important;
    color: #2f9bff;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    height: auto;
    width: auto;
    box-shadow: none;
}

.sidebar-modern .sidebar-text {
    padding-left: 0;
    height: auto;
    font-size: 0.98rem;
    line-height: 1.3;
    font-weight: bold;
    color: inherit;
    min-width: 0;
    flex: 1;
}

.sidebar-modern .sidebar-item.active .sidebar-text {
    font-weight: bold;
}

.sidebar-modern .sp-tip {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    position: static;
    margin-left: auto;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: linear-gradient(135deg, #ff3b30, #ff6b57);
    box-shadow: 0 8px 18px rgba(255, 59, 48, 0.22);
    align-content: center !important;
    text-align: center !important;
}

.sidebar-modern.collapsed {
    width: 88px;
    min-width: 88px;
    padding-left: 10px;
    padding-right: 10px;
}

    .sidebar-modern.collapsed .sidebar-brand-text,
    .sidebar-modern.collapsed .sidebar-section-label,
    .sidebar-modern.collapsed .sidebar-text,
    .sidebar-modern.collapsed .sp-tip {
        display: none !important;
    }

    .sidebar-modern.collapsed .sidebar-brand {
        justify-content: center;
        padding-right: 28px;
    }

    .sidebar-modern.collapsed .sidebar-item {
        justify-content: center;
        padding: 10px;
    }

        .sidebar-modern.collapsed .sidebar-item.active::before {
            left: 6px;
            top: 8px;
            bottom: 8px;
        }

    .sidebar-modern.collapsed .sidebar-toggle i {
        transform: rotate(180deg);
    }

body.dvc-overview-page {
    margin: 0;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.06), transparent 24%), linear-gradient(180deg, #f5fbff 0%, #eef6fb 100%);
    color: #0f172a;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.overview-shell {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.overview-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f1fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 24px;
    padding: 24px 28px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.overview-hero-content {
    max-width: 760px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    border: 1px solid rgba(13, 110, 253, 0.12);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 14px;
}

.overview-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 8px;
    color: #0f172a;
}

.overview-desc {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.overview-hero-logo img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.08));
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.kpi-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
}

.kpi-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.bg-blue-soft {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.bg-cyan-soft {
    background: rgba(6, 182, 212, 0.12);
    color: #0891b2;
}

.bg-purple-soft {
    background: rgba(139, 92, 246, 0.12);
    color: #7c3aed;
}

.bg-orange-soft {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

.bg-green-soft {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

.kpi-body {
    min-width: 0;
}

.kpi-label {
    color: #64748b;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.kpi-value {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #0f172a;
    margin-bottom: 6px;
}

.kpi-sub {
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.45;
}

.overview-grid-3 {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 1fr;
    gap: 20px;
}

.overview-grid-2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
}

.dashboard-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

    .card-head h3 {
        margin: 0 0 4px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #0f172a;
    }

    .card-head p {
        margin: 0;
        color: #64748b;
        font-size: 13px;
    }

.soft-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.chart-wrap {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chart-wrap canvas {
        max-width: 100%;
        max-height: 320px;
    }

.stat-highlight-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.doc-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

.doc-mini-card {
    background: #f8fbff;
    border: 1px solid #e2edf5;
    border-radius: 18px;
    padding: 16px;
}

.doc-mini-label {
    color: #64748b;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.doc-mini-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0f172a;
    line-height: 1;
}

.list-card {
    min-height: 340px;
}

.card-link {
    color: #0d6efd;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

    .card-link:hover {
        text-decoration: underline;
    }

.modern-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .modern-list li {
        border: 1px solid #edf2f7;
        background: #fcfeff;
        border-radius: 16px;
        padding: 14px 16px;
        margin-bottom: 12px;
        transition: all 0.2s ease;
        cursor: pointer;
    }

        .modern-list li:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
            border-color: #dce8f3;
        }

        .modern-list li strong {
            color: #0f172a;
            font-weight: bold;
        }

        .modern-list li span {
            color: #64748b;
        }

    .modern-list .q-icon {
        display: inline-flex;
        min-width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: rgba(13, 110, 253, 0.10);
        color: #0d6efd;
        font-size: 12px;
        font-weight: bold;
        margin-right: 10px;
    }

@media (max-width: 1199.98px) {
    .service-card-inner {
        grid-template-columns: 88px 1fr;
    }

    .service-right,
    .action-stack {
        grid-column: span 2;
    }

    .action-stack {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .service-right {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .overview-grid-3,
    .overview-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .sidebar-modern {
        width: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--sb-border);
        border-radius: 0 0 24px 24px;
    }
}

@media (max-width: 768px) {
    .overview-shell {
        padding: 14px;
    }

    .overview-hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .overview-title {
        font-size: 1.6rem;
    }

    .doc-stat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 22px;
        border-radius: 22px;
    }

    .section-card {
        padding: 18px;
        border-radius: 18px;
    }

    .service-card {
        padding: 14px;
    }

    .service-card-inner {
        grid-template-columns: 1fr;
    }

    .service-thumb {
        width: 72px;
        height: 92px;
    }

    .service-right,
    .action-stack {
        grid-column: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .toolbar {
        flex-direction: column;
    }

    .btn-scroll-top {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }
}

.me-2 {
    margin-right: 0.5rem;
}

.me-1 {
    margin-right: 0.4rem;
}

.tvGButton.active {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}


@media (max-width: 767.98px) {
    .btn-scroll-top {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 99px !important;
}


.wj-flexgrid {
    border: none;
    background: transparent;
    font-size: 14px;
}

.wj-header {
    background: #D1E9F6 !important;
    color: #334155;
    font-weight: bold;
    border-bottom: 1px solid black !important;
}

.wj-cell {
    border-color: #eef2f7 !important;
    padding: 10px 8px;
    vertical-align: middle;
}


.tox-tinymce {
    border-radius: 1rem;
}

.sidebar-nav-grouped {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-menu-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-group-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    font-size: 0.78rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #6d8090;
    text-transform: uppercase;
    user-select: none;
}

.sidebar-group-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #0d6efd);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08);
    flex-shrink: 0;
}

.sidebar-group-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 2px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(125, 186, 204, 0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

    .sidebar-group-items .sidebar-item {
        margin-bottom: 0;
    }

.sidebar-modern.collapsed .sidebar-group-label {
    display: none !important;
}

.sidebar-modern.collapsed .sidebar-group-items {
    padding: 6px 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.sidebar-modern.collapsed .sidebar-menu-group {
    gap: 4px;
}
.mobile-menu-toggle {
    position: fixed;
    top: 12px;
    left: 12px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    color: #0d6efd;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    z-index: 1202;
    outline: none !important;
}

    .mobile-menu-toggle i {
        font-size: 24px;
        line-height: 1;
    }

.sidebar-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1198;
}

@media (max-width: 991.98px) {
    .mobile-menu-toggle {
        display: inline-flex;
    }

    .dashboard {
        position: relative;
    }

    .sidebar-modern {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px !important;
        min-width: 300px !important;
        max-width: calc(100vw - 52px);
        border-radius: 0 22px 22px 0;
        border-right: 1px solid var(--sb-border);
        border-bottom: 0;
        z-index: 1200;
        overflow-y: auto;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

        .sidebar-modern.mobile-open {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

    .sidebar-mobile-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    body.sidebar-mobile-open {
        overflow: hidden;
    }

    .tvgrid#divDVCContent {
        width: 100%;
        min-width: 0;
        padding-top: 62px !important;
        border-radius:8px;
    }

    .sidebar-modern.collapsed {
        width: 300px !important;
        min-width: 300px !important;
        padding-left: 14px;
        padding-right: 14px;
    }

        .sidebar-modern.collapsed .sidebar-brand-text,
        .sidebar-modern.collapsed .sidebar-section-label,
        .sidebar-modern.collapsed .sidebar-text,
        .sidebar-modern.collapsed .sp-tip {
            display: block !important;
        }

        .sidebar-modern.collapsed .sidebar-brand {
            justify-content: flex-start;
            padding-right: 0;
        }

        .sidebar-modern.collapsed .sidebar-item {
            justify-content: flex-start;
            padding: 3px 12px;
        }

        .sidebar-modern.collapsed .sidebar-group-label {
            display: flex !important;
        }

        .sidebar-modern.collapsed .sidebar-group-items {
            padding: 8px;
            background: rgba(255, 255, 255, 0.34);
            border: 1px solid rgba(125, 186, 204, 0.14);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
        }

        .sidebar-modern.collapsed .sidebar-item.active::before {
            left: 0;
            top: 10px;
            bottom: 10px;
        }

    .sidebar-modern .sidebar-toggle {
        display: none;
    }
}

#theTree .wj-nodelist .wj-node {
    padding: 10px 12px;
    border-radius: 5px;
    white-space: break-spaces;
    display: flex;
}

.wj-listbox-item{
    padding:10px!important;
}

.tox.tox-tinymce{
    border-radius:0.5rem!important;
}