#setting-page {
    padding: 100px 70px;
    padding-left:170px;
    padding-right: 40px;
    /* background:#030a0e;     */
}
#setting-page-contents-wrapper {
    padding-bottom: 20px;
    height: 100%;
    font-size: 0;
}
#setting-menus-container {
    font-size: 0;
    overflow-y: scroll;    
    position: relative;
    margin-top: 10px;
}
.setting-menu-item-container {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 0 10px;
}
.setting-menu-item-wrapper {
    /* background: #111; */
    width: 100%;
    transition: all 0.2s;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px;
    margin-bottom: 10px;
    /* border: 2px solid rgba(255, 255, 255, 0.10); */
    background-clip: padding-box;
}
.setting-menu-item-wrapper.active {
    /* transform: scale(1.05); */
    /* background: #21AAC4; */
    border-color:transparent;
}
.setting-menu-item-wrapper * {
    display: inline-block;
    vertical-align: middle;
}
.setting-menu-item-icon {
    height: 30px;
    margin-right: 20px;
}

.setting-menu-item-text {
    text-align: left;
    font-size: 30px;
    color: #FFFCDF;
    font-weight: normal;
}
.active .setting-menu-item-text {
    color: #fff;
    /* font-weight: bold; */
}

.setting-page-section {
    height: 100%;
    display: none;
    position: relative;
}
.setting-page-section-title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}
.setting-page-section-items-container {
    overflow-y: scroll;   
    position: relative;
    height: 900px;
}
.setting-section-menu-item {
    font-size: 25px;
    color: #F0DAC1;
    font-weight: normal;
    padding: 10px 15px;
    border-radius: 5px;
}
#stream-format-items-container .setting-section-menu-item {
    margin-bottom: 20px;
}
#stream-format-items-container {
    padding-top: 120px;
}

#parent_control_items_container {
    padding-top: 120px;
}
#parent-account-valid-error {
    display: none;
    font-size: 20px;
}
.setting-section-btns-container-1 {
    margin-top:20px;
    white-space: nowrap;
}

.stream-format-option label {
    margin-bottom: 0;
}

.setting-items-container {
    max-height: 648px;
    overflow-y:scroll;
    position: relative;
}
html.no-scale-layout .setting-items-container {
    max-height: 60vh;
}
.setting-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    z-index: 11;
}
.setting-modal-content-wrapper {
    padding: 30px 40px;    
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    border-radius: 10px;
    background: #2E2A25;
    box-shadow: 0px 0px 50px #6f6d6d24;
}
.setting-modal-content-wrapper.setting-modal-type-2 {
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
}
.setting-modal-title {
    color: #FFFCDF;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.setting-modal-content-wrapper.setting-modal-type-2 .setting-modal-title {
    border-bottom: 2px solid #ECD6BD;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.setting-modal-body-section {
    padding-left: 0px;
    padding-right: 0px;
}

.setting-modal-btns-container {
    margin-top:20px;
    text-align: right;
    font-size: 0;
}
.setting-modal-btn{    
    color: #FFF0D6;
    background: #39342E;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    border-radius: 10px;    
    width: 100%;
    transition: all 0.2s;    
}
.setting-modal-btn.active {    
    color: #fff;
    /* background: linear-gradient(99deg, #2BA6DE -3.94%, #006F98 119.46%); */
    background: linear-gradient(
        180deg,
        #e6c84f 0%,   /* softer top */
        #d4af37 30%,  /* gold */
        #c49b1a 60%,  /* deeper gold */
        #8f6f00 100%  /* dark base */
    );
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.7);    
}

.setting-modal-btn-wrapper-1 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.setting-modal-btn-wrapper-2 {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
}
.setting-modal-btns-container-1 .setting-modal-btn-wrapper-1:nth-child(1){
    padding-right:10px;
}
.setting-modal-btns-container-1 .setting-modal-btn-wrapper-1:nth-child(2){
    padding-left:10px;
}
.setting-modal-btn-wrapper-2:nth-child(1){
    padding-right:10px;
}
.setting-modal-btn-wrapper-2:nth-child(2){
    padding-right:5px;
    padding-left: 5px;
}
.setting-modal-btn-wrapper-2:nth-child(3){    
    padding-left: 10px;
}



.setting-modal-btn-1 {
    border-radius: 5px;
    width: 100%;
    padding: 10px !important;
    background: #1E1E1E !important;
    color: #fff !important;
    font-size: 30px;
    transition: all 0.2s;
    border: none !important;
}
.setting-modal-btn-1.active {
    background: linear-gradient(273.26deg, rgba(37, 145, 207, 0.41) 0%, #2591CF 100%),
    linear-gradient(273.26deg, #2591CF 0%, #2591CF 100%) !important;
    /* background: linear-gradient(273.26deg, rgba(37, 145, 207, 0.41) 0%, #2591CF 100%) !important;     */
}

#subtitle-setting-modal {
    text-align: center;
    color: #FFFCDF;
}
#subtitle-setting-modal .modal-body {
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
#subtitle-setting-label {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 35px;
    font-weight: normal;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    color: #dad9d9;
}
#subtitle-btns-container {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    white-space: nowrap;
    font-size: 35px;
    text-align: right;
}
.subtitle-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px 22px;
    margin: 0 1px;
    border-radius: 5px;
    font-size: 35px;
    color: #FFFCDF;
    background: #39342E;;
    /* border: 3px solid transparent; */
    transition: all 0.2s;
    min-width: 100px;
}
.subtitle-btn.subtitle-setting-item {
    cursor: pointer;
}
.subtitle-btn.active {
    /* border-color: #fff; */
    background: linear-gradient(99deg, #2BA6DE -3.94%, #006F98 119.46%);
}
#subtitle-setting-items-container {
    padding-top: 250px;
}
#clear-cache-items-container {
    padding-top: 200px;
}
#clear-recent-modal .modal-button-wrapper{
    margin-bottom: 10px;
}


