
    h1, h2, h3, h4, h5, h6, p {
        font-family: "myFont", sans-serif;
    }
    .w-100 {
        width: 100% !important;
    }
    .pr-10 {
        padding-right: 10px !important;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .row {
      background-color: #333;
      border-radius: 18px;
      padding: 40px 67px;
    }
    .title {
      font-size: 55px;
      text-align: center;
      margin-bottom: 10px;
      background: rgb(198,187,128);
      background: -moz-linear-gradient(180deg, rgba(110,76,25,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(110,76,25,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
      background: linear-gradient(180deg, rgba(110,76,25,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6bb80",endColorstr="#6e4c19",GradientType=1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    hr {
      margin: 20px 0;
      min-height: 3px !important;
      background: -moz-linear-gradient(90deg, rgba(110,76,25,1) 0%, rgba(201,190,128,1) 20%, rgba(201,190,128,1) 80%, rgba(110,76,25,1) 100%) top no-repeat;
      background: -webkit-linear-gradient(90deg, rgba(110,76,25,1) 0%, rgba(201,190,128,1) 20%, rgba(201,190,128,1) 80%, rgba(110,76,25,1) 100%)  top no-repeat;
      background: linear-gradient(90deg, rgba(110,76,25,1) 0%, rgba(201,190,128,1) 20%, rgba(201,190,128,1) 80%, rgba(110,76,25,1) 100%)  top no-repeat;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e4c19",endColorstr="#6e4c19",GradientType=1);
      background-size: 100% 3px;
      border: none;
    }
    input[type=text],input[type=number],input[type=password] {
      width: calc(100% - 50px);
      padding: 8px 25px;
      border-radius: 6px;
      border: none;
      margin-top: 13px;
      margin-bottom: 13px;
      font-family: "myFont", sans-serif;
      font-size: 0.9em;
    }
    input[type=date], input[type=time] {
        width: 100%;
        padding: 8px 25px;
        border-radius: 6px;
        border: none;
        margin-top: 13px;
        margin-bottom: 13px;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
    }
    input[type="file"] {
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
       margin-top: 13px;
        margin-bottom: 13px;
	}
    .custom-file-upload {
        display: block;
        color: #000;
        width: 25%;
        padding: 8px 25px;
        border-radius: 6px;
        border: none;
        margin-top: 13px;
        margin-bottom: 13px;
        background: rgb(198,187,128);
        background: -moz-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        background: linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6bb80",endColorstr="#6e4c19",GradientType=1);
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
    }
    .custom-file-upload:hover {
        opacity: 0.8;
    }
   
    .form-group {
      margin-bottom: 8px;
      font-family: "myFont", sans-serif;
    }
    small {
      font-size: 0.7em;
      color: #c6bb80;
      font-family: "myFont", sans-serif;
    }
    .pic-icon {
        vertical-align: middle;
        max-height: 30px;
        margin-right: 7px;
    }
    .pic-icon-play {
        vertical-align: middle;
        max-height: 70px;
        margin-right: 7px;
    }
    .pic-icon-trancention {
        vertical-align: middle;
        max-height: 20px;
        margin-right: 4px;
    }
    .table {
        display: table;
        width: 100%;
        table-layout: fixed;
        font-family: "myFont", sans-serif;
        font-size: 1em;
    }
    .table-row {
        display: table-row;
    }
    .table-cell {
        display: cell;
        padding: 7px 0;
    }
    .table-cell-l {
        display: table-cell;
        width: 37%;
        padding: 7px 0;
    }
    .table-cell-l-bank-detail {
        display: table-cell;
        width: 30%;
        padding: 7px 0;
    }
    .table-cell-r {
        display: table-cell;
        width: 63%;
        padding: 7px 0;
    }
    .table-cell-r-bank-detail {
        display: table-cell;
        width: 70%;
        padding: 7px 0;
    }
    .table-cell-50 {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        text-align: center;
    }
    .table-cell-25 {
        display: table-cell;
        width: 25%;
        margin: 5px 0;
        vertical-align: middle;
        text-align: center;
    }
    .striped {
        background-color: #444;
    }
    .pl-50 {
        padding-left: 50px;
    }
    .pr-20 {
        padding-right: 20px;
    }
    .pr-50 {
        padding-right: 50px;
    }
    .pl-20 {
        padding-left: 20px;
    }
    .golden-background {
        background-color: rgba(198,187,128,1);
        color: #1a1a1a;
        text-align: center;
    }
    .golden-input {
        color: #000;
        background-color: #eddf9a;
        font-size: 1.1em !important;
    }
    .pre-register-input {
        margin: 5px 0 0 0 !important;
    }
    .m-0 {
        margin: 0 !important;
    }
    .header-info {
        display: inline;
    }
    .header-title {
        display: inline-block;
        width: 320px;
    }
    .header-action {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .button-header {
        display: inline-block;
        width: 165px;
        margin-left: 5px;
        padding: 5px;
        border-radius: 6px;
        color: #000;
        border: none;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
        text-align: center;
        background: rgb(198,187,128);
        background: -moz-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        background: linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6bb80",endColorstr="#6e4c19",GradientType=1);
    }
    .button-header-t2 {
        display: inline-block;
        width: 30%;
        margin: 10px 4px;
        padding: 10px 5px;
        border-radius: 6px;
        color: #000;
        border: none;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
        text-align: center;
        background: rgb(198,187,128);
        background: -moz-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        background: linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6bb80",endColorstr="#6e4c19",GradientType=1);
    }
    a {
        text-decoration: none;
    }
    a:hover {
        opacity: 0.8;
    }
    .play-button {
        font-size: 1.5em;
        margin: 0 !important;
        padding: 15px;
    }
    .a-button-link-trancention {
        display: inline-block;
        position: relative;
        text-align: center;
        top: -5px;
        color: white;
        text-decoration: none;
        font-size: 0.7em;
        font-weight: 400;
        border-radius: 3px;
        padding: 6px;
        border: none;
        background: none;
    }
    .text-center {
        text-align: center !important;
    }
    .text-left {
        text-align: left !important;
    }
    .text-right {
        text-align: right !important;
    }
    .text-bigger {
        width: calc(100% - 15px) !important;
        font-size: 1.5em !important;
        padding: 0 !important;
        margin: 10px 0 !important;
        margin-right: 15px !important;
    }
    .text-warning-b {
        font-size: 0.9em;
    }
    .a-button-link-copy {
        display: inline-block;
        position: relative;
        text-align: center;
        color: black;
        text-decoration: none;
        font-size: 0.7em;
        font-weight: 400;
        border-radius: 3px;
        padding: 6px;
        border: none;
        cursor: pointer;
        background: rgb(200,190,130);
        background: -moz-linear-gradient(top, rgb(200,190,130) 0%, rgb(234,225,177) 28%, rgb(246,239,194) 50%, rgb(220,210,162) 65%, rgb(194,177,130) 78%, rgb(153,128,81) 91%, rgb(122,90,42) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(200,190,130)), color-stop(28%, rgb(234,225,177)), color-stop(50%, rgb(246,239,194)), color-stop(65%, rgb(220,210,162)), color-stop(78%, rgb(194,177,130)), color-stop(91%, rgb(153,128,81)), color-stop(100%, rgb(122,90,42)));
        background: -webkit-linear-gradient(top, rgb(200,190,130) 0%, rgb(234,225,177) 28%, rgb(246,239,194) 50%, rgb(220,210,162) 65%, rgb(194,177,130) 78%, rgb(153,128,81) 91%, rgb(122,90,42) 100%);
        background: -o-linear-gradient(top, rgb(200,190,130) 0%, rgb(234,225,177) 28%, rgb(246,239,194) 50%, rgb(220,210,162) 65%, rgb(194,177,130) 78%, rgb(153,128,81) 91%, rgb(122,90,42) 100%);
        background: -ms-linear-gradient(top, rgb(200,190,130) 0%, rgb(234,225,177) 28%, rgb(246,239,194) 50%, rgb(220,210,162) 65%, rgb(194,177,130) 78%, rgb(153,128,81) 91%, rgb(122,90,42) 100%);
        background: linear-gradient(to bottom, rgb(200,190,130) 0%, rgb(234,225,177) 28%, rgb(246,239,194) 50%, rgb(220,210,162) 65%, rgb(194,177,130) 78%, rgb(153,128,81) 91%, rgb(122,90,42) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8be82', endColorstr='#7a5a2a', GradientType=0 );
    }
    .pic-icon-copy {
        max-height: 10px;
    }
    .golden-border {
        display: inline-flex;
        width: 90%;
        margin: 10px 4px;
        padding: 2px;
        border-radius: 6px;
        color: #000;
        border: none;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
        text-align: center;
        background: rgb(198,187,128);
        background: -moz-linear-gradient(90deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 70%, rgba(246,240,195,1) 85%, rgba(198,187,128,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 70%, rgba(246,240,195,1) 85%, rgba(198,187,128,1) 100%);
        background: linear-gradient(90deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 70%, rgba(246,240,195,1) 85%, rgba(198,187,128,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6bb80",endColorstr="#6e4c19",GradientType=1);
    }
    .display-inline-flex {
        display: inline-flex;
    }
    .row-bank-detail {
        color: #fff;
        border-radius: 6px;
        background-color: #333;
    }
    .bank-logo {
        position: relative;
        top: 20px;
        vertical-align: middle;
    }
    .bank-detail {
        position: relative;
        top: -20px;
    }
    .bank-detail-no {
        font-size: 2em;
    }
    .copy-button {
        position: relative;
        top: 50px;
    }
    .deposit-amount {
        color: #fff;
        font-weight: 400;
        font-size: 0.9em;
        padding: 5px 10px;
        margin: 3px;
        background: none;
        width: initial;
        border: 2px solid rgb(200,190,130);
        border-radius: 5px;
    }
	.deposit-amount:active {
	background-color:rgb(200,190,130);
    }
	.thisActive {
	background-color:#ff5900;
    }
    .choose-amount {
        margin: 10px;
    }
    .font-small {
        font-size: 0.8em;
    }
    .linkto {
        color: white;
        text-decoration: none;
    }