body {
    background: url(../img/bg/bg-theme.png);
    background-color: #fffffff1;
    background-blend-mode: lighten;
    background-size: 150px;
    background-repeat: repeat;
}
.bg-dark {
    background-color: #003057 !important;
}
.mt-10 {
    margin-top:10px;
}
footer {
   position:relative;
   bottom:0;
   width:100%;
   vertical-align:middle;
   color:#fff;
   margin-top:10px;
}
.btn:hover{
    color:#ffffffc7 !important;
}

.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.floating-label-form-group.floating-label-form-group-with-focus{
    position: relative;
}
.floating-label-form-group:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #0400bf;
    content: "";
    transition: width 0.4s ease-in-out;
}
.floating-label-form-group.floating-label-form-group-with-focus:after {
    width: 100%;    
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: lighter;
    background: none;
    box-shadow: none !important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 12px;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: lighter;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease,opacity 0.3s ease;
    -moz-transition: top 0.3s ease,opacity 0.3s ease;
    -ms-transition: top 0.3s ease,opacity 0.3s ease;
    transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #0400bf;
}
form .floating-label-form-group:first-child {
    /*border-top: 1px solid #ddd;*/
}
textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    color: #555;
}
input:focus,input:active,textarea:focus,textarea:active{
  outline:none;
}

