* { 
    outline: none !important; 
    text-decoration: none !important;
    border-radius: 0 !important;
}
html,body{height: 100%; font-family: Arial, Helvetica, Inter, sans-serif;}
a {
    color: #212121;
}
/*---------- Checkout ----------*/
.checkout {
    height: calc(100% - 110px);
    /*height: 92.3%;*/
}
.checkout .container-fluid, .checkout .row, .checkout #mobile-div {
    height: 100%;
}
.checkout svg {
    width: 100%;
    height: 100%;
}
.mapa-evento {
   background: #e2e2e2;
}
.lista-checkout {
    position: relative;
}
.menu-checkout ul {
}
.menu-checkout ul li {
    margin-right: 2px;
    position: relative;
}
.menu-checkout ul li a {
    display: block;
    text-align: center; 
    color: #a0a0a0;
    padding: 0.5rem 1.5rem;
}
.menu-checkout ul li a::before {
    content: "";    
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #009a96;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
}
.menu-checkout ul li a::after {
    content: "";
    display: inline-block;
    width: 92px;
    height: 2px;
    background: #009a96;
    position: absolute;
    top: 16px;
    left: 60px;
}
.menu-checkout ul li:last-child a::after {
    display: none;
}
.menu-checkout ul .active a {
    color: #212121;
    font-weight: bold;
}
.menu-checkout ul .active a::before {
    background: #009a96;
}
.menu-checkout h1 {
    background: #212121;
    color: #fff;
    
}
.resumo-compra {
    background: #212121;
    color: #fff;
    border-top: 1px solid #d4d4d4;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 15px;
    z-index: 9;
}
.modalResumoCompra .modal-body {
    height: 328px;
    overflow: scroll;
}
.no-map {
    min-height: 757px;
}


.footer-map-mesas {
    background-color: #212121;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.leg {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

.leg .square {
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    margin-right: 10px;
    height: 10px;
    width: 15px;
}

.leg.-livre .square {
    background-color: #e5e5e5;
}

.leg.-ocupada .square {
    background-color: #e84a43;
}

#mobile-svg .mesa-item {
    cursor: pointer;
}

#mobile-svg .mesa-item.-ocupada {
    cursor: default;
}

#mobile-svg .-ocupada:hover path,
#mobile-svg .-ocupada:hover rect,
#mobile-svg .-ocupada:hover .circulo,
#mobile-svg .-ocupada path,
#mobile-svg .-ocupada rect,
#mobile-svg .-ocupada circle,
#mobile-svg .-ocupada .circulo {
    fill: #e84a43;
}

#mobile-svg .-ocupada {
    fill: #e84a43;
}

#mobile-svg .-ocupada text {
    fill: #000;
}
#mobile-svg .-ocupada:hover text {
    fill: #000;
}

#mobile-svg .-livre:hover path,
#mobile-svg .-livre:hover rect,
#mobile-svg .-livre:hover circle,
#mobile-svg .-livre:hover .circulo {
    fill: #52c3af !important;
}

#mobile-svg .item-zona {
    cursor: pointer;
}

/*------------- modal -----------------------*/
body.modal-active {
    overflow: hidden;
}

.modal {
    background-color: rgba(0, 0, 0, .95);
    color: #fff;
    cursor: default;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.modal .modal-content {
    background-color: #151a2c;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    width: calc(100% - 30px);
}

.modal .modal-header {
    position: relative;
}

.modal .modal-header .close-modal {
    position: absolute;
    top: -15px;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
}

.modal .modal-header .close-modal:hover {
    color: #e84a43;
}

.modal .modal-cont {
    padding-right: 35px;
    max-height: 50vh;
    overflow-y: scroll;
    width: 100%;
}

.modal.modal-mesas {
    background-color: rgba(0, 0, 0, .35);
}

.modal.modal-mesas .modal-content {
    background-color: #fff;
    color: #000;
    max-width: 500px;
}

.modal.modal-mesas .modal-header h1 {
    font-size: 2.875rem;
    margin: 0;
}

.modal.modal-mesas .modal-header .close-modal-mesas {
    position: absolute;
    top: -15px;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
}

.modal.modal-mesas .modal-header .close-modal-mesas:hover {
    color: #e84a43;
}

.modal.modal-mesas .modal-cont {
    max-height: none;
    overflow: visible;
}

.modal.modal-mesas .modal-cont p {
    font-size: 1.375rem;
    margin-top: 0;
}

.modal.modal-mesas .frm-mesas {
    color: #000;
    display: block;
    width: 100%;
}

.modal.modal-mesas .frm-mesas select {
    font-size: 1.375rem;
    padding: 10px 15px;
    width: 100%;
}

.modal.modal-mesas .frm-mesas .frm-footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 2.75rem;
    margin-left: -2rem;
    margin-right: -2rem;
}


#dialog {
    border: none;
    box-shadow: 0 0 150px rgba(0, 0, 0, .35);
    padding: 3rem 2rem;
}

#dialog h1 {
    color: #ffffff;
    margin: 0;
    background: #212121;
    font-size: 1.825em;
    padding: 20px;
}

#dialog h2 {
    font-size: 1.5em;
}

#dialog select {
    display: block;
    margin-top: 10px;
}


#dialog h3 {
    margin: 0;
}

#dialog button {
    margin-top: 30px;
}