﻿/* Utilities */
.color-gold {
    color: #d4aa64;
}

.color-black{
    color:black;
}

.color-white{
    color:white;
}

.no-margin {
    margin: 0;
}

.default-margin{
    margin:0.3rem;
}

#booking_previous_page{
    cursor:pointer;
}

.input-group-addon-custom {
    background-color: #ffff !important;
}

input.promo-code-input[type=text] {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px black;
    padding: 5px;
    width: 35rem;
    color: black;
}


input[type=text] {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px black;
    padding: 5px;
    color: black;
    width:30rem;
}

input[type=password] {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px black;
    padding: 5px;
    color: black;
    width: 30rem;
}



.background-light-gray {
    background-color: #EEEEEE;
}


.invisible {
    visibility: hidden;
}

.text-bold{
    font-weight:bold;
}

.background-gold {
    background-color: #d4aa64;
}

.background-gray {
    background-color: #757575;
}
.unavailable-color{
    background-color: #EF5350;
}

.background-brown {
    background-color: #BCAAA4;
}

.background-green {
    background-color: #43A047;
}

.closure-color {
    background-color: grey;
}

.hold-color {
    background-color: #EF5350;
}

.hold-color-for-current-user {
    background-color: #1E88E5;
}
.selected-color {
    background-color: #66BB6A;
}
.available-color {
    background-color: white;
}

.square-unavailable-color {
    width: 15px;
    height: 15px;
    margin: 0.2rem;
    background: #EF5350;
}

.square-hold-by-current-user-color {
    width: 15px;
    height: 15px;
    margin: 0.2rem;
    background: #1E88E5;
}

.square-available-color {
    width: 15px;
    height: 15px;
    margin:0.2rem;
    background: white;
}

.square-closure-color {
    width: 15px;
    height: 15px;
    margin: 0.2rem;
    background: grey;
}

.gold-line {
    width: 100%;
    border-bottom: 2px solid #d4aa64;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.title-with-line h4 {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #d4aa64;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.title-with-line h4 span {
    background-color:#424242;
    padding: 0 10px;
}

.btn-custom {
    text-align: center;
    cursor: pointer;
    color: black;
    background-color: #d4aa64;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin:0.5rem;
    height: auto;
    width: 9rem;
}

.btn-custom:hover {
    background-color: #D39530;
}

.btn-custom:active {
    text-align: center;
    cursor: pointer;
    color: #d4aa64;
    background-color: black;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin:0.5rem;
    height: auto;
    width: 9rem;
}

.btn-custom-2 {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #43A047;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: 9rem;
    padding:1rem;
}

.btn-custom-2:hover {
    background-color: #13A219;
    color:white;
}

.btn-custom-2:active {
    text-align: center;
    cursor: pointer;
    color: #43A047;
    background-color: white;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: 9rem;
    padding: 1rem;
}

.btn-custom-3 {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #EF5350;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: 9rem;
    padding: 1rem;
}

.btn-custom-3:hover {
    background-color: #F01915;
    color: white;
}

.btn-custom-3:active {
    text-align: center;
    cursor: pointer;
    color: #EF5350;
    background-color: white;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: 9rem;
    padding: 1rem;
}

.btn-custom-4 {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #7E57C2;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: 9rem;
    padding: 1rem;
}

.btn-custom-4:hover {
    background-color: #5517C0;
}

.btn-custom-4:active {
    text-align: center;
    cursor: pointer;
    color: #7E57C2;
    background-color: white;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: 9rem;
    padding: 1rem;
}

.btn-custom-5 {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #43A047;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: auto;
    padding: 1rem;
}

.btn-custom-6 {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: indianred;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
    margin: 0.5rem;
    height: auto;
    width: auto;
    padding: 1rem;
}

@media only screen and (max-width: 800px) {

    input.promo-code-input[type=text] {
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: solid 1px black;
        padding: 5px;
        width: 100%;
    }


}


/* Style the Image Used to Trigger the Modal */


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 50%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    font-size:1.6rem;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 45px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 80%;
        margin:auto;
    }
}

