﻿.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.qrcode-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    max-height: 40%;
    pointer-events: none;
}


.bd-callout-card-bottom {
    border-bottom-width: 0.25rem !important;
    border-bottom: solid !important;
    border-radius: 0.25rem !important;
}

.bd-callout-success-bottom {
    border-bottom-color: #198754 !important;
}

.bd-callout-warning-bottom {
    border-bottom-color: #fd7e14 !important;
}

.bd-callout-danger-bottom {
    border-bottom-color: #dc3545 !important;
}

.br-10{
    border-radius: 0 10px !important;
}
.top-margin-botao {
    margin-top: 1.75rem !important;
}
.risc-text {
    text-decoration: line-through;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.dropdown-hover:hover > .dropdown-menu {
    display: block;
}
.no-scroll {
    overflow-y: hidden;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.w-280px {
    width: 280px !important;
}
.tata-title{
    color: white !important;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.toastr {
    width: 400px !important;
}
.toast-bottom-right {
    right: 12px !important;
    bottom: 12px !important;
}
.toast-bottom-center {
   margin: 0 auto;
}
.container-img-pizza {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.tam-mob-input{

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed !important
}

.logo-menu{
    max-width: 150px;
}

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

    .alert {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.35rem;
    }

    .alert-heading {
        color: inherit;
    }

    .alert-link {
        font-weight: 700;
    }

    .alert-dismissible {
        padding-right: 4rem;
    }

        .alert-dismissible .close {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0.75rem 1.25rem;
            color: inherit;
        }

    .alert-primary {
        color: #293c74;
        background-color: #dce3f9;
        border-color: #cdd8f6;
    }

        .alert-primary hr {
            border-top-color: #b7c7f2;
        }

        .alert-primary .alert-link {
            color: #1c294e;
        }

    .alert-secondary {
        color: #45464e;
        background-color: #e7e7ea;
        border-color: #dddde2;
    }

        .alert-secondary hr {
            border-top-color: #cfcfd6;
        }

        .alert-secondary .alert-link {
            color: #2d2e33;
        }

    .alert-success {
        color: #0f6848;
        background-color: #d2f4e8;
        border-color: #bff0de;
    }

        .alert-success hr {
            border-top-color: #aaebd3;
        }

        .alert-success .alert-link {
            color: #093b29;
        }

    .alert-info {
        color: #1c606a;
        background-color: #d7f1f5;
        border-color: #c7ebf1;
    }

        .alert-info hr {
            border-top-color: #b3e4ec;
        }

        .alert-info .alert-link {
            color: #113b42;
        }

    .alert-warning {
        color: #806520;
        background-color: #fdf3d8;
        border-color: #fceec9;
    }

        .alert-warning hr {
            border-top-color: #fbe6b1;
        }

        .alert-warning .alert-link {
            color: #574516;
        }

.alert-danger {
    color: #78261f !important;
    background-color: #fadbd8 !important;
    border-color: #f8ccc8 !important;
}

        .alert-danger hr {
            border-top-color: #f5b7b1 !important;
        }

        .alert-danger .alert-link {
            color: #4f1915 !important;
        }

    .alert-light {
        color: #818183;
        background-color: #fefefe;
        border-color: #fdfdfe;
    }

        .alert-light hr {
            border-top-color: #ececf6;
        }

        .alert-light .alert-link {
            color: #686869;
        }

    .alert-dark {
        color: #2f3037;
        background-color: #dedee1;
        border-color: #d1d1d5;
    }

        .alert-dark hr {
            border-top-color: #c4c4c9;
        }

        .alert-dark .alert-link {
            color: #18181c;
        }

    .alert {
        border: 0px;
        position: relative;
        padding: .95rem 1.25rem;
        border-radius: 1px;
        color: inherit;
        background-color: #ffffff;
        -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
        -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
        box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    }

        .alert [data-notify="icon"] {
            display: block;
        }

            .alert [data-notify="icon"]::before {
                line-height: 35px;
                font-size: 22px;
                display: block;
                left: 15px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 35px;
                height: 35px;
                border-radius: 30px;
                text-align: center;
                color: #fff;
            }

        .alert [data-notify="title"] {
            display: block;
            color: #2b2b2b;
            font-weight: 700;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .alert [data-notify="message"] {
            font-size: 13px;
            color: #908e8e;
        }

        .alert .close {
            background: rgba(255, 255, 255, 0.8);
            width: 25px;
            height: 25px;
            line-height: 25px;
            top: 12px !important;
            border-radius: 50%;
        }

    /*    Alert States    */
    .alert-default {
        border-left: 4px solid #1a2035 !important;
    }

        .alert-default [data-notify="icon"]:before {
            background: #1a2035;
        }

    .alert-primary {
        border-left: 4px solid #1572E8 !important;
    }

        .alert-primary [data-notify="icon"]:before {
            background: #1572E8;
        }

    .alert-secondary {
        border-left: 4px solid #6861CE !important;
    }

        .alert-secondary [data-notify="icon"]:before {
            background: #6861CE;
        }

    .alert-info {
        border-left: 4px solid #48ABF7 !important;
    }

        .alert-info [data-notify="icon"]:before {
            background: #48ABF7;
        }

    .alert-success {
        border-left: 4px solid #31CE36 !important;
    }

        .alert-success [data-notify="icon"]:before {
            background: #31CE36;
        }

    .alert-warning {
        border-left: 4px solid #FFAD46 !important;
    }

        .alert-warning [data-notify="icon"]:before {
            background: #FFAD46;
        }

    .alert-danger {
        border-left: 4px solid #F25961 !important;
    }

        .alert-danger [data-notify="icon"]:before {
            background: #F25961;
        }

    td.details-control {
        background: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_open.png') no-repeat center center;
        cursor: pointer;
    }

    tr.shown td.details-control {
        background: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_close.png') no-repeat center center;
    }

    #the-canvas {
        border: 1px solid black;
        direction: ltr;
    }
.load-site {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
.load {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
.load2 {
    position: fixed;
    background-color: #fff;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.load3{
    position: fixed;
    background-color: rgba(255,255,255);
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    * {
        margin: 0;
        box-sizing: border-box;
    }

    .Dica {
        position: relative;
        display: inline-block;
    }

        .Dica:hover .DicaTexto {
            visibility: visible;
        }


        .Dica:hover .DicaTextoMin {
            visibility: visible;
        }

    .DicaTexto {
        position: absolute;
        visibility: hidden;
        font-size: 13px;
        background: black;
        color: #fff;
        text-align: center;
        padding: 0px 0px 0px 0px;
        border-radius: 6px;
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        margin-bottom: 5px;
    }

        .DicaTexto:after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 30%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #000 transparent transparent transparent;
        }

    .DicaTextoMin {
        position: absolute;
        visibility: hidden;
        font-size: 13px;
        background: black;
        color: #fff;
        text-align: center;
        padding: 5px 5px 5px 5px;
        border-radius: 6px;
        bottom: 100%;
        left: 150%;
        margin-left: -40px;
        margin-bottom: 5px;
    }

        .DicaTextoMin:after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 30%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #000 transparent transparent transparent;
        }

    .frente-caixa {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
.off-view-desk {
    display: none;
}
.off-view-mobile {
    display: block;
}
.off-view-mobile-flex {
    display: flex !important;
}

.off-view-mobile-config {

}
.pss-15 {
    padding-left: 3.75rem !important;
}
.hiddenMobile-block {
    
}
.hiddenMobile-flex {

}
.hiddenMobile-cadastro-flex {
    display:flex !important;
}
.hidden-cadastro-desk{
    display: none;
}
.width-notify{
    width: 400px;
}
.width-table-dias{
    width: 260px !important;
}
@media only screen and (max-width: 800px) {


    .top-margin-botao {
        margin-top: 1.75rem !important;
    }

    .tam-mob-input {
        width: 70px !important;
    }
    .toastr {
        width: 300px !important;
    }
    .off-view-desk {
        display: flex;
    }
    .off-view-mobile-flex {
        display: none !important;
    }
    .off-view-mobile-config {
        display: none !important;
    }
    .width-table-dias {
        width: 100px !important;
    }
    .width-notify {
        width: 350px;
    }
    .pss-15 {
        padding-left: 1rem !important;
    }
    .hiddenMobile-block {
        display: none !important;
    }
    .hidden-cadastro-desk {
        display: block;
    }
    .hiddenMobile-flex {
        display: none !important;
    }
    .hiddenMobile-cadastro-flex {
        display: none !important;
    }
    .off-view-mobile {
        display: none !important;
    }
}
    @media (max-width:991.98px) {
        .frente-caixa {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
        }
    }

    .frente-caixa {
        margin-left: 20px;
        position: relative;
        height: 100%
    }

    @media (max-width:991.98px) {
        .frente-caixa {
            margin-right: 0;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            padding: 5px 5px 5px 5px
        }
    }

    html, body {
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .div-frente {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .background {
        background: url(https://www.bling.com.br/images/bem-vindo-frente-caixa.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 100%;
    }

    .excluirItem {
        text-decoration: line-through;
        text-decoration-color: red;
    }

    .menumini {
        display: none; /* hide it for small displays */
    }

    .success-bgEstoque {
        background-color: rgba(144, 238, 144, 0.1) !important;
    }

    .danger-bgEstoque {
        background-color: rgba(255, 0, 0, 0.1) !important;
    }

    .esconderLabel {
        display: inline-block !important
    }

    #statusAberturaLoja {
        display: block;
    }

    @media (max-width: 900px) {
        .esconderLabel {
            display: none !important
        }

        .btnTela {
            display: none !important
        }

        #statusAberturaLoja {
            display: none;
        }
    }

    .swal2-shown {
        overflow: auto;
    }

    .btnTela {
        display: inline-block !important
    }

    .areapizza {
        width: 240px;
        height: 240px;
        margin: 15px 9px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        cursor: pointer;
    }

    .pztop-abs.metade_dir {
        right: -8px;
        width: 25%;
        height: 100%;
    }

    .pztop-abs.metade_esq {
        left: 8px;
        width: 25%;
        height: 100%;
    }

    .pztop-abs.metade_cdir {
        right: 8px;
        width: 25%;
        height: 100%;
    }

    .pztop-abs.metade_cesq {
        left: 18px;
        width: 25%;
        height: 100%;
    }

    .pztop-abs {
        position: absolute;
        top: 0;
    }

    #divCorpo .card:hover {
        background: #ECECEC;
    }

    .box {
        transition: box-shadow .3s;
    }

        .box:hover {
            box-shadow: rgba(0, 0, 0, 0.25) 1.95px 1.95px;
        }

    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 25px;
        }

        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            font-size: 24px;
            line-height: 1.33;
            border-radius: 35px;
        }

    .bd-callout-no-padding {
        border: 1px solid #e9ecef;
        border-left-width: 0.25rem;
        border-radius: 0.25rem;
    }

    .bd-callout {
        padding: 1.25rem;
        border: 1px solid #e9ecef;
        border-left-width: .25rem;
        border-radius: .25rem;
    }

    .bd-callout-info {
        border-left-color: #5bc0de;
    }

    .bd-callout-primary {
        border-left-color: #1f6bff;
    }

    .item-icone-menu-e {
        display: flex;
        text-align: center;
        font-size: 24px;
        color: black !important
    }

    .item-icone-menu-c {
        display: flex;
        text-align: center;
        font-size: 24px;
        color: black
    }

    .cart-item-menu-b-badge {
        padding: 3px 5px;
        font-size: 10px;
        line-height: 1em;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #ff5225;
        border-radius: 9px;
        position: absolute;
        top: -5px;
        right: -6px;
    }

    .qrcode-container {
        text-align: center;
    }

    .qrcode {
        display: inline-block;
    }

   
body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ededed;
}

    main {
        flex: 1 1 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    aside {
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #49b293;
        color: #fff;
        padding: 1em;
    }

    main div {
        text-align: center;
        color: #353539;
    }

    main span {
        padding: .5em 1em;
        margin: .5em;
        display: inline-block;
        background: #dedede;
    }

    aside a {
        color: inherit;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        padding: .4em 1em;
    }

    .disabledbutton {
        pointer-events: none;
        opacity: 0.4;
    }

    .no-radius-bottom {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .no-radius-top {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .radius {
        box-shadow: none !important;
        height: 100% !important;
    }

        .radius .card:hover {
            background-color: #f0f2f5;
            height: 100%;
        }

    .no-radius {
        border-radius: 0 !important;
    }

    .tam-5-a-10 {
        width: 5% !important;
    }

    .tam-95-d-90 {
        width: 95% !important;
    }

    .w-20 {
        width: 20% !important;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-5 {
        width: 5% !important;
    }

    .esconder-mobile {
        display: block;
    }

    .bnt-card-danger {
        border-radius: .25rem;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        align-items: center;
        cursor: pointer;
    }

    @media only screen and (max-width: 700px) {
        .logo-menu {
            max-width: 130px;
        }

        .tam-95-d-90 {
            width: 90% !important;
        }

        .tam-5-a-10 {
            width: 10% !important;
        }

        .esconder-mobile {
            display: none;
        }
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .counter__text {
        font-size: .875rem;
        color: #a6a6a6;
    }

    .counter__timer {
        font-size: 1.5rem;
        color: #3e3e3e;
        font-weight: 700;
        transition: all .01s linear;
    }

    .alert-primary {
        border-left: 4px solid #1572E8 !important;
    }

    .alert {
        border: 0px;
        position: relative;
        padding: 0.95rem 1.25rem;
        border-radius: 1px;
        color: inherit;
        background-color: #ffffff;
        -webkit-box-shadow: 1px 1px 14px 0px rgb(18 38 63 / 26%);
        -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
        box-shadow: 1px 1px 14px 0px rgb(18 38 63 / 26%);
    }

    .bt-data {
        animation: tadao 1.5s ease infinite;
    }

    @keyframes tadao {
        0% {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
        }

        10%, 20% {
            -webkit-transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
            transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
        }

        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
            transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
        }

        40%, 60%, 80% {
            -webkit-transform: rotate3d(0,0,1,-10deg);
            transform: rotate3d(0,0,1,-10deg);
        }

        100% {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
        }
    }

.cropper-container{
    z-index: 2000 !important;
}
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
    /*z-index: 888 !important;*/
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: .9em; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip); /* magic! */
        /* most of the rest of this is opinion */
        text-align: center;
        /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
        min-width: 3em;
        max-width: 40em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 9999; /* absurdity 2 */
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}


/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}



#no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="date"] {
    position: relative;
    padding: 4px;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }

    input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        content: '\f073';
        width: 15px;
        height: 20px;
        position: absolute;
        top: 7px;
        right: 6px;
        color: #999;
    }


#footerSlideContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}


#footerSlideContent {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    background: white;
    border-radius: 10px 10px 0 0;
}

#footerSlideText {
    padding: 15px 10px 25px 25px;
}


