/* .privancy-background-img {
    height: 25rem;
} */

.privacypolicy-content {
    max-height: 506px;
    overflow-y: auto;
}

.privacypolicy-section .form-check-input {
    height: 25px;
    width: 25px;
    border: 1px solid rgba(0, 0, 0, 1);
}

.privacypolicy-section .form-check-input:checked {

    border-color: rgb(13, 110, 253);
}

.form-check-input:focus {
    box-shadow: none;
}

.privacypolicy-content::-webkit-scrollbar {
    width: 5px;
}

.privacypolicy-content::-webkit-scrollbar-track {
    background: white;
}

.privacypolicy-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.privacypolicy-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}