
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#dvComplianceReport .accordion-header {
    background-color: #f0f0f0;
    cursor: pointer;
}

#dvsectiondata .accordion-header:hover {
    background-color: #e0e0e0;
}

#dvComplianceReport .status-bar {
    height: 10px;
    width: 100px;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#dvComplianceReport .status-fill {
    height: 100%;
}

#dvComplianceReport .accordion-content {
    display: none;
    background-color: #fafafa;
}

#dvComplianceReport .toggle-icon {
    margin-right: 5px;
    font-weight: bold;
}

#dvComplianceReport .checkbox-center {
    text-align: center;
}

#dvComplianceReport .toggle-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

    #dvComplianceReport .toggle-icon.rotate {
        transform: rotate(180deg);
    }
/* Modern Button Styling Scoped to #dvComplianceReport */
#dvComplianceReport button {
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    border: none;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 15px rgba(110, 142, 251, 0.4);
}

    #dvComplianceReport button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        transform: scale(0);
        transition: transform 0.5s ease;
        border-radius: inherit;
    }

    #dvComplianceReport button:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(110, 142, 251, 0.6);
    }

        #dvComplianceReport button:hover::before {
            transform: scale(1);
        }

    #dvComplianceReport button:active {
        transform: translateY(0);
        box-shadow: 0 5px 10px rgba(110, 142, 251, 0.4);
    }

    /* Icon Styling */
    #dvComplianceReport button span {
        margin-left: 8px;
        font-size: 12px;
    }

button.accordion {
    padding: 14px !important;
    border: #797979 solid 1px !important;
    width: 100%;
}


.panel {
    display: none;
    margin-bottom: 0px !important;
    background-color: white;
    overflow: hidden;
    border-radius: 0px;
}

    .panel .row {
        margin: 0px;
    }

    .panel .label-output {
        padding: 5px;
    }

    .panel .header .label-output {
        background-color: #f1f1f1;
        padding: 5px;
    }

    .panel .label-output.apply {
        padding: 1px 10px 0px;
    }

.stepper {
    max-width: 600px;
    margin: auto;
}

.step {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 20px;
}

    .step .circle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
        color: white;
        position: relative;
        z-index: 2;
    }

    .step .line {
        position: absolute;
        width: 2px;
        height: 100%;
        background: #ccc;
        left: 10px;
        top: 20px;
    }

    .step:last-child .line {
        display: none;
    }

.step-content {
    width: 10px;
    background: white;
    border-radius: 8px;
    padding: 15px;
    flex-grow: 1;
    margin-left: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

    .step-content:hover {
        background: #eef2f7;
    }

.step-title {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-content .details {
    display: none;
    margin-top: 10px;
}

.step-content.active .details {
    display: block;
}

.circle.green {
    background: green;
}

.circle.red {
    background: red;
}

.circle.orange {
    background: orange;
}

#dvcompliancetabs .tab-container {
    display: flex;
    background-color: #f5f8fd;
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
    border: 1px solid #d0e2ff;
}

#dvcompliancetabs .tab {
    padding: 8px 14px;
    margin-right: 5px;
    border-radius: 8px;
    cursor: pointer;
    color: #4a4a4a;
    font-weight: 500;
}

    #dvcompliancetabs .tab.active {
        background-color: white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        font-weight: bold;
    }

#divGDPAssess .notification-badge {
    position: absolute;
    top: 2.8rem;
    right: 10.8rem;
    background-color: #e5081d;
    color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    font-weight: bold;
}

#divCGBOT .notification-badge {
    position: absolute;
    top: .7rem;
    right: 10.8rem;
    background-color: #e5081d;
    color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    font-weight: bold;
}

#dvgdptabapproach .tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

#dvgdptabapproach .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f9f9f9;
    margin-right: 5px;
    border-radius: 8%;
}

    #dvgdptabapproach .tab.active {
        background-color: white;
        font-weight: bold;
        border-top: 2px solid #333;
        border-radius: 8%;
    }

#dvgdptabapproach .tab-content-gdp {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
}

    #dvgdptabapproach .tab-content-gdp.active {
        display: block;
    }

#dvgdptabapproach .category-label {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: white;
    margin-left: 1px;
}

#dvgdptabapproach .green {
    background-color: green;
}

#dvgdptabapproach .blue {
    background-color: #00bcd4;
}

#dvgdptabapproach .orange {
    background-color: orange;
}

#dvgdptabapproach .footer-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.position-sticky {
    position: sticky;
    top: 0;
    background: lightgray;
    z-index: 3;
}

#divregen .notification-badge{
    position: absolute;
    top: 0.7rem;
    right: 2.7rem;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
#dvgdptabapproach .label-container {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
    }