.trans {
    transition: opacity .15s linear;
}

.modal-back {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    overflow: hidden;
    z-index: 999;
    display: none;
    opacity: 0.7;
}


@media only screen and (max-width: 800px) {
    #footerSlideContent {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        height: 0px;
        background: white;
        border-radius: 10px 10px 0 0;
    }
}

.wave {
    background-color: #F3F6F9;
    overflow: hidden;
    position: relative;
}

    .wave > div {
        z-index: 1;
    }

    .wave:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: -1;
    }

    .wave:after {
        content: " ";
        width: 1000px;
        height: 1025px;
        position: absolute;
        bottom: 65%;
        left: -250px;
        border-radius: 35%;
        background: white;
        z-index: 0;
    }

    .wave:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.wave-animate:after {
    -webkit-animation: animate-wave 15s infinite linear;
    animation: animate-wave 15s infinite linear;
}

.wave-animate-slower:after {
    -webkit-animation: animate-wave 30s infinite linear;
    animation: animate-wave 30s infinite linear;
}

.wave-animate-slow:after {
    -webkit-animation: animate-wave 25s infinite linear;
    animation: animate-wave 25s infinite linear;
}

.wave-animate-fast:after {
    -webkit-animation: animate-wave 10s infinite linear;
    animation: animate-wave 10s infinite linear;
}

