.ung-cu-vien-header{
    background: var(--baucu-color-accent-light);
    border-bottom: solid 1px var(--baucu-color-accent);
    border-radius: var(--baucu-radius-sm) var(--baucu-radius-sm) 0 0;
}
.avatar-inner {
    width: 85px;
    height: 85px;
    padding: 2.5px;
    border-radius: 100%;
    background-image: url(./../images/avatar-rounded.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.avatar-content{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url(./../images/avatar-default.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.avatar-inner .avatar-content img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.ung-cu-vien{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    text-transform: uppercase;
    color: var(--baucu-color-accent);
}
.ho-va-ten{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.0015em;
    text-transform: uppercase;
    color: var(--baucu-color-accent);
}
.so-phieu-bau{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--baucu-color-accent);
}
.modal-so-phieu-bau{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    color: var(--baucu-color-primary);
}
.thong-tin-container{
    width: 100%;
    background: var(--baucu-color-bg-secondary);
    border-bottom: solid 1px var(--baucu-color-stroke);
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    aspect-ratio: 409 / 215;
    height: 200px;
}
.media-container{
    padding: 8px 16px;
    aspect-ratio: 410 / 134;
    background: #F7F7F7;
    border-radius: 0 0 var(--baucu-radius-sm) var(--baucu-radius-sm);
}
.media-container .media-inner{
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.thong-tin-content{
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
        display: none;
    }
}
.ung-cu-vien-container:hover{
    outline: 1px solid var(--baucu-color-accent);
    outline-offset: -1px;
    .ung-cu-vien-header{
        background: var(--baucu-color-accent);
    }
    .thong-tin-container{
        width: calc(100% - 1px);
    }
    .ung-cu-vien, .ho-va-ten{
        color: var(--baucu-white);
    }
    .avatar-inner {
        background-image: url(./../images/avatar-rounded-hover.svg);
    }
}
.ung-cu-vien-container.trungcu:hover{
    outline: 1px solid var(--baucu-color-accent);
    outline-offset: 0;
    .so-phieu-bau{
        color: #FFCA57!important;
    }
}
.thong-tin-container.trungcu{
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}

.hidden-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.ung-cu-vien-body{
    margin-left: 1px;
}

.khoanhiemky-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 999px;
}
.khoanhiemky-nav-btn img{
    width: 6px;
    height: 12px;
}

.khoanhiemky-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.khoa-display {
    text-align: center;
    padding: 8px 16px;
    border: 1px solid var(--baucu-color-accent);
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
}
.sdt-baccu-line{
    height: 1px;
    background: linear-gradient(270deg, #1B63B3 0%, #0D4C92 100%);
    flex-grow: 1;
}
.phuongxa-count{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--baucu-color-secondary);
}
.phuongxa-name{
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    color: var(--baucu-color-primary);
}
.ungcuvien-modal-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: var(--baucu-color-accent);;
}
.ungcuvien-modal-subtitle{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--baucu-color-accent);;
}
.modal-avatar{
    width: 150px;
    height: 200px;
    object-fit: cover;
}
.thongtin-coban li{
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}
.baucu-modal-label{
    color: var(--baucu-color-secondary);
    font-weight: 500;
}
.ttcblabel{
    color: var(--baucu-color-secondary);
    font-weight: 500;
}
.ttcb-content{
    color: var(--baucu-color-primary);
    font-weight: 700;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Roboto';
}
.modal-mo-ta-cthd{
    color: var(--baucu-color-primary);
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Roboto';
}
.baucu-modal-body{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.baucu-modal-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2D3238;
}
.baucu-modal-placeholder{
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #8E9196;
}
.baucu-modal-text-bold{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2D3238;
}
.modal-chuc-vu li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5rem;
}
.modal-chuc-vu li .chuc-vu{
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Roboto';
}

.modal-chuc-vu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 1px;
    background-color: var(--baucu-color-accent);
}
.modal-qua-trinh-cong-tac li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5rem;
}

