.ot-privacy-notice-language-dropdown-container{
    padding: 12px 24px 0 0;
}

.ot-digital-policy-language-dropdown-wrapper {
    padding: 10px 16px 10px 16px;
    gap: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 206, 206, 1)
}

.ot-digital-policy-language-selected {
    gap: 8px;
}

.otnotice-section-header {
    gap: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #1B1E24!important;
}

.otnotice-section-content {
    width: 100%;
    gap: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.otnotice-section-content tr:first-of-type {
    background: rgba(68, 72, 84, 1);
    color: #ffffff;
}

ul.otnotice-menu {
    width: 264px;
    padding: 0 0 0 0;
    gap: 8px;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
}

ul.otnotice-menu>.otnotice-menu-section {
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 8px 16px 8px 24px;
    gap: 8px;
    text-transform: lowercase;
}

.otnotice-menu-section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 8px 16px 8px 24px;
    gap: 8px;
    text-transform: lowercase;
    width: 100% !important;
}

.otnotice-menu-section:first-letter {
    text-transform: capitalize;
}

.otnotice-sections {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    gap: 8px;
    padding: 16px;
    margin-left: 400px;
    margin-right: 50px;
}
li.otnotice-menu-section:nth-child(n+2){
    border-top: 1px solid #EDEDED;
}

li.selected{
    border-left: 4px solid rgba(25, 79, 161, 1);
    background: rgba(235, 243, 253, 1);
}

header{
    display:flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}

img{
    padding-left: 12px;
}

td{
    text-align: center!important;
    width: 33.3%!important;
}

table{
    width: 100%!important;
    margin-bottom: 24px;
    border: 1px solid #CCCECE;
}

td>p{
    margin: 16px!important;
}

td>ul{
    margin: 16px!important;
    text-align: left;
}

tr:nth-child(3){
    background-color: #F9F9F9!important;
}

tr:not(:first-child) td{
    padding: 16px;
}

td:first-child{
    vertical-align: top!important;
    text-align: left!important;
    font-weight: bold!important;
    padding: 0!important;
}

tr:first-child td:first-child {
    font-weight: normal!important;
}

td:nth-child(2){
    text-align: left!important;
}

td:nth-child(3){
    text-align: left!important;
    padding-left: 16px!important;
}

.otnotice__version{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    position: relative;
    margin: 0;
    padding: 0 0 40px 0;
    top:35vh;
}




