.table-number{
    padding: 25px;
    margin: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 3px 5px 5px #7b7878;
    background-color: #fff;
    border: 4px solid #eaeaea;
}

.free-table{
    background-color: #ffffff;
    border: 2px solid #eaeaea;
}
.used-table{
    background-color: #ff9800;
}
.sended-table{
    background-color: #00bcd4;
}



.product-image img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: none;
}
.box-product{
    border: none;
    padding: 15px 0px;
    font-size: 14px;
    box-shadow: 1px 1px 10px #0000009c;
    border-radius: 15px;
    background: linear-gradient(126deg, rgb(255 255 255) 29%, rgb(255 255 255) 76%);
}
.product-price{
    text-align: right;
    font-weight: 700;
    padding-top: 10px;
    font-size: 12px;

}
.product-price span{
    background-color: #d3192b;
    padding: 5px 15px 5px 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
}
.product-name{
    color: #000;
    background-color: rgb(251 211 10);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;

}
.box-header{
    width: 100%;
    padding: 0px 15px 0px 15px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.go-back{
    font-size: 25px;
    text-align: center;
}
.go-back a{
    color: #000000;
}
.table-header{

    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.table-order-header{
    display: inline-block;
    width: 15%;
    text-align: center;
    font-size: 25px;
}
.gaveta{
    color: #000000 !important;
}
.table-order-header a{
    color: #000000;
}

.navbar-tables{
    position: fixed;
    bottom: 0;
    background-color: #eaeaea;
    width: 100%;
    left: 0;
    z-index: 2;

}
.compleate-order{
    position: fixed;
    width: 70px;
    right: 0;
    background-color: #4caf50;
    border: none;
    color: #fff;
    font-size: 35px;
    top: -1px;
    z-index: 999999;
    border-bottom-right-radius: 40px;
    border: 1px solid #4caf50;
}
.show-pending-order{
    position: fixed;
    top: 0;
    width: 70px;
    right: 0;
    background-color: #af2d00;
    border: none;
    color: #fff;
    font-size: 35px;
    z-index: 9999999;
}
.price-product-list{
    float: right;
}
.options-alignation{
    width: calc(100%/3);
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    background-color: #eaeaea;
    font-size: 21px;
    min-height: 80px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}
.radio-style-option{
    width: 20px;
    height: 20px;
}
.tableorderbox{
    background-color: #eaeaea;
}
.order-list-box{
    width: 250px;
    display: inline-block;
    margin-right: 0;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    border-radius: 10px;

}
.listproductstate{
    border-bottom: 1px solid #eaeaea;
    padding-top: 3px;
    padding-bottom: 5px;
}
.finished{
    text-decoration: line-through;
    color: #ff1100 !important;
    font-weight: 700;
    background-color: #fff !important;
}
.list-families{
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
    width: 49%;
    display: inline-block;
    border: none;
    background-color: #efefef;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 90px;
    vertical-align: top;
}
.qtd-kitchen-un{
    width: 16%;
    display: inline-block;
    vertical-align: top;
    font-weight: 900;
}
.name-kitchen-un{
    width: 80%;
    display: inline-block;
}
.options-kitchen-un{
    font-size: 12px;
    text-align: center;
    background-color: #ffc002;
    color: #000;
    margin-top: 3px;
}
.list-kitchen-data{
    list-style: none;
    padding: 0;
    font-family: sans-serif;
    font-weight: 600;
}
.link-families{
    text-decoration: none;
    color: #000;
}
.editable-list-item{
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    background-color: #eaeaea;
}
.update-qtd-input{
    height: 35px;
    width: 50px;
    text-align: center;
    font-weight: 900;
    background: #ffffff;
    border: 1px solid #eaeaea;
}
.close-table-design{
    float: right;
    background-color: #00af07;
    border: 1px solid #eaeaea;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 5px;
}
.table-box a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.exit-btn{
    float: right;
    background: none;
    border: none;
    font-size: 30px;
    line-height: 5px;
    color: #000000;
}
.method-end{
    display: none;
    background-color: #eaeaea;
    padding: 15px;
}
body{
    /*border: 5px solid #eaeaea;*/
    min-height: 100vh;

    background: #FFFFFF;
    background: linear-gradient(126deg, rgb(255 255 255) 29%, rgb(255 255 255) 76%);
}
.zone-style-table{
    float: right;
    background-color: #ff0000;
    padding: 0px 5px;
    color: #fff;
    border-radius: 5px;
}
.clean-till-box{
    display: none;
    position: absolute;
    top: 60px;
    background-color: #fff;
    padding: 25px;
    box-shadow: 5px 5px 5px #eaeaea;
}
.show-form-pos{
    display: none;
    background-color: #eaeaea;
    padding: 15px;
}
.method-money{
    display: none;
}
.method-cart{
    display: none;
}

.method-money-multiple{
    display: none;
}
.method-cart-multiple{
    display: none;
}

.card-kitchen-box{
    text-align: center;
    min-height: 100px;
    line-height: 100px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}
.kitchen-box-link{
    text-decoration: none;
    font-weight: 700;
}
.pending-list-box{
    position: fixed;
    z-index: 1021;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    left: 0;
    text-align: center;
    transition: all 0.5s ease-out;
}
.close-pending-box{
    position: absolute;top: -10px;right: 0px;border: none;background-color: transparent;color: #f00;font-size: 40px;
}

.modal-new {
    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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-new {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

.search-box-area{
    position: fixed;
    bottom: -20%;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding: 25px;
    background-color: #eaeaea;
    transition: all 0.5s ease-out;
}
.search-box-area input{
    width: 75%;
}
.close-search-area{
    float: right;
}



fieldset.scheduler-border {
    border: 3px groove #eaeaea !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 2px 3px 0px 0px #eaeaea;
    border-radius: 8px;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.price-table{
    font-size: 12px;
    background-color: #eaeaea;
    padding: 1px 13px;
    border-radius: 25px;
}
.resized-box{
    padding-bottom: 80px;
}
.resized-box-active{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.list-loading{
    display: none;
    width: 48%;
    position: sticky;
    top: 50px;

}
.list-loading iframe{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 50px;
}

.list-product{
    margin: 5px 5px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    padding-top: 5px;
}
.select-products{
    display: none;
}
.tab-nav-container{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: #FFFFFF;
    background: linear-gradient(126deg, rgb(255 255 255) 29%, rgb(255 255 255) 76%);
    border: 2px solid #eaeaea;

}
.tab{
    background-color: rgb(255 255 255);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 17px;
    margin: 0 5px;
    transition: background 0.4s linear;
    line-height: 25px;
    font-size: 20px;
    border: 2px solid #d7d7d7;
}
.tab i{
    font-size: 1.2em;
}
.tab p{
    font-weight: bold;
}
.tab.active p{
    margin-left: 10px;
    max-width: 100px;
    transition: max-width 0.4s linear;
}
.tab.active.purple{
    background-color: rgba(91,55, 183, 0.2);
    color: rgba(91,55, 183, 1);
}
.tab.active.pink{
    background-color: rgba(201,55, 157, 0.2);
    color: rgba(201,55, 157, 1);
}
.tab.active.yellow{
    background-color: rgba(230,169, 25, 0.2);
    color: rgba(230,169, 25, 1);
}
.tab.active.teal{
    background-color: rgba(28,150,162,0.2);
    color: rgba(28,150,162,1);
}
.menu-list-data{
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    width: 100%;
    height: 100%;
    right: -100%;
    transition: all 0.5s ease-out;
}

.menu-category-data{
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.5s ease-out;
    border: 1px solid #eaeaea;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999999;

    color: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #ffffff;
    background: linear-gradient(126deg, rgb(255 255 255) 29%, rgb(255 255 255) 76%);
    border: 2px solid #d9d9d9;
}

.menu-transfer-data{
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.5s ease-out;
}
.alignation-modal{
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 85vh;
    overflow: auto;
    margin-top: 1rem;
}
.list-families-modal{
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 49%;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.modal{
    z-index: 999999;
}
.search-modal-box{
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh;
    background-color: #fff0;
    backdrop-filter: blur(10px);
    display: none;
}
.search-modal-area{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    padding: 25px;
    margin-top: 15%;
}
.search-icon{
    text-align: center;
    font-size: 55px;
    color: #000;
    margin-bottom: 40px;
}
.search-result-text{
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 20px;
}
.result-search-span{
    padding-left: 9px;
    padding-right: 11px;
    font-size: 24px;
    border-radius: 35px;
    color: #ffe500;
}
.swal2-container {
    z-index: 99999999 !important;
}
.modal-payment-box{
    position: fixed;
    top: 8%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    height: 100vh;
    display: none;
}
.custom-box-p-type{
    width: 130px;
    height: 120px;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #eaeaea;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 13px;
}
.active-payment-box{
    background-color: #4caf50;
    color: #fff;
}

.modal-split-table-box{
    position: fixed;
    top: 8%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    height: 100vh;
    display: none;
}
.form-split-payment{
    background-color: #ddd;
    margin-top: 1rem;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.splited-form-style{
    text-align: left;
    min-height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.payment-type-modal{
    background-color: #eaeaea;
    text-align: center;
}
.box-payment-types{
    width: 150px;
    height: 100px;
    display: inline-block;
    border: 4px solid #fff;
    padding-top: 8px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 5px 2px 5px #d0d0d0;
    background-color: #fff;
    cursor: pointer;
    margin: 10px;
}
.area-payment-facture, .payment-type-modal, .facture-option-cash-box, .facture-option-card-box{
    display: none;
}
.discount-area-box{
    position: fixed;
    top: 8%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    height: 100vh;
     display: none;
    padding-bottom: 6rem;
    overflow: auto;
}
.form-group-list{
    width: 49%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}
.reprint-order{
    position: fixed;
    width: 70px;
    right: 0;
    background-color: #ffeb3b;
    border: none;
    color: #000;
    font-size: 35px;
    top: 0;
    z-index: 999999;
}
.ui-loader {
    display: none;
}
.transferbtnlist{
    width: 100%;
    display: inline-block;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    font-size: 23px;
    text-decoration:none;
}
.logo-head{

    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.notifiadded{
    position: fixed;
    top: -50px;
    width: 100%;
    text-align: center;
    background-color: #4caf50;
    color: #fff;
    text-transform: uppercase;
    z-index: 999999;
    font-size: 18px;
    transition: all 0.5s ease-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #000000 !important;
    border-radius: 0;
    border: none;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid #000000;
    color: #000;
    font-size: 8px;
    padding: 6px;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.active-tables {
    position: relative;
    background-color: #ff9800;
    top: -19px;
    padding: 2px 9px;
    color: #000;
    border-radius: 60px;
    margin-left: -20px;
}
.pending-table{
    background-color: #e43630;
    color: #fff;
}
.positions-options-edit{
    display: flex;
    flex-direction: row;
}
.comment-btn{
    background-color: #2f82fd;
    color: #fff;
    font-size: 18px;
    padding: 4px 11px;
    border-radius: 5px;
    border: none;
    vertical-align: -webkit-baseline-middle;
    margin: 0rem 1rem 0rem 1rem;

}
.option-box-add{
    padding: 5px;
    margin: 5px;
    width: calc(250px/3);
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    flex-direction: column;
    border-radius: 25px;
    box-shadow: 5px 4px 5px #000000;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
}
#add-comment-btn{

    width: 100%;
    height: 50px;
    background-color: #4caf50;
    color: #fff;
    font-size: 25px;
    margin-bottom: 1rem;
    border: navajowhite;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;

}
.comment-data{
    position: fixed;
    bottom: 0;
    background-color: #f44336;
    width: 100%;
    color: #fff;
    padding-left: 15px;
}
.pend-tables{
    position: absolute;
    background-color: #e43630;
    top: -14px;
    padding: 2px 9px;
    color: #000;
    border-radius: 60px;
    margin-left: -40px;
}

.pend-tables:empty{
    display: none;
}
.edit-ordered-product-box{
    display: none;
    position: fixed;
    background-color: #ffffffbf;
    width: 100%;
    top: 10%;
    border: none;
    height: 100vh;
    backdrop-filter: blur(3px);
}
.box-btn-news{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.box-to-do button{
    height: 50px;
    width: 90px;
    margin: 14px;
    border: 1px solid #eaeaea;
}
.take-numer{
    width: 25%;
    margin-right: 5%;
    margin-left: 5%;
    height: 40px;
    font-size: 20px;
    background-color: #f44336;
    color: #fff;
    border: none;
}
.qtdvalue{
    width: 25%;
    height: 40px;
    text-align: center;
    font-size: 25px;
    vertical-align: bottom;
    background-color: #fff;
}
.add-number{
    width: 25%;
    margin-left: 5%;
    margin-right: 5%;
    height: 40px;
    font-size: 20px;
    background-color: #4caf50;
    color: #fff;
    border: none;
}
#add-new-p-btn{
    margin-top: 1rem;
    width: 100%;
    height: 40px;
    background-color: #4caf50;
    font-size: 20px;
    color: #fff;
    border: none;
}
.add-again-form{
    display: none;
}
.close-edit-ordered{
    width: 100%;
    height: 50px;
    background-color: #f44336;
    color: #fff;
    border: none;
}
.editable-ordered-items{
    width: 49%;
    display: inline-block;
}
.edit-current-order-box{
    padding: 0.5rem;
    background-color: #eaeaea;
    display: none;
}
.editable-ordered-price{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: right;

}
.price-box-edit input{
    width: 70%;
    text-align: center;
    height: 40px;
    font-weight: 600;
}
.change-price-unit-product{
    margin-top: 1rem;
    width: 100%;
    height: 40px;
    background-color: #ffc107;
    font-size: 20px;
    color: #000;
    border: none;
}
.delete-current-product-item{
    height: 40px;
    width: 26%;
    background-color: #f44336;
    color: #fff;
    border: none;
    vertical-align: top;
}
.box-user-select{
    display: none;
    position: fixed;
    background-color: #fff9;
    width: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(2px);
    height: 100vh;
    padding: 25px;
}
.user-to-call{
    background-color: #fff;
    border: 1px solid #eaeaea;
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 25px 5px 25px 5px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 600;
    color: #000000;
}
.allusermodal{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 25px;
    font-size: 16px;
    box-shadow: 1px 1px 5px;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}
.confirm-alert{
    width: 100%;
    height: 50px;
    background-color: #128917;
    color: #fff;
    border: none;
}
.vibrate-emp{
    background: transparent;
    border: none;
    font-size: 25px;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #000000;
}
.close-user-select{
    float: right;
    background-color: #f44336;
    border: none;
    color: #fff;
    font-size: 24px;
}
.checkentrance{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.labelentrance{
    font-size: 20px;
    vertical-align: middle;
}
.entrace-text-show{
    text-align: center;
    background-color: #b62d02;
    color: #fff;
    font-size: 12px;
}

.entrace-text-show-values{
    background-color: #b62d02;
    color: #fff;
}
.info-blink-btn{
    font-size: 25px;
    float: right;
    color: #e9392c;
}

.blickactive{
    background-color:#2196f3;
}
.show-selected-p{
    background-color: #00e2ff;
    color: #000;
    border: 2px solid #f00;
}
#search-input{
    width: 77%;
    display: inline-block;
    height: 50px;
    font-weight: 900;
}
#show-results{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    font-size: 25px;
    background-color: #2f82fd;
    color: #fff;
}
.result-items{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.close-search-modal{
    float: right;
    left: 0;
    position: relative;
    top: -15px;
    width: 50px;
}
.history-kitchen-btn{
    border: 1px solid #eaeaea;
    border-radius: 25px;
    color: #e91e63;
    font-size: 29px;
}
.history-modal{
    display: none;
    position: absolute;
    top: 0;
    width: 80%;
    background-color: #000000ba;
    left: 10%;
    height: 100vh;
    z-index: 2;
    backdrop-filter: blur(5px);
    padding: 2rem;
    overflow: auto;
}
.titlekitchen{
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.listdatapast{
    padding-top: 1rem;
}
.delete-all-history{
    background-color: #f44336;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
}
.close-history{
    background-color: #f44336;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
}
.familybox{
    border: 1px solid #eaeaea;
}
.family-title{
    text-align: center;
    font-size: 21px;
    border-bottom: 2px solid #eaeaea;
}
.data-sub-timer{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.timer-show{
    width: 80%;
    background-color: #4caf50;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 19px;
}
.timer-show-end{
    width: 80%;
    background-color: #af0013;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 19px;
}


.reversers-data{
    display: flex;
    flex-direction: column-reverse;
}
.frame-comment{
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
}
.pastresume{
    display: none;
}
.resumepastbtn{

    border: none;
    background-color: #7a8700;
    color: #fff;
    padding: 0px 25px;
    border-radius: 5px;
}
.frame-position-data{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    padding: 2rem;
    min-height: 90%;
}
.close-modal-frame-prew{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    background: #f00;
    color: #fff;
    border: none;
    border-bottom-left-radius: 10px;
}
.frame-info-data{
    display: none;
}
.zone-cashlogy{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    height: 50px;
}

.box-security{
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding-top: 4rem;
}
.form-security-intro{
    width: 90%;
}
.wrongcode{
    display: none;
}
.acess-area-sec{
    display: none;
}
.box-data-select{
    background-color: #fff;
    height: auto;
    padding: 15px;
    min-height: 100vh;
}
.area-show-data{
    border: 1px solid #eaeaea;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.area-show-tables{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}