@font-face {
    font-family: "myFont";
    src: url(../fonts/Kanit-Light.ttf);
}

@import url('bootstrap.min.css');

@media only screen and (max-width: 991px) {
    html {
        padding: 0;
        margin: 0;
    }
    body {
        background: url(../images/BG.jpg) center;
        background-size: cover;
        color: whitesmoke;
        padding: 0;
        font-size: 14px;
        justify-content: center;
        font-weight: 900 !important;
    }
    h1, h2, h3, h4, h5, h6, p {
        font-family: "myFont", sans-serif;
    }
    .times {
        width: 49% !important;
    }
    .w-100 {
        width: 100% !important;
    }
    .pr-10 {
        padding-right: 10px !important;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .container {
        max-width: 100%;
        margin: auto;
    }
    .row {
        background-color: #333;
        border-radius: 18px;
        padding: 15px 22px;
    }
    .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;
    }
    .table-cell-50.pl-20.pr-50 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .table-cell-50.pl-20.pr-50 .btn-danger{
        width: -moz-available;
        width: -webkit-fill-available;
    }
    .header-title-action {
        display: inline-block;
        margin-top: 6px;
        font-size: 0.9rem;
    }
    hr {
        /* margin: 10px 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;
    }
    .t-center {
        text-align: center !important;
    }
    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"] {
        display: block !important;
    }
    .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;
        font-weight: 900;
    }
    .custom-file-upload:hover {
        opacity: 0.8;
    }
    select, button {
        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;
        font-weight: 900;
    }
    button {
        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;
        font-weight: 900;
    }
    .end-form {
        width: 90% !important;
    }
    button: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: 15px;
        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;
        vertical-align: middle;
    }
    .table-cell-r {
        display: table-cell;
        width: 63%;
        padding: 7px 0;
    }
    .table-cell-r-bank-detail {
        display: table-cell;
        width: 70%;
        padding: 7px 0;
        vertical-align: middle;
    }
    .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: block;
        text-align: center;
    }
    .header-title {
        display: inline-block;
        width: 100%;
    }
    .header-action {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .button-header {
        display: inline-block;
        padding: 5px 33px;
        border-radius: 6px;
        color: #000;
        border: none;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
        font-weight: 900;
        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;
        border-radius: 6px;
        color: #000;
        border: none;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
        font-weight: 900;
        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: 900;
        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: 900;
        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: 85%;
        margin: 10px 4px;
        padding: 6px;
        border-radius: 30px;
        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: 30px;
        background-color: #333;
    }
    .bank-logo {
        display: block;
        position: inherit !important;
        margin: auto;
        float: right;
        height: 60px;
    }
    .bank-detail {
        position: inherit !important;
        top: -20px;
    }
    .bank-detail-no {
        font-size: 1.2rem;
    }
    .copy-button {
        position: relative;
        top: 10px;
    }
    .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;
    }
    .choose-amount {
        margin: 10px;
    }
    .font-small {
        font-size: 0.8em;
    }
    .linkto {
        color: white;
        text-decoration: none;
    }
}

@media only screen and (min-width: 769px) and (orientation: landscape) {

    html {
        padding: 0;
        margin: 0;
    }
    body {
        background: url(../images/BG.jpg) center;
        background-size: cover;
        color: whitesmoke;
        font-size: 20px;
    }
    h1, h2, h3, h4, h5, h6, p {
        font-family: "myFont", sans-serif;
    }
    .times {
        width: 49% !important;
    }
    .w-100 {
        width: 100% !important;
    }
    .pr-10 {
        padding-right: 10px !important;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .table-cell-50.pl-20.pr-50 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .table-cell-50.pl-20.pr-50 .btn-danger{
        width: -moz-available;
        width: -webkit-fill-available;
    }
    .container {
    max-width: 690px;
    margin: auto;
    }
    .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;
    }
    .header-title-action {
        display: inline-block;
        float: right;
        margin-top: 6px;
        font-size: 1.2rem;
    }
    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"] {
        display: block !important;
    }
    .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;
        font-weight: 900;
    }
    .custom-file-upload:hover {
        opacity: 0.8;
    }
    select, button {
        width: 100%;
        padding: 8px 25px;
        border-radius: 16px;
        border: none;
        margin-top: 13px;
        margin-bottom: 13px;
        font-family: "myFont", sans-serif;
        font-size: 0.9em;
        font-weight: 900;
    }
    button {
        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;
        font-weight: 900;
    }
    .end-form {
        width: 90% !important;
    }
    button: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;
        vertical-align: middle;
    }
    .table-cell-r {
        display: table-cell;
        width: 63%;
        padding: 7px 0;
    }
    .table-cell-r-bank-detail {
        display: table-cell;
        width: 70%;
        padding: 7px 0;
        vertical-align: middle;
    }
    .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: block;
        text-align: center;
    }
    .header-title {
        display: inline-block;
        width: 100%;
    }
    .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;
        font-weight: 900;
        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;
        font-weight: 900;
        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: 900;
        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;
        width: 130px !important;
        color: black;
        text-decoration: none;
        font-size: 0.7em;
        font-weight: 900;
        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: 6px;
        border-radius: 30px;
        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: 30px;
        background-color: #333;
    }
    .bank-logo {
        display: block;
        position: inherit !important;
        margin: auto;
        float: right;
        height: 90px;
    }
    .bank-detail {
        position: inherit !important;
        top: -20px;
    }
    .bank-detail-no {
        font-size: 2em;
    }
    .copy-button {
        position: relative;
        top: 15px;
    }
    .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;
    }
    .choose-amount {
        margin: 10px;
    }
    .font-small {
        font-size: 0.8em;
    }
    .linkto {
        color: white;
        text-decoration: none;
    }

}


@media screen and (min-width: 375px) {
    .table-cell-l-bank-detail, .table-cell-r-bank-detail {
        font-size: 0.6rem;
    }

    .table-cell-r-bank-detail {
        margin-left: 10px;
    }
}

@media screen and (min-width: 769px) {
    .table-cell-l-bank-detail, .table-cell-r-bank-detail {
        font-size: 1rem;
    }

    .table-cell-r-bank-detail {
        margin-left: 10px;
    }
}

@media screen and (min-width: 320px) {
    .bank-logo {
        height: 45px;
    }

    span.bank-detail-no {
        font-size: 0.9rem !important;
    }
    .pl-50 {
        padding-left: 20px;
    }
    .play-button {
        font-size: 1em;
    }
    a.btn-secondary {
        width: 82%;
    }

    .choose-amount {
        padding-left: 0px !important;
        text-align: center !important;
    }

}