#themenav a {position: absolute;transition: 0.3s;padding: 5px;width: 60px;text-decoration: none;cursor:default;}
#themechange {top: 90px;background-color: transparent ;}
#themechange .switch {position: relative;display: inline-block;width: 40px;height: 24px;}
#themechange .switch input {opacity: 0;width: 0;height: 0;}
#themechange .slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
#themechange .slider:before {position: absolute;content: "";height: 16px;width: 16px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
#themechange input:checked + .slider {background-color: #2196F3;}
#themechange input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
#themechange input:checked + .slider:before {-webkit-transform: translateX(16px);-ms-transform: translateX(16px);transform: translateX(16px);}
#themechange .slider.round {border-radius: 24px;}
#themechange .slider.round:before {border-radius: 50%;}
[data-theme="dark"] {background-color: #111 !important;}
[data-theme="dark"] .yl-header {background-color: #333 !important;border: 1px solid #333 !important;}
[data-theme="dark"] .yl-channel-name {color: #fff !important;}
[data-theme="dark"] .yl-tab-container {color: #fff !important;}
[data-theme="dark"] .youmax-pro{background-color: #555 !important;}
[data-theme="dark"] .footer {background-color: #111 !important;border: 1px solid #111 !important;}
[data-theme="dark"] .footer a {color: #fff !important;}
[data-theme="dark"] #logo {color: #fff !important;}
[data-theme="dark"] #content {color: #fff !important;}
[data-theme="dark"] footer {background-color: #111 !important;border: 1px solid #111 !important;}
[data-theme="dark"] #hero, #page-header {background-color: #333 !important;border: 1px solid #333 !important;color: #fff !important;}