/* general css */

.myaccount-template .banking {
  background-color: #022f50;
  border-radius: 10px;
  border: 0;
}

.myaccount-template .help-block {
  margin-bottom: 0;
}

.myaccount-template .primary {
  background: unset;
}

.myaccount-template table {
  color: #fff;
}

.myaccount-template .btn-theme-3 {
  width: 115px;
  border-radius: 50px;
  border: 0;
  background: #004ba2;
  color: #fff;
  transition-duration: 0.15s;
}

.myaccount-template .btn-theme-3:hover,
.myaccount-template .btn-theme-3:active {
  background: #2a78d0;
  color: #fff;
  border: none;
}

.myaccount-template table td,
.myaccount-template table th {
  padding: 1rem;
}

.myaccount-template table tbody tr:hover {
  background: unset;
}

#depositForm .form-control,
#regForm .form-control,
#withForm .form-control,
#historyForm .form-control,
#passForm .form-control,
#transferForm .form-control {
  outline: none;
  background: #013f6d;
  box-shadow: none;
  border: 1.5px solid #003d7f;
  color: #fff;
  height: 38px;
  padding: 6px 12px;
  border-radius: 4px;
}

#depositForm .form-control:focus,
#regForm .form-control:focus,
#withForm .form-control:focus,
#historyForm .form-control:focus,
#passForm .form-control:focus,
#transferForm .form-control:focus {
  background: #01243e;
}

#depositForm .form-control option,
#regForm .form-control option,
#withForm .form-control option,
#historyForm .form-control option {
  background: #013f6d;
}

#regForm .input-group-addon,
#historyForm .input-group-addon {
  background: #0076bb;
  border: 1.5px solid #003d7f;
  color: #fff;
}

.myaccount-template .btn.btn-theme,
.myaccount-template .btn.btn-primary {
  border-radius: 50px;
}

.container-w-border,
#historyForm {
  margin: auto;
  border: 1px solid #013066;
  border-radius: 10px;
  padding: 20px;
  background: #00152d;
}

#depositForm form table thead,
#depositForm form table thead tr th,
#withForm table thead,
#withForm table thead tr th,
#chgProfileForm table thead,
#chgProfileForm table thead tr th,
#passForm table thead,
#passForm table thead tr th,
#notFoundAlert thead,
#notFoundAlert thead tr th,
#promoBerjalan thead,
#promoBerjalan thead tr th,
#historyForm table thead,
#historyForm table:first-child thead tr th,
.pusat-pesan-table > thead,
.pusat-pesan-table > thead > tr > th,
#transferForm table thead,
#transferForm table thead tr th {
  border-radius: 10px 10px 0 0;
}

#depositForm form table thead,
#chgProfileForm table thead,
#passForm table thead,
#withForm table thead,
#notFoundAlert thead,
#promoBerjalan thead,
#historyForm table:first-child thead,
.pusat-pesan-table > thead,
#transferForm table thead {
  background: #022f50;
  font-size: 18px;
}

#depositForm form table tbody,
#withForm table tbody,
#chgProfileForm table tbody,
#passForm table tbody,
#notFoundAlert tbody,
#promoBerjalan tbody,
#historyForm table tbody,
#historyForm tr:nth-child(even),
.pusat-pesan-table tbody,
#transferForm table tbody {
  background: #022f50;
}

#depositForm form table tbody,
#depositForm form table tbody tr:last-child td,
#withForm table tbody,
#withForm table tbody tr:last-child td,
#passForm table tbody,
#passForm table tbody tr:last-child td,
#notFoundAlert tbody,
#notFoundAlert tbody tr:last-child td,
#promoBerjalan tbody,
#historyForm table tbody,
#historyForm table:first-child tbody tr:last-child td,
.pusat-pesan-table tbody,
.pusat-pesan-table tbody tr:last-child td {
  border-radius: 0 0 10px 10px;
}

