.settings_container {
    background: #010A0F;
    color: ghostwhite;
    margin: 16px;
    border-radius: 8px;
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
    font-size: smaller;
}

.settings_heading_layout{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal-backdrop {
    opacity: 0.3 !important;
}

.settings_title {
    font-size: large;
    margin-top: 8px;
    margin-bottom: 16px;
    color: whitesmoke;
    font-weight: bolder;
}

.settings_sub_title {
    font-size: small;
    margin-top: 16px;
    color: whitesmoke;
    margin-bottom: 8px;
    font-weight: bolder;
}


.settings_content_text {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #bebdbd;
    font-size: small;
}