.hide-category-btn-wrapper{
    padding-top:0 !important;
    padding-bottom: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
    display: inline-block;
}
.hide-category-btn-wrapper:first-child {
    padding-left: 0;
}
.hide-category-btn{
    text-align: center;
    width:100%;
    color:#fff;
    font-size:35px;
}
.hide-category-btn:hover,.hide-category-btn.active{
    background: #ffff00 !important;
    color: #333;
}
.hide-category-btn-wrapper.active .hide-category-btn{
    background: #ffff00 !important;
    color: #333;
}
.hide-category-modal-option{
    padding: 10px 20px;
    border-radius: 5px;
    color:#fff;
}
.hide-category-checkbox {
    position: absolute;
    display: none;
}
.hide-category-checkbox + label {
    position: relative;
    display: block;
    padding-right: 50px;
    font-size:30px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.hide-category-checkbox + label:before {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    content: '';
    border: 3px solid #fff;
    border-radius: 3px;
}
.hide-category-checkbox:checked + label:before {
    animation-name: none;
}
.hide-category-checkbox:checked + label:after {
    display: block;
}
.hide-category-checkbox + label:before {
    
}

.hide-category-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
    top: 10px;
    right: 12px;
    box-sizing: border-box;
    width: 12px;
    height: 18px;
    transform: rotate(40deg);
    border-width: 3px;
    border-style: solid;
    border-color: #eee;
    border-top: 0;
    border-left: 0;
}

.hide-category-checkbox:checked + label:before {
    /* border: #7070db; */
    /* background: #4e64d0; */
}

.hide-category-checkbox:checked[disabled] + label:before {
    /* border: #c9e2f9; */
    /* background: #c9e2f9; */
}

.hide-category-checkbox:checked + label:before {
    /* border:#ddd; */
}

.hide-category-modal-option.active .hide-category-checkbox + label:before{
    /* border: 3px solid #111; */
}
.hide-category-modal-option.active .hide-category-checkbox:checked + label:before{
    /* border: 3px solid #ddd; */
}
#account-page {
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    background: rgba(33, 19, 14, 0.64);     
    z-index: 100;
}
#account-page-contents-wrapper {
    position: fixed;
    top:50%;
    left:50%;
    width: 960px;
    transform: translate(-50%, -50%);
    padding:0;
    background: #262626;
}
html.no-scale-layout #account-page-contents-wrapper {
    width: 50vw;
}
#account-page-title {
    background: #bfa415;
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding:10px;
}
#account-page-information-container {
    padding: 15px 25px;
}

#account-page-profile-image-container {
    width: 240px;
}
#account-page-profile-img {
    width: 100%;
}
#account-page-device-info-container {    
    font-size: 0;        
}
.account-page-device-info-item {
    color: #fff;
    padding:5px 10px;
    font-size: 0;
    white-space: nowrap;
}
.account-page-device-info-item * {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400; 
    font-size: 28px;   
}
.account-page-device-info-item-label {     
    font-weight: 400; 
    color: #B6B6B6;       
}
.account-page-device-info-item-value {        
    color:#fff;           
}
#account-page-link-container {
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1E1E1E;
    padding: 16px 24px;
    border-radius: 10px;
    width: 600px;
    white-space: normal;
}
#account-page-link-desc {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
}
#account-page-link-value {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    font-weight: lighter;
}

.checkbox-type-1 {
    position: absolute;
    display: none;
}
.checkbox-type-1 + label {
    position: relative;
    display: block;
    padding-right: 60px;
    font-size:27px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.checkbox-type-1 + label:before {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    border: 3px solid #D2BAAA;
    border-radius: 3px;
    animation-name: none;
}

.checkbox-type-1 + label:after {
    position: absolute;
    display: none;
    content: '';
    top: 8px;
    right: 8px;
    box-sizing: border-box;
    width: 14px;
    height: 18px;
    transform: rotate(40deg);
    border-width: 3px;
    border-style: solid;
    border-color: #59444D;
    border-top: 0;
    border-left: 0;
}
.checkbox-type-1:checked + label:after {
    display: block;
}
.checkbox-type-1:checked + label:before {
    background: #e8eaea;
    border:none;
}

.checkbox-type-1:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.modal-operation-menu-type-1.active .checkbox-type-1 + label:before{
    /*background: #fff;*/
    transition: all 0.2s;
}
.modal-operation-menu-type-1.active .checkbox-type-1:checked + label:before{
    /*border: 3px solid #ddd;*/
    border-color: transparent;
}
.modal-operation-menu-type-1.active .checkbox-type-1:checked + label:after{
    /*border: 3px solid #ddd;*/
    /*border-color: #222;*/
}
