cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.visa {
    background-image: url('../images/padleplusword.png');
    height:90px;
}

.mastercard {
    background-image: url('../images/tennisplusword.png');
    height: 90px;
}
.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

    .drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }
.dx-scrollbar-hoverable {
    background-color: gray;
}
#map{
  
    height:300px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .icon-instagram{
        width: 20px;
        height: 20px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}
.header_mobile {
    background-color: #309630;
    z-index: 1 !important;
}
.actionbooklap{
    width:95%;
}
/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/
.finish--button{
    display:none;
}
.lapangan--btn{
    border-radius:10px;
    text-align:center;
}
#smartwizard{
    margin-top:20px;
}
.sw-theme-dots > .nav .nav-link::after{
    z-index:1 !important;
}
.sw-theme-dots > .nav::before {
    z-index: 0 !important;
}
.header_mobile .side_wrap {
    z-index: 99;
}