* {
    margin: 0;
    padding: 0;
}

body {
    background: #efefef;
    font-family: 'Archivo', Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

body.dark-mode {
    background-color: #111;
    color: #ddd;
}

a {
    color: #f33;
    cursor: pointer;
    text-decoration: none;
}

a.button {
    background: #d6f2ff;
    border-radius: 4px;
    color: #2161b4;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
}

.dark-mode a.button {
    background: #113f7a;
    color: #96c1fa;
}

a.button:hover {
    background: #b0e6ff;
}

.dark-mode a.button:hover {
    background: #2567bd;
}

.dark-mode input[type='text'] {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

ol,
ul {
    margin: 15px;
}

li {
    margin-left: 15px;
}

h1,
h2,
h3 {
    line-height: 1.7em;
    font-weight: 500;
}

form .label {
    margin-top: 10px;
    font-size: .9em;
}

#wrapper {
    margin: 0 auto;
    width: 96%;
}

#sidebar {
    float: left;
    font-size: .95em;
    width: 220px;
}

#main {
    background: #fff;
    box-sizing: border-box;
    float: left;
    min-height: 600px;
    padding: 10px 20px 20px;
    position: relative;
    width: calc( 100% - 460px);
}

.dark-mode #main {
    background: #222;
}

#main h1 {
    font-size: 2em;
    margin: 10px 0 10px;
    text-align: center;
}

#main h3 {
    margin: 30px 0 10px;
}

.menu {
    width: 100%;
}

.menu a {
    color: #333;
}

.dark-mode .menu a {
    color: #ddd;
}

.menu i {
    font-size: 1.3em;
    margin: 3px;
}

.menu span {
    display: inline-block;
    padding: 7px;
}

