﻿.cbf-communication {

    overflow-y: auto; 
    height: 100vh; 
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
    .cbf-communication::-webkit-scrollbar {
        display: none !important;
    }
    .cbf-communication .container-fluid {
        max-width: 1920px;
        margin: 0 auto;
    }

        .cbf-communication .container-fluid .content {
            display: flex;
            flex-direction: row;
            gap: 32px;
            margin: 0 auto;
            max-width:1500px;

        }


    .cbf-communication .content .body {
        display: flex;
        flex-direction: column;
        max-width: 1500px;
        width:100%;
    }

        .cbf-communication .content .body .body-content {
            display: flex;
            padding: 30px 0px 0px 0px;
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }

            .cbf-communication .content .body .body-content .body-header {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
                align-self: stretch;
            }

                .cbf-communication .content .body .body-content .body-header h2 {
                    font-family: Montserrat;
                    font-size: 38px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 47px;
                }

                .cbf-communication .content .body .body-content .body-header h6 {
                    font-family: Roboto;
                    font-size: 18px !important;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 30px !important;
                }

       

        .cbf-communication .content .body .body-content .communication-content {
            display: flex;
            max-width: 1500px;
            width:100%;
            flex-direction: column;
            align-items: flex-start;
            gap: 40px;
            align-self: stretch;
        }

            .cbf-communication .content .body .body-content .communication-content h3 {
                font-family: Roboto;
                font-size: 27px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .cbf-communication .content .body .body-content .communication-content .topics-of-interest,
            .cbf-communication .content .body .body-content .communication-content .email,
            .cbf-communication .content .body .body-content .communication-content .other-communication {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
                align-self: stretch;
            }

            .cbf-communication .content .body .body-content .communication-content .options {
                display: flex;
                justify-content: space-between;
                align-items: center;
                align-content: center;
                row-gap: 16px;
                align-self: stretch;
                flex-wrap: wrap;
            }

            .cbf-communication .content .body .body-content .communication-content h5 {
                font-family: Roboto;
                font-size: 20px !important;
                font-style: normal;
                font-weight: 400;
                line-height: 30px !important; /* 150% */
            }

            .cbf-communication .content .body .body-content .communication-content p {
                font-family: Roboto;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
            }

            .cbf-communication .content .body .body-content .communication-content .options .option-details {
                display: flex;
                min-width: 300px;
                max-width: 500px;
                padding-right: 16px;
                flex-direction: column;
                align-items: flex-start;
                /* gap: 15px;*/
                flex: 1 0 0;
            }

            .cbf-communication .content .body .body-content .communication-content .options .option-buttons {
                display: flex;
                border-radius: 10px;
                overflow: hidden;
                width: 140px;
                text-align: center;
                border: 1px solid #ccc;
                flex-shrink: 0;
            }

       

.option-buttons input {
    flex: 1;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    width: 70px;
    border: none;
    height: 52px;
}

.toggle-btn-left, .toggle-btn-right {
    background: #D9D9D9;
    color: black;
}


.active-toggle {
    background: var(--Yes-Green, #32B081);
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.30) inset;
    color: white !important;
}


.cbf-communication .content .body .body-content .body-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    align-self: stretch;
}

.cbf-communication .content .body .body-content .communication-content hr {
    max-width: 1500px;
    width:100%;
    height: 1px;
    background: #9844BA;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cbf-communication .content .body .body-content .communication-content .unsubscribe .unsubscribe-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
}

.unsubscribe-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    gap: 15px;
    align-self: stretch;
}

.hidden-checkbox {
    display: none;
}

.checkbox-icon {
    transition: 0.3s;
}

.checkbox-content {
    display: flex;
    flex-direction: column;
}

.unsubscribe-checkbox h5 {
    margin-bottom: 5px !important;
}

.checked {
    fill: #9844BA;
}
.back-btn {
    display: flex;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--CB-Purple-1000-9844BA, #9844BA);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid var(--CB-Purple-1000-9844BA, #9844BA);
    width: fit-content;
}

.back-btn-svg {
    vertical-align: middle;
}

#contentBackBtn {
    display: none;
}
@media(min-width:1025px) and (max-width:1209px) {
    .cbf-communication .content .body .body-content {
        margin-left: 80px !important;
    }

      
}
@media(max-width:1024px) {
    #contentBackBtn {
        display: block;
    }

    .cbf-communication .content {
        padding-top: 70px !important;
    }

   