#depositForm table td,
#depositForm table th,
#withForm table td,
#withForm table th,
#chgProfileForm table td,
#chgProfileForm table th,
#passForm table td,
#passForm th,
#notFoundAlert td,
#notFoundAlert th,
#promoBerjalan td,
#promoBerjalan th,
#historyForm table:first-child td,
#historyForm table:first-child th,
.pusat-pesan-table td,
.pusat-pesan-table th,
#transferForm table td,
#transferForm table th {
  border: 0;
}

#depositForm .bank-deposit.payment-gateway td > .help-block.deposit-help,
#depositForm .crypto-pg td > .help-block.deposit-help,
#withForm table tbody tr:first-child td:last-child > .help-block.deposit-help,
#transferForm .help-block {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  border-radius: 4px;
  background: #0076bb;
  margin-bottom: 15px;
  padding: 6px 12px;
  color: #fff;
}

#depositForm .crypto-pg td > .help-block.deposit-help {
  margin-top: 0;
}

#depositForm .bank-deposit.payment-gateway td > .help-block.deposit-help > p,
#depositForm .crypto-pg td > .help-block.deposit-help > p,
#withForm
  table
  tbody
  tr:first-child
  td:last-child
  > .help-block.deposit-help
  > p {
  margin-bottom: 0px;
}

#depositForm .bank-deposit.payment-gateway td > .help-block.deposit-help > i,
#depositForm .crypto-pg td > .help-block.deposit-help > i,
#withForm
  table
  tbody
  tr:first-child
  td:last-child
  > .help-block.deposit-help
  > i {
  color: #f0b416;
}

#historyForm .dataTables_info,
.pusat-pesan-table .dataTables_info {
  color: #fff;
}

/* regi form new css desktop */
#regForm {
  display: flex;
}

#regForm .form-left,
#regForm .form-right {
  width: 100%;
  padding: 33px 50px 33px 60px;
  background: #022f50;
}

#regForm .col-xs-12 {
  padding: 0;
}

#regForm .form-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#regForm .form-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#regForm .form-left .h3,
#regForm .form-right .h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e1ab0a;
}

#regForm .form-right label {
  color: #fff;
}

#regForm .form-left .h3,
#regForm .form-right .h3 {
  padding-bottom: 5px;
}

#regForm .form-left .form-group > label,
#regForm .form-left .h3 {
  color: #fff;
}

#regForm .confirmation-msg {
  padding-bottom: 15px;
}

#regForm .input-group,
#passForm .input-group {
  width: 100%;
}

.show-pass {
  position: absolute;
  right: 7px;
  top: 11px;
  color: #aeb6bb;
  z-index: 10;
}


/* login form new css desktop  */
#login-form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #2f71aa;
  color: #b5b5b5;
}

#login-form .form-control:focus {
  -webkit-box-shadow: 0px 2px 0px 0px #0475ab;
  box-shadow: 0px 2px 0px 0px #0475ab;
}

#login-form .form-group > label {
  color: #ffffff;
}

#login-form .show-pass {
  top: 7px;
}



/* my account new css desktop */
.myaccount-template #contents {
  padding-top: 50px;
}

.myaccount-template #mh-tab {
  padding: 15px 0;
  margin: unset;
  background: #002857;
}

.myaccount-template #mh-tab .lc-btn2 {
  top: 0px;
}

.myaccount-template #mh-tab .lc-btn2 a {
  border-radius: 50px;
  border: 0;
  padding: 10px 20px;
}
.myaccount-template #mh-tab .lc-btn2 a:first-child {
  background-image: linear-gradient(to bottom, #f5bc13 0, #d7a205 100%);
  color: #0c3868;
}
.myaccount-template #mh-tab .lc-btn2 a:first-child span {
  color: #0c3868;
}

.myaccount-template #mh-tab .lc-btn2 a:last-child {
  background-image: linear-gradient(to bottom, #4ba358 0, #009b17 100%);
  color: #ffffff;
}

