﻿.container .navbar-collapse .a {
    padding: 0px;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #eaf7fc;
}

.dashboard {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.sidebar {
    width: auto;
    background: #e2fffd; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffffff, #e2fffd); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffffff, #e2fffd);
    padding: 2rem 0.5rem;
    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;
    }

    .sidebar nav a {
        display: flex;
        padding: 0.5rem;
        margin-bottom: .5rem;
        border-radius: 8px;
        color: #555;
        text-decoration: none;
        align-items: center;
        position:relative;
    }

        .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%) 0px 2px 4px 0px, rgb(52 98 119 / 32%) 0px 2px 16px 0px;
}

.sidebar-text {
    height: 17px;
    padding-left:5px;
}

.main {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}

.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: 4px;
    cursor: move;
    position: relative;
    background: white;
    display: flex;
    padding: 10px 40px 10px 20px;
    flex-wrap: wrap;
    border: 1px solid transparent;
}

    .draggable:hover {
        border: 1px solid 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: 0px 10px;
}

.drag-tuychon {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 2px 10px 2px 30px;
    margin: 3px 0px;
    border-radius: 4px;
    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: 0px;
}

    .dv-input:focus {
        border-bottom: 2px solid blue;
    }

.dv-tuychon {
    color: darkgreen;
    outline: none;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0px;
    flex-grow: 1;
    padding: 0px 0px 10px 0px;
}

    .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) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.box-tieude{
    font-weight:400;
}

.box-input {
    border-style: solid;
    border-radius: .2rem;
    padding: 3px 10px;
}
.phieu-control {
    border-bottom: 1px solid lightgray;
    border-radius: 5px;
    background-color: #e9ecef;
    box-shadow: rgb(158 158 158 / 49%) 0px 4px 8px -2px, #99999985 0px 0px 0px 1px;
    display: inline-flex;
}

.phieu-title {
    padding: 5px 12px;
    align-items: center;
}

.phieu-val {
    font-weight: bold;
    padding-left: 10px;
    padding: 5px 12px;
    background: white;
    border-radius: 0px 10px 10px 0px;
    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: 700;
    width: 100%;
}

.phieu-in-group {
}

.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-image: -moz-linear-gradient(top, #abf0ff, #82dcff) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #abf0ff),color-stop(1, #82dcff)) !important;
    background-image: -webkit-linear-gradient(top, #abf0ff, #82dcff) !important;
    background-image: -moz-linear-gradient(top, #abf0ff, #82dcff) !important;
    background-image: -ms-linear-gradient(top, #abf0ff, #82dcff) !important;
    background-image: -o-linear-gradient(top, #abf0ff, #82dcff) !important;
}

.wj-alt:not(.wj-header):not(.wj-group):not(.hightLight) {
    background-color: #fff;
}

.wj-cell:not(.wj-alt):not(.wj-header):not(.wj-group):not(.hightLight):not(.wj-cell-lock) {
    background-color: #f4f8fa;
}

.ht-dv-item {
    display: flex;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    color: #315b6a;
    gap: 5px;
    padding: 5px;
    border-radius: 0.5rem;
    text-align: center;
    border: 2px solid #0a639d;
}

    .ht-dv-item.active {
        color: white;
        background-color: #0a639d;
    }

.ht-text {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #0a639d;
}