.wave-animate-faster:after {
    -webkit-animation: animate-wave 5s infinite linear;
    animation: animate-wave 5s infinite linear;
}

.wave.wave-primary {
    background-color: rgba(54, 153, 255, 0.1) !important;
}

    .wave.wave-primary .svg-icon svg g [fill] {
        fill: #3699FF;
    }

.wave.wave-secondary {
    background-color: rgba(228, 230, 239, 0.1) !important;
}

    .wave.wave-secondary .svg-icon svg g [fill] {
        fill: #E4E6EF;
    }

.wave.wave-success {
    background-color: rgba(27, 197, 189, 0.1) !important;
}

    .wave.wave-success .svg-icon svg g [fill] {
        fill: #1BC5BD;
    }

.wave.wave-info {
    background-color: rgba(137, 80, 252, 0.1) !important;
}

    .wave.wave-info .svg-icon svg g [fill] {
        fill: #8950FC;
    }

.wave.wave-warning {
    background-color: rgba(255, 168, 0, 0.1) !important;
}

    .wave.wave-warning .svg-icon svg g [fill] {
        fill: #FFA800;
    }

.wave.wave-danger {
    background-color: rgba(246, 78, 96, 0.1) !important;
}

    .wave.wave-danger .svg-icon svg g [fill] {
        fill: #F64E60;
    }

.wave.wave-light {
    background-color: rgba(243, 246, 249, 0.1) !important;
}

    .wave.wave-light .svg-icon svg g [fill] {
        fill: #F3F6F9;
    }

.wave.wave-dark {
    background-color: rgba(24, 28, 50, 0.1) !important;
}

    .wave.wave-dark .svg-icon svg g [fill] {
        fill: #181C32;
    }

.wave.wave-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

    .wave.wave-white .svg-icon svg g [fill] {
        fill: #ffffff;
    }

@-webkit-keyframes animate-wave {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-wave {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}