﻿:root {
    --colour-primary: #0E0F31;
    --colour-secondary: #DFE2E2;
    --border-radius: 8px;
    --figma-font: 'Inter', sans-serif;
    --spacing-xs: 4px;
    --spacing-sm: = 8px
}

.content-page {
    margin-left: 320px;
    overflow: hidden;
    padding-top: 10px !important;
    min-height: 100vh;
}

.page-title-box .page-title {
    font-size: 28px !important;
    margin: 0;
    line-height: 60px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: unset !important;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-user {
    padding: calc(31px / 2) 20px calc(31px / 2) 57px !important;
    text-align: left !important;
    position: relative;
    background-color: unset !important;
    border: 1px solid #f1f3fa;
    border-width: 0 1px;
    min-height: 70px;
}

.avatar-custom-size {
    height: 2rem;
    width: 2rem;
}

.bg-custom {
    background-color: rgb(242 244 247) !important;
    color: unset !important;
}

.account-user-name {
    font-weight: 500 !important;
}


.progress-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: Arial, sans-serif;
    color: black;
    font-size: 12px;
    --score-color-light: rgba(255, 255, 255, 0.9);
}

    .progress-circle::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: conic-gradient( var(--score-color) 0%, var(--score-color) calc(var(--percent) * 1%), transparent calc(var(--percent) * 1%) );
        z-index: 0;
    }

.progress-number {
    z-index: 1;
    background: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--ocean-blue);
    background: linear-gradient( var(--score-color-light), var(--score-color-light) ), var(--score-color);
}

.big-progress-number {
    width: 100px;
    height: 100px;
}

.big-progress-circle {
    width: 120px;
    height: 120px;
}

hr {
    height: unset !important;
}

.btn {
    border-radius: 0.5rem !important;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--colour-primary) !important;
    border-color: var(--colour-primary) !important;
}

.btn-primary:hover {
    background-color: var(--colour-secondary) !important;
    border-color: var(--colour-secondary) !important;
}

.btn-outline-primary {
    color: var(--colour-primary) !important;
    border-color: var(--colour-primary) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--colour-secondary) !important;
    border-color: var(--colour-secondary) !important;
}


.dx-toolbar .dx-toolbar-items-container {
    height: 60px !important;
}

.dx-pages {
    width: 100%;
    float: unset !important;
}

    .dx-pages .dx-page-indexes {
        width: 100%;
    }

.dx-next-button {
    float: right;
}


.button-column {
    font-size: 18px;
}

.badge-border-success {
    color: #067647;
    border: 1px solid #ABEFC6;
}

.badge-border-primary {
    color: #E07A5F;
    border: 1px solid #C7D7FE;
}

.badge-border-secondary {
    color: #0E0F31;
    border: 1px solid #0E0F31;
}

.badge-border-warning {
    color: #ffbc00;
    border: 1px solid #ffbc00;
}

.topnav-navbar-blue {
    background-color: var(--colour-primary);
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: white !important;
    background-color: #0C111D !important;
    border-radius: 1rem;
}

.popover {
    border-radius: 1rem !important;
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #0C111D !important;
}

.externalpage-title {
    color: var(--colour-primary);
}

.externalpage-page {
    margin-left: 280px;
}

.leftside-menu-custom {
    width: 280px;
    z-index: 10;
    background: none;
    bottom: 0;
    position: fixed;
    top: 0;
    padding-top: 70px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.leftside-menu {
    width: 290px;
}

.skill {
    width: 160px;
    height: 160px;
    background-color: orange;
    position: relative;
}

#total-progress {
    position: relative; /* Đặt vị trí tương đối cho container */
}

.outer {
    width: 144px;
    height: 144px;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: lightgray;
}