#qrcode-img {
    margin: auto;
    width: 10%;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 45px;
}
/*MAIN - Top */
#top-main {
    background-image: url('../../images/banner.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: cover;
    width: 100%;
}

.context {
    margin: auto;
    max-width: 300px;
}

.cart{
    display:flex;
    justify-content:flex-end;
}

.cart-box{
    position:relative;
    margin:0.5rem;
}

.cart-count{
    position:absolute;
    top:0;
    right:-0.3rem;
    color:white;
    background-color:red;
    font-size:1.2rem;
    width:auto;
    padding:0.3rem;
    border-radius:1rem;
    
}


.player-name{
    display:flex;
    justify-content:center;
    padding:1rem;
    text-align:center;
}

.player-name h3{
    letter-spacing: 0.3rem;
}




.cart img{
    height:6.5rem;
    width:6.5rem;
    padding:0.5rem;
}

/* MAIN -  Menus*/

#main-menu{

    padding:1.5rem;
    margin:1.5rem;
}


#main-menu .welcome{
    display:flex;
    justify-content:center;
}

#main-menu .welcome h2{
    line-height:0.5rem;
    letter-spacing:0.5rem;
}

#main-menu .menus{
    display:flex;
    justify-content:center;
    
    flex-wrap:wrap;
    margin:-5rem;
    padding:1rem;
}

#main-menu .menus a img{
    height:15rem;
    padding:0.5rem;
    margin:0.5rem;
    width:15rem;
}

/* Navigation Bar*/

.navigation {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height: 8rem;
    color:black;
    
    width: auto;
    background-color: #d4aa64;
    border:none;
}

    .navigation h3 {
        letter-spacing: 0.1rem;
        font-weight: 1000;
        font-size: 193%;
        font-family: Montserrat, sans-serif;
    }

.navigation img{
    height:4.5rem;
    width: 4.5rem;
    padding:0.5rem;
}

/* Context */

.box-1 {
    padding: 1.5rem;
    margin: 1.5rem;
}

.box-1 .box-row-responsive {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.box-1 .box-row{
    display:flex;
    justify-content:center;
}



.box-1 .box-column{
    display:flex;
    align-items:center;
    flex-direction:column;
}


/*Context: Gallery*/
.box-1 .box-row .gallery-img{
    border-radius:15px;
    border: 1.5px solid #000000;
    height: 15rem;
    width: 15rem;
    margin:1rem;
}

/*Context: about us*/
.box-1 .box-row .logo-img{
    height:25rem;
    width:25rem;
    padding:1rem;
    margin: 1rem;
}

.box-1 .box-row .about-desc{
    text-align:justify;
    letter-spacing:0.2rem;     
}

/*Context: Booking History*/

.box-1 .box-row .title{
    letter-spacing:0.3rem; 
}


.booking-list{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.booking-card{
    height:15rem;
    border-radius:15px;
    width:35rem;
    padding:1rem;
    margin:1rem;
}

.booking-card .card-header {
    display: flex;
    border-top-left-radius: 15px;
    border-top-right-radius:15px;
    justify-content: space-between;

}

.booking-card .card-main{
    display:flex;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;

}

.booking-card .card-main .card-main-left{
    flex-basis:30%;
}

.booking-card .card-main .card-main-right{
    flex-basis:70%;
}

.card-main-left .card-content-left {
    display: flex;
    background-color: #d4aa64;
    justify-content: center;
    border-bottom-left-radius: 15px;
}

.card-content-left img {
    height:10.1rem;
    width: 10.1rem;
    border-radius: 10px;
    padding: 0.1rem;
    margin: 0.2rem;
}

.card-main-right .card-content-right {
    display: flex;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    border-bottom-right-radius: 15px;
    /* make sure text does not */
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
}

.card-main-right .card-content-right p{
    margin:3px;
}

.booking-card .card-header .status {
    padding: 0.5rem;
    margin: 0.5rem;
}



.btn-checkIn {
    text-align: center;
    cursor: pointer;
    color: black;
    background-color: #d4aa64;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 10px;
    margin: 0.3rem;
    height: auto;
    width: auto;
    padding: 0.5rem;
}

.btn-checkIn:active {
    text-align: center;
    cursor: pointer;
    color: #d4aa64;
    background-color: black;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 10px;
    margin: 0.3rem;
    height: auto;
    width: auto;
    padding: 0.5rem;
}

.btn-share {
    text-align: center;
    cursor: pointer;
    color: black;
    background-color: #d4aa64;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 10px;
    margin: 0.3rem;
    height: auto;
    width: auto;
    padding: 0.5rem;
}

.btn-share:active {
    text-align: center;
    cursor: pointer;
    color: #d4aa64;
    background-color: black;
    border: none;
    font-style: normal;
    font-weight: bold;
    border-radius: 10px;
    margin: 0.3rem;
    height: auto;
    width: auto;
    padding: 0.5rem;
}

/*Context: Booking*/

.box-1 .box-column .title{
    text-align:center;
    font-size:2rem;
    letter-spacing:0.3rem;
}

.box-1 .box-column .title  span{
    color:white;
    font-style:italic;
    font-size:1.3rem;
    text-align:center;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 999;
}

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.img-select-site {
    border: 10px solid #d4aa64;
    border-radius: 4px;
    width: 150px
}

#select-site-available, #select-facility-type-available{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18rem;
    height: 18rem;
    -webkit-transition: all 50ms ease-in;
    -moz-transition: all 50ms ease-in;
    transition: all 50ms 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);
    }

