body {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    overflow-x: hidden;
}

.top-nav {
    position: fixed !important;
    top: 0;
    width: 100%;
    padding: 10px 30px !important;
    z-index: 1;
}

.nav-right-section {
    width: 50%;
}

.nav-language-dropdown {
    max-width: 80px;
    padding: 10px 15px !important;
    background-color: #ffffff !important;
    border-radius: 23px !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    font-family: "Roboto", sans-serif;
}

.card-section {
    border-radius: 24px !important;
    background-color: #ffffff !important;
}

h1.heading-title {
    color: #fdba2a;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    font-family: "Roboto", sans-serif;
}

h4.heading-second-title {
    color: #5b5b5b;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    font-family: "Roboto", sans-serif;
}

.form-label {
    color: #5b5b5b;
    font-weight: 300;
    font-size: 16px;
    line-height: 18.75px;
    font-family: "Roboto", sans-serif;
}

.form-group {
    margin-bottom: 12px;
}

.form-group input,
.form-group select {
    height: 42px;
    border-radius: 12px;
    border: 1px solid #5b5b5b40;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #5b5b5b40 !important;
}

.form-control::placeholder {
    color: #5b5b5b;
    font-weight: 300;
    font-size: 16px;
    line-height: 18.75px;
    font-family: "Roboto", sans-serif;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
}

.form-error-text:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 8C0 3.58321 3.58321 0 8 0C12.4168 0 16 3.58321 16 8C16 12.4168 12.4168 16 8 16C3.58321 16 0 12.4168 0 8ZM14.7692 7.9997C14.7692 4.26264 11.7371 1.23047 8 1.23047C4.26294 1.23047 1.23077 4.26264 1.23077 7.9997C1.23077 11.7368 4.26294 14.7689 8 14.7689C11.7371 14.7689 14.7692 11.7368 14.7692 7.9997ZM8.07519 3.69912L7.99179 3.69425C7.76487 3.69643 7.54857 3.79073 7.39255 3.95554C7.23651 4.12037 7.15419 4.34155 7.16448 4.56829L7.3853 9.2597C7.4221 10.0417 8.57796 10.0416 8.61471 9.25965L8.83509 4.56927C8.84555 4.33877 8.76107 4.11508 8.60153 3.94975C8.49591 3.84029 8.36273 3.76201 8.21652 3.72278L8.07519 3.69912ZM7.23077 11.5349C7.23077 11.9597 7.57516 12.3041 8 12.3041C8.42483 12.3041 8.76923 11.9597 8.76923 11.5349C8.76923 11.11 8.42483 10.7656 8 10.7656C7.57516 10.7656 7.23077 11.11 7.23077 11.5349Z" fill="%23FF0000"/></svg>')
        no-repeat;
}

.tooltip{
    --bs-tooltip-zindex: 10003;
}

/* error msg */
.valid:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url('data:image/svg+xml,%3Csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.125 0C3.6392 0 0 3.6392 0 8.125C0 12.6108 3.6392 16.25 8.125 16.25C12.6108 16.25 16.25 12.6108 16.25 8.125C16.25 3.6392 12.6108 0 8.125 0ZM8.125 1.25C11.9204 1.25 15 4.32955 15 8.125C15 11.9204 11.9204 15 8.125 15C4.32955 15 1.25 11.9204 1.25 8.125C1.25 4.32955 4.32955 1.25 8.125 1.25ZM12.277 4.52143C12.0127 4.29942 11.6185 4.3337 11.3964 4.598L6.60871 10.2976L4.83956 8.3319L4.82998 8.32149C4.59785 8.07481 4.20995 8.05769 3.9569 8.28544C3.70033 8.51635 3.67953 8.91153 3.91044 9.1681L6.16044 11.6681L6.16959 11.6781C6.42501 11.9501 6.86226 11.9393 7.10357 11.652L12.3536 5.402L12.3624 5.39121C12.5746 5.12707 12.5377 4.74045 12.277 4.52143Z" fill="%2309C87B"/%3E%3C/svg%3E')
        no-repeat;
}

