* {
    font-family: Arial;
    font-size: 15px;
    color: #12151C;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    overflow: hidden;
}

input,
select,
textarea {
    font-size: 15px;
    color: #12151C;
    background-color: #FFFFFF;
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: #DDDDDD;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="checkbox"]:checked {
    accent-color: #12151C;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-style: none;
}

a {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.print-start {
    display: none;
}

.cursor {
    cursor: pointer;
}

.cursor2 {
    cursor: pointer;
    transition: all ease 0.3s;
}

.cursor2:hover {
    opacity: 0.7;
}

#load-more {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

#load-more img {
    width: 40px;
    cursor: pointer;
    transition: all ease 0.3s;
}

#load-more img:active {
    opacity: 0.7;
}

#load-more2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

#load-more2 img {
    width: 100px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.pagination-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background-color: #FFFFFF;
}

.pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background-color: #FFFFFF;
}

.pagination-margin {
    margin-bottom: 50px;
}


#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#loading img {
    width: 60px;
}


#alert_area {
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 99999999;
    width: 100%;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    transition: all ease 0.3s;
}

#alert_download {
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all ease 0.3s;
}

#alert,
#alert2 {
    color: #FFFFFF;
}

.alert_delete {
    position: fixed;
    top: -300px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #DC3545;
    transition: all ease 0.3s;
}

