    #textTogg {
        display: none;
    }

    .retogBtn {
        color: #D5B160;
        font-weight: bold;
        max-width: 150px;
        text-decoration: underline;
        margin: 5px 0;
        cursor: pointer;
    }

    .termsPg .accordion {
        --bs-accordion-border-color: #16253d;
    }

    .termsPg .accordion-item {
        color: #6c737f;
        background-color: #0d161e;
        font-size: 13px;
        line-height: 19px;
    }

    .termsPg .accordion-item li {
        margin-bottom: 5px;
    }


    .termsPg .accordion-button {
        background-color: #223c66;
        color: #e3eeff;
    }

    .termsPg small {
        font-size: 9px;
        width: 95%;
        margin: 5px auto 0;
        color: #757575;
        display: block;
        text-align: right;
    }