.invalid:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 8C0 3.58321 3.58321 0 8 0C12.4168 0 16 3.58321 16 8C16 12.4168 12.4168 16 8 16C3.58321 16 0 12.4168 0 8ZM14.7692 7.9997C14.7692 4.26264 11.7371 1.23047 8 1.23047C4.26294 1.23047 1.23077 4.26264 1.23077 7.9997C1.23077 11.7368 4.26294 14.7689 8 14.7689C11.7371 14.7689 14.7692 11.7368 14.7692 7.9997ZM8.07519 3.69912L7.99179 3.69425C7.76487 3.69643 7.54857 3.79073 7.39255 3.95554C7.23651 4.12037 7.15419 4.34155 7.16448 4.56829L7.3853 9.2597C7.4221 10.0417 8.57796 10.0416 8.61471 9.25965L8.83509 4.56927C8.84555 4.33877 8.76107 4.11508 8.60153 3.94975C8.49591 3.84029 8.36273 3.76201 8.21652 3.72278L8.07519 3.69912ZM7.23077 11.5349C7.23077 11.9597 7.57516 12.3041 8 12.3041C8.42483 12.3041 8.76923 11.9597 8.76923 11.5349C8.76923 11.11 8.42483 10.7656 8 10.7656C7.57516 10.7656 7.23077 11.11 7.23077 11.5349Z" fill="%23FF0000"/></svg>')
        no-repeat;
}

/* error msg */

.form-error-text {
    color: #5b5b5b;
    font-weight: 300;
    font-size: 13px;
    line-height: 17.55px;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
    position: relative;
}

.access-btn {
    padding: 10px 50px 10px 50px !important;
    background-color: #fdba2a;
    border-radius: 23px !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    font-family: "Roboto", sans-serif !important;
    color: #ffffff !important;
}

.form-btn {
    padding: 10px 40px 10px 40px !important;
    background-color: #fdba2a;
    border-radius: 23px !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    font-family: "Roboto", sans-serif !important;
    color: #ffffff !important;
}

.login-copyright {
    color: #fdba2a !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-family: "Roboto", sans-serif;
}

.bottom-img-section {
    margin: 94px 0px 10px 0px !important;
    border-radius: 24px !important;
    padding: 24px 40px !important;
    background-color: #ffffff90 !important;
}

.forgot-password-link a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.75px;
}

.back-arrow-icon {
    font-size: 60px;
    color: #191b1b;
}

.forgot-heading-second-title {
    color: #5b5b5b;
    font-weight: 300;
    font-size: 16px;
    line-height: 18.75px;
    font-family: "Roboto", sans-serif;
}

.forgot-heading-title {
    color: #5b5b5b;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    font-family: "Roboto", sans-serif;
}

#back-to-login-link {
    position: absolute;
    left: 0;
    top: -10px;
}

#reset-success-section {
    margin: 20px 0;
    align-self: center;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

#loader i {
    color: #ffc107;
}

#loader span {
    color: #ffc107;
}

/* COMMAN STYLE */

.cursor-pointer {
    cursor: pointer;
}

.btn-yellow {
    border-radius: 23px;
    background: #fdba2a;
    padding: 10px 36px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btn-yellow:hover:not(:disabled),
.btn-yellow:active:not(:disabled){
    background: #c59123;
    background-color: #c59123 !important;
}

.btn-grey:hover {
    background: #2b2a2a;
}

.btn-red{
    background: #ff0000;
}
.btn-red:hover{
    background: #aa0000 !important;
}


a.text-gray:hover {
    color: #2b2a2a !important;
}

.text-red {
    color: #e81616 !important;
}

.head-color {
    color: #191b1b;
}

.grey-color {
    color: #38425a;
}

.text-gray {
    color: #5b5b5b !important;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.bg-gredient {
    background: #b1e816 !important;
}

::-webkit-scrollbar-thumb {
    background: #fdba2a;
    border-radius: 10px;
}

::-webkit-scrollbar {
    height: 4px;
    width: 5px;
    background: #d6d6d6;
    border-radius: 10px;
}

/* START HEADER STYLE */
.h-profile-dropdown .dropdown-item.active,
.h-profile-dropdown .dropdown-item:active {
    background-color: #fff;
}

.main-header-block .nav-link:focus,
.main-header-block .nav-link:hover {
    color: #38425a;
}

.main-header-block nav a {
    margin-left: 30px;
}

.h-profile-dropdown {
    padding-right: 30px;
    background: #f8f8f8;
    border-radius: 8px;
    margin-right: 20px;
}

.h-profile-dropdown button {
    background: #f8f8f8;
    border: 0;
    color: #5b5b5b;
    font-weight: 600;
}

.h-profile-dropdown button:hover {
    background: #f8f8f8;
    border: 0;
    color: #5b5b5b;
}

.h-profile-dropdown .btn-check:checked + .btn,
.h-profile-dropdown .btn.active,
.h-profile-dropdown .btn.show,
.h-profile-dropdown .btn:first-child:active,
.h-profile-dropdown:not(.btn-check) + .btn:active {
    background-color: #fff;
    color: #5b5b5b;
}

.h-profile-dropdown button img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 10px;
}