.myaccount-template #mh-tab .lc-btn2 a:last-child span {
  color: #ffffff;
}

.myaccount-template #mh-tab a {
  border: 0;
}

.myaccount-template #mh-tab li.active a {
  border-bottom: 3px solid #e1ab0a;
  background: none;
}



/* deposit form new css desktop */

.notice-header {
  border-radius: 10px 10px 0 0;
}
.notice-content {
  background: #022f50;
  border: 0;
  border-radius: 0 0 10px 10px;
}

.deposit-notice-wrapper {
  padding: 0;
}

#depositForm form table {
  border-collapse: separate;
  color: #fff;
}

#showBank .showBank-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.5rem;
  background: radial-gradient(
    ellipse at 30% 30%,
    #006ff1 0%,
    rgb(0 21 45) 100%
  );
  border: 1px solid #ffffff21;
  border-radius: 0.375rem;
  padding: 8px 12px;
}

#showBank .bank-logo {
  background: #ffffff10;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  position: relative;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}

#showBank .bank-details > div {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

#showBank .bank-details {
  padding-top: 0.2rem;
}

#depositForm .non-jmpay .fileDropArea {
  background: none;
  border: 1.5px dashed #1069d1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  height: 38px;
  padding: 6px 12px;
  margin-bottom: 5px;
  position: relative;
  transition-duration: 0.15s;
}

#depositForm .non-jmpay .fileDropArea:hover {
  background: #007bff;
}

#depositForm .non-jmpay .fileDropArea .uploadBtn {
  width: 100%;
}

#depositForm .non-jmpay .fileDropArea #receipt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.form-group .copy-icon {
  background: #0076bb;
  border: 1.5px solid #003d7f;
}

.bank-deposit.crypto-pg .form-group {
  background: #0076bb;
}

.bank-deposit.crypto-pg .form-group .card-subtitle i {
  padding-right: 10px;
  color: #f0b416;
}


/* withdraw form new css desktop */

#withForm table tbody tr:first-child td:last-child > .help-block.deposit-help {
  justify-content: space-between;
}

#withForm table tbody tr:first-child td:first-child {
  vertical-align: top;
}

#withForm table tbody tr:first-child td:first-child strong {
  display: inline-block;
  margin-top: 12px;
}


/* profile saya form new css desktop */

.wallet-content {
  background-color: #022f50;
  border-radius: 0 0 10px 10px;
  border: 0;
  padding: 10px;
  margin: auto;
  width: 100%;
}

.wallet-content #wallet_title {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}


/* ganti password form new css desktop */
#passForm .btn-theme-3 {
  margin: 15px 0;
}


/* promo saya form new css desktop */

#promoBerjalan {
  border-collapse: separate !important;
}

#promoBerjalan tbody tr:last-child td {
  border-bottom-right-radius: 10px;
}

#promoBerjalan tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}

#promoBerjalan tbody tr:last-child td,
#promoBerjalan tbody tr:last-child th {
  padding-bottom: 25px;
}

#notFoundAlert tbody td > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  margin-bottom: 25px;
}

#notFoundAlert tbody td svg {
  width: 30px;
}


/* saldo form modal */

.saldo-modal table td,
.saldo-modal table th,
#tbWalletBal td,
.saldo-table-sidebar th,
.saldo-table-sidebar td {
  border-color: #ffffff1a;
}

.saldo-modal .modal-header {
  border-radius: 10px 10px 0 0;
}

.saldo-modal table tfoot tr:last-child td:first-child,
.saldo-table-sidebar tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.saldo-modal table tfoot tr:last-child td:last-child,
.saldo-table-sidebar tfoot tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.saldo-table-sidebar tfoot tr:last-child td {
  border-bottom: 0;
}

.saldo-modal .sidebar {
  background: transparent;
}

.saldo-modal table tfoot tr:last-child td {
  border-bottom: none;
}

.saldo-modal table {
  background: transparent;
}

