@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Explora&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #07beb8;
  --secondary: #006d77;
  --light: #edf6f9;
  --dark: #1f2421;
  --danger: #f21b3f;
  --warning: #ff9914;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}

body {
  background-color: #fcfcfc !important;
}

button {
  font-weight: 700 !important;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.alerta {
  z-index: 9999 !important;
  position: fixed;
  width: 100%;
  height: 5px;
}

.alerta>p {
  padding: 5px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 500px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
}

.swal2-container {
  z-index: 99999 !important;
}

.img-thumb {
  width: 70px;
  border-radius: 100px;
}

.metric>i {
  font-size: 25px;
}

.notfound {
  width: 30%;
}

h11 {
  color: var(--danger);
}

.badge {
  text-transform: capitalize !important;
}

.ico>i {
  padding-left: 3px;
  font-size: 13px;
}

.img-background {
  width: 100%;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  background-position: center;
}

.bg-gratuidade {
  background-color: #8338ec;
}

.ic i {
  font-size: 60px;
}

/*
* Chat
*/

.chat {
  position: absolute;
  width: 400px;
  z-index: 9999;
  right: 15px;
  bottom: 20px;
}

.chat_conversa {
  height: 400px;
  overflow-x: scroll;
}

.card_conversa {
  background-color: #4895ef;
  padding: 8px;
  margin-right: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}

.card_response {
  background-color: #f4f8ff;
  padding: 8px;
  margin-left: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #000;
}

.time {
  font-size: 0.7em;
}

.accordion-button {
  font-size: 13px !important;
}

.swal2-title,
.swal2-html-container {
  font-size: 14px !important;
}

.swal2-confirm,
.swal2-cancel {
  padding: 0.25rem 0.6875rem !important;
  font-size: 0.75rem !important;
  border-radius: 0.25rem !important;
}

.bg-muted {
  background-color: rgb(244, 244, 244);
  border-radius: 10px;
}

.img-loading-link {
  width: 50%;
}

.gloss {
  text-align: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
}

.gloss img {
  width: 150px;
}

.glossy {
  text-align: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
}

.accommodation-success {
  border: 2px solid rgb(135, 255, 127);
}

.accommodation-danger {
  border: 2px solid rgb(255, 127, 127);
}

.accommodation-warning {
  border: 2px solid rgb(255, 238, 127);
}

.text-white {
  color: #fff;
}

.connectIcon {
  font-size: 200px;
  color: #3ddf9e;
}

.tooltip {
  font-size: 11px !important;
}

.refectory-img {
  opacity: .2;
}

.refectory-active {
  opacity: 9 !important;
}

.refectory-img:hover {
  transition: 1s;
  opacity: .8;
}

.number-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4895ef;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 10px;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 40vh;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .chart-container {
    position: relative;
    margin: auto;
    height: 30vh;
    width: 100%;
  }
}

.iti {
  width: 100% !important;
}

.bg-login {
  background-image: url(../img/illustrations/bg-login.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-small {
  font-size: .8em !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.notyf {
  z-index: 9999999999 !important;
}

.notyf__toast {
  z-index: 9999999 !important;
  border-radius: 8px !important;
}

.notyf__message {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
}

.notyf__wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-label {
  font-size: .8em !important;
  text-transform: none !important;
}