@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0%;
  padding: 0;
  list-style: none;
  font-family: "Raleway";
}

:root {
  --yellow: #faaf40;
  --yellow2: #c28731;
  --red: #a01623;
  --grey: #707070;
}

a {
  color: #000;
}

select,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
textarea {
  background: #ffffff;
  border: 1px solid var(--yellow);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  color: #000;
  font-size: 15px;
}

.container-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100vh;
  padding: 31px;
  box-sizing: border-box;
}

.container-box main {
  background-color: #fff;
  width: 95%;
  border-radius: 0 30px 30px 0;
  padding: 25px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.top {
  display: flex;
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}

.top .text {
  font-size: 26px;
  font-weight: 600;
  color: var(--yellow);
  display: flex;
  margin-bottom: 10px;
}

.top .text i {
  font-size: 40px;
  margin-right: 10px;
}

.top ul.breadcrumbs {
  display: flex;
  flex-direction: row;
}

.top ul.breadcrumbs li {
  margin-right: 5px;
  font-size: 14px;
}

.top ul.breadcrumbs li::after {
  content: " /";
}

.top ul.breadcrumbs li:last-child::after {
  content: "";
}

.top ul.breadcrumbs li a {
  color: #000;
}

div.actions {
  display: flex;
  flex-direction: row;
  margin: 10px 0 20px 10px;
  border-top: 1px solid #dddada;
  padding-top: 20px;
}

div.actions.top {
  border: none !important;
  padding-top: 0;
  margin: 0 !important;
}

div.actions a {
  display: flex;
  background-color: #ccc;
  padding: 10px 16px;
  margin-left: 10px;
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  align-items: center;
}

div.actions a i {
  font-size: 27px;
  margin-right: 7px;
}

div.actions button {
  padding: 10px 20px;
  cursor: pointer;
}

div.actions button.save {
  background-color: #8bde8b;
  color: #000;
  padding: 10px 16px;
  margin-left: 13px;
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  align-items: center;
  border: none;
}

div.actions button.cancel {
  background-color: #8e8e8e2e;
  color: #000;
}

.filter {
  padding: 20px;
  background-color: #efefef;
  border-radius: 15px;
  margin-bottom: 20px;
}

.filter > form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.filter form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}

.filter form > .group {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  position: relative;
}

.filter form > .group label {
  font-size: 15px;
  margin-bottom: 7px;
}

.filter form > .group .inline {
  margin-right: 20px;
}

.filter form > .group .inline label {
  margin-left: 5px;
}

.filter form > .group > .group {
  display: flex;
  flex-direction: row;
}