.img-select-facility-type{
    border: 10px solid #d4aa64;
    border-radius: 4px;
    width: 150px;
}

.table-booking-time {
    background-color: #d4aa64;
    color: black;
    width: 54%;
    border-radius: 0.8rem;
}

.table-booking-time tr{
    cursor: pointer;

}
    
/*.table-booking-time tr:hover{
    background-color:#78909C;
    border-radius: 0.8rem;
}*/

/*create bottom border if tr is not a last child*/
.table-booking-time tr:not(:last-child) {
    border-bottom: 1px solid black;
}

    .table-booking-time tr td:first-child {
        text-align: center;
        padding: 0.5rem;
        border-bottom: black;
        width:15%;
        color:white;
    }

    .table-booking-time tr td:nth-child(2) {
        padding: 0.1rem;
    }

    .table-booking-time tr td:nth-child(3) {
        text-align: center;
        padding: 0.0rem;
        width: 8%;
    }

.booking-time-unavailable {
    background-color: red;
}

.booking-time-available{
    background-color:white;
}
.booking-time-selected {
    background-color: #43A047;
    color:white;
}


@media only screen and (max-width: 800px) {

    .table-booking-time {
        background-color: #d4aa64;
        color: black;
        width: 100%;
    }

        .table-booking-time tr td:first-child {
            border-bottom: black;
            width: 25%;
        }


        .table-booking-time tr td:nth-child(3) {
            text-align: center;
            padding: 0.8rem;
            width: 8%;
        }

}

.ui-date-picker {
    background: #333;
    border: 1px solid #555;
    width:310px;
}

.swiper-container {
    width: 100%;
    height: auto;
}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*Content: Shopping Cart PaymentRedirect*/
.s-cart-wontremove {
    display: flex;
    flex-direction: column;
    background-color: lightgrey;
    height: auto;
    border-radius: 0.3rem;
    width: 35rem;
    padding: 0.5rem;
    margin: 0.5rem;
}

    .s-cart-wontremove .s-cart-remove-wontremove {
        align-self: flex-end;
        cursor: pointer;
    }

        .s-cart .s-cart-remove a {
        }

.s-cart-wontremove .s-cart-content-wontremove {
    display: flex;
    flex-direction: column;
}

.s-cart-content-wontremove .s-cart-content-info-wontremove {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid darkgrey;
}