.h-profile-dropdown .dropdown-toggle::after {
    background: url("/assets/img/down-arrow.svg");
    border-color: transparent !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 16px;
    right: -20px;
    position: absolute;
}

.h-profile-dropdown .dropdown-menu {
    margin-left: 20px !important;
}

.main-header-block {
    background: #fff;
    border-bottom: 1px solid #00000012;
    padding: 8px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.modal-backdrop{
    z-index: 10001;
}
.modal{
    z-index: 10002;
}

/* START LEFTSIDEBAR STYLE */
.sidebar.collapsed .nav-link {
    height: 50px;
    justify-content: center;
}

.sidebar.collapsed .nav-link span {
    display: none;
}

.sidebar.collapsed .nav-link img,
.sidebar.collapsed .logout-sidebar > div > a > img {
    margin: 0 !important;
}

.sidebar.collapsed .logout-sidebar > div > a {
    text-align: center;
}

.sidebar.collapsed .nav-item {
    width: 100%;
}

.sidebar.collapsed .audit-mode {
    display: none;
}

.sidebar.collapsed .flag-round {
    width: 30px;
}

.sidebar.collapsed .ios-anex-a {
    display: none;
}

.sidebar.collapsed .lang-switcher-text{
    display: none;
}

.sidebar.collapsed .logout-sidebar .d-flex {
    display: block !important;
}

.sidebar.collapsed .logout-sidebar,
.sidebar.collapsed #language-dropdown button {
    padding: 5px 8px;
}

.sidebar.collapsed .logout-sidebar ul li {
    width: 40px !important;
}

.sidebar.collapsed .logout-sidebar .text-red span {
    display: none;
}

.sidebar.collapsed .submenu {
    display: none;
}

.sidebar:not(.collapsed) .logout-sidebar .dropdown-menu{
    margin-left: -8px;
}

.sidebar {
    width: 260px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.3s;
    border-right: 1px solid #0000001f;
    padding: 75px 12px 16px;
    z-index: 1;
    height: -webkit-fill-available;
}
.sidebar.collapsed {
    width: 75px;
}

.sidebar.collapsed #sidebarCollapse img {
    transform: rotate(180deg);
}

.sidebar .nav-link {
    color: #38425a;
    font-weight: 500;
    font-size: 14px;
    padding: 12px;
}

.sidebar .nav-item{
    width: 100%;
}
.sidebar .nav-item:hover {
    background-color: #fdba2a33;
    border-radius: 8px;
}

.sidebar .nav-item.active {
    background-color: #fdba2a33;
    border-radius: 8px;
}

#sidebar .nav-link:focus,
#sidebar .nav-link:hover {
    color: #38425a;
}

.d-content {
    margin-left: 260px;
    padding: 80px 30px 30px 30px;
    transition: margin-left 0.3s;
    position: relative;
    min-height: 115vh;
}

.d-content.collapsed {
    margin-left: 65px;
}

/*@media (min-width: 1025px) {*/
/*    .d-content .footer-logos{*/
/*        position: absolute;*/
/*        bottom: 0;*/
/*        left: 50%;*/
/*        transform: translateX(-50%);*/
/*        width: 100%;*/
/*        max-width: 75%;*/
/*    }*/
/*}*/


.d-content .footer-logos .bottom-img-section{
    margin-top: 0 !important;
}

.sidebar .submenu {
    padding-left: 32px;
}

.sidebar-toggler {
    position: absolute;
    top: calc(100% + 6px);
    right: -28px;
    background-color: #fdba2a;
    color: #fff;
    border: none;
    padding: 5px 10px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: left 0.3s;
}

.sidebar-toggler span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .submenu li {
    list-style: none;
}