.filter form > button.send {
  margin: 0 0 0 5px;
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  height: 79px;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.filter form > button.send:hover {
  background-color: var(--yellow2);
}

.filter form > button.send i {
  font-size: 20px;
}

.customModal50 {
  width: 50%;
}

.customModal25 {
  width: 25%;
}

.react-tabs {
  width: 100%;
}

.modalDefault {
  width: 99%;
  max-width: inherit;
}

.react-responsive-modal-container h2 {
  color: var(--yellow);
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

span.error {
  color: #b10000;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 0;
}

.form .field {
  display: flex;
  padding: 8px;
  flex-direction: column;
}

.form .field .inline {
}

.form label {
  margin-bottom: 5px;
}

.form .field input[type="text"] {
  width: 100%;
}

.form .field select {
  width: 100%;
}

.form .field input[type="radio"],
.form .field input[type="checkbox"] {
  margin-right: 10px;
}

.container-default {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.grid {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.grid > .header {
  /* display: grid;
  grid-template-columns: 7% 30% 20% 20% 5%;
  grid-gap: 4px; */
  box-sizing: border-box;
  padding: 15px;
  /* flex-wrap: wrap; */
  display: flex;
}

.grid > .header div {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  width: 250px;
}

.grid > .header div a {
  color: #000;
}

.grid > .content .item {
  /* display: grid;
  grid-template-columns: 7% 30% 20% 20% 5%;
  grid-gap: 4px; */
  /* flex-wrap: wrap; */
  display: flex;
  border: 1px solid #f3f4f8;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 7px;
}

.grid.reservas > .header,
.grid.reservas > .content .item {
  grid-template-columns: 5% 8% 15% 6% 13% 6% 6% 4% 7% 7% 10% 10%;
}

.grid.leads > .header {
  grid-template-columns: 15% 20% 20% 20% 15%;
}

.grid.leads > .content .item {
  grid-template-columns: 15% 20% 20% 20% 15%;
}

.grid > .content .item:hover {
  background-color: #f3f4f8 !important;
}

.grid > .content .item div {
  font-size: 15px;
  color: #555;
  display: flex;
  align-items: center;
  width: 250px;
}

.grid > .content .item div span.room {
  margin-right: 10px;
}

.grid > .content .item div small {
  display: contents;
  /* text-transform: capitalize; */
}

.grid > .content .item:nth-child(odd) {
  background: rgb(245 245 245);
}

.grid > .content .item div::first-letter {
  text-transform: uppercase;
}

.grid > .content .item div.paid {
  color: #8ac64b;
  font-weight: 700;
}

.grid > .content .item div.late {
  color: #ee5c5c;
  font-weight: 700;
}

.grid > .content .item div.overcome {
  font-weight: 700;
}

.grid > .content .item div a {
  color: #000;
  font-size: 15px;
}

.grid > .content .item div a i {
  font-size: 25px;
  margin-right: 5px;
}

.grid > .content .item div a i:hover {
  color: var(--red);
}

.grid > .content .total {
  display: flex;
  margin: 20px;
  color: #4e4e4e;
}

.grid > .content .total > div {
  font-size: 14px;
  font-weight: 700;
}

.grid.avaliacoes > .header {
  grid-template-columns: 7% 10% 15% 50% 10% 5%;
}

.grid.avaliacoes > .content .item {
  grid-template-columns: 7% 10% 15% 50% 10% 5%;
}

.grid .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.grid .footer span.total {
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.grid .footer ul.pagination {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.grid .footer ul.pagination li {
  padding: 7px 10px;
  border-top: 1px solid #a8a9ad;
  border-bottom: 1px solid #a8a9ad;
  border-left: 1px solid #a8a9ad;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.grid .footer ul.pagination li:hover {
  background-color: var(--blue);
}

.grid .footer ul.pagination li:hover a {
  color: #fff;
}

.grid .footer ul.pagination li:first-child {
  border-radius: 10px 0 0 10px;
  padding: 0;
}

.grid .footer ul.pagination li:last-child {
  border-right: 1px solid #a8a9ad;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.grid .footer ul.pagination li.selected {
  background-color: var(--blue);
}

.grid .footer ul.pagination li.selected a {
  color: #fff;
}

.grid .footer ul.pagination li a {
  color: var(--blue);
}

.grid .footer ul.pagination li i {
  font-size: 30px;
  padding: 5px;
}

.grid.fotos > .content {
  display: flex;
  flex-wrap: wrap;
}

.grid.fotos > .content .item {
  display: flex;
  flex-direction: column-reverse;
  margin: 10px;
}

.grid.fotos > .content .item:hover {
  background-color: var(--yellow) !important;
}

.grid.fotos > .content .item img {
  max-height: 100px;
  margin-bottom: 10px;
}

/* form.form-sobrenos .react-tabs__tab-list{    display: none;} */

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

.list-default h1 {
  font-size: 16px;
  margin: 10px 0;
  margin-right: 10px;
}

.loading {
  background: #fab0408f url(../images/loading4.gif) no-repeat center center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.swal-text {
  font-size: 22px !important;
  text-align: center;
}

ul.order {
}

ul.order li {
  border-radius: 10px;
  background-color: rgb(245 245 245);
  padding: 15px;
  margin-bottom: 10px;
  align-items: stretch;
  display: flex;
  justify-content: stretch;
  align-items: center;
}

ul.order li span {
  padding: 10px;
  align-items: center;
  display: flex;
  cursor: all-scroll;
}

.pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0 0;
  cursor: pointer;
}

.pagination ul li {
  border-radius: 40px;
  border: 1px solid var(--yellow);
  margin: 0 4px;
}

.pagination ul li a {
  width: 50px;
  text-align: center;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.pagination ul li.next {
  font-weight: 600;
}

.pagination ul li.previous {
  font-weight: 600;
}

.pagination ul li.disabled {
  display: none;
}

.pagination ul li.selected {
  background-color: var(--yellow);
  font-size: 20px;
  font-weight: 600;
}

.pagination .totalrows {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.pagination2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}

.pagination2 .total {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pagination2 .pagination {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.pagination2 .pagination .page {
}

.pagination2 .pagination .paginationinputs {
  margin: 0 6px;
  display: flex;
  flex-direction: row;
}

.pagination2 .pagination .paginationinputs input {
  width: 50px;
  text-align: center;
  height: 35px;
  margin: 0 5px;
}

.pagination2 .pagination .paginationinputs button {
  width: 38px;
  background-color: var(--yellow);
  height: 35px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pagination2 .pagination .paginationinputs button.left {
}

.pagination2 .pagination .paginationinputs button.right {
}

.pagination2 .pagination .totalpage {
}

.ativado {
  width: 20px;
  height: 20px;
  display: block;
  background-color: green;
  border-radius: 30px;
}

.desativado {
  width: 20px;
  height: 20px;
  display: block;
  background-color: red;
  border-radius: 30px;
}

.react-tabs__tab {
  padding: 15px 25px !important;
}

.react-tabs__tab--selected {
  background-color: var(--yellow) !important;
  border-color: var(--yellow) !important;
  color: #000 !important;
  border-radius: 5px 5px 0 0 !important;
}

.datas-pesquisadas {
  display: flex;
}

.datas-pesquisadas > div {
  margin-right: 20px;
}

.datas-pesquisadas > div:nth-child(1),
.datas-pesquisadas > div:nth-child(2) {
  width: 25%;
}
.datas-pesquisadas > div:last-child {
  margin-right: 0;
}
.datas-pesquisadas .grid .header > div {
  font-size: 14px;
}
.datas-pesquisadas .grid .header,
.datas-pesquisadas .grid .content .item {
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
}

.datas-pesquisadas .grid h2 {
  color: var(--yellow2);
  font-size: 16px;
}

table thead {
  margin-bottom: 20px;
}
table thead tr {
  background-color: #e7e7e7;
}
table thead tr th {
  text-align: left;
}
table thead tr th span {
  padding: 10px 0;
  display: block;
}
table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
button.sincronizar {
  border-radius: 10px;
  background-color: #058bf9;
  margin-right: 20px;
  color: #fff;
  text-transform: uppercase;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #ddd;
}

.faq-header h2 {
  margin: 0;
  font-size: 20px;
  color: #333;
}

.cardapio-section {
  margin-bottom: 20px;
}
.cardapio-header {
  display: flex;
  align-items: baseline;
}
.cardapio-header i {
  margin-left: 10px;
}
.cidade-section {
  margin-bottom: 30px;
}

.cidade-section h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.categoria-section {
  margin-bottom: 20px;
}
.table-container {
  width: 100%;
  overflow-x: auto;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.custom-table th,
.custom-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
.custom-table th:first-child,
.custom-table td:first-child {
  width: 150px;
  white-space: nowrap;
}

.custom-table th {
  background-color: #f4f4f4;
}

.custom-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.custom-table tr:hover {
  background-color: #f1f1f1;
}

.custom-table td a {
  margin-right: 10px;
  text-decoration: none;
  color: #007bff;
  display: inline-block;
}
.custom-table td a i {
  font-size: 22px;
}
.custom-table td a:hover {
  color: #0056b3;
}

.fontsize14 {
  font-size: 14px;
}

@media screen and (max-width: 1680px) {
  .grid {
    /* overflow: scroll; */
  }

  .grid > .header,
  .grid > .content {
    min-width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .container-box main {
    width: 90%;
  }

  .grid > .content .item div {
    font-size: 13px;
  }

  .grid > .content .item div a {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .container-box main {
    width: 80%;
    overflow: scroll;
  }

  .grid {
  }

  .grid > .header {
    grid-template-columns: 100px 30% 20% 20% 8%;
  }

  .grid > .content .item {
    grid-template-columns: 100px 30% 20% 20% 8%;
  }

  .react-responsive-modal-modal {
    width: 85%;
  }
}
@media screen and (max-width: 462px) {
  .top {
    flex-direction: column;
  }
  .top .text {
    font-size: 20px;
  }
  .top > div {
  }
  .top ul.breadcrumbs {
    display: none;
  }
  .container-box {
    flex-direction: row;
    padding: 0;
  }
  .container-box main {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 67px;
  }

  .react-responsive-modal-modal {
    box-sizing: border-box;
    margin: 0 !important;
    width: 100%;
  }
  .react-responsive-modal-container h2 {
    margin-top: 30px;
  }

  div.actions button.save {
    padding: 20px 38px;
    margin-left: 0;
  }
  .custom-table th:first-child,
  .custom-table td:first-child {
    width: 50px;
  }

  .form .field {
    width: 100%;
  }

  div.actions a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    font-size: 14px;
  }
  div.actions a i {
    font-size: 16px;
  }
}