.blink {
    color: #f00;
    animation: blinker 4s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.menu .info-aktif {
    display: none;
    font-size: .9em;
    margin: 5px 0;
    text-align: center;
}

.user-info {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 1px 1px 5px #ddd;
    cursor: pointer;
    font-size: 1em;
    margin: 7px;
    outline: none;
    padding: 5px;
    text-align: justify;
}

.dark-mode .user-info {
    background: #222;
    box-shadow: 1px 1px 5px #000;
    border: 1px solid #555;
}

.user-info .username {
    cursor: pointer;
}

.user-info .hide {
    display: none;
}

.anunya-user {
    display: flex;
    justify-content: space-between;
}

.dark-mode-option {
    position: relative;
}

.switch-mode {
    background: #ffffb1;
    padding: 2px;
    border-radius: 4px;
}

.dark-mode .switch-mode {
    background: #555;
}

.switch-mode .fa {
    height: 18px;
    width: 18px;
    text-align: right;
}

.switch-note {
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    text-align: left;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: .9em;
    z-index: 1000;
    display: none;
}

.dark-mode .switch-note {
    background: #333;
    border: 1px solid #555;
}

.dark-mode-option:hover>.switch-note {
    display: block;
}

.refresh-note {
    position: absolute;
    top: 30px;
    left: 0;
    width: 180px;
    text-align: left;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: .9em;
    z-index: 1000;
    display: none;
}

.dark-mode .refresh-note {
    background: #333;
    border: 1px solid #555;
}

.btn-refresh {
    position: relative;
}

.btn-refresh:hover>.refresh-note {
    display: block;
}

.user-sign {
    background: #006eff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .7em;
    line-height: 1.6em;
    padding: 0 4px;
}

.link-list {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}

.link-list a {
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
    padding: 8px 12px;
    text-decoration: none;
}

.link-list a:hover {
    background: #e2e2e2;
    border-radius: 4px;
}

.dark-mode .link-list a:hover {
    background: #222;
}

.notif {
    color: #f00;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    background: #fff;
    background: #fffa;
    border-radius: 4px;
    padding: 4px;
}

.add-notif {
    margin: 5px 0;
}

.saldo {
    background: #eee;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin: 2% 1%;
    padding: 5px !important;
    text-align: center;
    width: 48%;
}

.dark-mode .saldo {
    background: #444;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin: 2% 1%;
    padding: 5px !important;
    text-align: center;
    width: 48%;
}

.bg-Login {
    background-image: url("77-hutri.png") !important;
    background-attachment: fixed;
    background-position: center center;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-mode.bg-Login {
    background-image: url("77-hutri-dark.png") !important;
}

.form-login {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #0002;
    box-sizing: border-box;
    margin: 50px auto 10px;
    padding: 30px 20px;
    width: 330px;
}

.dark-mode .form-login {
    background: #222;
    color: #ddd;
    border: 1px solid #0002;
    box-shadow: 1px 1px 5px #111;
}

.form-login input[type='submit'] {
    float: right;
}

.form-login img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.form-login p {
    margin: 5px 0;
}

.form-login .label {
    margin-bottom: -10px;
}

.form-login h2 {
    text-align: center;
}

.login-input {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 5px 0;
    outline: none;
    padding: 8px 15px;
    width: 100%;
}

.dark-mode .login-input {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.login-input:focus {
    background: #fff;
    box-shadow: 1px 1px 4px #eee;
}

.dark-mode .login-input:focus {
    background: #000;
    box-shadow: 1px 1px 4px #333;
}

.kodess {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1em;
    height: 200px;
    line-height: 1.8em;
    margin: 0;
    padding: 15px;
    resize: none;
    width: 100%;
}

.dark-mode .kodess {
    background: #111;
    border: 1px solid #333;
    color: #ddd;
}

.kodess:focus {
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    outline: none;
}

.dark-mode .kodess:focus {
    background: #000;
    box-shadow: 1px 1px 3px #111;
    color: #ddd;
}

input[type="submit"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ddd;
    cursor: pointer;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
    outline: none;
    padding: 10px 20px;
    -webkit-appearance: none !important;
    color: #333;
}

.dark-mode input[type="submit"] {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 5px #222;
    color: #ddd;
}

input[type="submit"]:hover {
    background: #eee;
    box-shadow: 1px 1px 7px #ccc;
}

.dark-mode input[type="submit"]:hover {
    background: #333;
    box-shadow: 1px 1px 7px #222;
}

input[type="submit"]:active {
    background: #bfebff;
}

.sedot {
    margin-top: 20px;
}

.dl-sebelumnya {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 2%;
    margin-bottom: 30px;
    padding: 10px;
    width: 96%;
}

.dark-mode .dl-sebelumnya {
    border: 1px solid #555;
}

.dl-sebelumnya .item {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.dl-sebelumnya .item:hover {
    background: #ffffe8;
}

.dark-mode .dl-sebelumnya .item:hover {
    background: #333;
}

.dl-sebelumnya .imgh {
    height: 100px;
    object-fit: cover;
    width: 200px;
}

.dl-sebelumnya .download {
    float: right;
}

.isi {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 2%;
    margin-bottom: 30px;
    padding: 10px;
    width: 96%;
}

.dark-mode .isi {
    border: 1px solid #555;
}

.isiss {
    box-sizing: border-box;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 100%;
}

.isiss:hover {
    background: #ffffe8;
}

.dark-mode .isiss:hover {
    background: #333;
}

.isiss[data-thumb=""] {
    border-bottom: 0px solid #ddd;
    padding: 0;
}

.isiss:nth-last-child(2) {
    border-bottom: 0px solid #fff;
}

.isiss .preview {
    float: left;
}

.isiss .download {
    float: right;
}

.nmr {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    margin: 10px;
    border: 2px solid #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.download a {
    background: #b3ffb3;
    border-radius: 4px;
    color: #035f26;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

.download a:hover {
    background: #a5f0a5;
}

.download .sisa {
    outline: none;
}

.dlnow {
    background: #d3f1ff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #378ab1;
    display: block;
    float: left;
    margin: -1px 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.dlnow:hover {
    background: #aee3fc;
}

.dark-mode .dlnow {
    color: #d3f1ff;
    background: #11506d;
}

.dark-mode .dlnow:hover {
    background: #378ab1;
}

.sisa {
    border: 1px solid #fff;
    font-size: 1em;
    width: 30px;
}

.dark-mode .sisa {
    border: 1px solid #222;
    background: #222;
    color: #ddd;
}

.add-member-form {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    display: none;
    margin: 10px auto 20px;
    padding: 20px;
    width: 50%;
}

.dark-mode .add-member-form {
    border: 1px solid #555;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #111;
}

.user-catatan {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1em;
    height: 100px;
    margin: 0;
    padding: 15px;
    resize: none;
    width: 100%;
}

.dark-mode .user-catatan {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.user-catatan:focus {
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    outline: none;
}

.dark-mode .user-catatan:focus {
    background: #000;
    box-shadow: 1px 1px 3px #555;
    outline: none;
}

.add-member-form input[type='submit'] {
    float: right;
}

.selection {
    background: #eee;
    border-color: #eee;
    border-style: solid;
    border-width: 7px 10px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 5px 0;
    width: 100%;
    -webkit-appearance: none;
}

.dark-mode .selection {
    background: #000;
    border-color: #000;
    color: #ddd;
}

.btn-f-right {
    cursor: pointer;
    float: right;
    font-size: .9em;
    margin-left: 10px;
}

.sound1 {
    display: none;
}

.play-audio {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #ccc;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
    width: 35px;
}

table {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.dark-mode table {
    border-bottom: 1px solid #555;
}

table td {
    padding: 10px;
    text-align: center;
}

table .nobreak {
    word-break: normal;
}

table tr:nth-child(odd) {
    background: #f5f5f5;
}

.dark-mode table tr:nth-child(odd) {
    background: #2c2c2c;
}

table tr:hover {
    background: #ffffe8;
}

.dark-mode table tr:hover {
    background: #333;
}

table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.dark-mode table th {
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
}

table tr:hover>th {
    background: #eee;
}

.dark-mode table tr:hover>th {
    background: #333;
}

table tr.on {
    background: #caff99;
}

.dark-mode table tr.on {
    background: #065c27;
}

table tr.exp {
    background: #ffa599;
}

.dark-mode table tr.exp {
    background: #5a1111;
}

table tr.soon {
    background: #99daff;
}

.dark-mode table tr.soon {
    background: #113f7a;
}

table tr.banned {
    background: #ffa599;
}

.dark-mode table tr.banned {
    background: #5a1111;
}

table tr.nsfw {
    background: #ffdb99;
}

.dark-mode table tr.nsfw {
    background: #72722c;
}

.nsfw-color {
    background: #ffdb99;
    padding: 4px 8px;
    border-radius: 4px;
}

.dark-mode .nsfw-color {
    background: #72722c;
}

.list-member {
    margin: 10px 0;
    width: 100%;
}

.legenda {
    background: #fff;
    border: 1px solid #eee;
    clear: both;
    padding: 10px 20px;
}

.dark-mode .legenda {
    background: #333;
    border: 1px solid #555;
}

.pagination {
    float: right;
    margin-top: -10px;
    text-align: right;
}

.pagination a {
    background: #ffebeb;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 3px;
    padding: 5px 10px;
}

.dark-mode .pagination a {
    background: #444;
    color: #ddd;
    border: 1px solid #555;
}

.pagination a:hover {
    background: #ffd7d7;
}

.dark-mode .pagination a:hover {
    background: #555;
    border: 1px solid #777;
}

.pagination span {
    display: inline-block;
    margin: 10px 3px;
    padding: 5px 0;
}

.pagination .page-input {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.dark-mode .pagination .page-input {
    background: #222;
    border: 1px solid #555;
    color: #ddd;
}

.pagination .page-input:focus {
    background: #fff;
    box-shadow: 1px 1px 2px #eee;
}

.dark-mode .pagination .page-input:focus {
    background: #000;
    box-shadow: 1px 1px 2px #111;
}

.edit-member-form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #000;
    margin: 10px auto 20px;
    min-width: 300px;
    padding: 20px;
    position: fixed;
    width: 30%;
    top: 50px;
    left: 35%;
    z-index: 100;
}

.dark-mode .edit-member-form {
    background: #222;
    border: 1px solid #555;
    color: #ddd;
}

.edit-member-form input[type='submit'] {
    float: right;
}

.close-edit {
    background: #f00;
    border-radius: 40px;
    cursor: pointer;
    float: right;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-edit i {
    color: #fff;
}

.reset-passwd {
    display: inline-block;
    margin: 5px 0;
}

.tab-vc {
    margin: 0 5%;
    text-align: center;
    width: 90%;
}

.tab-vc ul {
    margin: 0;
    padding: 0;
}

.tab-vc ul li {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #555;
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    margin: 5px;
    padding: 8px 15px;
    text-align: center;
}

.dark-mode .tab-vc ul li {
    background: #333;
    border: 1px solid #555;
    color: #ddd;
}

.tab-vc ul li.active {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ddd;
    color: #000;
}

.dark-mode .tab-vc ul li.active {
    background: #555;
    border: 1px solid #999;
    box-shadow: 1px 1px 3px #333;
    color: #ddd;
}

.tab-vc-wrap {
    box-sizing: border-box;
    margin: -1px 5% 20px;
    padding: 20px 0;
    width: 90%;
}

.add-voucher-form {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 20px;
    width: 70%;
}

.dark-mode .add-voucher-form {
    border: 1px solid #555;
    box-shadow: 1px 1px 4px #222;
}

.add-voucher-form input[type='submit'] {
    float: right;
}

.voucher-catatan {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1em;
    height: 200px;
    margin: 10px 0;
    padding: 15px;
    resize: none;
    width: 100%;
}

.dark-mode .voucher-catatan {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.voucher-catatan:focus {
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    outline: none;
}

.dark-mode .voucher-catatan:focus {
    background: #000;
    box-shadow: 1px 1px 3px #555;
}

.apply-voucher-form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    display: none;
    padding: 20px;
    position: fixed;
    top: 100px;
    left: 35%;
    width: 30%;
    z-index: 100;
}

.dark-mode .apply-voucher-form {
    background: #222;
    border: 1px solid #555;
    color: #ddd;
}

.apply-voucher-form input[type='submit'] {
    float: right;
}

.apply-voucher-form input[type='text'] {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 5px 0;
    outline: none;
    padding: 8px 15px;
    text-align: center;
    width: 100%;
}

.dark-mode .apply-voucher-form input[type='text'] {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.kode-voucher {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    box-sizing: border-box;
    height: 140px;
    margin: 10px auto 20px;
    text-align: center;
    width: 70%;
    overflow: hidden;
}

.dark-mode .kode-voucher {
    border: 1px solid #555;
    box-shadow: 1px 1px 4px #222;
}

.kode-voucher h3 {
    background: #eee;
    margin: 0 !important;
    padding: 10px;
}

.dark-mode .kode-voucher h3 {
    background: #333;
}

.kode-voucher input {
    border: 1px solid #fff;
    color: #f00;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    outline: none;
    padding: 15px 0;
    text-align: center;
}

.dark-mode .kode-voucher input {
    border: 1px solid #222;
    color: #f00;
    background: #222;
}

.kode-voucher input::selection {
    background: #ff0;
}

.kode-voucher .copy-code {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #ddd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    padding: 10px;
}

.dark-mode .kode-voucher .copy-code {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 5px #111;
    color: #ddd;
}

.kode-voucher p {
    display: none;
}

#main .tab-vc-wrap h3 {
    margin: 10px 0 10px;
}

.topup,
.cek-voucher {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 20px;
    width: 70%;
}

#main .topup h3 {
    margin-top: 0;
}

.dark-mode .topup,
.dark-mode .cek-voucher {
    border: 1px solid #555;
    box-shadow: 1px 1px 4px #222;
}

.input-topup,
.input-cek {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2em;
    margin: 5px 10px;
    outline: none;
    padding: 8px 15px;
    text-align: center;
    width: 53%;
}

.dark-mode .input-topup,
.dark-mode .input-cek {
    background: #000;
    border: 1px solid #555;
    color: #ddd;
}

.data-voucher {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.dark-mode .data-voucher {
    border: 1px solid #555;
}

.hvoucher {
    background: #ddd;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.dark-mode .hvoucher {
    background: #333;
}

.data-voucher p {
    padding: 5px 10px;
}

.data-voucher p span {
    width: 120px;
    display: inline-block;
}

.add-voucher-comp-form,
.add-voucher-grt-form {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 20px;
    width: 70%;
}

.dark-mode .add-voucher-comp-form,
.dark-mode .add-voucher-grt-form {
    border: 1px solid #555;
    box-shadow: 1px 1px 4px #222;
}

.add-voucher-comp-form input[type='submit'] {
    float: right;
}

.add-voucher-comp-form span {
    display: inline-block;
    width: 100px;
}

.add-voucher-comp-form input[type='number'],
.add-voucher-grt-form input[type='number'] {
    background: #eee;
    border: #eee;
    font-size: 1.2em;
    margin: 5px;
    outline: none;
    padding: 5px;
    text-align: right;
    width: 50px;
}

.dark-mode .add-voucher-comp-form input[type='number'],
.dark-mode .add-voucher-grt-form input[type='number'] {
    background: #000;
    border: #000;
    color: #ddd;
}

.add-voucher-comp-form input[type='number']:focus {
    background: #fff;
    box-shadow: 1px 1px 5px #ddd;
}

.dark-mode .add-voucher-comp-form input[type='number']:focus {
    background: #000;
    box-shadow: 1px 1px 5px #000;
}

.add-voucher-comp-form input[type='text'] {
    background: #eee;
    border: #eee;
    font-size: 1em;
    margin: 5px;
    outline: none;
    padding: 5px 10px;
    width: 200px;
}

.dark-mode .add-voucher-comp-form input[type='text'] {
    background: #000;
    border: #000;
    color: #ddd;
}

.list-voucher {
    margin: 10px 0;
    width: 100%;
}

.livo {
    background: none;
    border: 1px solid #0000;
    font-size: 1em;
    outline: none;
    text-align: center;
}

.dark-mode .livo {
    color: #ddd;
}

.livo::selection {
    background: #ff0;
    color: #f00;
}

.v-used {
    text-decoration: line-through;
    text-decoration-color: red;
}

.list-used-voucher {
    margin: 20px 0;
    width: 100%;
}

.blackout {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.list-history {
    margin: 10px 0;
    position: relative;
    width: 100%;
}

.list-history .td-thumb {
    position: relative;
    /* background: #ffff82; */
}

.list-history .imgh {
    height: 100px;
    object-fit: cover;
    width: 150px;
}

.img-blur {
    filter: blur(2px);
}

.list-history .info-saldo {
    background: #ccc;
    font-size: .8em;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.list-history .s-gas {
    background: #b3ffb3;
}

.dark-mode .list-history .s-gas {
    background: #065c27;
}

.list-history .s-gsn {
    background: #d6f2ff;
}

.dark-mode .list-history .s-gsn {
    background: #113f7a;
}

.list-history .s-ssl {
    background: #ffd7d7;
}

.dark-mode .list-history .s-ssl {
    background: #5a1111;
}

.list-history .enlarge-thumb {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1000;
    font-size: .8em;
    border-radius: 4px;
}

.list-history .td-thumb:hover>.enlarge-thumb {
    display: block;
}

.url-img {
    margin-top: 10px;
}

.url-img a {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 4px;
    max-width: 50%;
    display: inline-block;
    font-size: .8em;
}

.dl-user-show {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}

.list-buy {
    margin: 10px 0;
    width: 100%;
}


/* Panel Option */

.panel-option-list {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.panel-option-list .g {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
}

.panel-option-list .g:last-child {
    border: 0px solid #eee;
}

.panel-option-list .g:hover {
    background: #ffffe8;
}

.dark-mode .panel-option-list .g:hover {
    background: #555;
}

.panel-option-list .g .label {
    min-width: 80%;
    display: inline-block;
}

.panel-option-list .switch-value {
    font-size: 1.6em;
    float: right;
    cursor: pointer;
}

.panel-option-list .fa-toggle-on {
    color: #0ce430;
}

.panel-option-list .fa-rotate-180 {
    color: #ccc;
}

.info-diskon {
    padding: 20px;
}

.info-diskon .a {
    color: #ff6219;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}

.info-diskon .b {
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: center;
}

.stepbystep {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
}

.dark-mode .stepbystep {
    background: #222;
    border: 1px solid #555;
    box-shadow: 1px 1px 5px #222;
}

.stepbystep .step {
    display: inline-block;
    margin: 5px 15px;
    color: #777;
}

.stepbystep .completed-step {
    color: #21bd21;
}

.custom-harga {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ddd;
    box-sizing: border-box;
    margin: 10px auto 30px;
    padding: 20px;
    text-align: center;
    width: 50%;
}

.custom-harga input[type='number'] {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1em;
    margin-right: 5px;
    outline: none;
    padding: 8px 4px;
    text-align: center;
    width: 70px;
}

.custom-harga input[type='number']:focus {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px #eee;
}

.pktc {
    border: 1px solid #ddd;
    margin: 10px;
}

.list-harga {
    margin: 10px 0;
    text-align: center;
}

.list-harga .pkt {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 2%;
    width: 28%;
    min-width: 180px;
}

.list-harga .pkt:hover {
    box-shadow: 1px 1px 5px #eee;
}

.pkt .label {
    background: #ddd;
    padding: 15px 10px;
}

.pkt .harga .atas {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 10px 10px;
    text-decoration: line-through red;
}

.pkt .harga .bawah {
    color: #ff6d33;
    display: block;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 10px 20px;
}

.pkt .harga .no-promo {
    color: #000;
    padding: 20px 10px;
}

.pkt .beli a {
    background: #ff6219;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 15px;
    padding: 10px 30px;
}

.pkt .beli a:hover {
    background: #f33;
}

table {
    margin-bottom: 15px;
}

table td {
    font-size: 0.95em;
    word-break: break-word;
    max-width: 200px;
}

.td-action {
    max-width: unset;
}

table .hargax,
table .kode-voucher {
    word-break: normal;
}

table a {
    background: #ddd;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    margin: 1px;
    padding: 5px 10px;
}

.dark-mode table a {
    background: #444;
    color: #ddd;
    border: 1px solid #555;
}

table a:hover {
    background: #ffebeb;
    color: #f33;
}

.dark-mode table a:hover {
    background: #222;
    color: #ccc;
}

table .refresh:hover {
    background: #b3ffb3;
    color: #035f26;
}

table .showmore {
    background: #ddd;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    padding: 5px 10px;
}

.dark-mode table .showmore {
    background: #444;
    color: #ddd;
    border: 1px solid #555;
}

table .showmore:hover {
    background: #ffebeb;
    color: #f33;
}

.dark-mode table .showmore:hover {
    background: #222;
    color: #ddd;
}

table .induk-menu {
    position: relative;
    display: inline-block;
}

table .menu-hidden {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: 0px;
    top: 35px;
    width: 140px;
    z-index: 100;
}

.dark-mode table .menu-hidden {
    background: #222;
    border: 1px solid #555;
}

table .menu-hidden a {
    background: #fff;
    color: #333;
    display: block;
    text-align: left;
}

.dark-mode table .menu-hidden a {
    background: #222;
    color: #ddd;
    border: unset;
}

table .menu-hidden a:hover {
    background: #eee;
}

.dark-mode table .menu-hidden a:hover {
    background: #444;
}

#footer {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}

.disclaimer {
    margin-top: 10px;
    text-align: center;
}

.copyright {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.growgrow {
    background: #eee !important;
    border-radius: 4px;
    color: #555;
    padding: 10px 15px;
}

.dark-mode .growgrow {
    background: #555 !important;
    color: #ddd;
}

.growgrow:hover {
    background: #ddd !important;
}

.dark-mode .growgrow:hover {
    background: #777 !important;
}

.complete-profile a {
    display: block;
}

.howhow {
    background: #b3ffb3 !important;
    border-radius: 4px;
    color: #035f26;
    /* background: #2eec2e;
    border: 1px solid #3fcc3f; */
    /* margin: 10px; */
    padding: 10px 15px;
}

.dark-mode .howhow {
    background: #065c27 !important;
    color: #7bc47b;
}

.rowrow {
    background: #ffd7d7 !important;
    border-radius: 4px;
    color: #a71919;
    padding: 10px 15px;
}

.dark-mode .rowrow {
    background: #5a1111 !important;
    color: #e67878;
}

.yowyow {
    background: #ffffb1 !important;
    border-radius: 4px;
    color: #574a04;
    /* background: #ffff82; */
    /* border: 1px solid #eeee00; */
    /* margin: 10px; */
    padding: 10px 15px;
}

.dark-mode .yowyow {
    background: #72722c !important;
    color: #f0df83;
}

.green {
    color: #21bd21;
}

.dark-mode .green {
    color: #65eb98;
}

.bg-green {
    background: #21bd21;
    color: #fff;
    padding: 10px;
}

.dark-mode .bg-green {
    background: #065c27;
}

.red {
    color: #f00;
}

.dark-mode .red {
    color: #ee7f7f;
}

.bg-red {
    background: #f00;
    color: #fff;
    padding: 10px;
}

.dark-mode .bg-red {
    background: #5a1111;
}

.yellow {
    color: #ffd000;
}

.dark-mode .yellow {
    color: #9e9e3c;
}

.bg-yellow {
    background: #ffd000;
    color: #333;
    padding: 10px;
}

.dark-mode .bg-yellow {
    background: #72722c;
}

.blue {
    color: #006eff;
}

.dark-mode .blue {
    color: #6195d8;
}

.bg-blue {
    background: #006eff;
    color: #fff;
    padding: 10px;
}

.dark-mode .bg-blue {
    background: #113f7a;
}

.barpro {
    background: linear-gradient(-45deg, #38b6ff, #1bff54, #bad523, #0ce430);
    background-size: 400% 400%;
    -webkit-animation: Gradient 1s ease infinite;
    -moz-animation: Gradient 1s ease infinite;
    animation: Gradient 1s ease infinite;
    border-radius: 20px;
    color: #fff;
    font-size: 0.8em;
    margin-top: 40px;
    padding: 5px 0;
    text-align: center;
    width: 280px;
}

.barprored {
    background: linear-gradient(-45deg, #21bd21, #21bd21, #b3ff00, #21bd21, #21bd21);
    background-size: 400% 400%;
    border-radius: 20px;
    border: 1px solid #21bd21;
    box-shadow: 0 0 5px #ccc, inset 0 0 3px #b3ff00;
    display: inline-block;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    color: #fff;
    margin-top: 5px;
    padding: 8px 15px;
    text-align: center;
}

.barprored2 {
    background: linear-gradient(-45deg, #fa1a1a, #ff330f, #ff8037, #ff4d2e, #ff2727);
    background-size: 400% 400%;
    border-radius: 20px;
    border: 1px solid #f01e1e;
    box-shadow: 0 0 5px #ccc, inset 0 0 3px #ffa75f;
    display: inline-block;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    color: #fff;
    margin-top: 5px;
    padding: 8px 15px;
    text-align: center;
}

.rek {
    background: #ffff82;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    text-align: center;
    width: 130px;
}

.rek::selection {
    color: #f00;
}

.nom-bayar {
    background: #ffff82;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    text-align: center;
    width: 100px;
}

.nom-bayar::selection {
    color: #f00;
}

.cp-btn {
    cursor: pointer;
}

.baca-tos {
    background: #fff;
    border-radius: 10px;
    margin: 70px auto;
    padding: 20px;
    width: 500px;
}

.dark-mode .baca-tos {
    background: #222;
}

.baca-tos .isi-tos {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 250px;
    margin: 10px 0;
    overflow-y: scroll;
    padding: 20px;
}

.dark-mode .baca-tos .isi-tos {
    border: 1px solid #555;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.imgss {
    max-width: 200px;
}

.imgss img {
    height: auto;
    max-width: 100%;
}

.wrap-stock {
    margin: 0;
}

.wrap-stock form {
    padding: 0 2%;
}

.wrap-stock h1 .sup {
    background: red;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

.tab-stock {
    background: #eee;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    height: 43px;
    margin: 2%;
    overflow: hidden;
    padding: 3px 5px;
    position: relative;
    width: 96%;
}

.dark-mode .tab-stock {
    background: #111;
}

.kiri-cak,
.kanan-cak {
    top: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    margin: 6px 3px;
    width: 22px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
}

.dark-mode .kiri-cak,
.dark-mode .kanan-cak {
    background: #333;
    border-radius: 5px;
    border: 1px solid #222;
    box-shadow: 0 0 3px #aaa;
    color: #aaa;
}

.kiri-cak {
    left: 3px;
    padding-right: 2px;
}

.kanan-cak {
    right: 3px;
    padding-left: 2px;
}

.awas-scroll {
    background: #eee;
    padding-bottom: 2px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 30px;
    width: calc( 100% - 60px);
}

.dark-mode .awas-scroll {
    background: #111;
}

.tab-stock ul {
    margin: 0;
    padding: 0;
    width: 2430px;
}

.tab-stock ul li {
    border-radius: 5px;
    box-sizing: border-box;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    list-style-type: none;
    margin: 2px;
    padding: 6px 15px;
    text-align: center;
}

.tab-stock ul li.active {
    background: #fff;
    box-shadow: 0 0 3px #bbb;
    color: #000;
}

.dark-mode .tab-stock ul li.active {
    background: #333;
    box-shadow: 0 0 3px #aaa;
    color: #aaa;
}

.tab-stock ul li i {
    font-size: 1.3em;
}

.tab-stock ul li .sup {
    font-size: .5rem;
    background: red;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
    vertical-align: baseline;
    position: relative;
    top: -0.2em;
}

.kotakin {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    width: fit-content;
}

.add-promo-form {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    display: none;
    margin: 10px auto 20px;
    padding: 20px;
    width: 50%;
}

.dark-mode .add-promo-form {
    border: 1px solid #555;
    box-shadow: 1px 1px 4px #111;
}

.add-promo-form span {
    display: inline-block;
    width: 100px;
}

.add-promo-form input[type='submit'] {
    float: right;
}

.add-promo-form input[type='date'],
.add-promo-form .diskon {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 3px 0;
    outline: none;
    padding: 7px 10px;
    width: 150px;
}

.dark-mode .add-promo-form input[type='date'],
.dark-mode .add-promo-form .diskon {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.add-promo-form input[type='radio'] {
    margin: 12px;
    padding: 7px 10px;
}

.add-kupon-form {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    display: none;
    margin: 10px auto 20px;
    padding: 20px;
    width: 50%;
}

.dark-mode .add-kupon-form {
    border: 1px solid #555;
    box-shadow: 1px 1px 4px #111;
}

.add-kupon-form span {
    display: inline-block;
    width: 130px;
}

.add-kupon-form input[type='submit'] {
    float: right;
}

.add-kupon-form input[type='date'],
.add-kupon-form input[type='text'],
.add-kupon-form input[type='number'] {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 3px 0;
    outline: none;
    padding: 7px 10px;
    width: 150px;
}

.dark-mode .add-kupon-form input[type='date'],
.dark-mode .add-kupon-form input[type='text'],
.dark-mode .add-kupon-form input[type='number'] {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.add-kupon-form input[type='radio'] {
    margin: 12px;
    padding: 7px 10px;
}

.add-kupon-form input[type='radio']:nth-child(3) {
    margin-left: 20px;
}

.info-kupon-a {
    cursor: pointer;
}

.txtrnr {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 150px;
    min-height: 100px;
    margin: 3px 0;
    max-width: 90%;
    min-width: 90%;
    outline: none;
    padding: 7px 10px;
    width: 90%;
}

.dark-mode .txtrnr {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.sret {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

.dark-mode .sret {
    border-top: 1px solid #555;
}

.reg-now {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ccc;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    outline: none;
    padding: 10px 20px;
}

.dark-mode .reg-now {
    background: #555;
    border: 1px solid #777;
    color: #ddd;
    box-shadow: 1px 1px 5px #111;
}

.reg-now:hover {
    background: #fff;
}

.dark-mode .reg-now:hover {
    background: #333;
}

.cari {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.cari-member .cari-user {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: .9em;
    outline: none;
    padding: 5px 10px;
}

.dark-mode .cari-member .cari-user {
    background: #000;
    border: 1px solid #555;
    color: #ddd;
}

.cari-member .cari-user:focus {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #eee;
}

.dark-mode .cari-member .cari-user:focus {
    background: #111;
    border: 1px solid #555;
    box-shadow: 1px 1px 2px #111;
}

.cari-member .reset-btn,
.cari-member .cari-btn {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: .9em;
    outline: none;
    margin-left: 4px;
    padding: 5px 10px;
}

.dark-mode .cari-member .reset-btn,
.dark-mode .cari-member .cari-btn {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 2px #111;
    color: #ddd;
}

.cari-kode-kupon {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: .9em;
    outline: none;
    padding: 5px 10px;
}

.dark-mode .cari-kupon .cari-kode-kupon {
    background: #000;
    color: #ddd;
    border: 1px solid #555;
}

.cari-kode-kupon:focus {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #eee;
}

.dark-mode .cari-kupon .cari-kode-kupon:focus {
    background: #000;
    box-shadow: 1px 1px 2px #111;
}

.cari-kupon .reset-btn,
.cari-kupon .cari-btn {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: .9em;
    outline: none;
    margin-left: 4px;
    padding: 5px 10px;
}

.dark-mode .cari-kupon .reset-btn,
.dark-mode .cari-kupon .cari-btn {
    background: #555;
    border: 1px solid #777;
    color: #ddd;
    box-shadow: 1px 1px 2px #111;
}

.filter {
    float: left;
}

.filter input[type="button"] {
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: .9em;
    outline: none;
    margin-left: 4px;
    padding: 5px 10px;
}

.dark-mode .filter input[type="button"] {
    background: #222;
    border: 1px solid #555;
    box-shadow: 0px 0px 0px #111;
    color: #ddd;
}

.filter input[type="button"]:hover {
    background: #ffc;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
}

.dark-mode .filter input[type="button"]:hover {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 2px #111;
}

.filter input.kepencet {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
}

.dark-mode .filter input.kepencet {
    background: #555;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px #555;
}

.demo {
    background: #3fcc3f;
    border: 1px solid #2eaf2e;
    border-radius: 20px;
    box-shadow: 1px 1px 1px #3fcc3f;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1em;
    margin: 10px;
    outline: none;
    padding: 8px 20px;
}

.demo:hover {
    background: #33c433;
    box-shadow: 1px 1px 5px #3fcc3f;
}

.edit-kupon-form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #000;
    height: 550px;
    margin: 10px auto 20px;
    min-width: 300px;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    width: 36%;
    top: 50px;
    left: 35%;
    z-index: 100;
}

.dark-mode .edit-kupon-form {
    background: #222;
    border: 1px solid #555;
    color: #ddd;
}

.edit-kupon-form form {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: scroll;
    padding: 20px;
    height: 400px;
}

.dark-mode .edit-kupon-form form {
    border: 1px solid #555;
}

.edit-kupon-form input[type='submit'] {
    float: right;
}

.edit-kupon-form span {
    display: inline-block;
    width: 130px;
}

.edit-kupon-form input[type='submit'] {
    float: right;
}

.edit-kupon-form input[type='date'],
.edit-kupon-form input[type='text'],
.edit-kupon-form input[type='number'] {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 3px 0;
    outline: none;
    padding: 7px 10px;
    width: 150px;
}

.dark-mode .edit-kupon-form input[type='date'],
.dark-mode .edit-kupon-form input[type='text'],
.dark-mode .edit-kupon-form input[type='number'] {
    background: #000;
    color: #ddd;
    border: 1px solid #000;
}

.edit-kupon-form input[type='radio'] {
    margin: 12px;
    padding: 7px 10px;
}

.edit-kupon-form input[type='radio']:nth-child(3) {
    margin-left: 20px;
}

.info-kupon {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #000;
    box-sizing: border-box;
    height: 550px;
    left: 35%;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    top: 100px;
    width: 36%;
    z-index: 100;
}

.dark-mode .info-kupon {
    background: #222;
    box-shadow: 1px 1px 10px #000;
    border: 1px solid #555;
    color: #ddd;
}

.info-kupon-list {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    height: 440px;
    overflow-y: scroll;
    padding: 20px;
}

.dark-mode .info-kupon-list {
    border: 1px solid #555;
}

.info-kupon-list span {
    display: inline-block;
    width: 150px;
}

.info-kupon-list table {
    margin: 10px 0;
}

.kupon-newmember {
    background: #ffc694;
    border: 5px dashed #8d4200;
    color: #8d4200;
    display: inline-block;
    font-size: 1.1em;
    padding: 5px 0;
    margin: 10px;
}

.kupon-newmember p {
    line-height: 1em;
}

.kupon-newmember .kode {
    background: #8d4200;
    color: #ffc694;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.3em;
    padding: 10px 25px;
}

.kupon-newmember .kode .fa {
    color: #ffc694;
}

.daftar-harga {
    width: 100%;
}

.daftar-harga h2 {
    background: #eee;
    padding: 10px;
    text-align: center;
}

.dark-mode .daftar-harga h2 {
    background: #333;
}

.daftar-harga .paketto {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #eee;
    float: left;
    margin: 1%;
    overflow: hidden;
    width: 48%;
    padding-bottom: 10px;
}

.dark-mode .daftar-harga .paketto {
    border: 1px solid #555;
    box-shadow: 1px 1px 3px #111;
}

.paketto .item {
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 20px;
    /* width: 100%; */
}

.masukkan-item {
    margin: 10px 0;
    padding: 10px 20px;
}

.paketto .harga-satuan,
.paketto .harga-satuan-musik {
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.paketto .pergambar {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.dark-mode .paketto .pergambar {
    color: #999;
}

.paketto .beli2,
.paketto .beli3,
.paketto .beli4 {
    background: #ff7526;
    border: 1px solid #ff7526;
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    outline: none;
    margin: 20px auto;
    padding: 10px 25px;
}

.dark-mode .paketto .beli2,
.dark-mode .paketto .beli3,
.dark-mode .paketto .beli4 {
    box-shadow: 1px 1px 5px #333;
}

.paketto .beli2:hover,
.paketto .beli3:hover,
.paketto .beli4:hover {
    background: #ff5410;
}

.paketto .harga .bawah {
    text-decoration: line-through;
}

.paketto .item input {
    width: 5%;
}

.paketto .item .image {
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    width: 55%;
}

.paketto .item .harga {
    display: block;
    float: right;
    text-align: right;
    width: 35%;
}

.paketto .item .harga .atas {
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    width: 100%;
}

.paketto .item .harga .bawah {
    color: #aaa;
    display: inline-block;
    width: 100%;
}

.paketto .item .durasi {
    margin-left: 6%;
}

.paketto .item .ctl-btn {
    padding: 3px;
    display: inline-block;
    width: 30px;
    font-size: 1em;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
}

.total-bayar {
    font-size: 1.1em;
    font-weight: bold;
}

.paketto .item .kustome {
    font-size: 1em;
    font-weight: bold;
    margin: 6px 0;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 50px;
    outline: none;
}

.w450 {
    margin: 0 auto;
    width: 450px;
}

.input-kupon {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 20px;
    text-align: center;
    width: 500px;
}

.dark-mode .input-kupon {
    border: 1px solid #555;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #111;
}

.input-kupon .kode-kupon {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2em;
    margin: 5px 10px;
    outline: none;
    padding: 8px 15px;
    text-align: center;
    width: 53%;
}

.dark-mode .input-kupon .kode-kupon {
    background: #222;
    border: 1px solid #555;
    color: #ddd;
}

.input-kupon .cek-kupon {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ddd;
    cursor: pointer;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
    outline: none;
    padding: 10px 20px;
}

.dark-mode .input-kupon .cek-kupon {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 5px #111;
    color: #ddd;
}

.lanjut-bayar {
    /* background: #ff7526; */
    /* border: 1px solid #ff7526; */
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ddd;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin: 20px auto;
    outline: none;
    padding: 10px 20px;
}

.lanjut-bayar i {
    font-size: 1.2em;
}

.dark-mode .lanjut-bayar {
    box-shadow: 1px 1px 5px #333;
}

/* .lanjut-bayar:hover {
    background: #ff5410;
} */

.tbl-beli {
    border-left: 1px solid #ccc;
    margin: 10px auto;
    width: 500px;
}

.dark-mode .tbl-beli {
    border-left: 1px solid #555;
}

.tbl-beli td {
    background: #fff;
    border-right: 1px solid #ccc;
    text-align: right;
}

.dark-mode .tbl-beli td {
    background: #333;
    border-right: 1px solid #555;
}

.tbl-beli th {
    border-right: 1px solid #ccc;
}

.dark-mode .tbl-beli th {
    border-right: 1px solid #555;
}

.tbl-beli .desc {
    text-align: left;
}

.tbl-beli .total-bayar td {
    background: #eee;
    border-top: 1px solid #ccc;
}

.dark-mode .tbl-beli .total-bayar td {
    background: #333;
    border-top: 1px solid #555;
}

.tanya-jawab {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #eee;
    cursor: pointer;
    margin: 10px;
    overflow: hidden;
}

.dark-mode .tanya-jawab {
    border: 1px solid #555;
    box-shadow: 1px 1px 3px #111;
}

.tanya-jawab .tanya {
    background: #efefef;
    padding: 10px 15px;
}

.dark-mode .tanya-jawab .tanya {
    background: #333;
}

.tanya-jawab .tanya::before {
    content: "Q: ";
}

.tanya-jawab .jawab {
    display: none;
    padding: 10px 15px;
}

.tanya-jawab .jawab::before {
    content: "A: ";
}

.updatex {
    float: left;
    width: 240px;
}

.updatex .lastdl {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 1px 1px 5px #ddd;
    font-size: 1em;
    margin: 7px;
    outline: none;
    padding: 5px 15px;
    width: 210px;
}

.dark-mode .updatex .lastdl {
    background: #222;
    border: 1px solid #555;
    box-shadow: 1px 1px 5px #000;
}

.lastdl h3 {
    color: #777;
    margin: 5px 0 10px;
    font-size: 1em;
}

.dark-mode .lastdl h3 {
    color: #ddd;
}

.lastdl h3 i {
    font-size: 1.2em;
}

.lastdl .item-list .item {
    float: left;
    height: 75px;
    width: 100%;
}

.lastdl .item-list img {
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 0 0 0 2px #0ce430;
    float: left;
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
    width: 50px;
}

.dark-mode .lastdl .item-list img {
    border: 2px solid #222;
}

.lastdl .item-list span {
    display: block;
    font-size: .9em;
    line-height: 1.4em;
}

.lastdl .insp-list .item {
    margin: 10px 0 15px;
}

.lastdl .insp-list img {
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #eee;
    height: 100px;
    object-fit: cover;
    width: 210px;
}

.dark-mode .lastdl .insp-list img {
    border: 1px solid #333;
    box-shadow: 0 0 0 2px #111;
}

.lastdl .insp-list {
    font-size: .9em;
    line-height: 1.6em;
}

.lastdl .input-idg {
    border: 1px solid #fff;
    font-size: .9em;
    margin-left: -1px;
    outline: none;
    width: 70px;
}

.dark-mode .lastdl .input-idg {
    border: 1px solid #222;
    background: #222;
    color: #ddd;
}

.updatex .absensi {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 1px 1px 5px #ddd;
    font-size: 1em;
    margin: 7px;
    outline: none;
    padding: 5px 15px;
    width: 210px;
    text-align: center;
}

.dark-mode .updatex .absensi {
    background: #222;
    border: 1px solid #555;
    box-shadow: 1px 1px 5px #000;
}

.absensi h3 {
    color: #777;
    margin: 5px 0 10px;
    font-size: 1em;
}

.dark-mode .absensi h3 {
    color: #ddd;
}

.absensi .absen-hari-ini {
    background: #b3ffb3;
    border-radius: 2rem;
    color: #035f26;
    padding: 0.5rem 0.25rem;
    margin: 0.25rem;
    cursor: pointer;
}

.absensi .absen-hari-ini:hover {
    background: #9bff9b;
}

.absensi .buletan {
    margin: .5rem 0;
}

.absensi .buletan span {
    width: 20px;
    height: 20px;
    background: #ccc;
    display: inline-block;
    border-radius: 10px;
    font-size: .7rem;
    color: #fff;
    cursor: pointer;
    margin: 2px;
}

.dark-mode .absensi .buletan span {
    background: #555;
    color: #ddd;
}

.absensi .buletan span.ack {
    background: #b3ffb3;
    color: #035f26;
}

.absensi .sudah-absen {
    background: #eee;
    color: #777;
    padding: 0.5rem 0.25rem;
    margin: 0.25rem;
    cursor: pointer;
    border-radius: 2rem;
}

.dark-mode .absensi .sudah-absen {
    background: #777;
    color: #eee;
}

.absensi .sudah-absen:hover {
    background: #eee;
}

.dark-mode .absensi .sudah-absen:hover {
    background: #444;
}

.absensi .voucher {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: .5rem;
    margin: .5rem 0;
    font-size: .9em;
}

.dark-mode .absensi .voucher {
    border: 1px solid #333;
}

.absensi .kode-voucher-hadiah {
    text-align: center;
    outline: none;
    border: 0 solid #fff;
    font-weight: bold;
    margin: .5rem 0;
}

.dark-mode .absensi .kode-voucher-hadiah {
    border: 0 solid #222;
    background: #222;
    color: #ddd;
}

.modal-refresh {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    padding: 20px;
    position: absolute;
    width: 50%;
    top: 100px;
    left: 25%;
    z-index: 100;
}

.dark-mode .modal-refresh {
    background: #222;
    border: 1px solid #555;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.tombol-samping,
.tombol-samping-kanan {
    display: none;
}

.pilihkan {
    background: #ffeccf;
    margin: 10px 6px !important;
    border-radius: 4px;
    padding-bottom: 90px !important;
    border: 1px solid #ffd28e;
    margin-bottom: -80px !important;
}

.dark-mode .pilihkan {
    background: #492d04;
    border: 1px solid #644009;
}

.judul-post {
    background: #eee;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1.3em;
    margin: 10px 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.dark-mode .judul-post {
    background: #000;
    border: 1px solid #555;
    outline: none;
    color: #ddd;
}

.judul-post:focus {
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
}

.dark-mode .judul-post:focus {
    background: #000;
    box-shadow: 1px 1px 3px #555;
}

.pengumuman .pos {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

.dark-mode .pengumuman .pos {
    border: 1px solid #555;
    box-shadow: 1px 1px 3px #111;
}


/* .dark-mode .cke_chrome {
    border: 1px solid #555;
}

.dark-mode .cke_inner {
    background: #000;
}

.dark-mode .cke_top {
    border-bottom: 1px solid #d1d1d1;
    background: #000;
    color: #ddd;
}

.dark-mode .cke_combo_text {
    color: #ddd;
} */

.pengumuman .pos:hover {
    background: #f8f8f8;
}

.dark-mode .pengumuman .pos:hover {
    background: #333;
}

.pengumuman .pos h3 {
    margin: 0 !important;
    padding: 5px 10px;
}

.pengumuman .pos .tanggal {
    color: #aaa;
    font-size: .9em;
    padding: 0 10px;
}

.pengumuman .pos .tanggal span {
    background: #999;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: .9em;
    margin: 0 2px;
    padding: 3px 7px;
}

.dark-mode .pengumuman .pos .tanggal span {
    background: #777;
}

.pengumuman .pos .tanggal .edit:hover {
    background: #ffad33;
}

.pengumuman .pos .tanggal .hapus:hover {
    background: #f33;
}

.pengumuman .pos .konten {
    padding: 5px 10px;
}

.pengumuman .pos .konten p {
    margin: 0 0 10px;
}

.pengumuman-login {
    max-width: 500px;
}

.pengumuman-login .pengumuman {
    background: #fff;
    border-radius: 10px;
    text-align: left;
}

.dark-mode .pengumuman-login .pengumuman {
    background: #222;
}

.pengumuman-login .pengumuman .pos {
    padding: 10px;
}

.baru {
    background: #f00;
    border-radius: 10px;
    color: #fff;
    font-size: .7em;
    line-height: 1em;
    padding: 5px 8px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.baru-normal {
    font-size: 1em;
}

.ganpass {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #0008;
    display: none;
    margin-left: calc( 50% - 200px);
    padding: 20px;
    width: 400px;
    top: 50px;
    position: fixed;
    z-index: 200;
}

.dark-mode .ganpass {
    background: #333;
    border: 1px solid #555;
    box-shadow: 0 0 10px #0008;
}

.ganpass form {
    margin: 10px 0;
}

.ganpass input[type='password'] {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1em;
    margin: 5px 0;
    padding: 8px 15px;
    width: 80%;
    outline: none;
}

.dark-mode .ganpass input[type='password'] {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.botbot span {
    background: #eee;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
}

.dark-mode .botbot span {
    background: #555;
}

.botbot span:hover {
    background: #ddd;
}

.dark-mode .botbot span:hover {
    background: #777;
}

.anu-member {
    position: fixed;
    width: 400px;
    top: 100px;
    left: calc( 50% - 200px);
    z-index: 1000;
}

.info-user {
    background: #fff;
    border: #ccc;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
    text-align: left;
    width: 600px;
    position: relative;
    border-radius: 10px;
    margin-left: -100px;
}

.dark-mode .info-user {
    background: #222;
    border: 1px solid #555;
}

.info-user h4 {
    padding: 10px 0;
}

.info-user p,
.info-user div {
    padding: 6px 10px;
}

.info-user p span {
    display: inline-block;
    width: 100px;
}

.info-user .close-edit {
    margin-top: -25px;
    margin-right: -25px;
}

.info-user table {
    width: 100%;
}

.info-user tbody {
    position: relative;
}

.info-user th {
    text-align: center;
}

.scroll-tr {
    overflow: scroll;
    height: 350px;
    padding: 0 !important;
}

p.huser {
    background: #eee;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: .5rem 1rem;
}

.dark-mode p.huser {
    background: #333;
    color: #ddd;
}

.info-user .selector span {
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: .9em;
    outline: none;
    margin-left: 4px;
    padding: 5px 10px;
    display: inline-block;
}

.dark-mode .info-user .selector span {
    background: #333;
    border: 1px solid #555;
    box-shadow: 0px 0px 0px #111;
}

.info-user .selector span.kepencet {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
}

.dark-mode .info-user .selector span.kepencet {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 2px #111;
}

.info-user .paid-voucher {
    display: none;
}

.info-user .kode-voucher-pointer {
    cursor: pointer;
}

.info-user .last-download .per-dl {
    display: flex;
}

.info-user .last-download .per-dl .image img {
    width: 160px;
    height: 120px;
    object-fit: cover;
}

.f-kuota,
.f-masa {
    cursor: pointer;
}

canvas {
    margin-bottom: 20px;
}

.chart-user {
    width: 100%;
    height: auto;
}

.chart-user canvas {
    max-width: 800px;
}

.chart-dl {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.chart-dl canvas {
    max-width: 1000px;
}

.pilihan {
    margin: 10px 0;
}

.pilihan span {
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    outline: none;
    margin: 3px;
    padding: 3px 8px;
}

.dark-mode .pilihan span {
    background: #222;
    border: 1px solid #555;
    box-shadow: 0px 0px 0px #111;
}

.pilihan span:hover {
    background: #ffc;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
}

.dark-mode .pilihan span:hover {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 2px #111;
}

.pilihan .kepencet {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
}

.dark-mode .pilihan .kepencet {
    background: #555;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px #555;
}

.panduan p {
    margin: 10px 0;
}

.user-online {
    border-radius: 10px 10px 0 0;
    padding: 8px 15px;
    font-size: 1em;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}

.list-user-online {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ccc;
    padding: 10px 15px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    font-size: 1em;
    display: none;
}

.dark-mode .list-user-online {
    background: #111;
    border: 1px solid #333;
    box-shadow: 1px 1px 3px #333;
}

.list-user-online span {
    display: inline-block;
}

.list-user-online .waktu-login {
    float: right;
    margin-left: 10px;
}

.kode-ref {
    background: #efefef;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 500px;
}

.dark-mode .kode-ref {
    background: #333;
    border: 1px solid #555;
}

.kode-ref .email-ref {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    outline: none;
    padding: 8px 15px;
    width: 250px;
}

.dark-mode .kode-ref .email-ref {
    border: 1px solid #555;
    background: #111;
    color: #ddd;
}

.copy-voucher {
    cursor: pointer;
}

.bonus-wrap {
    box-sizing: border-box;
    margin: 20px .5%;
    text-align: center;
    width: 99%;
}

.bonus-wrap div {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #ddd;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 1%;
    padding: .6%;
    text-align: center;
    width: 30%;
}

.dark-mode .bonus-wrap div {
    border: 1px solid #555;
    box-shadow: 1px 1px 5px #111;
}

.bonus-wrap .num {
    font-size: 4em;
    font-weight: bold;
    line-height: 1.4em;
}

.bonus-wrap .num i {
    display: inline-block;
    font-size: .8em;
    line-height: 2em;
    vertical-align: middle;
}

.bonus-wrap .num span {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
}

.list-bonus-aff .livo {
    font-weight: bold;
}

.wd-now {
    margin: 15px 0 25px;
    float: left;
    text-align: center;
    width: 100%;
}

.wd-now span {
    background: #f00;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #aaa;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.3em;
    padding: 10px 20px;
}

.dark-mode .wd-now span {
    background: #f00;
    box-shadow: 1px 1px 5px #111;
}

.wd-now span:hover {
    background: #ff5410;
}

.wd-now .fa {
    font-size: 1.3em;
}

.wd-form {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ddd;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    width: 440px;
}

.wd-form h3 {
    margin: 10px 0 !important;
}

.wd-form .jumlah-gambar {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
    outline: none;
    padding: 8px 16px;
    text-align: center;
    width: 160px;
}

.bold {
    font-weight: bold;
}

.table-in-mobile {
    display: none;
}

.clickable {
    cursor: pointer;
}

.show-hide {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    margin: 5px;
    padding: 8px 15px;
    text-align: center;
}

.dark-mode .show-hide {
    background: #555;
    border: 1px solid #777;
    box-shadow: 1px 1px 5px #222;
    color: #ddd;
}


/* WA wrapper  */

.wa-me {
    bottom: 10px;
    position: fixed;
    right: 15px;
}

.wa-me .wa-logo {
    background: url("wa-logo.png") center center no-repeat;
    cursor: pointer;
    float: right;
    height: 40px;
    margin-top: 5px;
    width: 40px;
}

.wa-wrapper {
    background: #ece5de;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px;
}

.dark-mode .wa-wrapper {
    background: #111;
    border-radius: 10px;
    border: 1px solid #333;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.wa-wrapper .title {
    background: #118b7d;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}

.wa-wrapper .title .minimize {
    display: block;
    float: right;
    margin: -10px -15px;
    padding: 10px 16px;
}

.wa-wrapper .title .minimize:hover {
    background: #076e62;
}

.wa-wrapper .title .fa {
    font-size: 1.3em;
}

.wa-wrapper .chat-wrapper {
    background: #ece5de;
    padding: 10px 15px;
}

.dark-mode .wa-wrapper .chat-wrapper {
    background: #111;
}

.wa-wrapper .chat-wrapper .chat {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 10px;
    padding: 10px 15px;
    position: relative;
}

.dark-mode .wa-wrapper .chat-wrapper .chat {
    background: #333;
    box-shadow: 1px 1px 3px rgba(250, 250, 250, 0.2);
}

.wa-wrapper .chat-wrapper .chat::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: -10px;
    top: 0px;
}

.dark-mode .wa-wrapper .chat-wrapper .chat::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #333;
    border-top: 10px solid #333;
}

.wa-wrapper .start-chat {
    color: #fff;
    padding: 10px 15px;
    text-align: right;
}

.wa-wrapper .start-chat span {
    background: #118b7d;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px 20px;
    transition: ease-in-out 100ms margin;
}

.wa-wrapper .start-chat span:hover {
    background: #076e62;
    margin-top: -3px;
    margin-bottom: 3px;
}

.wa-wrapper .start-chat .fa {
    font-size: 1.3em;
    animation-name: klik-dah;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
}

@keyframes klik-dah {
    0% {
        margin-right: 10px;
        margin-left: 0px;
    }
    100% {
        margin-right: 0px;
        margin-left: 10px;
    }
}

.marquee-wrap {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.marquee {
    width: 1300px;
    height: 30px;
    top: 0;
    padding: 10px;
    position: absolute;
    animation-name: marquee1;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee1 {
    0% {
        left: calc( 600px + 25vw);
    }
    100% {
        left: -1300px;
    }
}

.reload {
    padding: 15px;
    clear: both;
}

.reload p {
    margin: 8px 0;
}

.hidden {
    display: none;
}

.videoblock {
    margin: 10px 0;
    padding: 10px;
}

.tour-wrapper {
    background: #fefefe;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: .95em;
    list-style-type: none;
    padding: 15px 10px;
    position: absolute;
    width: 300px;
}

.dark-mode .tour-wrapper {
    background: #444;
}

.tour-wrapper li {
    margin: 0 5px;
}

.tour-wrapper::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #fff;
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: -20px;
    top: 40px;
}

.dark-mode .tour-wrapper::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #444;
    border-top: 10px solid rgba(0, 0, 0, 0);
}

.tour-wrapper .single-tour span {
    background: #eee;
    border-radius: 4px;
    color: #777;
    display: inline-block;
    font-size: .9em;
    padding: 3px 6px;
}

.dark-mode .tour-wrapper .single-tour span {
    background: #111;
    color: #ccc;
}

.tour-wrapper .single-tour .more-text {
    margin: 10px 0;
}

.dark-mode .tour-wrapper .single-tour .more-text h2 {
    color: #ffec69;
}

.tour-wrapper .single-tour .more-text h2 {
    color: #2161b4;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.tour-wrapper .single-tour .more-text b {
    color: #f00;
}

.dark-mode .tour-wrapper .single-tour .more-text b {
    color: #ff9393;
}

.tour-wrapper .single-tour .bt-nav {
    text-align: right;
}

.tour-wrapper .single-tour .tb {
    background: #d3f1ff;
    border-radius: 4px;
    color: #006eff;
    display: block;
    margin: 5px;
    padding: 5px 10px;
    float: right;
}

.tour-wrapper .single-tour .tb:hover {
    background: #aee3fc;
}

.dark-mode .tour-wrapper .single-tour .tb:hover {
    background: #222;
}

.tour-wrapper .single-tour .tb-paham {
    background: #b3ffb3;
    color: #035f26;
    float: left;
}

.dark-mode .tour-wrapper .single-tour .tb-paham {
    background: #249f60;
    color: #eee;
}

.tour-wrapper .single-tour .tb-paham:hover {
    background: #a5f0a5;
}

.dark-mode .tour-wrapper .single-tour .tb-paham:hover {
    background: #147142;
}

.targeto {
    background: #ffebeb;
    border: 1px solid #f33 !important;
}

.dark-mode .targeto {
    background: #491111;
    border: 1px solid #850d0d !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.legenda-server {
    float: right;
    padding: 10px;
    border: 1px solid #ccc;
    font-family: 'Courier New', Courier, monospace;
}

.dark-mode .legenda-server {
    border: 1px solid #555;
}

.legenda-server .top {
    background: #ddd;
    padding: 10px;
    margin: -10px;
    margin-bottom: 10px;
}

.dark-mode .legenda-server .top {
    background: #333;
}

.legenda-server .online {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #3fcc3f;
}

.dark-mode .legenda-server .online {
    background: #065c27;
}

.legenda-server .offline {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ffd903;
}

.dark-mode .legenda-server .offline {
    background: #72722c;
}

.row-server {
    display: flex;
    font-family: 'Courier New', Courier, monospace;
}

.row-server .waktu-rekam {
    padding: 5px;
    background: #eee;
}

.dark-mode .row-server .waktu-rekam {
    background: #333;
}

.row-server .status {
    border: 1px solid #eee;
}

.dark-mode .row-server .status {
    border: 1px solid #333;
}

.row-server .status span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.row-server .status .online {
    background: #3fcc3f;
}

.dark-mode .row-server .status .online {
    background: #035f26;
}

.row-server .status .offline {
    background: #ffd903;
}

.dark-mode .row-server .status .offline {
    background: #72722c;
}

.leader {
    display: grid;
    grid-template-columns: 50% 50%;
}

.leader-cat {
    box-sizing: border-box;
    margin: 10px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.dark-mode .leader-cat {
    border: 1px solid #555;
}

.leader-cat h2 {
    text-align: center;
}

.leader .row {
    display: flex;
    margin: 2px 0;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 20px;
}

.dark-mode .leader .row {
    border: 1px solid #555;
}

.leader .row:hover {
    background: #eee;
}

.dark-mode .leader .row:hover {
    background: #555;
}

.leader .row .user {
    flex-grow: 1;
    padding: 5px 10px;
    cursor: pointer;
}

.leader .row .rank {
    padding: 5px;
    background: #eee;
    border-radius: 20px;
    min-width: 20px;
    text-align: center;
}

.dark-mode .leader .row .rank {
    background: #555;
}

.leader .row .count {
    padding: 5px 10px;
    border-radius: 20px;
    background: #99daff;
    min-width: 10px;
    text-align: center;
}

.dark-mode .leader .row .count {
    background: #113f7a;
}


/* Social Proof */

.social-proof {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 270px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
    font-size: .9em;
}

.dark-mode .social-proof {
    background: #111;
    box-shadow: 1px 3px 6px rgba(250, 250, 250, 0.1);
    border: 1px solid #555;
}

.social-proof .from-now {
    color: #777;
}

.dark-mode .social-proof .from-now {
    color: #999;
}

.social-proof .fa {
    display: block;
    float: left;
    background: #21bd21;
    color: #fff;
    padding: 19px 17px;
    border-radius: 100px;
    font-size: 30px;
    margin-right: 10px;
}

.full-image {
    display: none;
    position: fixed;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 5%;
    z-index: 1000;
    width: 80%;
    height: 90%;
    left: 10%;
    text-align: center;
}

.full-image .navigator {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.full-image .navigator img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    padding: 2px;
}

.full-image .close {
    background: #ff330f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


/* Lengkapi Profil */

.profile-data {
    margin: 10px 0;
    width: 100%;
}

.profile-data .row {
    margin: 10px;
    font-size: .9rem;
}

.profile-data .row .label {
    width: 150px;
    display: inline-block;
}

.profile-data .row .value {
    padding: 8px 12px;
    background: #eee;
    border: 1px solid #fff;
    font-size: 1em;
    border-radius: 4px;
    width: calc( 100% - 250px);
    outline: none;
}

.profile-data .row .value:disabled {
    background: #fff;
    border: 1px solid #fff;
}

.dark-mode .profile-data .row .value {
    background: #000;
    border: 1px solid #000;
    color: #ddd;
}

.dark-mode .profile-data .row .value:disabled {
    background: #222;
    border: 1px solid #222;
    color: #ddd;
}

.back-btn {
    background: #fff;
    box-shadow: 0 0 3px #bbb;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px 0;
    display: inline-block;
}

/* leveling */
.res-level {
    text-transform: uppercase;
    font-size: .7em;
    color: #fff;
    padding: 0 6px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 2px;
    letter-spacing: 1px;
    margin-left: 6px;
}

/* bronze */
.res-level[level='0'] {
    background: #CD7F32;
}
/* silver */
.res-level[level='1'] {
    background: #C0C0C0;
}
/* gold */
.res-level[level='2'] {
    background: #f1cb02;
}
/* platinum */
.res-level[level='3'] {
    background: #A0B2C6;
}

/* bronze */
.dark-mode .res-level[level='0'] {
    background: #75491e;
}
/* silver */
.dark-mode .res-level[level='1'] {
    background: #777777;
}
/* gold */
.dark-mode .res-level[level='2'] {
    background: #917a00;
}
/* platinum */
.dark-mode .res-level[level='3'] {
    background: #6e7a87;
}

.wlb-at-home {
    text-align: center;
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
    margin: 0 auto;
}

.dark-mode .wlb-at-home {
    border: 1px solid #555;
}

.wlb-at-home a {
    background: #ddd;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: .5rem;
    display: inline-block;
}

.dark-mode .wlb-at-home a {
    background: #555;
    color: #ddd;
}


/* Flash Sale */
.tambah-flashsale {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #eee;
    padding: 20px;
    box-sizing: border-box;
}

.edit-flashsale-form .input100 {
    width: 100% !important;
}

.x-diskon {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 5px 0;
    outline: none;
    padding: 8px 15px;
    width: 50%;
}

.x-paket {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 5px 0;
    outline: none;
    padding: 8px 15px;
    width: 30%;
}

.x-date {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 5px 0;
    outline: none;
    padding: 8px 15px;
    width: 30%;
}

.flashsale-home {
    display: flex;
    justify-content: center;
}

.fs-item {
    width: 220px;
    border-radius: 8px;
    border: 1px solid #ededed;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.fs-item .fs-bg {
    width: 100%;
    height: 150px;
    background-color: #eee;
    background-position: center;
    background-size: cover;
    position: relative;
}

.fs-item .fs-sisa {
    color: #fff;
    background: #ff2727;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 4px;
    font-size: .7rem;
}

.fs-item .fs-info {
    padding: 10px;
}

.fs-item .fs-countdown {
    color: #e31414;
    background: #ffd7d7;
    font-size: .9rem;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px;
    margin-left: 0;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fs-item .fs-harga {
    font-size: 1.5rem;
    font-weight: bold;
}

.fs-item .fs-diskon {
    color: #e31414;
    background: #ffd7d7;
    font-size: .7rem;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px;
    margin-left: 0;
    font-weight: bold;
}

.fs-item .fs-coret {
    color: #999;
}

.fs-item .fs-beli {
    font-size: 1rem;
    color: #fff;
    background: #ff7526;
    border: 1px solid #ff7526;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.clear {
    clear: both;
}

@media screen and (max-width: 1100px) {
    .table-in-pc {
        display: none;
    }
    .table-in-mobile {
        display: inline-table;
        text-align: left;
    }
    .table-in-mobile td {
        text-align: left;
        width: 50%;
        white-space: nowrap;
    }
    .table-in-mobile .livo {
        margin: 15px 0;
        font-weight: bold;
        font-size: 1em;
    }
    .table-in-mobile .center {
        text-align: center;
    }
    #main {
        width: calc( 100% - 260px);
    }
    .lb-menu {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        width: 220px;
        height: 100vh;
        z-index: 100;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        left: -220px;
    }
    .dark-mode .lb-menu {
        background: #111;
    }
    .menu {
        width: 220px;
    }
    .link-list a:hover {
        background: #eee;
    }
    .tombol-samping {
        display: block;
    }
    .tombol-samping i {
        background: #ccc;
        border-radius: 20px;
        font-size: 1.2em;
        line-height: 40px;
        left: 0;
        margin: 10px;
        width: 40px;
        height: 40px;
        position: fixed;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        top: 0;
        text-align: center;
        z-index: 100;
    }
    .dark-mode .tombol-samping i {
        background: #555;
    }
    .add-member-form,
    .add-promo-form {
        box-sizing: border-box;
        width: 100%;
    }
    .edit-member-form,
    .edit-kupon-form {
        width: 90%;
        left: 5%;
        top: 8%;
    }
    .daftar-harga .paketto {
        width: 98%;
    }
    .topup,
    .cek-voucher {
        width: 100%;
    }
    .add-kupon-form {
        box-sizing: border-box;
        margin: 5px 0%;
        width: 100%;
    }
    .anu-member {
        left: 5%;
        width: 90%;
    }
    .info-user {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    #main {
        width: 100%;
    }
    .lb-menu {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        width: 220px;
        height: 100vh;
        z-index: 100;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        left: -220px;
    }
    .menu {
        width: 220px;
    }
    .link-list a:hover {
        background: #eee;
    }
    .tombol-samping,
    .tombol-samping-kanan {
        display: block;
    }
    .tombol-samping i {
        background: #ccc;
        border-radius: 20px;
        font-size: 1.2em;
        line-height: 40px;
        left: 0;
        margin: 10px;
        width: 40px;
        height: 40px;
        position: fixed;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 0;
        text-align: center;
        z-index: 100;
    }
    .tombol-samping-kanan i {
        background: linear-gradient(-45deg, #ffd903, #ffd903, #ffd903, #ffffff, #ffd903, #ffd903, #ffd903);
        background-size: 800% 800%;
        -webkit-animation: Gradient 15s ease infinite;
        -moz-animation: Gradient 15s ease infinite;
        animation: Gradient 15s ease infinite;
        border-radius: 20px;
        border: 1px solid #ffd903;
        color: #7c7517;
        font-size: 1.2em;
        line-height: 40px;
        right: 0;
        margin: 10px;
        width: 40px;
        height: 40px;
        position: fixed;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        top: 0;
        text-align: center;
        z-index: 100;
    }
    .updatex {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        width: 260px;
        height: 100vh;
        z-index: 100;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        right: -260px;
    }
    .dark-mode .updatex {
        background: #111;
    }
    table {
        width: 100%;
    }
    .aaa {
        overflow-x: scroll;
        width: 100%;
    }
    .add-member-form,
    .add-promo-form {
        box-sizing: border-box;
        width: 100%;
    }
    .edit-member-form,
    .edit-kupon-form {
        width: 90%;
        left: 5%;
        top: 8%;
    }
    .daftar-harga .paketto {
        width: 98%;
    }
    .topup,
    .cek-voucher {
        width: 100%;
    }
    .add-kupon-form {
        box-sizing: border-box;
        margin: 5px 0%;
        width: 100%;
    }
    .leader {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 540px) {
    .input-topup,
    .add-voucher-form,
    .add-voucher-comp-form {
        box-sizing: border-box;
        margin: 5px 0%;
        width: 100%;
    }
    .gunakan {
        float: right;
    }
    .table-in-mobile span {
        width: 100%;
    }
    .baca-tos {
        max-width: 90%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    .stepbystep .step {
        margin: 5px 5px;
    }
    .input-kupon {
        width: unset;
    }
    .input-kupon .kode-kupon {
        width: unset;
    }
    .tbl-beli {
        width: 100%;
        box-sizing: border-box;
    }
    .kode-ref {
        width: unset;
    }
    .w450 {
        width: unset;
    }
    .info-kupon {
        left: 0;
        width: unset;
    }
}