.sidebar .submenu li .nav-link{
    margin-right: 8px;
    border-radius: 8px;
}

.sidebar .submenu li .nav-link.active{
    background-color: #fdba2a33;
}

.language-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.language-list li {
    padding: 0px;
}

/* SWITCHER STYLE */
.audit-mode .form-check-input:checked,
.form-check-input:checked {
    background-color: #fdba2a;
    border-color: #fdba2a;
    box-shadow: none;
}

.audit-mode .form-check-input {
    background-color: #d6d6d6;
    cursor: pointer;
}

.audit-mode .form-switch .form-check-input {
    width: 47px;
    height: 23px;
    order: 2;
}

.audit-mode .form-switch .form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.audit-mode .form-switch .form-check-input {
    background-image: url("../img/dot.svg");
}

.audit-mode .form-switch {
    background: #f8f8f8;
    padding: 12px 10px;
    border-radius: 8px;
    display: inline-block;
}

.audit-mode label {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 16px;
}

/* START ISO SIDEBAR BOX STYLE */
.ios-anex-a h3 {
    font-size: 16px;
}

.ios-anex-a {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.logout-sidebar {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 80px;
}

.flag-round {
    border-radius: 50px;
}

/* START DASHBOARD STYLE */
.main-chp-card {
    background-color: #f8f8f8;
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

/* PROGRESS LINE */
.ce_ixelgen_progress_bar .progress_bar_item {
    margin-bottom: 5px;
}

.ce_ixelgen_progress_bar .item_bar {
    position: relative;
    height: 16px;
    width: 100%;
    background-color: #eaeaea;
    border-radius: 8px;
}

.ce_ixelgen_progress_bar .item_bar .progress {
    width: 0;
    height: 16px;
    margin: 0;
    border-radius: 8px;
    transition: all 300ms ease-in-out;
}

.bg-yellow {
    background-color: #fdba2a !important;
}

.bg-red {
    background-color: #e81616 !important;
}

.bg-green {
    background-color: #09c87b !important;
}

.circular-progress-container{
    border-radius: 8px;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 1em;
    background: linear-gradient(180deg, rgba(255, 211, 117, 0.8) 0%, rgba(255, 255, 255, 0.5) 40%);
}

.circular-progress {
    width: 85%;
    position: relative;
}

.circular-progress .fill {
    fill: none;
}

.circular-progress .text-value{
    font-size: 42px;
    fill: #292D30;
}

footer img {
    width: 100%;
    height: 80px;
    margin: 0 12px;
}

/* mobile header style */
@media (min-width: 1025px) {
    .mobile-header-sidebar {
        display: none;
    }

    .sidebar {
        min-height: 100vh;
    }
}

.mobile-header-sidebar .offcanvas-body {
    height: 100vh;
}

/* EVALUATION CARD STYLE  */
.evaluation-card {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
}

.evaluation-link {
    display: block;
    padding: 24px;
}

.progress_bar_item > span {
    color: var(--bs-body-color);
}

.bg-grey {
    background: #eaeaea;
}

.bg-green {
    background: #09c87b;
}

.color-yellow {
    color: #fdba2a;
}

.badge-span {
    border-radius: 4px;
    padding: 2px 6px;
}

.level-number h2 {
    font-size: 25px;
}

.level-number h3 {
    width: 100%;
}

.level-number {
    border-radius: 12px;
    padding: 8px 12px;
    text-align: center;
    height: 135px;
    background: #f8f8f8;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.level-number .border-b {
    border-bottom: 1px solid #eaeaea;
}

.border-b-grey {
    border-bottom: 1px solid #f8f8f8;
}

.level-number span {
    font-size: 25px;
}

.btn-grey {
    background: #5b5b5b;
}

.bg-dark-yellow{
    background: #e89416;
}

.maturity-2 {
    background: #e89416 !important;
}

.maturity-0 {
    background: #e81616 !important;
}

.maturity-1 {
    background: #e86216 !important;
}

.maturity-3 {
    background: #e8ba16 !important;
}

.maturity-4 {
    background: #b1e816 !important;
}

.maturity-5 {
    background: #1ae816 !important;
}

/* DROPDOWN STYLE */
.dot-dropdown .dropdown-item.active,
.dot-dropdown .dropdown-item:active {
    background-color: #fff;
}

.dot-dropdown .btn-check:checked + .btn,
.dot-dropdown .btn.show {
    background: #f8f8f8;
}

.dot-dropdown .dropdown-toggle {
    background: #f8f8f8;
    border: 0;
}

.dot-dropdown .dropdown-item {
    padding: 8px 16px;
}

.dot-dropdown .dropdown-toggle:hover,
.dot-dropdown .dropdown-toggle:focus {
    background: #d6d6d6;
}

.dot-dropdown .dropdown-toggle:after {
    background: url("/assets/img/dropdown-icon.svg") no-repeat;
    color: #000;
    border: 0;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 9px;
}

.dot-dropdown .dropdown-toggle {
    width: 32px;
    height: 32px;
    position: relative;
}

.dot-dropdown .dropdown-menu {
    border: 1px solid #f2f4f7;
    border-radius: 8px;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

/* START TABS STYLE */
.chapter-tabs .nav .nav-item button.active {
    background-color: transparent;
    color: #000 !important;
    border-bottom: 2px solid #fdba2a;
    border-radius: 0 0 4px 4px;
}

.chapter-tabs .nav .nav-item button {
    border-bottom: 2px solid #5b5b5b;
    border-radius: 0 0 4px 4px;
    font-size: 13px;
    font-weight: 700 !important;
    padding: 8px 34px;
}

.chapter-tabs .nav-pills .nav-link {
    color: #5b5b5b !important;
}

/* MAP STYLE */
.map-box {
    padding: 16px;
    border-radius: 30px;
    box-shadow: 0px 5.18px 12px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    height: 100%;
}

/* START EVALUATION DETAIL PAGE STYLE */
.search-container {
    justify-content: space-between;
    display: flex;
    position: relative;
}

.search-container input {
    border: 0;
    border-bottom: 1px solid #dddfe2;
    padding: 8px 9px;
    border-radius: 4px;
}

.search-container input:focus-visible {
    outline: none;
}

.search-container input::placeholder {
    color: #969696;
    font-size: 12px;
    font-weight: 400;
}

.search-container i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.filter-dropdown button {
    width: 100%;
    border-radius: 100px;
}

.ev-detail {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 28px;
    background: #fff;
}

.ev-detail .accordion-button:focus {
    box-shadow: none;
    border: 0;
    outline: none;
    background-color: #fff;
}

.ev-detail .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.ev-detail .accordion-item:first-of-type > .accordion-header .accordion-button {
    background: #fff;
}

.overall-block {
    width: 40%;
    justify-content: center;
}

.sub-list {
    margin: 0 20px 0 30px;
}

.resolved-block .form-switch {
    background: #fff;
}

.accordion-button .badge-span {
    width: 72px;
    height: 34px;
    line-height: 28px;
    font-weight: 500;
    font-size: 25px;
}

.resolved-block .audit-mode label {
    font-size: 12px;
}

.right-back {
    transform: rotate(180deg);
    margin-left: 24px;
}

.resolved-block input {
    margin: auto !important;
}

.filter-dropdown .dropdown-toggle::after {
    background-image: url(/assets/img/filter.svg);
    color: transparent;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.filter-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 158px;
}

/* START CHAP CAT STYLE */
.refr-block {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.resolve-switch .form-switch {
    background: #fff;
}

.resolve-switch {
    width: 200px;
    margin-bottom: 0 !important;
}

.org-tabs .nav-pills .nav-link {
    color: #5b5b5b;
    font-weight: 300;
    font-size: 16px;
}

.org-tabs .nav-pills {
    border-bottom: 1px solid #d6d6d6;
}

.org-tabs .nav-pills .nav-link.active,
.org-tabs .nav-pills .show > .nav-link {
    background-color: #fff;
    color: #fdba2a;
    font-weight: 600;
    border-bottom: 2px solid #fdba2a !important;
    border-radius: 4px;
}

.input-control {
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    /* height: 28px; */
    padding: 3px 16px;
}

.input-control::placeholder {
    font-size: 12px !important;
    color: #000;
    font-weight: 300;
}

.input-control:focus-visible {
    outline: none;
}

.pluse-btn {
    height: 30px;
    width: 30px;
    border-radius: 8px;
    padding: 0;
}

.log-desc {
    word-break: break-word;
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.add-log {
    border-radius: 12px;
    padding: 16px 24px;
    background: #f8f8f8;
}

/* file upload style */
.upload-files-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.drag-file-area {
    border: 1px dashed #555770;
    border-radius: 4px;
    margin: 10px 0 3px;
    padding: 10px 0 0;
    width: 100%;
    text-align: center;
    position: relative;
}

.drag-file-area label .browse-files-text {
    color: #fdba2a;
    font-weight: 300;
    cursor: pointer;
}

.default-file-input {
    opacity: 0;
    display: none;
}

.drag-file-area h3 {
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.dynamic-message {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.form-container {
    margin-right: 20px;
}

.upload-format-text {
    color: #969696;
    font-size: 10px;
    font-weight: 300;
}

.upload-format-text span {
    font-weight: 500;
}

.uploaded-files-container {
    gap: 20px 0;
}

.uploaded-img {
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    text-align: center;
    padding: 20px;
    width: 130px;
    margin-right: 20px;
    cursor: pointer;
    min-height: 167px;
}

.uploaded-img span {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    word-break: break-all;
}

.close-btn {
    position: absolute;
    right: -8px;
    top: -5px;
}

.text-area-block textarea::placeholder {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 300;
}

.text-area-block textarea {
    font-weight: 300;
}

.new-evl input::placeholder {
    color: #5b5b5b66;
    font-weight: 300;
    font-size: 16px;
}

.new-evl input {
    border: 1px solid #5b5b5b40;
    border-radius: 12px;
    height: 42px;
}

/* RADIO BUTTON STYLES */
.rdio {
    position: relative;
}

.rdio input[type="radio"] {
    opacity: 0;
}

.rdio label {
    padding-left: 10px;
    cursor: pointer;
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #5b5b5b;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #fbc52d;
}

.rdio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #fbc52d;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #fbc52d;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #5b5b5b;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #fbc52d;
}

/* START HELP PAGE STYLE */
.help-accordian .accordion-header .accordion-button {
    background-color: #f8f8f8;
    border-radius: 16px;
    color: #191b1b;
    font-weight: 600;
    font-size: 16px;
}

.help-accordian .accordion-item {
    border: 0;
    margin-bottom: 24px;
}

.help-accordian .accordion-button {
    box-shadow: none !important;
}

.help-accordian .accordion-button:not(.collapsed) {
    background: #fdba2aed;
    border-bottom: 2px solid #fff;
    border-radius: 16px 16px 0 0 !important;
}

.help-accordian .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-radius: 16px;
}

.help-accordian .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 16px;
}

.help-accordian .accordion-collapse.collapse.show {
    background: #fdba2a4d;
    border-radius: 0 0 16px 16px;
}

.help-form-box {
    background: #fff;
    border-radius: 16px;
    padding: 16px 24px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    width: 500px;
    margin: 50px auto 100px;
}

.help-form input {
    border-radius: 35px;
    height: 31px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 300;
}

.help-form textarea {
    border-radius: 12px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 300;
}

.help-form input::placeholder {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 300;
}
.sidebar.collapsed .logout-sidebar {
    width: 53px;
    text-align: left;
}

.edit-profile-content {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    width: 800px;
    margin: auto;
}
.profile-upload-left .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
  }
  .profile-upload-left .avatar-upload .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
  }
  .profile-upload-left .avatar-upload .avatar-edit input {
    display: none;
  }
  .profile-upload-left .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .profile-upload-left .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .profile-upload-left .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .profile-upload-left .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
    border-radius: 100%;
    border: 6px solid #eee;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .profile-upload-left .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }


/* START MEDIA QUERY */
@media (max-width: 1024px) {
    .mobile-header-sidebar .btn-close:focus {
        box-shadow: none;
    }

    .offcanvas.offcanvas-end {
        width: 300px !important;
    }

    .sidebar {
        width: auto;
        height: auto;
        position: relative;
        padding: 0;
        overflow-y: initial;
        overflow-x: initial;
    }

    .main-header-block nav a {
        margin-left: 0;
    }

    .h-profile-dropdown {
        padding-right: 0;
    }

    .main-header-block p {
        display: none;
    }

    #sidebar {
        display: none;
    }

    .d-content {
        margin-left: 0;
        padding: 80px 15px 20px 15px;
    }

    .ev-detail .accordion-body .sm-left {
        justify-content: start !important;
        margin: 10px 0;
    }

    .overall-block {
        width: 100%;
        justify-content: start;
    }

    .ev-detail .accordion-button .badge-span {
        width: 68px;
        height: 30px;
        line-height: 24px;
        font-size: 20px;
    }

    .ev-detail .accordion-item .acc-head {
        display: block !important;
    }
    .edit-profile-content{
        width: 100%;
        margin-bottom: 100px;
    }
    .profile-upload-left .avatar-upload .avatar-edit{
        right: 28px;
    }
}

@media (max-width: 767px) {
    .nav-right-section {
        width: auto;
    }

    .nav-language-dropdown {
        font-size: 12px !important;
        padding: 5px 7px !important;
    }

    .access-btn {
        padding: 7px 15px !important;
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .main-chapter h3 {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .main-chapter a {
        display: inline-block;
        margin-bottom: 20px;
    }

    .main-header-block p {
        font-size: 12px;
    }

    .h-profile-dropdown span {
        display: none;
    }

    .h-profile-dropdown button img {
        margin-right: 0;
    }

    .h-profile-dropdown .dropdown-toggle::after {
        right: -10px;
    }

    .progress_bar {
        margin-bottom: 30px;
    }

    .level-number {
        margin-bottom: 10px;
    }

    .evaluation-card .xs-m-block {
        display: block !important;
    }

    .head-line {
        display: block !important;
        margin-bottom: 20px;
    }

    .level-number span {
        font-size: 20px;
    }

    .badge-span {
        font-size: 14px;
    }

    .btn-yellow {
        font-size: 14px;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .evaluation-list .xs-m-block {
        display: block !important;
    }

    .map-box {
        margin-bottom: 20px;
    }

    .evaluation-card h3 {
        margin-bottom: 10px !important;
    }

    .xs-mb-0 {
        margin-bottom: 0 !important;
    }

    .xs-mb-10 {
        margin-bottom: 10px !important;
    }

    .evaluation-content .xs-m-block {
        display: block !important;
    }

    .evaluation-card {
        padding: 20px;
    }

    footer img {
        height: 50px;
    }

    .h-profile-dropdown button {
        background: #fff;
    }

    .level-number {
        height: auto;
    }

    .f-b .filter-block {
        display: block !important;
    }

    .search-container {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .ev-detail {
        padding: 10px;
    }

    .filter-dropdown .dropdown-toggle {
        max-width: 200px;
    }

    .ev-detail .accordion-button h3 {
        font-size: 16px;
    }

    #pills-document .left-one {
        display: block !important;
    }

    .form-container {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .uploaded-img {
        margin: 10px;
    }

    .org-tabs .nav-pills {
        justify-content: start;
        white-space: nowrap;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .help-form-box {
        width: 100%;
    }

    .help-accordian .accordion-item {
        margin-bottom: 15px;
    }

}

@media (max-width: 575px) {
    .forgot-heading-second-title {
        padding-left: 25px;
    }

    .main-chapter .xs-m-block {
        display: block !important;
    }
}

.auth-bg {
    background-image: url("/assets/img/background-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.category-container.accordion-item {
    border: none;
}

.category-container.accordion-item h2 {
    border-bottom: 1px solid #d6d6d6;
}

.question-title {
    border-bottom: 1px solid #f8f8f8;
}

.btn-yellow:disabled {
    background: #5b5b5b;
    cursor: no-drop;
}

.form-select:not(.accessibility-select):focus {
    border: none;
}

.accessibility-select:focus{
    border-color: #5b5b5b40;
}

.form-select:focus{
    box-shadow: none;
}

.main-content {
    padding: 8px 16px;
    border-radius: 8px;
}

.is-audit-mode {
    background: #ffc7c7;
}

.login-card {
    padding-top: 120px;
}

.ck .ck-placeholder:before,
.ck.ck-placeholder:before {
    color: #5b5b5b !important;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1440px) and (min-width: 1024px) {
    .w-xl-75 {
        width: 75%;
    }
}


@media (min-width: 1441px)  {
    .w-xxl-50 {
        width: 50%;
    }
}


.tutorial-popover {
    width: 100%;
    max-width: 380px;
    z-index: 9999;
}

.tutorial-popover .popover-arrow {
    display: none;
}

#language-dropdown button {
    border: none;
    background: #f8f8f8;
    outline: none;
}

#language-dropdown .dropdown-menu {
    border: none;
    padding: 0;
    top: 0;
}

#language-dropdown .dropdown-menu li a {
    padding: 0.375rem 0.75rem;
}

.sidebar.collapsed #language-dropdown .dropdown-menu li a{
    padding: 5px;
}

.sidebar #language-dropdown .dropdown-menu li a:active{
    background-color: transparent;
}

.sidebar.collapsed .logout-link{
    margin-top: 0.75em;
}

#language-dropdown:hover .dropdown-menu {
    display: block;
    background-color: #f8f8f8;
}

#language-dropdown button:after {
    content: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

img.file-preview {
    height: 90px;
}

.mw-fit-content{
    min-width: fit-content;
}

.btn-icon {
    color: #fff;
    border: none;
    padding: 5px 10px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#faq-accordion .accordion-body ul{
    list-style: none;
}

.tutorial-active{
    border: 1px solid #fbc52d !important;
    box-shadow: 2px 2px 10px 2px #fbc52d !important;
    border-radius: 8px;
}

.online-users-container{
    border-radius: 6px;
    background-color: #f8f8f8;
    display: flex;
}

.online-users-container .users-count{
    background-color: #fdba2a;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 8px;
    font-weight: 700;
    border-radius: 6px 0 0 6px;
}

.online-users-container .online-users-text{
    padding: 4px 8px;
    display: flex;
    align-items: center;
}

.maturity-table th,
.maturity-table td{
    background-color: transparent;
}

.profile-tabs .nav-pills .nav-link{
    position: relative;
    width: 100%;
    font-size: 20px;
    color: #191B1B;
    font-weight: 500;
}

#qr-image{
    display: inline-block;
    border: 1px solid #C0C0C0;
}