.s-cart-content-wontremove .s-cart-content-info-wontremove {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .s-cart-content-wontremove .s-cart-content-info-wontremove p {
        margin-top: 0.5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-bottom: 0rem;
    }

        .s-cart-content-wontremove .s-cart-content-info-wontremove p:nth-child(1) {
            flex-basis: 8.3rem;
            color: #ab8f61;
            font-weight: bold;
        }

        .s-cart-content-wontremove .s-cart-content-info-wontremove p:nth-child(2) {
            flex-basis: 0.5rem;
            color: black;
        }

        .s-cart-content-wontremove .s-cart-content-info-wontremove p:nth-child(3) {
            color: black;
        }


/*Content: Shopping Cart*/
.shopping-cart-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.s-cart {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: auto;
    border-radius: 0.3rem;
    width: 35rem;
    padding: 0.5rem;
    margin: 0.5rem;
}

    .s-cart .s-cart-remove {
        align-self: flex-end;
        cursor: pointer;
    }

    .s-cart .s-cart-remove a {
    
    }

    .s-cart .s-cart-content {
        display: flex;
        flex-direction: column;
    }

.s-cart-content .s-cart-content-info {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #CFD8DC;
}

.s-cart-content .s-cart-content-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .s-cart-content .s-cart-content-info p {
        margin-top: 0.5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-bottom: 0rem;
    }

        .s-cart-content .s-cart-content-info p:nth-child(1) {
            flex-basis: 8.3rem;
            color: #d4aa64;
            font-weight: bold;
        }

        .s-cart-content .s-cart-content-info p:nth-child(2) {
            flex-basis: 0.5rem;
            color: black;
        }

.s-cart-content .s-cart-content-info p:nth-child(3){
    color:black;
}

@media only screen and (max-width: 800px) {

    .s-cart {
        display: flex;
        flex-direction: column;
        background-color: white;
        height: auto;
        border-radius: 0.3rem;
        width: 100%;
        padding: 0.5rem;
        margin: 0.5rem;
    }

}

/*Content: checkout*/

.checkout-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.checkout-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: auto;
    border-radius: 0.3rem;
    width: 34rem;
    padding: 0.5rem;
    margin: 0.5rem;
}

.checkout-card .checkout-remove {
    align-self: flex-end;
}

.checkout-card .checkout-remove a{

}

.checkout-time {
    color: gray;
    font-size: 1.1rem;
}


.price-details{
    display:flex;
    justify-content:space-around;
}

.price-discount{
    color:white;
    font-size:1.3rem;
}



.price-sub-total {
    color: white;
    font-size: 1.3rem;
    /*text-decoration: line-through;*/
}

.price-total {
    color: white;
    font-size: 2.9rem;
}

.price-credit {
    color: white;
    font-size: 1.3rem;
}

.creditbalance-total {
    color: white;
}


.checkout-line-separator {
    border-bottom: 1px solid #CFD8DC;
}
.checkout-content .checkout-content-info {
    display: flex;
    border-bottom: 1px solid #CFD8DC;
}

.checkout-content .checkout-content-info-1 {
    display: flex;}

.checkout-content .checkout-content-info p:nth-child(1){
    flex-basis: 4.5rem;
    color: #d4aa64;
    font-weight: bold;
}

.checkout-content .checkout-content-info p:nth-child(2){
    flex-basis: 0.8rem;
    color: black;
    font-weight: bold;
}

.checkout-content .checkout-content-info p:nth-child(3){
    flex-basis: 7.3rem;
    color: black;
    font-weight: bold;
}

.checkout-content .checkout-content-info p:nth-child(4){
    flex-basis: 6.0rem;
    color: #d4aa64;
    font-weight: bold;
}

.checkout-content .checkout-content-info p:nth-child(5) {
    flex-basis: 0.8rem;
    color: black;
    font-weight: bold;
}

.checkout-content .checkout-content-info p:nth-child(6){
    flex-grow:1;
    text-align:center;
    color: black;
    font-weight: bold;
}

.checkout-content .checkout-content-info-1 p:nth-child(1) {
    color: #d4aa64;
    font-weight: bold;
    flex-basis: 19.4rem;
}

.checkout-content .checkout-content-info-1 p:nth-child(1) span {
    color: black;
    font-weight: bold;
}

.checkout-content .checkout-content-info-1 p:nth-child(2) {
    color: #d4aa64;
    flex-grow:1;
    text-align:center;
    font-weight: bold;
    
    align-self:flex-end;
    font-size:2.1rem;
}