.saldo-modal .btn-theme2,
.saldo-table-sidebar .btn-theme2 {
  border-radius: 50px;
}

.saldo-modal table tfoot,
.saldo-table-sidebar tfoot {
  background: #0a3769;
  color: #fff;
}

.saldo-modal table tbody tr:hover {
  background: unset;
}

#popupTbWalletBal,
#tbWalletBal {
  background: #0a3769;
  color: #fff;
}



/* histori form new css desktop */

.resultsection {
  padding: 25px 0;
}

.resultsection #depositTable thead tr th:first-child {
  border-top-left-radius: 10px;
}

.resultsection #depositTable thead tr th:last-child {
  border-top-right-radius: 10px;
}

.resultsection #depositTable tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.resultsection #depositTable tbody tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

#historyForm table:first-child tbody tr:last-child td {
  padding-bottom: 25px;
}

#historyForm table td,
#historyForm table th {
  border-color: #004da0;
}

.paging_full_numbers a {
  border-radius: 2px !important;
}

.paging_full_numbers a.paginate_button.first,
.paging_full_numbers a.paginate_button.previous,
.paging_full_numbers a.paginate_button.next,
.paging_full_numbers a.paginate_button.last {
  background: transparent;
  border: 1px solid #004da0;
  color: #fff !important;
}

.paging_full_numbers a.paginate_button.current,
.paging_full_numbers a.paginate_button:hover {
  background: #007bff;
  background: linear-gradient(
    68deg,
    rgba(0, 123, 255, 1) 0%,
    rgb(1 63 109) 100%
  );
  color: #fff !important;
  border-color: #004da0;
}

.paging_full_numbers a.paginate_button {
  background: none;
  color: #fff !important;
  border: none;
}

#historyForm #app-status-label {
  color: #ffffff;
  background: #00aa2c;
  border-radius: 0.375rem;
  padding: 0.375rem;
  text-align: center;
}

#historyForm #rej-status-label {
  color: #ffffff;
  background: #b60000;
  border-radius: 0.375rem;
  padding: 0.375rem;
  text-align: center;
}

#betHistoryTable tbody tr td:first-child a {
  color: #f0b416;
}



/* pusat pesan css */

#inboxTable thead tr th:first-child {
  border-top-left-radius: 10px;
}

#inboxTable thead tr th:nth-child(3) {
  border-top-right-radius: 10px;
}

#inboxTable tr td {
  border-radius: 0;
}

.pusat-pesan-table a.paginate_button:hover,
.pusat-pesan-table a.paginate_button.current {
  background: #007bff;
  background: linear-gradient(
    68deg,
    rgba(0, 123, 255, 1) 0%,
    rgb(1 63 109) 100%
  );
  color: #fff!important;
}

#inboxTable tbody {
  background: #013f6d;
}

.pusat-pesan-table .message {
  display: table-cell;
}

#inboxTable_next,
#inboxTable_previous {
  color: #f0b416
}




/* manual mode css */

.saldo-table-sidebar thead {
  background: #085ab6;
  border-radius: 10px 10px 0 0;
}

.saldo-table-sidebar thead tr th:first-child {
  border-top-left-radius: 10px;
}

.saldo-table-sidebar thead tr th:last-child {
  border-top-right-radius: 10px;
}



/* transfer form css */

.trf-header {
  border-radius: 10px 10px 0 0;
}

.mhb-select-wallet .mhb-selection {
  border-radius: 10px;
}