.modal-qua-trinh-cong-tac li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: var(--baucu-color-accent);
}
.model-file-icon{
    width: 20px;
    height: 20px;
}
.baucu-filename{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1B63B3;
    margin-bottom: 0;
}
.block-thongtin-right {
    width: 100%;
    aspect-ratio: 85 / 58;
    overflow: auto;
}

.block-thongtin-right::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.block-thongtin-right::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}
.block-thongtin-right::-webkit-scrollbar-thumb {
    background: #D0D0D0;
    border-radius: 4px;
}
.block-thongtin-right::-webkit-scrollbar-thumb:hover {
    background: #B0B0B0;
}

.block-thongtin-right {
    scrollbar-width: thin;
    scrollbar-color: #D0D0D0 transparent;
}
.baucu-icon{
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
    .modal-avatar {
        width: 140px;
        height: 155px;
    }
    .sdt-baucu-nav-item {
        font-size: 14px !important;
    }
    .ungcuvien-modal-title {
        font-size: 16px;
    }
    .ungcuvien-modal-subtitle{
        font-size: 15px;
    }
}
.gradient-line-left {
    position: relative;
    height: 1px;
    width: 100%;
    background: linear-gradient(to left, #0D4C92 0%, #1b63b3c2 30%, #1b63b300 70%, #1b63b300 100%);
}
.gradient-line-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #0D4C92;
    border-radius: 50%;
    transform: translate(50%, -50%);
}
.gradient-line-right {
    position: relative;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #0D4C92 0%, #1b63b3c2 30%, #1b63b300 70%, #1b63b300 100%);
}
.gradient-line-right::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #0D4C92;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.count-ungcuvien-ubnd {
    text-align: center;
    min-width: 200px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}