.qr-secret a, .secret-text p {
    color: #191B1B !important;
    font-weight: 500;
}

.copy-button{
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.copy-button:hover, .copy-button:active{
    background: transparent;
    border: none;
    box-shadow: none;
}

.alert-danger{
    --bs-alert-bg: #fff;
    --bs-border-radius: 8px;
    --bs-border-width: 2px;
    --bs-alert-border-color: #FF0000;
    border: none;
    border-bottom: 2px solid var(--bs-alert-border-color);
    padding: 0.5em;
}

.text-success{
    color: #06C270 !important;
}

input[type=number].no-arrows::-webkit-inner-spin-button,
input[type=number].no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.otp-inputs{
    display: flex;
    gap: 1em;
    justify-content: center;
}

.otp-inputs input{
    text-align: center;
    width: 2.5em !important;
}

.user-management-canvas{
    margin-top: 70px;
    --bs-offcanvas-padding-y: 40px;
    --bs-offcanvas-padding-x: 26px;
    border-radius: 24px 0 0 24px;
}

.offcanvas-header .btn-close{
    padding: 15px;
    border-radius: 50%;
}

.sub-user-profile .avatar-upload .avatar-preview{
    border: none;
    box-shadow: none;
    width: 134px;
    height: 134px;
}

.sub-user-profile .avatar-upload .avatar-edit{
    right: 30px;
}

.user-profile-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

#users-table th{
    text-align: center;
}

#users-table tr > *{
    padding: 1em;
    vertical-align: middle;
}

.btn-table-action{
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    line-height: 1;
}

.btn-table-action img{
    width: 100%;
}

.btn-table-action:hover, .btn-table-action:focus{
    background: none;
    border: none;
    box-shadow: none;
}

.dt-length select{
    margin-right: 0.5em;
}

div.dt-container .dt-paging .dt-paging-button.current{
    background: #fbc52d !important;
    border-color: #fbc52d !important;
    color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button:focus,
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button:active{
    box-shadow: none !important;
    border-color: #fbc52d !important;
    color: #fff !important;
    background: #fbc52d !important;
}

div.dt-container .dt-paging .dt-paging-button.current:hover{
    border-color: #c59123 !important;
    background: #c59123 !important;
}

#users-table_wrapper.dt-container .dt-paging .dt-paging-button.current:hover{
    color: #fff !important;
}

.dt-search-container{
    justify-content: end;
}

@media (min-width: 768px) {
    .dt-search-container input{
        width: 35%;
    }
}