.alert_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert_buttons_item {
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.alert_buttons_item:hover {
    opacity: 0.7;
}

.alert {
    color: #FFFFFF;
}


#modal_background {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-area {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999999;
    height: 100vh;
    width: 35%;
    overflow-y: auto;
    text-align: left;
    transition: all ease 0.3s;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.modal-hide {
    display: flex;
    align-items: center;
}

.modal-hide img {
    width: 15px;
    cursor: pointer;
    margin-left: 10px;
}

.modal-hide2 {
    margin-right: 30px;
}

.modal-title {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.modal-content {
    padding: 10px;
}

.modal-event-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-event-button {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    margin: 10px;
    padding: 10px;
    background-color: #12151C;
    cursor: pointer;
    text-decoration: none;
    transition: all ease 0.3s;
}

.modal-event-button:hover {
    opacity: 0.7;
}

.modal-event-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.modal-event-qrcode {
    text-align: center;
    margin-top: 10px;
}

.modal-event-qrcode img {
    width: 400px;
}

.modal-assunto {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.modal-imagem {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.modal-imagem img {
    width: 100%;
}

.modal-border-top {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
}


.login-body {
    background-color: #F5F5F5;
}

.login-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -150px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.login-img img {
    width: 100%;
}

.login-area-auth {
    display: block;
    text-align: center;
    padding: 15px;
}

.login-area-auth input {
    height: 38px;
    width: 100%;
    font-size: 15px;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #12151C;
    text-align: center;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.login-area-auth input:focus {
    border: 1px solid #12151C;
}

.login-area-auth button {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: 0;
    cursor: pointer;
    background-color: #12151C;
    transition: all ease 0.3s;
}

.login-area-auth button:hover {
    opacity: 0.7;
}

.login-reset-password {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.login-reset-password:hover {
    opacity: 0.7;
}

.login-message {
    font-size: 14px;
    text-align: center;
}


.header-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 50px;
    width: 100%;
    background-color: #12151C;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.header-logo img {
    width: 230px;
}

.header-bars,
.header-bars2 {
    display: none;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    font-size: 20px;
    color: #FFFFFF;
}

.header-bars img,
.header-bars2 img {
    width: 20px;
    margin-right: 10px;
}


.footer-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.footer-area-tittle {
    font-size: 14px;
}


.menu {
    position: fixed;
    height: 100%;
    width: 75px;
    z-index: 999;
    padding-top: 45px;
    transition: all ease 0.3s;
    background-color: #12151C;
}

.menu-item {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.menu-item img {
    height: 55px;
    width: 55px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.menu-item img:hover {
    opacity: 0.7;
}

.menu-chamados {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #99F202;
    font-size: 11px;
    color: #12151C;
    margin-left: 25px;
}


.home {
    display: flex;
}

.home-main,
.home-main2 {
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 70px;
    padding-left: 95px;
}

.home-main2 {
    padding: 0px;
    margin-bottom: 20px;
}

.home-area {
    display: flex;
}

.home-margin {
    margin-top: 25px;
    margin-bottom: 10px;
}

.home-start,
.home-start2 {
    flex: 2;
    width: 100%;
    border-radius: 10px;
    background-color: #12151C;
}

.home-start2 {
    flex: 1;
    margin-right: 10px;
}

.home-start-title {
    font-size: 20px;
    color: #FFFFFF;
    padding: 20px;
}

.home-start-title label {
    color: #FFFFFF;
}

.home-start-values {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
}

.home-start-values-item {
    flex: 1;
    width: 100%;
    text-align: center;
}

.home-start-values-item-title {
    font-size: 12px;
    color: #FFFFFF;
}

.home-start-values-item-total {
    font-size: 25px;
    color: #FFFFFF;
}

.home-start-bars {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.home-start-bar {
    height: 40px;
    width: 100%;
    background-color: #EEEEEE;
}

.bar-debit {
    background-color: #FF6600;
}

.bar-credit {
    background-color: #FC9F01;
}

.bar-money {
    background-color: #FFC107;
}

.bar-pix {
    background-color: #FAF289;
}

.home-start-payments {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 20px;
}

.home-start-payments2 {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 20px;
}

.home-start-payments-area,
.home-start-payments-area-margin {
    display: flex;
    justify-content: center;
    width: 100%;
}

.home-start-payments-area-margin {
    margin-top: 20px;
}

.home-start-payments-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    margin-bottom: 10px;
}

.home-start-payments-item-color {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.home-start-payments-item-total {
    color: #FFFFFF;
}

.home-start-payments-item-total label {
    font-size: 20px;
    color: #FFFFFF;
}

.home-start {
    flex: 1;
}

.home-end {
    flex: 1;
    width: 100%;
    margin-left: 20px;
    border-radius: 10px;
    background-color: #12151C;
}

.home-end-title {
    font-size: 20px;
    color: #FFFFFF;
    padding: 20px;
}

.home-end-title label {
    color: #FFFFFF;
    margin-top: 5px;
}

.home-end-grid,
.home-end-grid2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: -20px;
}

.home-end-grid-item {
    width: 100%;
    text-align: center;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px;
    border-radius: 5px;
    background-color: #99F202;
}

.home-end-grid-item-total {
    font-size: 22px;
    color: #12151C;
    margin-bottom: 5px;
}

.home-end-grid-item-title {
    color: #12151C;
}


.home-start-down,
.home-end-down,
.home-end-down2 {
    flex: 1;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.home-end-down {
    flex: 2;
    margin-left: 20px;
}

.home-end-down2 {
    flex: 1;
    margin-bottom: 20px;
}

.home-start-down-title {
    font-size: 20px;
    padding: 20px;
}

.home-start-down-list {
    padding: 20px;
}

.home-start-down-list-item {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.home-start-down-list-item-left {
    flex: 10;
    width: 100%;
    text-align: left;
    border-radius: 5px;
}

.home-start-down-list-item-left label {
    font-size: 18px;
    color: #99F202;
}

.home-start-down-list-item-right {
    flex: 3;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    background-color: #F5F5F5;
}

.home-start-down-list-item-right label {
    font-size: 13px;
}


.report-area {
    padding-top: 70px;
    padding-left: 95px;
    padding-right: 20px;
}

.report-header {
    margin-bottom: 15px;
}

.report-header img {
    width: 70px;
    margin-bottom: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.report-header img:hover {
    opacity: 0.7;
}

.report-header2 {
    margin-bottom: 15px;
}

.report-header2 img {
    width: 70px;
    margin-bottom: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.report-header2 img:hover {
    opacity: 0.7;
}

.report-filters {
    display: flex;
    align-items: center;
}

.report-filters-itens {
    display: flex;
    align-items: center;
}

.report-filters-item {
    width: 150px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.report-filters-item-title {
    font-size: 12px;
}

.report-filters-item-total {
    font-size: 20px;
    margin-top: 5px;
}


.list-area {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.list-title {
    font-size: 20px;
    padding: 20px;
}

.list-title2 {
    font-size: 20px;
    padding: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.list-subtitle {
    font-size: 15px;
    font-style: italic;
    padding: 20px;
    margin-top: -35px;
    border-bottom: 1px solid #DDDDDD;
}

.list-list {
    padding: 20px;
    margin-bottom: 50px;
}

.list-item-mobile {
    display: none;
    padding-bottom: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.list-item-mobile-item {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 10px;
}

.list-item {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.list-item-listas {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.list-item-listas-item {
    font-size: 14px;
    margin: 5px;
}

.load-more-listas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}

.list-item-image img {
    width: 30px;
    margin-right: 15px;
    padding-bottom: 5px;
}

.list-item-info {
    flex: 15;
    width: 100%;
    border-radius: 5px;
    text-align: left;
}

.list-item-info label {
    font-size: 18px;
    color: #AAAAAA;
}

.list-item-info i {
    font-size: 14px;
    color: #AAAAAA;
}

.list-item-info2 {
    flex: 3;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 8px;
    margin-left: 20px;
    border-radius: 5px;
    white-space: nowrap;
    background-color: #F5F5F5;
}

.list-item-info2 label {
    color: #99F202;
}

.list-item-info2-stock-no {
    flex: 1;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    white-space: nowrap;
    background-color: #F5F5F5;
}

.info2-in-day {
    font-size: 13px;
    color: #FFFFFF;
    background-color: #28A745;
}

.info2-delay {
    font-size: 13px;
    color: #FFFFFF;
    background-color: #DC3545;
}

.list-item-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
    font-size: 20px;
    text-align: right;
}

.list-item-actions img {
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.list-item-actions img:hover {
    opacity: 0.7;
}

.list-form-organize {
    display: flex;
}

.list-form-organize-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.list-form-organize-img img {
    width: 250px;
}

.list-form-left {
    margin-right: 5px;
}

.list-form-center {
    margin-left: 10px;
    margin-right: 10px;
}

.list-form-right {
    margin-left: 5px;
}

.list-form-right2 {
    margin-left: -10px;
}

.list-form input,
.list-form select,
.list-form textarea {
    height: 38px;
    width: 100%;
    font-size: 15px;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.list-form input:focus,
.list-form select:focus,
.list-form textarea:focus {
    border: 1px solid #12151C;
}

.list-form textarea {
    height: 150px;
    resize: vertical;
}

.list-form button {
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: #12151C;
}

.list-form button:hover {
    opacity: 0.7;
}

.list-form2 input,
.list-form2 select {
    height: 45px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.list-form2 input:focus,
.list-form2 select {
    border: 1px solid #12151C;
}

.list-form2 select {
    height: 38px;
    width: 100%;
    font-size: 15px;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.list-form2 select:focus {
    border: 1px solid #12151C;
}

.list-form2 button {
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: #12151C;
}

.list-form2 button:hover {
    opacity: 0.7;
}

.list-form-organize-item {
    width: 100%;
}

.list-form-clean {
    font-size: 13px;
    text-align: center;
    margin-top: -30px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.list-form-clean:hover {
    opacity: 0.7;
}

.list-form-organize-title {
    font-size: 13px;
    margin-bottom: 3px;
}

.list-form-organize-title i {
    font-size: 12px;
    color: #99F202;
}

.list-form-organize-subtitle {
    font-size: 13px;
    color: #FF6600;
    margin-bottom: 3px;
}

.list-form-organize-observation {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.list-form-organize-observation2 {
    font-size: 13px;
    color: #99F202;
    margin-top: -5px;
    margin-bottom: 15px;
}

.list-form-organize-observation3 {
    color: #99F202;
    margin-top: 10px;
    margin-bottom: 25px;
}

.list-form-organize-observation4 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.list-form-organize-image {
    text-align: center;
}

.list-form-organize-image img {
    height: 200px;
    width: 200px;
    margin-top: 15px;
}

.list-form-organize-image2 {
    text-align: center;
}

.list-form-organize-image2 img {
    height: 110px;
    width: 330px;
    margin-top: 15px;
}

.list-form-organize-delete {
    font-size: 12px;
    color: #DC3545;
    margin-top: 10px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.list-form-organize-delete:hover {
    opacity: 0.7;
}

.list-form-area-checkbox {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

.list-form-checkbox {
    display: flex;
    align-items: center;
}

.list-form-checkbox input {
    width: 20px;
    margin-right: 10px;
}

.list-form-checkbox-titulo {
    margin-top: -8px;
}

.list-copy {
    flex-wrap: wrap;
    color: #99F202;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

.list-alert-empty {
    font-size: 18px;
}

.list-modal-area {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

.list-modal-item-title {
    color: #99F202;
    margin-bottom: 30px;
}

.list-modal-item {
    margin-top: 5px;
}

.list-modal-item-payment {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
}

.list-modal-item-total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
}

.list-city-code {
    margin-top: 10px;
}

.list-city-code a {
    font-size: 14px;
    color: #99F202;
    transition: all ease 0.3s;
}

.list-city-code:hover {
    opacity: 0.7;
}

.list-item-verificar,
.list-item-verificado {
    width: 180px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: #007AFF;
    cursor: pointer;
    transition: all ease 0.3s;
}

.list-item-verificado {
    background-color: #28A745;
}

.list-item-verificar:hover,
.list-item-verificado:hover {
    opacity: 0.7;
}

.list-horario {
    font-size: 20px;
    color: #99F202;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #12151C;
}

.list-item-info-verde,
.list-item-info-preto {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #99F202;
}

.list-item-info-preto {
    background-color: #12151C;
}

.box {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.balance {
    display: flex;
    align-items: center;
}

.balance-info {
    flex: 5;
    width: 100%;
}

.box-reports-value {
    font-size: 22px;
    font-weight: bold;
}

.box-reports-date {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 4px;
}

.balance-icon {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
}

.balance-icon,
.balance-icon2,
.balance-icon3 {
    flex: 1;
    width: 100%;
    white-space: nowrap;
}

.balance-icon img,
.balance-icon2 {
    width: 30px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.balance-icon img:hover,
.balance-icon2 img:hover {
    opacity: 0.7;
}

.balance-icon2 img {
    width: 20px;
}

.balance-icon3 {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
}

.box-reports-title2,
.box-reports-title3 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 2px dashed #DDDDDD;
}

.sale {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}

.sale-type {
    flex: 1;
}

.sale-value {
    font-weight: bold;
    text-align: center;
}

.sale-value-code {
    flex: 1;
    font-weight: bold;
    word-break: break-all;
}

.box-reports-info-icon img {
    width: 22px;
    margin-left: 15px;
}

.nucleo-saldo {
    font-size: 20px;
    padding-bottom: 15px;
}

.nucleo-taxas {
    line-height: 1.5;
    padding-bottom: 20px;
}

.nucleo-botao {
    width: 250px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #28A745;
    cursor: pointer;
    transition: all ease 0.3s;
}

.nucleo-botao:active {
    opacity: 0.7;
}

.color-white {
    color: #FFFFFF;
}

.color-green {
    color: #28A745;
}

.color-orange {
    color: #FF6600;
}

.color-red {
    color: #DC3545;
}

.color-blue {
    color: #007AFF;
}

.bg-green {
    background-color: #28A745;
}

.bg-orange {
    background-color: #FF6600;
}

.bg-red {
    background-color: #DC3545;
}

.bg-blue {
    background-color: #007AFF;
}

.bg-blue-light {
    background-color: #DDF1FF;
}

.bg-green-light {
    background-color: #E6FFEC;
}

.bg-orange-light {
    background-color: #FFE8D8;
}

.bg-red-light {
    background-color: #FFD1D5;
}

.bg-white {
    background-color: #F5F5F5;
}

.filter-gray {
    filter: grayscale(1);
}

.hidden {
    display: none;
}

.responsive2 {
    display: none;
}

.register-info {
    color: #DC3546;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.waiting {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #28A745;
}

.send-data {
    font-size: 16px;
    word-wrap: break-word;
    padding: 10px;
    margin-top: 25px;
}

.margin-bottom {
    margin-bottom: 10px;
}


@media screen and (max-width: 1300px) {

    .home-start-payments-item-color {
        height: 15px;
        width: 15px;
    }

    .home-start-payments-item-total {
        font-size: 9px;
    }

    .home-start-payments-item-total label {
        font-size: 11px;
        color: #FFFFFF;
    }

}

@media screen and (max-width: 1000px) {

    .responsive {
        display: none;
    }

    .responsive2 {
        display: block;
    }

    .report-filters {
        display: block;
    }

    .report-filters-itens {
        margin-top: -15px;
    }

    .w2rpay-title {
        font-size: 16px;
    }

    .w2rpay-card {
        width: 100%;
    }

    .w2rpay-card-text {
        font-size: 13px;
    }

    .w2rpay-alert {
        font-size: 14px;
    }

    #alert,
    #alert2 {
        font-size: 13px;
    }

    .modal-area {
        width: 100%;
    }

    .header-logo {
        justify-content: flex-start;
        margin-left: 10px;
    }

    .header-bars {
        display: flex;
    }

    .footer-area-tittle {
        font-size: 12px;
    }

    .menu {
        left: -80px;
        width: 60px;
    }

    .menu-item img {
        height: 40px;
        width: 40px;
    }

    .home-main {
        padding: 10px;
        padding-top: 50px;
    }

    .home-main2 {
        margin-top: -5px;
    }

    .home-area {
        display: block;
        text-align: center;
    }

    .home-start {
        margin-top: 20px;
    }

    .home-end {
        margin-top: 20px;
        margin-left: 0px;
    }

    .home-end-grid-item {
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 5px;
    }

    .home-end-grid-item-total {
        font-size: 16px;
    }

    .home-end-grid-item-title {
        font-size: 13px;
    }

    .home-start-down-list-item-right {
        font-size: 14px;
    }

    .home-start-down-list-item-right label {
        font-size: 12px;
    }

    .home-end-down {
        margin-left: 0px;
    }

    .home-end-down2 {
        margin-top: 20px;
        margin-left: 0px;
    }

    .home-start-title {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .home-start-title label {
        font-size: 13px;
        margin-top: 3px;
    }

    .home-end-title {
        font-size: 14px;
        padding: 10px;
    }

    .home-end-title label {
        font-size: 12px;
    }

    .home-start-payments,
    .home-start-payments2 {
        display: block;
        padding: 10px;
    }

    .home-start-payments2 {
        padding-top: 20px;
    }

    .home-start-values {
        padding: 10px;
        margin-bottom: 15px;
    }

    .home-start-values-item-title {
        font-size: 10px;
        color: #FFFFFF;
    }

    .home-start-values-item-total {
        font-size: 14px;
        color: #FFFFFF;
    }

    .home-start-payments-area-margin {
        margin-top: 10px;
    }

    .home-start-bars {
        padding: 10px;
    }

    .home-start-bar {
        height: 30px;
    }

    .home-start-payments-item-total {
        margin-top: 10px;
    }

    .home-end-alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    .home-end-support {
        padding: 10px;
        padding-bottom: 20px;
    }

    .home-end-support-icon img {
        width: 30px;
    }

    .home-end-support-title {
        font-size: 16px;
    }

    .home-end-support-title label {
        font-size: 12px;
    }

    .home-start-down-title {
        font-size: 16px;
        padding: 10px;
    }

    .home-start-down-list {
        padding: 10px;
    }

    .home-start-down-list-item-left {
        font-size: 13px;
    }

    .home-start-down-list-item-left label {
        font-size: 14px;
    }

    .home-end-down {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .home-margin {
        margin-top: 20px;
    }

    .report-header {
        margin-bottom: 20px;
    }

    .list-title,
    .list-title2 {
        font-size: 16px;
    }

    .report-area {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .report-header img,
    .report-header2 img {
        width: 50px;
        margin-right: 5px;
    }

    .report-filters-item {
        width: 100%;
        margin-right: 10px;
    }

    .margin-filter-left {
        margin-right: 0px;
    }

    .report-header-responsive,
    .report-header-responsive img {
        margin-right: 0px;
    }

    .report-filters-item-title {
        font-size: 10px;
    }

    .report-filters-item-total {
        font-size: 13px;
    }

    .report-header-filter {
        width: 100%;
        margin-top: 20px;
        margin-bottom: -5px;
        text-align: center;
    }

    .list-item {
        display: none;
    }

    .list-item-mobile {
        display: block;
    }

    .list-item-actions {
        margin-top: 5px;
    }

    .list-item-info {
        font-size: 12px;
    }

    .list-item-info i {
        font-size: 10px;
    }

    .list-item-info label {
        font-size: 14px;
    }

    .list-item-info2 {
        font-size: 14px;
    }

    .list-item-info2 i {
        font-size: 12px;
    }

    .list-item-info2 label {
        font-size: 12px;
    }

    .list-item-info2-stock-no {
        font-size: 12px;
    }

    .list-alert-empty {
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .info2-in-day {
        font-size: 10px;
    }

    .info2-delay {
        font-size: 10px;
    }

    .list-modal-item-total {
        font-size: 18px;
    }

    .modal-event-title {
        font-size: 22px;
        margin-top: 30px;
    }

    .modal-event-qrcode img {
        width: 300px;
    }

    .modal-hide2 {
        margin-right: 25px;
    }

    .nucleo-saldo {
        font-size: 18px;
    }

    .nucleo-botao {
        width: 100%;
    }

    .list-form-right2 {
        margin-left: 5px;
    }

}