.count-ungcuvien-ubnd span{
    color: var(--baucu-color-accent);
}
.count-ungcuvien-px {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}
.sdt-baucu-ungcuvien-notfound{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 100%;
    height: 40px;
    background: #FAFAFA;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.sdt-baucu-ungcuvien-notfound p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--baucu-color-primary);
}
.ungcuvien-modal-dialog{
    min-height: unset !important;
    height: 100vh !important;
    margin: auto !important;
}
.ung-cu-vien-container{
    cursor: pointer;
}
.ungcuvien-modal-content{
    height: 90vh !important;
}
.sdt-baucu-container.sdt-baucu-ungcuvien-container table tbody tr td:nth-child(2),
.sdt-baucu-container.sdt-baucu-ungcuvien-container table tbody tr td:nth-child(4)
{
    text-align: center!important;
}
.ungcuvien-modal-dialog .modal-header,
.ungcuvien-modal-dialog .modal-footer {
    border-color: var(--baucu-color-accent) !important;
}
.sdt-baucu-pagination{
    gap: 8px;
}
.sdt-baucu-page-item .page-link{
    color: var(--baucu-color-accent)!important;
    background-color: #FFF!important;
    border: 1px solid #FFF!important;
    font-weight: 500;
}
.sdt-baucu-page-item.active .page-link{
    background-color: var(--baucu-color-accent)!important;
    border-color: var(--baucu-color-accent)!important;
    border-radius: 4px!important;
    color: #FFF!important;
}
.first-page-btn .page-link,
.prev-page-btn .page-link{
    border-radius: 4px 0 0 4px!important;
    background-color: #F5F5F5!important;
}
.last-page-btn .page-link,
.next-page-btn .page-link{
    border-radius: 0 4px 4px 0!important;
    background-color: #F5F5F5!important;
}
.sdt-baucu-kqbc-container{
    border: solid 1px var(--baucu-color-accent-light);
    background: var(--baucu-color-accent-light);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
}
.sdt-baucu-kqbc-container:hover{
    border: solid 1px var(--baucu-color-accent);
}
.sdt-baucu-kqbc-container.kqbc-disabled {
    position: relative;
}
.sdt-baucu-kqbc-container.kqbc-disabled:hover {
    border: solid 1px var(--baucu-color-accent-light);
}
.sdt-baucu-kqbc-container.kqbc-disabled::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFFFFFB3;
    z-index: 10;
    cursor: not-allowed;
}
.trungcu-dbqh-card{
    margin-top: 16px;
    cursor: pointer;
}
.dbqh-card-thongtin.large{
    width: 300px;
}
.trungcu-dbqh-card:hover{
    .dbqh-card-thongtin{
        background: var(--baucu-color-accent);
    }
    .tt-chucvu-trungcu, .tt-ten-trungcu, .tt-chucvu-hientai p {
        color: var(--baucu-white);
    }
    .tt-tylephieubau-trungcu{
        color: #FFCA57;
    }
}
.sdt-baucu-trungcu{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    background-image: url(./../images/trongdong-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.quochuy{
    width: 60px !important;
}
.sdt-trungcu-daibieu{
    position: sticky;
    top: 80px;
    padding: 20px 0;
    background: white;
    z-index: 100;
}
.dbqh-card-avatar-inner{
    width: 190px;
    height: 190px;
    padding: 2px;
    border-radius: 999px;
    background: linear-gradient(139.38deg, #E39B00 14.23%, #E39B004D 27.17%, #e39b006e 49.64%, #E39B004D 69.72%, #E39B00 85.04%);
    margin-bottom: 16px;
}
.dbqh-card-avatar-inner img{
    border-radius: 999px;
    width: 186px;
    height: 186px;
}
.dbqh-daibieu-card-avatar-inner{
    width: 164px;
    height: 164px;
    padding: 2px;
    border-radius: 999px;
    background: linear-gradient(139.38deg, #E39B00 14.23%, #E39B004D 27.17%, #e39b006e 49.64%, #E39B004D 69.72%, #E39B00 85.04%);
    margin-bottom: 16px;
}
.dbqh-daibieu-card-avatar-inner img{
    border-radius: 999px;
    width: 160px;
    height: 160px;
}
.tt-chucvu-trungcu,
.tt-tylephieubau-trungcu,
.tt-chucvu-hientai p{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: var(--baucu-color-primary);
}
.tt-ten-trungcu{
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: var(--baucu-color-accent);
}
.chucvu-trungcu-container, .title-list-ungcu{
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: var(--baucu-color-accent);
}
.sdt-baucu-grid-3.daibieu-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-grow: 1;
}
#trungcuChuTichContainer, #trungcuPhoChuTichContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (max-width: 992px) {
    .ung-cu-vien-container{
        width: calc((100% / 2) - 8px);
    }
    .sdt-baucu-grid-3.daibieu-container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .title-list-ungcu{
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 576px) {
    .trungcu-dbqh-card{
        width: 100%;
    }
    .ung-cu-vien-container {
        width: 100%;
    }
    .modal-avatar {
        width: 80px!important;
        height: 80px !important;
    }
    .sdt-baucu-nav-item {
        font-size: 12px !important;
    }
    .ungcuvien-modal-title {
        font-size: 14px;
    }
    .ungcuvien-modal-subtitle{
        font-size: 14px;
    }
    .baucu-icon{
        width: 20px !important;
        height: 20px !important;
    }
    .phuongxa-name{
        font-size: 14px;
    }
    .sdt-baucu-pagination{
        gap: 2px;
    }
    .modal-ung-cu-vien{
        margin-top: 5vh;
    }
    .ungcuvien-modal-dialog {
        height: 90vh !important;
        width: calc(100% - 36px);
    }
    .ungcuvien-modal-dialog .modal-content {
        height: 90vh !important;
        overflow: auto;
        scrollbar-width: none;
    }
    .ungcuvien-modal-dialog .modal-content::-webkit-scrollbar {
        display: none;
    }
    .sdt-baucu-grid-3.daibieu-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .dbqh-card-thongtin.large{
        width: 100%;
    }
    .title-list-ungcu{
        font-size: 16px;
        line-height: 22px;
    }
}