.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.div-checkbox {
    margin-right: 0;
    margin-bottom: 8px;
    width: 33.33%;
}
.div-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.div-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: black;
}
.div-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #424244;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}
.div-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tab-style-3 .nav-item.inner-nav-items .nav-link:before{
     display: none;
}
.tab-style-3 .nav-item.inner-nav-items .nav-link:after{
     display: none;
}

.tab-style-3 .nav-item.inner-nav-items .nav-link{
    border: 1px solid #373435;
    padding: 12px 0px !important;
    height: 100%;
    font-size: 16px;
    background-color: #373435;
    color: white;
    border-radius: 18px;
    line-height: 20px;
}

.tab-style-3 .nav-item.inner-nav-items{
    width: 22%;
    gap: 15px;
    height: auto;
    min-height: auto;
}

.tab-style-3 .nav-item.inner-nav-items .nav-link.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}
.inner-tab-content .div-checkbox{
    width: 100%;
}

.inner-tab-content .div-checkbox label{
    font-size: .9rem;
    font-weight: 600;
    color: var(--default-text-color);
}

.separator {
    border-top: 2px solid var(--default-border);
    padding-top: 15px;
    border-bottom: 2px solid var(--default-border);
    margin-top: 5px;
    background-color: #ebedf1a6;
    padding: 20px;
}

.inner-tab-content .alert-info {
    padding: 20px;
}

.inner-tab-content .alert-info ul {
    list-style: disc;
}

.tab-style-3 .nav-item .nav-link.objectives:after {
    content: "4";
}

.tab-style-3 .nav-item .nav-link.opening:after {
    content: "5";
}

.tab-style-3 .nav-item .nav-link.evidences:after {
    content: "6";
}

.tab-style-3 .nav-item .nav-link.notes-client:after {
    content: "7";
}

.tab-style-3 .nav-item .nav-link.open-audit:after {
    content: "8";
}

.tab-style-3 .nav-item .nav-link.head-office:after {
    content: "9";
}

.tab-style-3 .nav-item .nav-link.audit-summary:after {
    content: "10";
}

.tab-style-3 .nav-item .nav-link.interviewed:after {
    content: "11";
}

.tab-style-3 .nav-item .nav-link.closing-meeting:after {
    content: "12";
}

.tab-style-3 .nav-item .nav-link.next-audit:after {
    content: "13";
}

.tab-style-3 .nav-item .nav-link.summary:after {
    content: "14";
}

.btn-addObjectiveEvidence{
    display:none;
}

.tab-style-3 .nav-item .nav-link:after {
    inset-inline-start: 38%;
}

.tab-style-3 .nav-item {
    min-height: 70px;
}

.tab-style-3 {
    border-top: 1px dashed var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
    padding-top: 15px;
}

#myTab3{
    border: 0;
    gap: 20px;
    background-color: #f2f3f9;
    border-radius: .313rem;
    padding: 20px 0px;
    border: 1px solid var(--default-border);
}

.wrapper-nested{
    display: none;
}

.wrapper-nested h4 {
    font-weight: bolder;
    margin: 10px 0px;
    border-top: 1px solid #f35900;
    border-bottom: 1px solid #f35900;
    padding: 5px 0px;
    font-size: 20px;
}

.context-left p {
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.context-left h5 {
    margin-bottom: 12px;
    font-size: 20px;
}

.context-left button.accordion-button {
    color: black !important;!i;!;
    font-weight: 400;
    background-color: #fafafa !important;!im;!imo;!imop;!i;!;
}

.context-left {}

.context-left .accordion-body {
    background-color: #f2f3f9;
}

.context-left h4 {
    font-size: 18px;
}

.bg-box {
    background-color: #f2f3f9;
    padding: 15px;
    color: black;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin: 15px 0px;
}

.bg-box ul {
    padding: 0;
    margin: 0;
    list-style: unset;
    padding-left: 15px;
    border-radius: 10px;
}

.context-left-border {
    border-right: 1px solid var(--default-border);
}

.context-left {padding-right: 6px;}

.context-right .div-checkbox label:before{
    border-radius: 50px;
}

.context-right .div-checkbox input:checked + label:before{
    background-color: rgb(var(--orange-rgb));
}

.context-right .div-checkbox input:checked + label:after {
    border-color: white;
    top: 5px;
}

.context-right .div-checkbox label {
    font-size: 16px;
}

.evidence-box label {
    font-size: 14px;
    font-weight: 500;
}

.btn-round {
    border-radius: 50px;
    padding-right:20px;
    padding-left:20px;
}

ul#myTab3 > h1 {
    font-size: 19px;
    margin: 0;
    font-weight: bold;
    flex: 0 0 100%;
    text-align: center;
}

.btn-addOfi{
    display:none;
}

.context-right {
    padding-left: 2px;
}

.evidence-button ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.table-responsive{
    scrollbar-color: #e5e5e5 transparent;
}

.app-sidebar .slide > ul {
    padding: 0;
    display: none;
}

.app-sidebar .slide > ul a {
    padding-left: 50px;
}

.app-sidebar .slide > ul > li > ul {
    padding-left: 0px !important;
}

[data-menu-styles=light] .app-sidebar li.active > .side-menu__item{
    color: #fff;
    background: linear-gradient(to bottom right, var(--primary-color) 0, var(--primary06) 100%);
    border-start-start-radius: 0;
    border-start-end-radius: 60px;
    border-end-end-radius: 60px;
    border-end-start-radius: 0;
    box-shadow: 0 7px 12px 0 var(--primary02);
}

[data-menu-styles=light] .app-sidebar li.active > .side-menu__item .side-menu__label {
    color: #fff;
}

.app-sidebar li.active > .side-menu__item .side-menu__icon{
    color: #fff;
}

.app-sidebar .slide.active ul {
    display: block;
}

[data-menu-styles=light] .app-sidebar li.active > .side-menu__item:hover .side-menu__label{
    color: var(--primary-color);
}

.app-sidebar .slide > ul > li > ul li a {
    padding-left: 75px;
}

[data-menu-styles=light] .app-sidebar .side-menu__item.active:hover a {
    color: #fff;
    background: linear-gradient(to bottom right, var(--primary-color) 0, var(--primary06) 100%) !important;
    border-start-start-radius: 0;
    border-start-end-radius: 60px;
    border-end-end-radius: 60px;
    border-end-start-radius: 0;
}

li.slide.active > a span {
    color: white !important;
}

.drag-repeater .drag > div {
    border: 1px dashed #e5e5e5;
    padding: 15px;
    margin: 15px 0;
    cursor: pointer;
}

ul.drag-buton-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 28px;
    gap: 15px;
}

ul.drag-buton-wrapper a {
    padding: 11px 15px;
}

ul#myTab1 button {
    width: 2rem;
    height: 2rem;
    border: 2px solid var(--default-border);
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 500;
    padding: 0;
    position: relative;
}

ul#myTab1 {
    align-items: center;
    justify-content: center;
    border: 0;
    margin-bottom: 10px;
}

.tab-style-3 .nav-item .nav-link.next-audit-date:after {
    content: "15";
}

ul#myTab1 button span {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 14px;
    width: 14px;
    height: 14.01px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #f82649;
    border-radius: 46px;
}

ul#myTab1 button.active {
    background-color: rgb(var(--secondary-rgb))!important;
    color: white;
}