.golf-form {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    padding: 10px;
}
.golf-form .form-header {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.golf-form .form-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #003057;
}
.golf-form .form-sub-title {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}
.rounded-box {
    width:100%;
    border: solid 1px #ccc;
    padding: 10px;
    background: ghostwhite;
    border-radius: 10px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.btn-submit {
    background: #003057;
    color: #ffffff;
    border-radius: 0;
    width: 200px;
}
.btn-theme {
    background: #003057;
    color: #fff;
}
.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}
.row-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
}
.row-flex .col-2 {
    width: 16.66%;
}
.row-flex .col-10 {
    width: 83.33%;
}
.offer-modal .modal-content {
    border-radius: 0;
}
.offer-modal .offer-header {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    background: url(https://www.thegolflounge.in/admin/img/bg/blank-table.png);
    background-size: contain;
    background-repeat: round;
    background-color: #043b69;
    background-blend-mode: overlay;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.offer-modal  .offer-body {
    padding: 15px;
}
.offer-modal .btn-rounded {
    position: relative;
    top: -4px;
    right: -8px;
    float: right;
    color: #043b69;
    border-radius: 100%;
    border: solid 1px #077ee2;
    padding: 0px;
    width: 35px;
    background: #ffffff;
    font-size: 22px;
    margin: auto;
    text-align: center;
}
.offer-modal .apply-promocode-btn {
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    background: #043b69;
    color: #fff;
    z-index: 999;
    width: 79px;
}
.offer-modal .promo-box {
    border: solid 1px #ccc;
    margin: 5px;
    padding: 5px;
    width:97%;
    background: azure;
    border-radius: 6px;
    text-align:left;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.bottom-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(to bottom right, #655c5c00, #0c0c0c33);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:9999;
    overflow:hidden;
    display:none;
}
.bottom-control {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: #ffffff;
    min-height: 36%;
    padding: 15px;
}
.bottom-body {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
}
.digit-group input {
    max-width: 67px;
    width: 17%;
    height: 43px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #000;
    margin: 0 2px;
    border: solid 1px #065a80;
    background: #f8f8ff;
    border-radius: 4px;
}
.promo-container {
    max-height: 300px;
    overflow-y: auto;
}
.payment-methods img {
    max-height: 50px;
    margin: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 100%;
    padding: 0;
}
.full_loader {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.93);
    opacity: 1;
}
.loader-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 84px;
    width: 150px;
    text-align: center;
    margin: auto;
}
.loader4 {
    width: 65px;
    height: 65px;
    background: url(../img/company/golf-play.gif);
    background-size: cover;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.pull-right {
    float: right;
}

.page-container {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    padding: 10px;
}
.booking-cards {
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width:100%;
}
.booking-cards .booking-box {
    border: solid 1px #ccc;
    color: #ffffff;
    padding: 10px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px #060505;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    display: flex;
}
.booking-cards .left-side {
    width: 40%;
    background: #0030578a;
    margin: -10px;
    padding: 10px;
    margin-right: 10px;
}
.booking-cards .right-side {
    width: 60%;
}
.booking-cards .booking-box h3{
    color:#ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.booking-cards .booking-box h6{
    color:#ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.booking-cards .danger-box{
    background: url(../img/bg/danger-table.png) no-repeat;
    background-size: cover;
}
.booking-cards .warning-box{
    background: url(../img/bg/warning-table.png) no-repeat;
    background-size: cover;
}
.booking-cards .success-box{
    background: url(../img/bg/success-table.png) no-repeat;
    background-size: cover;
}
.booking-cards .theme-box{
    background: url(../img/bg/blank-table.png) no-repeat;
    background-size: cover;
    background-color: #066088;
    background-blend-mode: soft-light;
}
.theme-box.solo-box{
    background-color: #DE87B0;
}
.theme-box.family-box{
    background-color: #d1976b;
}
.theme-box.squad-box{
    background-color: #571f4e;
}
.theme-box label{
    font-size:11px;
}
.qr-floating {
    position: absolute;
    bottom: 38px;
    left: 129px;
}
.qr-floating img{
    width: 50px;
}
.nav-header {
    background: #003057;
    color:#ffffff;
    position:sticky;
    top:0;
    left:0;
    right:0;
    margin:auto;
    z-index: 99;
}
.header-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-self: center;
    padding: 5px 5px;   
}
.menu-item {
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration:none;
    font-size: 11px;
    padding:4px;
    min-width: 72px;
}
.menu-item svg {
    fill: #ffffff;
    width: 17px;
    padding: 2px;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-item.active {
    color: #ffffff;
    text-decoration: none;
    background: #ffffff38;
    border-radius: 5px;
}
.menu-item:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ffffff38;
    border-radius: 5px;
}
.account-menu-group {
    padding: 0;
    list-style-type: none;
}
.account-menu-group li {
    border-bottom: solid 1px #cccccc70;
    padding: 15px;
    color:#000000;
}
.account-menu-group a {
    color:#000000;
    text-decoration:none;
}
.account-menu-group span {
    margin-left:10px;
}
.account-menu-group svg {
    width: 18px;
}

.txn-header{
    font-size: 18px;
    padding: 5px 0px;
    margin-bottom:10px;
}
.txn-heading {
    background: #0030570f;
    padding: 5px 0px;
}
.form-filter input,
.form-filter select{
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 5px;
    background: #ffffff;
    font-size: 12px;
    width:100%;
}
.booking-single {
    font-size: 11px;
    padding: 0;
}
.label-success {
    background: #10a00f;
    padding: 0 5px;
    border-radius: 5px;
    color: #ffffff;
}
.label-warning {
    background: #100fa0;
    padding: 0 5px;
    border-radius: 5px;
    color: #ffffff;
}

.box-container {
    position: relative;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 10px 1px;
}
.box-container .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border: solid 1px #00305721;
    border-radius: 10px;
    margin: 5px;
    color: #000000;
    text-decoration: none;
    background: url(https://www.thegolflounge.in/admin/img/bg/blank-table.png);
    background-size: cover;
    background-position: center;
    background-color: #fffffff5;
    background-blend-mode: color-burn;
}
/*.box-container .box:hover {*/
    /*opacity:0.3;*/
/*    background-blend-mode: inherit;*/
/*    background-color: #385e7c7d;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*}*/
.sweet-bg {
    background: azure;
}
.inline-loader {
    height : 8px;
    width  : 36px; /* (6 * <margin: 2px>) + (3 * <width: 8px>) */
}
.inline-loader-box {
    display: inline-block;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    height: 8px;
    width: 8px;
    margin: 0px 2px;
    background-color: rgb(0,146,255);
    animation-name: fadeOutIn;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.inline-loader-box:nth-child(1) { animation-delay: 250ms; } /* (1/2) * <animation-duration: 500ms */
.inline-loader-box:nth-child(2) { animation-delay: 500ms; } /* (2/2) * <animation-duration: 500ms */
.inline-loader-box:nth-child(3) { animation-delay: 750ms; } /* (3/2) * <animation-duration: 500ms */
.no-link {
    color: inherit;
    text-decoration: none;
}
.no-link:hover {
    color: inherit;
    text-decoration: none;
}
@keyframes fadeOutIn {
    0%   { background-color : rgba(0,146,255,1); }
    100% { background-color : rgba(0,146,255,0); }
}

@media only screen and (max-width: 600px) {
    .golf-form {
        width:95%;
    }
    .page-container {
        width:100%;
    }
    .qr-floating {
        position: absolute;
        bottom: 53px;
        left: 73px;
    }
    .qr-floating img{
        width: 39px;
    }
}