#maintenance-modal,
	#processing-modal,
	.alert-modal {
		position: fixed;
		background: #0000004d;
		width: 100%;
		height: 100%;
		display: none;
	}

	#maintenance-modal .info-wrap,
	#processing-modal .info-wrap,
	.alert-modal .info-wrap {
		background: #003775;
		background: -moz-radial-gradient(30% 30%, ellipse cover, #003775 0%, rgba(0, 4, 24, 1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #003775), color-stop(100%, rgba(0, 4, 24, 1)));
		background: -webkit-radial-gradient(30% 30%, ellipse cover, rgba #003775 0%, rgba(0, 4, 24, 1) 100%);
		background: -o-radial-gradient(30% 30%, ellipse cover, #003775 0%, rgba(0, 4, 24, 1) 100%);
		background: -ms-radial-gradient(30% 30%, ellipse cover, #003775 0%, rgba(0, 4, 24, 1) 100%);
		background: radial-gradient(ellipse at 30% 30%, #003775 0%, rgba(0, 4, 24, 1) 100%);
		text-align: center;
		color: #fff;
		z-index: 9999;
		border-radius: 10px;
		overflow: hidden;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
		position: fixed;
		max-width: 600px;
		height: 250px;
	}

	#maintenance-modal .popup-header,
	#processing-modal .popup-header,
	.alert-modal .popup-header {
		font-size: 25px;
		color: #fff;
		padding: 10px 0px;
		text-transform: uppercase;
		font-weight: 700;
		color: yellow;
	}

	#maintenance-modal .modal-btn,
	#processing-modal .modal-btn,
	.alert-modal .modal-btn {
		display: flex;
		padding: 5px;
	}

	#maintenance-modal .popup-body,
	#processing-modal .popup-body,
	.alert-modal .popup-body {
		font-size: 16px;
		padding-top: 10px;
	}

	#maintenance-modal .btn-list,
	#processing-modal .btn-list,
	.alert-modal .btn-list {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	#maintenance-modal .btn-list a,
	#processing-modal .btn-list a,
	.alert-modal .btn-list a {
		width: 100%;
		min-width: 120px;
		display: inline-block;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		padding: 0.375rem 0.75rem;
		font-size: 1.2rem;
		line-height: 1.5;
		border-radius: 0.25rem;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		text-decoration: none;
	}

	#maintenance-modal .btn.btn-style3,
	#processing-modal .btn.btn-style3,
	.alert-modal .btn.btn-style3 {
		background-color: #1ac01c;
		background: linear-gradient(to top, #2e9b03 0%, #407006 100%);
		color: #fff;
		padding: 10px 0;
	}

	#maintenance-modal .btn.btn-style4,
	#processing-modal .btn.btn-style4,
	.alert-modal .btn.btn-style4 {
		background: linear-gradient(to top, #700c03 0%, #d72b2b 100%);
		padding: 10px 0;
		color: #fff;
	}

	#maintenance-modal .popup.btn-list,
	#processing-modal .popup.btn-list,
	.alert-modal .popup.btn-list {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	#maintenance-modal svg,
	#processing-modal svg,
	.alert-modal svg {
		display: inline-block;
		font-size: 44px;
		vertical-align: middle;
		width: 40px;
		color: #b8221f;
		text-shadow: 0px 1px 1px #000;
	}

	#maintenance-modal .modal-btn,
	#processing-modal .modal-btn,
	.alert-modal .modal-btn {
		display: flex;
		padding: 5px;
	}

	.block-overlay {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
	}


	#pendingWithdrawalModal .content {
		background: radial-gradient(ellipse at 30% 30%, #114e95 0%, rgb(0 15 33) 100%);
		border-radius: 7px;
		padding: 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#pendingWithdrawalModal .content svg {
		width: 70px;
		fill: #ffeb00;
	}

	#pendingWithdrawalModal .content .title {
		color: #ffeb00;
		margin-top: 25px;
		font-size: 25px;
		font-weight: bold;
	}

	#pendingWithdrawalModal .content p {
		text-align: center;
		font-size: 18px;
		margin: 16px;
	}

	#pendingWithdrawalModal .content button {
		display: flex;
		margin: auto;
		background: #f5bc13;
		width: 22%;
		border: none;
		justify-content: center;
		height: 40px;
		align-items: center;
		color: #022f50;
		font-size: 20px;
	}