@media only screen and (max-width: 800px) {

    .checkout-card {
        display: flex;
        flex-direction: column;
        background-color: white;
        height: auto;
        border-radius: 0.3rem;
        width: 100%;
        padding: 0.5rem;
        margin: 0.5rem;
    }
}

.phoneverification {
    display: flex;
    flex-direction: row;
    width: 102%
}    

#Mobile {
    width: 70%;
    text-align: left;
}

.btnSendCode {
    width: 30%;
    color: white;
    border: 0;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    background: darkgoldenrod;
    height: 35px;
    border-radius: 5%;
    margin-left: 5px;
}

.sms {
    position: fixed;
    left: 3%;
    top: 10%;
    right: 3%;
    bottom: auto;
    z-index: 23;
    display: none;
    width: 310px;
    height: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #333;
    text-align: center;
    border-radius:5%;
}

.sms-verification {
    position: relative;
    left: 0px;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 320px;
    min-height: auto;
    margin: 150px auto 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 10px;
    background-color: #fff;
}

.sms-verification-info_title {
    margin-top: 30px;
    font-family: Quicksand, sans-serif;
    color: burlywood;
    font-weight: 700;
}

.sms-verification-info_contact {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Quicksand, sans-serif;
    color: #b0abac;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
}

.sms-verification-info_code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0px auto 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b0abac;
}

.sms-verification-info_code_line {
    width: 30px;
    height: 2px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #b0abac;
}

.sms-verification-info_timer {
    display: inline-block;
    width: 65%;
    margin-top: 0px;
    margin-left: 0px;
    font-family: Quicksand, sans-serif;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.sms-verification-info_selection {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18%;
    margin-top: 7px;
    padding: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    background-color: currentColor;
    text-align: center;
}

.sms-verification-info_divider {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 2px;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #d4aa64;
}

.sms-verification-info {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}

.sms-verification_code {
    height: 65px;
    width: 103%;
    margin-top: 42px;
    padding: 0px;
    border: 1px solid transparent;
    font-family: Quicksand, sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 12px;
    text-indent: 10px;
    white-space: normal;
    background: content-box;
}

.resend-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18%;
    height: 25px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #d4aa64;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

    .resend-btn:hover {
        border-radius: 10px;
        background-color: #ccc;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
    }

.resend-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.verified {
    display: flex;
    flex-direction: row;
    align-self:flex-start;
    width: 20%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.verified-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.verified-text{
    font-size: 18px;
    color:mediumaquamarine;
}

.invalid-code {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Quicksand, sans-serif;
    color: #ff3d3d;
    font-size: 12px;
    font-weight: 700;
}

.sms_forget {
    position: fixed;
    left: 3%;
    top: 10%;
    right: 3%;
    bottom: auto;
    z-index: 24;
    display: none;
    width: 310px;
    height: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #333;
    text-align: center;
    border-radius: 5%;
}

.sms-forgetverification {
    position: relative;
    left: 0px;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 320px;
    min-height: auto;
    margin: 150px auto 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 10px;
    background-color: #fff;
}

.sms-forgetverification-info_title {
    margin-top: 30px;
    font-family: Quicksand, sans-serif;
    color: burlywood;
    font-weight: 700;
}

.sms-forgetverification-info_contact {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Quicksand, sans-serif;
    color: #b0abac;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
}

.sms-forgetverification-info_code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0px auto 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b0abac;
}

.sms-forgetverification-info_code_line {
    width: 30px;
    height: 2px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #b0abac;
}

.sms-forgetverification-info_timer {
    display: inline-block;
    width: 65%;
    margin-top: 0px;
    margin-left: 0px;
    font-family: Quicksand, sans-serif;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.sms-forgetverification-info_selection {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18%;
    margin-top: 7px;
    padding: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    background-color: currentColor;
    text-align: center;
}

.sms-forgetverification-info_divider {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 2px;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #d4aa64;
}

.sms-forgetverification-info {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}

.sms-forgetverification_code {
    height: 65px;
    width: 103%;
    margin-top: 42px;
    padding: 0px;
    border: 1px solid transparent;
    font-family: Quicksand, sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 12px;
    text-indent: 10px;
    white-space: normal;
    background: content-box;
}




        