a{
  color: black;
}
.border-all{
  border-radius: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.transaction-page{
  font-family: 'gotham-medium';
}
.transaction-content{
  margin-top: 5px;
}
.transaction-page .title-transaction h5{
  text-align: center;
  color: #0d2949;
  font-weight: bold;
  text-transform: uppercase;
}
.container-content{
  min-width: 820px !important;
}

/* style tab */

.tab:not(:target) {
display: none;
}

.tab:last-child {
  display: block;
}

.tab:target ~ .tab:last-child {
  display: none;
}
.display-none {
  display: none;
}
.tabs {
  /* width: 30em;
  margin: 6.5em auto; */
}
.last{
  margin-right: 0 !important;
}
.tabs label:hover {
cursor: pointer;
}
.tabs input:checked + label {
  background-color: #0065a7;
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2{
  display: block;
}
.tabs .content > div {
  display: none;
}
.tabs label {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  width: 49.4%;
  background-color: #00395e;
  margin-right: 5px;
  margin-bottom: 0 !important;
  padding: 15px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-header li:last-child{
  width: 49.787%;
  margin-right: 0;
  margin-left:  5px;
}
.tab-header .active{
  background-color: #0065a7;
}

.tabs ul li .tab-header-item{
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  }
.tab-content-transaction{
  padding: 25px 25px 0;
  margin-top: -1px;
  background-image: linear-gradient(to bottom, #0065a7, #00395e);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.label-field-transaction{
  color: white;
  font-size:13px;
  padding-right: 5px;
}
.input-field-transaction{
  width: 96%;
  /* margin-left: 5px; */
  padding-left: 10px;
  height: 35px;
  color: black !important;
  background-color: white !important;
  border: 1px #00395e solid;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: chartreuse;
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1), inset 0px 0px 0px 0px rgba(0,0,0,1) !important;
}
.tab-content-transaction textarea{
  height: 100px;
}
.select-field-transaction{
  width: 50%;
  /* margin-left: 5px; */
  padding-left: 10px;
  height: 35px;
  color: black !important;
  background-color: white !important;
  border: 1px #00395e solid;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: chartreuse;
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1), inset 0px 0px 0px 0px rgba(0,0,0,1) !important;
}
.btn-ebanking{
  background-image: linear-gradient(to bottom, #f2f2f2, #a5a5a5);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  position: absolute;
  margin-top: 1px;
}
.btn-ebanking:hover{
  background-image: linear-gradient(to bottom, #d0cbcb, #d0cbcb);
  color: black;
}
.btn-ebanking img{
  width: 90px;
  height: 25px;
}
.btn-copy{
  background-image: linear-gradient(to bottom, #d0df4a, #8d9732);
  padding: 6px 15px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-left: 30px;
}
.btn-copy:hover{
  background-image: linear-gradient(to bottom, #b2c31c, #b2c31c);
  color: white;
}
.btn-submit-transaction{
  margin-left: 5px;
  padding: 7px 50px;
  background-image: linear-gradient(to bottom, #1ab0ef, #006590);
  border-radius: 8px;
  border: 0px white;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}
.btn-submit-transaction:hover{
  background-image: linear-gradient(to bottom, #0e84b6, #0e84b6);
  cursor: pointer;
}
.label-notice-transaction{
  padding: 20px 10px 0;
  font-style: italic;
  color: #d3e34b;
  font-size: 14px;
}
.pt-3{
  padding-top: 3px !important;
}
.pt-5{
  padding-top: 5px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pt-20{
  padding-top: 20px !important;
}
.prl-0{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-5{
  padding-right: 5px !important;
}
.pl-5{
  padding-left: 5px !important;
}
.mt--10{
  margin-top: -10px;
}
.mt--5{
  margin-top: -5px;
}
.alight-left{
  text-align: left !important;
}
.indicator-bank{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.black{
  background-color: black;
}
.online{
  background-color: #2bd600;
}
.offline{
  background-color: #ff0000;
}
.trouble{
  background-color: #fff000;
}
.background-color-yellow{
  background-color: #d3e34b !important;
  color: #312e25 !important;
  padding : 10px 30px !important;
}
.box-transaction-header{
  background-color: #1e426b;
  padding: 20px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  color: white;
  font-size: 16px;
}
.box-transaction-header img{
  margin-right: 5px;
}
.box-transaction-header span{
  line-height: 18px;
}
.box-transaction-content{
  padding: 20px;
  background-color: white;
  margin: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box-transaction-content p{
    font-size: 12px;
}
.line{
  padding: 15px 5px 15px 15px;
  background-color: #ececec;
}
.line-first{
  padding: 15px 5px 15px 15px;
  background-color: #ececec;
}
.line-second{
  padding: 15px 5px 15px 15px;
  background-color: #ffff;
}
#schedule .line:nth-child(even){
  background-color: #ffff !important;
}
.line p{
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
}
.bank-icon .bca{
  width: 70px;
}
.bank-icon .bri{
  width: 90px;
}
.bank-icon .mandiri{
  width: 90px;
}
.bank-icon .bni{
  width: 70px;
}
.bank-icon .permata{
  width: 100px;
}
.bank-icon .cimb{
  width: 90px;
}
.bank-icon .kospin{
  width: 100px;
}
.bank-icon .maybank{
  width: 90px;
}
.bank-icon .panin{
  width: 95px;
}
.bank-icon .mega{
  width: 95px;
}
.bank-icon .btpn{
  width: 75px;
}
.cols-4{
  width: 70px;
}
.cols-2{
  width: 130px;
}
.box-transaction-footer{
  background-color: #262626;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: 12px;
}
.footer-content{
  position: relative;
  margin: auto;
}
.box-transaction-footer .indicator-bank{
  margin-right: 5px;
}
.box-transaction-footer .footer-content-item{
  margin: 0 10px;
}
.content-list{
  margin: 0 10px 0 15px;
}
.content-list ul{
  list-style: unset;
}
.content-list ul li{
  font-size: 200%;
}
.content-list ul li span{
  font-size: 13px !important;
}
.content-footer{
  margin: 0px -25px;
  height: auto;
}
.content-footer .box-transaction-content{
  background-color: #00395e !important;
  color: white !important;
  padding: 20px 0 0 20px;
}
.content-footer .box-transaction-content h6{
  color: #d3e34b;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.content-footer .box-transaction-content p {
    font-size: 11px;
    line-height: 15px;
}
.notice-input-transaction{
  font-size: 12px;
  color: #d3e34b;
  line-height: 14px;
  margin: 3px 0 0px 15px;
}
.cols-1{
  max-width: 4.333333%;
}
.trouble-dark{
  background-color: #d3e34b;
  margin-top: -3px;
}

/* new footer style */
.footer {
    border-top: none;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: #032235;
}
.footbar {
    background: #404040;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}
.footer-bank-list{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 2px;
  padding: 10px 0;
}
.footer ul.ul-horizontal li {
    line-height: 12px;
    padding: 0px 10px !important;
    width: 84px;
    height: 50px;
    background-color: #052f4a;
}
.footer ul.ul-horizontal.payment li:first-child {
  padding-top: 10px;
}
.payment-method{
  font-size: 12px;
  color: white;
  width: 100%;
  margin-bottom: 0;
}
.footer .payment a{
  width: 60px;
  height: 20px;
}
.footer .payment a.bca-footer {
  background-image: url(../img/bca-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.mandiri-footer {
  background-image: url(../img/mandiri-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.cimb-footer {
  background-image: url(../../../general/img/bank/cimb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 20px 1px 0;
}
.footer .payment a.bni-footer {
  background-image: url(../img/bni-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.bri-footer {
  background-image: url(../img/bri-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.permata-footer {
  background-image: url(../../../general/img/bank/permata.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.kospin-footer {
  background-image: url(../img/kospin-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.maybank-footer {
  background-image: url(../img/maybank.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.panin-footer {
  background-image: url(../../../general/img/bank/panin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.btpn-footer {
  background-image: url(../../../general/img/bank/btpn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.mega-footer {
  background-image: url(../../../general/img/bank/mega.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.voucher88-footer {
  background-image: url(../../../general/img/bank/voucher88.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 1px;
  height: 100%;
}
.w-100s{
  width: 100%;
}
.lisensi p{
  color: white;
  margin-bottom: 0px;
}
.footer .footer-img img{
  margin-top: 15px;
}
.mt-10{
  margin-top: 10px !important;
}
.footer .text-footer{
  text-align: left;
  font-size: 12px;
  color: white;
  padding-top: 20px;
}
.footer .copyright {
    text-align: left;
    font-size: 12px;
    color: #d3e34b;
    padding-top: 20px;
}
