* {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
}

.sidebar-wrap {
    background-image: linear-gradient(to bottom, #324880, #6f81ad 84%, #808eb1);
}

.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\ea6e';
    font-family: 'remixicon' !important;
}

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    content: "\ea4e";
    font-family: 'remixicon' !important;
}

.sidebar #sidebarToggle::after {
    content: '\ea64';
    font-family: 'remixicon' !important;
}

.sidebar.toggled #sidebarToggle::after {
    content: '\ea6e';
    font-family: 'remixicon' !important;
}

.top-bar-username {
    font-size: 100% !important;
}

.ri-home-5-line,
.ri-account-circle-line {
    color: #888888 !important;
}

.topbar .nav-item .nav-link {
    padding: 0 0.95rem;
}

.user-icon {
    border-radius: 50%;
    background: #f5f5fb;
    padding: 1% 2% 1% 2%;
    text-align: center;
}

/* .vertical-line {
    border-right: 1px solid #e3e6f0;
    height: 2.75rem;
} */

.card-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.text-purple {
    color: #ab7df6;
}

.form-group label {
    vertical-align: middle;
}

.form-group span {
    vertical-align: middle;
    cursor: pointer;
}

.btn-radio {
    vertical-align: middle;
    cursor: pointer;
    appearance: none;
    border: max(1px, 0.1em) solid #dbdbdb;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
}

.btn-radio:checked {
    background: #23467c;
}

.top,
.push {
    vertical-align: middle;
    appearance: none;
    border: max(1px, 0.1em) solid #888888;
    border-radius: 50%;
    display: inline-block;
    background-image: url(/assets/image/check-line.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1em;
    width: 1.2em;
    height: 1.2em;
}

.top:checked,
.push:checked {
    background-color: #23467c;
}

ul.banner-tabs,
ul.announcement-tabs {
    padding: 0;
    display: flex;
    justify-content: start;
}

ul.banner-tabs li.banner-tab,
ul.announcement-tabs li.announcement-tab {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    width: 110px;
    height: 45px;
    color: #4e4e4e;
    font-size: 1.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #f3f1f1;
}

ul.banner-tabs li.current,
ul.announcement-tabs li.current {
    background: #0a3e4c;
    color: #fff;
    border-bottom: none;
}

label font {
    font-size: 0.85rem;
    color: #bd1212;
}

.empty-preview {
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
}

.admin-container {
    border: 1px solid #f3f1f1;
    border-radius: 5%;
}

.admin-container h4,
.user-container h4 {
    font-size: 1.15rem;
    font-weight: 900;
    color: #000;
}

.admin-container span,
.user-container span {
    color: #000;
}

input[type="password"]#password {
    position: relative;
}

.eye {
    position: absolute;
    top: 2rem;
    bottom: 0;
    right: 2.5rem;
    margin: auto;
    width: 1rem;
    height: 1rem;
    font-size: 22px;
    cursor: pointer;
}

.eye.off,
#duplicated-id.off,
#empty-preview.off {
    display: none;
}

input[type="checkbox"].admin-permission {
    display: none;
}

input[type="checkbox"].admin-permission+label {
    cursor: pointer;
}

input[type="checkbox"].admin-permission+label>span {
    vertical-align: middle;
}

input[type="checkbox"].admin-permission+label::before {
    content: "";
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid #f3f1f1;
    border-radius: 25%;
    vertical-align: middle;
}

input[type="checkbox"].admin-permission:checked+label:before {
    content: "";
    background-color: #1297bd;
    background-image: url('/assets/image/check-line-white.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

div.sub-text,
span.sub-text {
    font-size: 0.90rem;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48'%3E%3Cpath d='M12.0007 10.5865L16.9504 5.63672L18.3646 7.05093L13.4149 12.0007L18.3646 16.9504L16.9504 18.3646L12.0007 13.4149L7.05093 18.3646L5.63672 16.9504L10.5865 12.0007L5.63672 7.05093L7.05093 5.63672L12.0007 10.5865Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.modal-header .btn-close {
    padding: calc(1rem*0.5) calc(1rem*0.5);
    margin: calc(1rem*-0.5) calc(1rem*-0.5) calc(1rem*-0.5) auto
}

.border-grey {
    border-color: #e6e6e6 !important;
}

.bg-grey {
    background-color: #e6e6e6 !important;
}

.bg-grey-light {
    background-color: #f9f9f9 !important;
}

input {
    padding-left: 1rem !important;
    width: 1rem;
    height: 1rem;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-rounded {
    border-radius: 5rem;
}

#career-analysis-wrapper {
    padding: 1.2rem 3rem;
}

.circle {
    width: 124px;
    height: 124px;
    background-color: #f5f5fb;
    border-radius: 50%;
}

.bg-primary-light {
    background-color: #e3edfc;
}

.bg-green-light {
    background-color: #c2e8c9;
}

.bg-primary-dark {
    background-color: #245fb9;
}

.bg-green-dark {
    background-color: #339246;
}

.bg-primary-blue {
    background-color: #23467C !important;
}

.grade-circle {
    border-radius: 50%;
    padding: 0.7rem 0.5rem;
}

.recognize-circle {
    width: 6rem;
    height: 6rem;
    border-width: 3px !important;
    font-size: 1.5rem;
}

.head-cond-circle {
    width: 6rem;
    height: 6rem;
    border: 3px solid;
    font-size: 1.5rem;
}

/* .qualification-card,
.sup-card {
    border-radius: 5rem;
    padding: 0.25rem 0.8rem;
    margin: 0 0.5rem;
    background-color: #f5f5fb;
    color: #a0a0c6;
} */

.career-bar {
    height: 1.2rem;
    font-size: 0.75rem;
    background-color: #23467c;
}

.career-bar-start {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.career-bar-end {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.ballon,
.ballon-warning {
    position: relative;
    width: 58px;
    height: 28px;
    line-height: 28px;
    color: white;
    border-radius: 5rem;
}

.ballon::after {
    width: 12px;
    height: 8px;
    border-top: 10px solid #23467C;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 32%;
}

.ballon-warning::after {
    width: 12px;
    height: 8px;
    border-top: 10px solid rgb(255, 193, 7);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 32%;
}

.progress {
    height: 1.2rem;
}

.border-director {
    border-color: #43afbc;
}

.border-floor {
    border-color: #5cc16d;
}

.text-director {
    color: #43afbc;
}

.text-floor {
    color: #5cc16d;
}