﻿body, html {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
@font-face {
    font-family: 'DBHeavent';
    src: url('../Font/db_heavent/DBHeaventv3_2.eot');
    src: url('../Font/db_heavent/DBHeaventv3_2.woff') format('woff'),
         url('../Font/db_heavent/DBHeaventv3_2.ttf') format('truetype'),
         url('../Font/db_heavent/DBHeaventv3_2.svg') format('svg');
    font-weight: normal;
}
.text-bold{
    font-weight: bold;
}
.buylottoVerified-detail-2nd {
    max-width: 100px;
    min-width: 130px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ghb {
    color: #ff850c !important;
}
.view-lotto-icon{
    margin-left:5px;
}
.price-text {
    color: #fca80f;
    font-weight: bold;
    font-size: 1.5em;
}
.lotto-desc{
    font-size:14pt;
}
.buy-lotto-box{
    margin-top:15px;
    padding-top:10px;
}
.item-buy-lotto {
    color: white;
    line-height: 22px;
    padding-left: 45px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,157,67,1) 0%, rgba(255,97,2,1) 100%);
}
.item-my-lotto{
    border-radius:10px !important;
}
.my-lotto-center-box {
    display: inline-block;
}
.txt-lotto-name {
    line-height: 20px;
    height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
   .salak {
    position: relative;
    background: black;
    color: black;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

    .salak:after {
        height: 90px;
        width: 45px;
        content: '';
        position: absolute;
        top: 0.9em;
        top: calc(1.5em - 1px);
        height: 1.5em;
        width: 1em;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: white !important;
    }

    .salak:after {
        right: -2px;
        border-radius: 1em 0 0 1em;
        background-color:transparent;
    }
.txt-lotto-amount {
    font-size: 1.5em;
    margin-top: 0px;
    color: #f0a06e;
}
.box-1 {
    padding-top:10px;
    line-height:20px;
    cursor: pointer;
    padding:0px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.box-1, .box-2 {
    border-right: solid 1px #ccc;
}
.box-content {
    padding: 5px;
    text-align: center;
}
.my-lotto-box {
    background-color: white;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.box-1, .box-2, .box-3 {
    height:100px;
}
.box-3, .box-2 {
    padding-left: 7px;
    text-align: left;
}
.box-2 {
    padding-top: 15px;
}
.lotto-product-label{
    width:100px;
    text-align:center;
    line-height:22px;
}
.box-3 {
    padding-top: 5px;
    background: rgb(249,212,191);
    background-image: url(../images/Kanok.png), linear-gradient(90deg, rgba(249,212,191,1) 0%, rgba(255,149,84,1) 50%, rgba(249,212,191,1) 100%);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.my-lotto-box :first-child {
    align-self: center;
}
.account-text-1 {
    padding-top: 7px;
    white-space: nowrap;
    letter-spacing: 2px;
    font-size: 24px;
}
.account-text-2 {
    white-space: nowrap;
}
.my-lotto-title {
    display: block;
    width: 100%;
    text-align: center;
    background: rgb(204,151,119);
    background: linear-gradient(90deg, rgba(204,151,119,1) 0%, rgba(230,116,47,1) 100%);
    padding-top: 5px;
    border-radius: 25px;
    color: white;
}
.top {
    height: 70px;
    width: calc(100% - 20px);
    position: relative;
    background: #fff;
}

.top:before,
.top:after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    left: 100%;
    bottom: 50%;
    background: radial-gradient(100% 50% at top left, #fff 98%,transparent 100%) right, radial-gradient(100% 50% at bottom right, transparent 98%,#fff 100%) left;
    background-repeat: no-repeat;
}

.top:after {
    transform-origin: bottom;
    transform: scaleY(-1);
}
.account-text-3 {
    white-space: nowrap;
    font-size: 16px;
}
.account-text-4 {
    white-space: nowrap;
}
.footer-bg {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -1
}
.modal-summary {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../images/Kanok.png), linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,157,67,1) 0%, rgba(255,97,2,1) 100%);
    background-position:right;
    background-size: contain;
    background-repeat: no-repeat;
}
.carousel-control-prev, .carousel-control-next {
    width: 30px;
    background-color: #f4f4f4;
    opacity: 1 !important;
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.rotate360 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.modal-summary-text{
    color:white;
    line-height:40px;
    float:left;
    width:100%;
    text-align:center;
}

.lotto-main-page-menu {
    text-align: center;
    font-size: 20px;
    height: 100px;
    display: block;
    border: solid 1px #ccc;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    background-color: #ff8135;
}
.main-page-kanok-left {
    float: left;
    height: 80px;
}
.main-page-kanok-right {
    float: right;
    height: 80px;
}
.buy-page-kanok-right {
    float: right;
    height: 100px;
    margin-right:30px;
}
.modal-summary-kanok {

    float: left;
    height: 40px !important;
    left: 0px; 
}
    .lotto-main-page-menu:hover {
        text-decoration: none;
        transition: 0.5s;
        background-color: #ff6102;
    }
.lotto-main-page-menu-text {
    font-size:1.6em;   
    font-weight:bold;
    color: white;
    display: block;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    color: #ff6102;
    background-image:none;
}
.submit-buylotto-form, .submit-checklotto-form {
    display: block;
    margin-top: 10px;
    width: 100%;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ff6102;
}
.term-and-condition-paragraph {
    text-indent: 15px;
    margin-bottom: 8px;
}
.lotto-detail-link {
    border-radius: 4px !important;
    height: 40px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: black;
}
    .lotto-detail-link:hover {
        text-decoration: none;
        color: white;
    }
.modal-term-and-condition {
    padding: 15px !important;
}
.buylotto-termandcons-txt {
    display: inline;
    text-align: center;
    cursor: pointer;
}
.lotto-page-title-2 {
    display: block;
    line-height: 8px;
    text-align: center;
    margin-bottom: 8px;
}
.carousel-indicators{
    margin-bottom:-30px;
}
.account-list-container {
    border: solid 1px #d0d0d0;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
}
select {
    text-align: center;
    text-align-last: center;
    /* webkit*/
}

option {
    text-align: left;
    /* reset to left*/
}
.checkmark {
    width:20px;
    height:20px;
    margin-top:4px;
}
body, h1, h2, h3, h4, footer, html {
    font-size: 16pt;
    font-family: "DBHeavent";
    height: 100%;
    width: 100%;
    margin: 0;
}
.info-modal-close-btn{
    font-size:24pt;
    float:right;    
}
.info-modal-content-header {
    padding:10px 10px;
    display: block;
    width: 100%;
    vertical-align: middle;
    height: 50px;
}
.my-lotto-link {
    color: black !important;
}
.my-lotto-link:hover{
    text-decoration:none !important;
}
.submit-mylotto-form {
    display: block;
    position: fixed;
    bottom: 70px;
    width: calc(100% - 20px);
    max-width: 425px !important;
    margin-left: auto;
    margin-right: auto;
}
.no-margin{
    margin:0px !important;
}
.btn-buylotto {
    width:140px !important;
    float: right;
}
.txt-center{
    text-align:center;
}
.my-lotto-table-header{

}
.lotto-detail-card-footer {
    height: 90px;
    background: rgb(252,249,245);
    background: linear-gradient(90deg, rgb(255, 140, 70) 0%, rgb(255, 193, 156) 100%);
    border-top: solid 1px #ccc;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
    padding-top: 5px
}
.lotto-detail-card-header{
    padding-top:5px;
    
}

.lotto-detail-text {
    z-index: 2 !important;
    padding-left:20px;
    padding-right:20px;
    line-height:27px;
}
.my-lotto-container {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
}
.lotto-detail-text-2 {
    float: right;
    font-weight: bold;
    color: #ff6102;
}
.lotto-detail-container {
    display: block;
    height: 160px;
    background-color: white;
    border-radius: 7px;
    margin-top:5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
}
.lotto-detail-row {
    border: none !important;
    border-radius: unset;
    border-bottom: 1px solid #e8e8e8 !important;
}

.lotto-detail-table-box {
    position: relative;
    bottom: 0px;
    top: 10px;
    height: calc(100% - 445px) !important;
    background-color: transparent;
    overflow: scroll;
    max-width: 420px !important;
}

    .lotto-detail-table-box:nth-child(8) {
        position: absolute;
        top: 320px;
        right: 10px;
        left: 10px;
        margin-left: auto;
        margin-right: auto;
    }


.lotto-table-box {
    position: relative;
    bottom: 0px;
    top: 10px;
    height: calc(100% - 240px) !important;
    background-color: transparent;
    overflow: scroll;
    max-width: 420px !important;
}
    .lotto-table-box:nth-child(4) {
        position: absolute;
        top: 125px;
        right: 10px;
        left: 10px;
        margin-left: auto;
        margin-right: auto;
    }
.lotto-detail-table {
    padding: 2px;
    background-color: white;
    border-radius:7px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
}
.no-bg-color {
    background-color: transparent !important;
}
.no-padding{
    padding:0px !important;
}

.no-shadow{
    box-shadow:none !important;
}
.my-lotto-container {
    background-color: white;
    display: block;
    width: 100%;
    border: solid 1px #ccc;
}

.my-lotto-number, .my-lotto-count, .my-lotto-amount {
    display: inline-block;
    text-align: center;
}
.my-lotto-number {
    text-align: left;
    width: 57%;
}
.my-lotto-count {
    width: 4%;
}
.my-lotto-amount {
    text-align:right;
    width: 36%;
}

.lotto-detail-col-1, .lotto-detail-col-2, .lotto-detail-col-3 {
    display: inline-block;
    text-align: center;
}

.lotto-detail-col-1 {
    width: 45%;
}
.lotto-detail-col-2 {
    width: 30%;
}
.lotto-detail-col-3 {
    text-align: right;
    width: 21%;
}

h1 {
    font-size: 2em;
    font-weight: bolder
}
h2{ font-size:1.5em;font-weight: bolder }
h3{ font-size:1.17em;font-weight: bolder }
h4{ font-size:1em;font-weight: bolder }

.navbar {
    position: relative;
}
.navbar-brand {
    position: absolute;
    padding:0px;
    padding-top:5px;
    padding-bottom:5px;
    height:50px;
    left: 0;
    margin-left: 10px !important;
    display: block;
}
.header-name{
    color:white;
    margin-left:60px;
    font-size:20pt;
    line-height:50px;
    vertical-align:middle;
}
.navbar-ribbon {
    height: 60px !important;
    position: absolute;
    right: 0;
}
a,a:hover{
    color:#ff850c;
}
.navbar-default {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 60px;
    background-color: #ff8500;
    border: 0px;
    border-radius: 0px;
    top: 0px;
}
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-brand{
    color:white;
}
.error-page-container{
    position:absolute;
    top:calc(50% - 200px);
    left:0;
    width:100%;
    height:170px;
}

.error-page-text-line1 {
    margin-top: -13px;
}
.error-page-text-line1, .error-page-text-line2 {
    line-height: 22px;
    display: block;
    color: white;
    text-align: center;
}
.error-page-icon {
    font-size:50px;
    display: block;
    color: white;
    width:100%;
    text-align: center;
}
.error-page-title {
    font-size: 30pt;
    display: block;
    color: white;
    text-align: center;
}
.lotto-footer {
    width: 1700px;
    height: 1700px;
    background-color: #ff6102;
    border-radius: 100%;
    bottom: -1640px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    border: solid 1px #ff963c;
    -webkit-box-shadow: 0px -5px 21px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 21px -10px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 21px -10px rgba(0,0,0,0.75);
}
    .lotto-footer .footer-button {
        cursor: pointer;
        font-size: 20pt;
        color: white;
        margin-top: 10px;
        text-align: center;
    }
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
.animated-background {
    border-radius:2px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.image-banner{
    height:170px;
    width:100%;
    background-color:#ccc;
    background-image:url(../Content/Images/banner_mobile.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom center;
    z-index:4;

}
.lotto-detail-date {
    width: 70px;
    display: inline-block;
}
.lotto-card-header {
    background-color: #ffd2b7;
    color:black;
    margin-left:-10px;
    margin-right:-10px;
    padding:5px;
    text-align:center;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.slip-text-section {
    font-size:14pt;
    color: #797777;
}
.slip-transection-code {
    margin-top: 15px;
}
.slip-text-detail {
    line-height: 22px;
}
.slip-amount{
    margin-top:10px;
    margin-bottom:15px;
}
.slip-arrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.slip-text-amount {
    font-size: 28pt;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2px
}
.slip-btn{
    margin-top:15px;
    margin-right:-10px;
}
.slip-text-section, .slip-text-detail {
    display: block;
    width: 100%;
}
.slip-text-right, .slip-text-left {
    display: inline-block !important;
    line-height: 22px;
}
    .slip-text-right{
        float:right;
    }
    .title-banner {
        margin: 0px;
        display: block;
        text-align: center;
        padding-top: 40px !important;
    }
.lotto-app-container{
    padding:5px;
}
.lotto-detail-img2 {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}
.lotto-detail-img1 {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}
.ld-custom-text1 {
    color: #c3c3c3
}
.ld-custom-text2 {
    line-height: 15px;
}
.ld-custom-text3 {
    font-size: 14px;
    line-height: 16px;
}
.select2-container {
    width: 100% !important;
}
.check-result-table{
    width:100%;
}
.txt-bold{
    font-weight:bold !important;
}
.lotto-page-title {
    display: block;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.4em;
}
.lotto-card {
    margin-top:15px;
    background-color:white;
    display: block;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    width: 100%;
    min-height: 80px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 8px 0px rgba(217,217,217,1);
}
.lotto-acct-text-title {
    margin-bottom:0px;
    font-weight: bold;
}
.lotto-acct-text {
    color: #777777;
    font-size: 26px;
}
.lotto-card-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lotto-card-title {
    text-align: center;
    display: block;
    background-color: #ededed;
    min-width:200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.lotto-page-secondary {
    color: #9c9c9c;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1em;
}
.no-border {
    border: none !important;
}
.no-shadow{
    box-shadow:none;
}
.btn-number{
    padding:0px;
    font-size:33px;
    margin-left:5px;
    margin-right:5px;
}
.icon-button-ghb {
    color: #ff6102;
}
.icon-button-ghb:hover {
        color: #ff5402;
}
.lotto-number{
    margin-left:auto;
    margin-right:auto;
    max-width:250px;
}
.lotto-number-text{
    display:block;
    text-align:center;
    width:100%;
}
.input-number{
    text-align:center;
    border-radius:0.25rem !important;
}
.btn-ghb {
    width:120px;
    float:right;
    color: white;
    font-size: 1em;
    background-color: #ff6102;
}
/* width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff6102;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ce4d00;
    }
.modal-backdrop {
    background-color: black;
}
.modal-backdrop fade show{
    z-index:3;
}
    .modal-backdrop.show {
        z-index: 3;
        opacity: 0.85;
    }
.modal-backdrop {
    z-index: 100000 !important;
}
.btn-close-modal{
    color:white;
    font-size:20px;
    font-size:20pt;
    display:block;
    text-align:center;
    margin-top:10px;
    cursor:pointer;
}
.modal {
    z-index: 100001 !important;
}
.navbar-header{
    z-index:-1;
}
.modal-header {
    display: block;
}
.modal-title {
    color: white;
    text-align: center;
    display: block !important;
    width: 100% !important;
}
.modal-content, .modal-header, .modal-body {
    padding: 5px;
    border: none;
}
    .modal-body{
        padding-left:0px;
        padding-right:0px;
    }

    .modal-content {
        background-color: white;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 0px;
        margin: 0px;
        border-radius: 10px;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal-history {
        padding-left: 5px;
        padding-right: 5px;
        padding:0px;
        margin-bottom:0px;
    }
.btn-ghb-left {
    width: 120px;
    float: left;
    color: white;
    font-size: 1em;
    background-color: #b1b1b1;
}
    .btn-ghb-left:hover {
        color: white;
        background-color: #9c9c9c;
    }
.btn-ghb:hover {
    color: white;
    background-color: #ff5402;
}
.footer-img{
    z-index:1;
    position:fixed;
    left:0px;
    bottom:0px;
    height:300px;
    opacity:0.3;
}
.lotto-check-result-footer{
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}
.check-result-text{
    font-size:1.5em;
    display:block;
}

.custom-form-size-50 {
    display: inline-block;
    width: calc(50% - 8px);
}
.container {
    max-width:450px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: red;*/
    height: 100px;
}
.dropdown-menu{
    padding-left:10px;
}
.table-condensed{
    width:100%;
}

.covid-button{
    width:80%;
    background-color:#ccc;
    border-radius:10px;

    margin-left:auto;
    margin-right:auto;
    display:block;
    height:60px;
    vertical-align:middle;
}

.covid-button-label{
    display:block;
    text-align:center;
}

.body-content {
    padding-top: 75px;
    background-color: white !important;
    margin-top: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.card-content{
    background-color:white;
    border-radius:5px;
    padding:15px;
}
.box-shadow{
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}
.full-width{
    width:100% !important;
}

.input-with-unit{
    text-align:right;
    border-right:none;
}

.input-group-addon.addon-inline {
    background: #fff;
    color: #998;
    border-left: none;
    padding-left: 5px;
    font-size:16pt;
    padding-top:4px;
    padding-bottom:4px;
}
.select-custom{
    padding:0px 12px;
}
.select2-container--default .select2-selection--single{
    font-weight:bold;
    padding-top:6px;
    padding-bottom:6px;
    height:36px;
}
.label-confirmation{
    padding-top:10px;
    padding-bottom:10px;
}
.label-confirmation-border {
    border-bottom: dashed 1px #e2e2e2;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ff850d;
}
.label-value{
    font-weight: normal;
}

.form-control{
    font-size:18px;
    color:#ff850c;
    font-weight:bold;
}

.form-control:focus{
    border-color:#ff850c;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff850c
}

.input-group .form-control.addon-inline {
    border-right: none;
    padding-right: 5px;
}
.text-red{
    color:red;
}
.evaludate-box{
    padding-top:15px;
    padding-bottom:20px;
    background-color:#ececec;
    border-radius:5px;
}
.evaluate-title, .evaluate-value{
    text-align:center;
}
.evaluate-title{
    margin-top:0px;
}
.evaluate-value{
    color:#ff850c;
}
.form-user-check{
    margin-top:35px;
}
.btn-error-page{
    width:150px !important;
}
.btn-modal-footner{
    width:40%;
}
.button-custom{
    width:45%;
    display:inline-block;
    font-size:13pt;
}
.btn-builk{
    width:100%;
    background-color:#4eb566;
    border-color:#4eb566;
    color:white;
}
.btn-builk:hover,.btn-builk:active, .btn-builk:focus{
    width:100%;
    background-color:#47a55d;
    border-color:#47a55d;
    color:white;
    box-shadow:0 4px 8px 0 rgba(0,0,0,.4);
}
.button-ghb{
    background-color:#ff850c;
    border-color:#ff850c;
}
.builk-icon{
    width:60px !important;
}
.button-ghb:hover, .button-ghb:active, .button-ghb:focus{
    background-color:#ea7501;
    border-color:#ea7501;
    box-shadow:0 4px 8px 0 rgba(0,0,0,.4)
}
.button-ghb:active{
    background-color:#ea7501;
    border-color:#ea7501;
}
.button-preloan-cal{
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.preloan-cal-result{
    height:40px;
}
.header {
  z-index:99;
  padding: 10px 0px;
  background: #fff;
  color: black;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  left:0;
  top: 60px;
  width: 100%;
}
.sticky-content{
    padding-top:105px;
}

.sticky + .card-content {
  padding-top: 250px;
}

@media (max-width: 768px) {
  .card-content{
      border-radius:0px;
  }
  .box-shadow {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  }
}
@media screen and (min-width: 768px) {
    .modal-lg{
        width:900px;
    }
    .image-banner {
        background-image: url(../Content/Images/banner.png);
    }

}
@media (min-width: 992px){
    .evaludate-box{
        margin-top:35px !important;
    }
    .card-content{
        padding:30px;
    }
    .header{
        background:#fff;
        box-shadow: none;   
    }
}



.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 50px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 6px;
  border: 6px solid #ff850c;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff850c transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Absolute Center Spinner */
.loading-overlay {
  display:none;
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #CCC;
}
/* ---------------------*/
/* Transparent Overlay */
.loading-overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}


.loading-overlay:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  border: 6px solid #ff850c;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stepwizard-step {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.stepwizard-btn {
    border-radius: 100%;
    border: solid 2px #ff850c;
    font-weight: bold;
    background-color: white;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 38px;
}

.stepwizard-btn:hover {
    text-decoration: none;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ff850c;
    z-index: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0px;
}

.page-item.active .page-link{
    background-color:#ff850c !important;
    border-color:#ff850c !important;
    color:white !important;
}
.page-link{
    color:#ff850c !important;
}
.table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    top:18px;
}

.btn-lotto-display {
    margin-top:15px;
    display:block;
    float: none;
    width:150px;
    margin-left:auto;
    margin-right:auto;
}
.card-body{
    width:auto;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 8px 10px 0 rgba(90,90,90,0.2)
}

.flip-card.flipped .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-card-back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.spin-animation {
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.box {
    width: 100%;
    height: auto ;
    position: relative;
    display: inline-block;
}