.inner {
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.circle0 {
    fill: none;
    stroke: #E4E7EC;
    stroke-width: 8px;
    stroke-linecap: round;
}

.circle {
    fill: none;
    stroke: var(--colour-primary);
    stroke-width: 16px;
    stroke-linecap: round;
}

.circle-success {
    fill: none;
    stroke: #079455;
    stroke-width: 16px;
    stroke-linecap: round;
}

.outer1 {
    width: 64px;
    height: 64px;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: lightgray;
}

.inner1 {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


.outer2 {
    width: 120px;
    height: 120px;
    padding: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: lightgray;
}

.inner2 {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer3 {
    width: 42px;
    height: 42px;
    padding: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: lightgray;
}


.circle2-primary-1 {
    fill: none;
    stroke: #17B26A;
    stroke-width: 27px;
}

.circle2-primary-2 {
    fill: none;
    stroke: #F79009;
    stroke-width: 27px;
}

.circle2-primary-3 {
    fill: none;
    stroke: #F04438;
    stroke-width: 27px;
}

.circle3-primary-3 {
    fill: #F04438;
}


.svg-overlay1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.circle1 {
    fill: none;
    stroke: var(--colour-primary);
    stroke-width: 6px;
    stroke-linecap: round;
}


.circle1-primary {
    fill: none;
    stroke: var(--colour-primary);
    stroke-width: 6px;
    stroke-linecap: round;
}


.circle1-success {
    fill: none;
    stroke: #079455;
    stroke-width: 6px;
    stroke-linecap: round;
}


.textcircle-primary {
    color: var(--colour-primary) !important;
}

.textcircle-success {
    color: #079455;
}

.halfcircle-text {
    height: 50px;
    padding-top: 25px;
    text-align: center;
}

.body-content {
    background-color: #F9FAFB;
}

.body-left {
    background-color: white;
}

.left-panel {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
}

.right-panel {
    background-color: #F9FAFB;
}

.card {
    border-radius: 0.5rem !important;
}

.border-radius {
    border-radius: var(--border-radius);
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 2rem;
}

.login-card {
    border: 1px solid var(--colour-secondary);
    border-radius: var(--border-radius);
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-link {
    color: var(--colour-primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 1rem;
}

.login-link:hover {
    text-decoration: underline;
}

.login-input {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 1rem;
    font-size: 1rem;
    border: 1px solid #D0D5DD;
    border-radius: var(--border-radius);
    background: var(--colour-secondary);
    box-shadow: inset 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.figma-conformation-footer {
display: flex;
justify-content: center;
align-items: flex-start;
gap: var(--spacing-xs, 4px);
align-self: stretch;
}

.figma-conformation-footer {
display: flex;
justify-content: center;
align-items: flex-start;
gap: var(--spacing-xs, 4px);
align-self: stretch;
}

.figma-conformation-footer a {
all: unset;
display: flex;
justify-content: center;
align-items: center;
gap: var(--spacing-sm, 8px);
text-decoration: underline;
cursor: pointer;
line-height: var(--Line-height-text-sm, 20px);
color: var(--figma-primary);
font-size: 0.9rem;
}

.figma-conformation-footer label {
color: var(--colors-text-text-tertiary-600, #475467);
font-family: var(--Font-family-font-family-body, Inter);
font-size: var(--Font-size-text-sm, 14px);
font-style: normal;
font-weight: 300;
line-height: var(--Line-height-text-sm, 20px);
}

.figma-form-text {
text-align: center;
font-size: 1rem;
margin-bottom: 1.5rem;
}

.figma-login-header {
background-color: #3E4784;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}

.figma-login-header .container {
width: 100%;
max-width: 1280px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 10px;
color: #FFFFFF;
}

.figma-logo {
display: flex;
align-items: center;
gap: 12px;
}

.figma-logo img {
height: 40px;
width: auto;
}

.figma-logo-text {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.figma-text-danger {
    color: var(--Colors-Foreground-fg-success-primary, #079455);
    font-family: var(--Font-family-font-family-body, Inter);
    font-size: var(--Font-size-text-sm, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-text-sm, 20px);
}

.question-uncheck {
    height: 30px;
    width: 30px;
    color: #E4E7EC;
    text-align: end;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    font-size: 20px;
}

.question-text {
    margin-left: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #667085;
}

.padding-10 {
    padding: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.padding-top-30 {
    padding-top: 30px;
}

.width-percentage-100 {
    width: 100%;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-35 {
    margin-top: 35px;
}

.question-textbox {
    margin-left: 41px;
}

.child-question {
    margin-left: 40px;
}


.question-title {
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
    color: #667085;
}

.card1 {
    border: none !important;
}

.question-progress {
    margin-left: -20px;
}

.question-number {
    height: 30px;
    width: 30px;
    color: #3E4784;
    text-align: end;
    border-radius: 50%;
    float: left;
    font-weight: 500;
    font-size: 14px;
}

.question-text1 {
    margin-left: 50px;
    font-weight: 400;
    font-size: 15px;
}

.question-button {
    margin-left: 41px;
}

.question-textbox {
    margin-left: 41px;
}

.child-question {
    margin-left: 40px;
}

.question-check {
    height: 30px;
    width: 30px;
    color: #3E4784;
    text-align: end;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    font-size: 20px;
}


.question-uncheck {
    height: 30px;
    width: 30px;
    color: #E4E7EC;
    text-align: end;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    font-size: 20px;
}

.topnav-navbar .topnav-logo {
    float: none;
}

.title-with-badge{
    display: flex;
}

.question-accordion-header {
    padding: 1rem 1.25rem;
    font-size: 14px;
}


.accordion-button-custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    color: #0E0F31;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button-custom {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button-custom:not(.collapsed) {
    color: var(--colour-primary) !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button-custom:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236770dd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-button-custom::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 15px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button-custom::after {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button-custom:hover {
    z-index: 2;
}

.accordion-button-custom:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.25);
}

.accordion-button-custom::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 15px;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-button-custom:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236770dd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-button-custom1::after {
    margin-left: 20px;
    margin-top: -16px;
}

.page-item.active .page-link {
    background-color: #F9FAFB !important;
    color: var(--colour-primary) !important;
}

.pagination-rounded .page-link {
    border-radius: 5px !important;
}

.page-link {
    color: unset;
}

.accordion-item-custom:first-of-type {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-top: none;
}

.accordion-item-custom:last-of-type {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-bottom: none;
}

.list-group-item-custom {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.progress-bar-active {
    border-radius: 0.25rem !important;
    background-color: var(--colour-primary) !important;
}

.progress-bar-disabled {
    border-radius: 0.25rem !important;
    background-color: #98A2B3 !important;
}

.table-header-custom{
    font-weight: 500 !important;
    font-size: 14px;
}

.wcustom-35{
    width: 35% !important;
}

.wcustom-15 {
    width: 15% !important;
}

.wcustom-50 {
    width: 50% !important;
}


.table-question th, .table-question td {
    padding: 0.55rem !important;
}

.table-question th {
    border-top: none !important;
}

.progress-custom {
    height: 8px;
    width: 37px
}

.apexcharts-datalabels{
    display: none;
}


.score-color-high {
    color: #17B26A;
    font-size: large;
}

.score-color-medium {
    color: #F79009;
    font-size: large;
}

.score-color-low {
    color: #F04438;
    font-size: large;
}

.custom-list .range-high::marker {
    color: #17B26A;
}

.custom-list .range-medium::marker {
    color: #F79009;
}

.custom-list .range-low::marker {
    color: #F04438;
}

.pie {
    width: 42px;
    border-radius: 50%;
}

.score-high {
    background: #17B26A;
}

.score-medium {
    background: #F79009;
}

.score-low {
    background: #F04438;
}

.pie circle {
    fill: none;
    stroke: #d3d3d3;
    stroke-width: 33;
    animation: rotate 1.5s ease-in;
}

.progess-start-right {
    transform: rotateY(180deg);
    transform-origin: center;
}

.subcategory-body {
    border-top: none !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.dx-pager .dx-pages .dx-next-button {
    position: fixed;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}
