@charset "UTF-8";

/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style-type: none;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a,
img,
a:hover,
button {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:focus,
:hover,
:active {
  outline: none !important;
}

html,
body {
  background-color: #0A0A0A;
}

.main {
  width: 100%;
  flex: 75%;
  margin-left: auto;
  transition: width 0.3s;
  position: relative;
  z-index: 1;
}

/* --- CONTAINER GLOBAL --- */

.container-global {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 60px;
  padding: 0 30px;
}

/* --- END CONTAINER GLOBAL --- */


/* --- FONTS --- */

@font-face {
  font-family: 'Raleway Regular';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/Raleway-Regular.woff') format('woff'),
    url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway Medium';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Medium.woff2') format('woff2'),
    url('../fonts/Raleway-Medium.woff') format('woff'),
    url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.eot');
  src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway Light';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Light.woff2') format('woff2'),
    url('../fonts/Raleway-Light.woff') format('woff'),
    url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway ExtraLight';
  src: url('../fonts/Raleway-ExtraLight.eot');
  src: url('../fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraLight.woff') format('woff'),
    url('../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* --- END FONTS --- */


/* --- TEXTS & TITLES --- */

/* TITLES */

.title {
  font-family: 'Raleway ExtraLight';
  line-height: 110%;
}
.title.strong,
.title strong {
  font-family: 'Raleway ExtraBold';
}
.title.double-extra-large {
  font-size: 46px;
}
.title.extra-large {
  font-size: 32px;
}
.title.large {
  font-size: 24px;
}
.title.regular {
  font-size: 16px;
}
.title.small {
  font-size: 14px;
}
.title.mini {
  font-size: 12px;
}

/* TEXTS */

.text {
  font-family: 'Raleway Regular';
}
.text.strong,
.text strong {
  font-family: 'Raleway ExtraBold';
}
.text.regular {
  font-size: 16px;
}
.text.small {
  font-size: 14px;
}
.text.mini {
  font-size: 12px;
}

/* --- ENDS TEXTS & TITLES --- */


/* --- COLORS --- */

/* TEXT */

.text-color.primary {
  color: #EFEFEF;
}

.text-color.secondary {
  color: #9A9B9A;
}

.text-color.slim {
  color: #F4C67E;
}

.text-color.executive {
  color: #28B8BB;
}

.text-color.lifestyle {
  color: #6AB98D;
}

.text-color.third {
  color: #D5E3AE;
}

.text-color.invalid {
  color: #FC016E;
}

.text-color.card {
  color: #0F0F0F;
}

.text-color.disabled {
  color: #222222;
}

.text-color.field {
  color: #171717;
}

.text-color.background {
  color: #0A0A0A;
}

.text-color.black {
  color: #000000;
}

/* BORDERS */

.border-color.primary {
  border-color: #EFEFEF;
}

.border-color.secondary {
  border-color: #9A9B9A;
}

.border-color.slim {
  border-color: #F4C67E;
}

.border-color.executive {
  border-color: #28B8BB;
}

.border-color.lifestyle {
  border-color: #6AB98D;
}

.border-color.third {
  border-color: #D5E3AE;
}

.border-color.invalid {
  border-color: #FC016E;
}

.border-color.card {
  border-color: #0F0F0F;
}

.border-color.disabled {
  border-color: #222222;
}

.border-color.field {
  border-color: #171717;
}

.border-color.background {
  border-color: #0A0A0A;
}

/* BACKGROUNDS */

.background-color.primary {
  background-color: #EFEFEF;
}

.background-color.secondary {
  background-color: #9A9B9A;
}

.background-color.slim {
  background-color: #F4C67E;
}

.background-color.executive {
  background-color: #28B8BB;
}

.background-color.lifestyle {
  background-color: #6AB98D;
}

.background-color.third {
  background-color: #D5E3AE;
}

.background-color.invalid {
  background-color: #FC016E;
}

.background-color.card {
  background-color: #0F0F0F;
}

.background-color.disabled {
  background-color: #222222;
}

.background-color.field {
  background-color: #171717;
}

.background-color.background {
  background-color: #0A0A0A;
}

/* --- END COLORS --- */


/* --- LOGIN --- */

.login {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.login main {
  display: flex;
  align-items: center;
}

/* IMAGE */

.login .login-image {
  width: 50%;
}

.login .login-image figure {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.login .login-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */

.login .login-content {
  width: 50%;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login .login-content>* {
  max-width: 575px;
}

/* LOGO */

.login .login-content .logo a {
  width: auto;
  height: 100px;
  display: inline-block;
}

.login .login-content .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* FORM LOGIN */

.login .content-form .custom-form ::placeholder {
  color: #9A9B9A;
  font-size: 16px;
  font-family: 'Raleway Regular';
  line-height: 100%;
}

.login .content-form .custom-form :focus {
  box-shadow: none !important;
}

.login .content-form .custom-form input.form-control {
  width: 100%;
  height: 54px;
  color: #EFEFEF;
  font-size: 16px;
  font-family: 'Raleway Regular';
  line-height: 100%;
  padding: 15px 15px 15px 50px;
  border-radius: 14px;
  background-color: #171717;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #171717;
}

.login .content-form .custom-form input[type="email"] {
  background-image: url(../images/icon-mail.svg);
}

/* PASSWORD */

.login .content-form .custom-form .senha-input {
  background-image: url(../images/icon-lock.svg) !important;
  appearance: none;
  -webkit-appearance: none;
}

.login .content-form .custom-form .password-toggle {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
}

.login .content-form .custom-form .hide-password {
  display: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-password-toggle-button {
  display: none !important;
  appearance: none;
}

/* FEEDBACK */

.login .content-form .custom-form.was-validated input.form-control:valid {
  border-color: #171717;
}

.login .content-form .custom-form.was-validated input.form-control:invalid,
.login .content-form .custom-form.was-validated input.form-control.invalid,
.login .content-form .custom-form.was-validated input.form-control:invalid::placeholder,
.login .content-form .custom-form.was-validated input.form-control.invalid::placeholder {
  border-color: #FC016E;
}

.login .content-form .custom-form.was-validated .password-toggle.validated {
  top: calc(50% - 11px);
}

/* ACTIONS */

.login .content-form .custom-form .button .btn {
  width: 100%;
  height: 54px;
  border-radius: 14px;
}

.login .content-form .custom-form .button .btn:hover {
  background-color: #D5E3AE;
}

.login .content-form .custom-form .button .btn:focus,
.login .content-form .custom-form .button .btn:active {
  background-color: #28B8BB;
}

.login .content-form .custom-form .forgot-password a:hover {
  color: #28B8BB;
}

/* --- END LOGIN --- */


/* --- TOAST --- */

.custom-toast {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-toast .toast {
  width: fit-content;
  padding: 10px 50px 10px 20px;
  border-radius: 20px;
  background-color: rgb(0 0 0 / 80%) !important;
}

.custom-toast .toast .toast-body .message {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-toast .toast .toast-body .message img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.custom-toast .toast .btn-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

/* --- END TOAST --- */


/* --- HEADER --- */

.header {
  padding: 30px 30px 0;
  margin-bottom: 60px;
}

/* NAVBAR */

.navbar {
  width: auto;
  height: auto;
  padding: 0;
  margin-left: initial;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.navbar-nav li {
  width: auto;
  display: flex;
  align-items: center;
}

.navbar-nav li>a:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #EFEFEF;
}

.navbar-nav li.dropdown .dropdown-menu {
  width: fit-content;
  min-width: fit-content;
  background-color: #0F0F0F;
  border: 0;
  border-radius: 10px;
  right: 0;
  left: initial;
  position: absolute;
  gap: 10px;
  padding: 15px 20px;
}

.navbar-nav li.dropdown .dropdown-menu.show {
  display: flex;
  flex-direction: column;
}

.navbar-nav li.dropdown .dropdown-menu li .dropdown-item {
  font-family: 'Raleway Regular';
  color: #9A9B9A;
  padding: 0;
}

.navbar-nav li.dropdown .dropdown-menu li a:hover {
  color: #EFEFEF;
  background-color: transparent;
}

.navbar-nav li.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.navbar-nav li.dropdown .dropdown-toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-chevron-down.svg);
  border: 0;
}

.navbar-nav li.account {
  margin-left: 25px;
}

.navbar-nav li.account .avatar {
  width: 36px;
  height: 36px;
  background-color: #0F0F0F;
  border: 0;
  border-radius: 50%;
  margin: 0 10px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav li.account .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LOGO */

.logo {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #171717;
}

.logo a {
  display: block;
}

/* MENU */

.btn-menu {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #171717;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-menu.svg);
  margin-right: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-menu:hover {
  background-image: url(../images/icon-menu-active.svg);
}

/* MOBILE SEARCH */

.mobile-search {
  display: none;
}

.mobile-search .btn-search {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in;
}

.mobile-search .btn-search:hover {
  transform: scale(1.15);
}

/* --- END HEADER --- */


/* --- ICONS HEADER --- */

.navbar-nav li.only-icon .nav-link .icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in;
}

.navbar-nav li.dropdown .nav-link .icon,
.navbar-nav li.dropdown .nav-link span {
  transition: all 0.2s ease-in;
}

.icon.bell {
  background-image: url(../images/icon-bell.svg);
}

.navbar-nav li.only-icon .nav-link:hover .icon.bell,
.icon.bell.active {
  background-image: url(../images/icon-bell-active.svg);
}

.icon.search {
  background-image: url(../images/icon-search.svg);
}

.navbar-nav li.only-icon .nav-link:hover .icon.search,
.icon.search.active {
  background-image: url(../images/icon-search-active.svg);
}

.navbar-nav li.search .nav-link.active .icon {
  background-image: url(../images/icon-close.svg);
}

.navbar-nav li.search .nav-link.active:hover .icon.search {
  background-image: url(../images/icon-close-active.svg);
}

/* --- END ICONS HEADER --- */

/* --- ASIDE --- */

.aside {
  width: 250px;
  height: auto;
  background-color: #0A0A0A;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.aside.reduced {
  width: 30px;
}

/* MENU */

.aside-nav {
  padding-left: 5px;
}

.aside-nav .nav {
  flex-wrap: wrap;
  gap: 30px;
}

.aside-nav .nav .nav-item {
  position: relative;
}

.aside-nav .nav .nav-item:last-child {
  margin-bottom: 0;
}

.aside-nav .nav .nav-item .nav-link {
  width: fit-content;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.aside-nav .nav .nav-item .nav-link:hover,
.aside-nav .nav .nav-item.active>.nav-link,
.aside-nav .nav .nav-item .nav-link:hover span,
.aside-nav .nav .nav-item.active .nav-link span {
  color: #28B8BB;
}

.aside-nav .nav .nav-item .nav-link .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in;
}

.aside-nav .nav .nav-item .nav-link .icon,
.aside-nav .nav .nav-item .nav-link span {
  transition: all 0.2s ease-in;
}

.aside-nav .nav .nav-item .nav-link span {
  white-space: nowrap;
}

.aside-nav .nav .nav-item .nav-link:hover .icon::before {
  opacity: 1;
}

/* SUBMENU OPEN */

.aside-nav .nav .nav-item .dropdown-toggle::after {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  background-image: url(../images/icon-right.svg);
  border: 0;
  position: absolute;
  right: 0;
  transform: translateX(0);
  transition: all 0.2s ease-in;
}

.aside-nav .size-menu::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}

.aside-nav .size-menu {
  overflow: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.aside-nav .dropdown-menu,
.aside-nav .dropdown-menu .dropdown-submenu {
  display: block !important;
  top: 0 !important;
  left: 260px !important;
  position: fixed !important;
  width: 260px;
  height: 100%;
  border: 0;
  border-radius: 0;
  transform: translate(-20px, 0) !important;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.aside-nav .dropdown-menu .dropdown-submenu {
  left: 260px !important;
}

.aside-nav .dropdown-menu.show,
.aside-nav .dropdown-menu .dropdown-submenu.show {
  transform: translate(0, 0) !important;
  opacity: 1;
  pointer-events: initial;
  background-color: #ffffff;
  border-left: 1px solid #eee;
  box-shadow: 60px 0px 140px -120px #000;
}

.aside-nav .dropdown-menu .sidebar-heading {
  display: none;
}

.aside-nav .dropdown-menu li:last-of-type {
  padding-bottom: 0px;
}

.aside-nav .dropdown-menu .dropdown-item:hover .icon::before {
  opacity: 1;
}

.aside-nav .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: relative;
}

.aside-nav .dropdown-menu .active>.dropdown-item span,
.aside-nav .dropdown-menu .dropdown-item:hover span {
  transition: all 0.2s ease-in;
}

.aside-nav .dropdown-menu .active>.dropdown-item,
.aside-nav .dropdown-menu .dropdown-item:hover,
.aside-nav .dropdown-menu .active>.dropdown-item span,
.aside-nav .dropdown-menu .dropdown-item:hover span {
  color: #6d66d0;
}

/* MENU REDUCED */

.aside.reduced .aside-nav .nav .nav-item .nav-link {
  width: 30px;
  min-width: 30px;
  height: 20px;
  min-height: 20px;
  transition: all 0.2s ease-in;
}

.aside.reduced .aside-nav .nav .nav-item .dropdown-toggle::after {
  transform: translateX(10px);
  transition: all 0.2s ease-in;
}

.aside.reduced .aside-nav .dropdown-menu,
.aside-nav .dropdown-menu .dropdown-submenu {
  left: 100px !important;
}

/* --- END ASIDE --- */

/* --- ICONS MENU --- */

.icon.home {
  background-image: url(../images/menu/menu-dashboard.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.home,
.icon.home.active {
  background-image: url(../images/menu/menu-dashboard-active.svg);
}

.icon.users-shield {
  background-image: url(../images/menu/menu-user-shield.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.users-shield,
.icon.users-shield.active {
  background-image: url(../images/menu/menu-user-shield-active.svg);
}

.icon.users {
  background-image: url(../images/menu/menu-users.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.users,
.icon.users.active {
  background-image: url(../images/menu/menu-users-active.svg);
}

.icon.trophy {
  background-image: url(../images/menu/menu-trophy.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.trophy,
.icon.trophy.active {
  background-image: url(../images/menu/menu-trophy-active.svg);
}

.icon.mailbox {
  background-image: url(../images/menu/menu-mailbox.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.mailbox,
.icon.mailbox.active {
  background-image: url(../images/menu/menu-mailbox-active.svg);
}

.icon.report-analytics {
  background-image: url(../images/menu/menu-report-analytics.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.report-analytics,
.icon.report-analytics.active {
  background-image: url(../images/menu/menu-report-analytics-active.svg);
}

.icon.in-picture {
  background-image: url(../images/menu/menu-in-picture.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.in-picture,
.icon.in-picture.active {
  background-image: url(../images/menu/menu-in-picture-active.svg);
}

.icon.settings {
  background-image: url(../images/menu/menu-settings.svg);
}

.aside-nav .nav .nav-item .nav-link:hover .icon.settings,
.icon.settings.active {
  background-image: url(../images/menu/menu-settings-active.svg);
}

/* --- END ICONS MENU --- */


/* --- CARDS --- */

.cards .card {
  height: 100%;
  padding: 30px;
  border: 0;
  border-radius: 30px;
  background-color: #0F0F0F;
  transition: all 0.2s ease-in;
}
.cards .card header .btn {
  padding: 0;
  font-size: 12px;
  color: #9A9B9A;
}
.cards .card header .btn:hover {
  color: #28B8BB;
}
.cards .card .title {
  padding-right: 10px;
}
.cards .card .content-card.charts,
.cards .card .content-card.charts>div {
  height: 100%;
}
.cards .card .view-more:hover {
  color: #202020;
}

/* CARD MENU */

.cards .card .navbar-nav li.dropdown {
  align-items: flex-start;
}
.cards .card .navbar-nav li.dropdown .nav-link .icon.more {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  background-image: url(../images/icon-more.svg);
}
.cards .card .navbar-nav li.dropdown .nav-link:hover .icon.more {
  transform: scale(0.95);
}
.cards .card .navbar-nav li.dropdown .nav-link .icon.more-hor {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  background-image: url(../images/icon-more-hor.svg);
}
.cards .card .navbar-nav li.dropdown .nav-link:hover .icon.more-hor {
  transform: scale(0.95);
}
.cards .card .navbar-nav li.dropdown .dropdown-toggle::after {
  display: none;
}

/* RESERVATIONS */

.cards .card.reservations{
  width: 100%;
}
.cards .card.reservations header{
  width: 100%;
}
.cards .card.reservations .content-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cards .card.reservations .content-card .item-card{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.cards .card.reservations .content-card .item-card .hotel-image figure{
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
.cards .card.reservations .content-card .item-card .hotel-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards .card.reservations .content-card .item-card .infos{
  flex: 45%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cards .card.reservations .content-card .item-card .infos .item{
  display: flex;
  align-items: center;
  gap: 15px;
}
.cards .card.reservations .content-card .item-card .infos .item img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.cards .card.reservations .content-card .item-card .infos .item.reservation .status{
  color: #0A0A0A;
  font-size: 12px;
  padding: 5px 15px 4px;
  border-radius: 50px;
  margin-left: 15px;
}
.cards .card.reservations .content-card .item-card .infos .item.reservation .status.confirmed{
  background-color: #6AB98D;
}
.cards .card.reservations .content-card .item-card .infos .item.reservation .status.waiting{
  background-color: #F4C67E;
}
.cards .card.reservations .content-card .item-card .infos .item.reservation .status.completed{
  background-color: #28B8BB;
}
.cards .card.reservations .content-card .item-card .infos .item.reservation .status.canceled{
  background-color: #FC016E;
  color: #EFEFEF;
}
.cards .card.reservations .content-card .item-card .infos .item.action {
  margin-top: 10px;
}
.cards .card.reservations .content-card .item-card .infos .item.action .btn {
  width: fit-content;
  padding: 8px 15px 9px;
  font-size: 14px;
  line-height: 120%;
  color: #0A0A0A;
  background-color: #28B8BB;
  border-radius: 10px;
}
.cards .card.reservations .content-card .item-card .infos .item.action .btn:hover{
  background-color: #F4C67E;
}

/* --- END CARDS --- */


/* --- FILTER  --- */

.filter{
  position: relative;
}
.filter .form-filter{
  max-width: 600px;
  background-color: #0F0F0F;
  padding: 30px;
  border-radius: 30px;
  position: absolute;
  top: 55px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.filter .form-filter.open{
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

/* RESULTS */

.content-results{
  display: flex;
  align-items: center;
  gap: 20px;
}
.content-results .results{
  display: flex;
  gap: 10px;
}
.content-results .results .result a{
  width: fit-content;
  height: 40px;
  background-color: #0F0F0F;
  font-size: 12px;
  color: #9A9B9A;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 10px;
}
.content-results .results .result a img{
  width: 12px;
  height: 12px;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.content-results .results .result a:hover{
  color: #EFEFEF;
}
.content-results .results .result a:hover img{
  filter: brightness(10);
}

/* ACTIONS */

.filter .actions .btn{
  width: fit-content;
  height: 40px;
  color: #0A0A0A;
  font-size: 16px;
  background-color: #28B8BB;
}
.filter .actions .btn:hover{
  background-color: #F4C67E;
}
.filter .actions .btn.secondary{
  background-color: transparent;
  color: #9A9B9A;
  border: 1px solid #9A9B9A;
}
.filter .actions .btn.secondary:hover{
  background-color: transparent;
  color: #28B8BB;
  border: 1px solid #28B8BB;
}
.filter .actions .btn-filtro {
  width: 40px;
  height: 40px;
  font-size: 0.1px;
  border: 1px solid #28B8BB;
  background-color: transparent;
  background-image: url(../images/icon-adjustments.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.filter .actions .btn-filtro.active,
.filter .actions .btn-filtro:hover{
  background-color: #28B8BB;
  background-image: url(../images/icon-adjustments-active.svg);
}

.content-filter-open {
  height: 0px;
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
  transition: all 0.2s ease;
}
.content-filter-open.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
  transition: all 0.2s ease;
}
.content-filter-open form {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

/* --- END FILTER --- */


/* --- CONTAINER FORM --- */

.container-form .content{
  min-height: 65vh;
  border: 1px solid #171717;
  border-radius: 30px;
  padding: 60px;
}

/* --- END CONTAINER FORM --- */


/* --- CUSTOM FORM --- */

.custom-form {
  width: 100%;
}

/* PROFILE IMAGE */

.custom-form .client-profile-image figure{
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 20px;
}
.custom-form .client-profile-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-form .client-profile-image .btn {
  width: fit-content;
  color: #0A0A0A;
  font-family: 'Raleway Regular';
  font-size: 16px;
  background-color: #28B8BB;
  border: 0;
  border-radius: 10px;
}
.custom-form .client-profile-image .btn:hover{
  background-color: #F4C67E;
}

/* IMAGE ADS */

.custom-form .client-profile-image.ads .content-icon{
  align-items: center;
  flex-direction: row !important;
  gap: 20px;
}
.custom-form .client-profile-image.icon .content-icon figure{
  width: 250px;
  height: 250px;
  background-color: #171717;
}

/* ICON */

.custom-form .client-profile-image.icon .content-icon{
  align-items: center;
  flex-direction: row !important;
  gap: 20px;
}
.custom-form .client-profile-image.icon .content-icon figure{
  width: 90px;
  height: 90px;
  background-color: #171717;
}
.custom-form .client-profile-image.icon .content-icon figure img {
  padding: 20px;
}

/* COLOR */

.custom-form .color-picker {
  display: flex;
  align-items: center;
  gap: 15px;
}
.custom-form .color-thumb {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #171717;
}
.custom-form #hexInput {
  width: fit-content;
  height: 46px;
  font-family: "Raleway Regular";
  font-size: 16px;
  color: #EFEFEF;
  background-color: #171717;
  border: 0;
  border-radius: 10px;
  padding: 0 15px;
  appearance: none;
  background-image: none;
  box-shadow: none;
}

/* INPUTS */

.custom-form.was-validated .form-control:valid:focus,
.custom-form .form-control.is-invalid,
.custom-form.was-validated .form-control:invalid {
  box-shadow: none;
  border: 1px solid #FC016E;
  background-image: none;
  background-color: #171717;
}

.custom-form input[type="text"],
.custom-form input[type="date"],
.custom-form input[type="datetime-local"],
.custom-form input[type="time"],
.custom-form input[type="email"],
.custom-form input[type="number"],
.custom-form input[type="file"],
.custom-form input[type="search"],
.custom-form input[type="password"],
.custom-form textarea,
.custom-form select,
.custom-form .bootstrap-select button {
  width: 100%;
  height: 46px;
  font-family: "Raleway Regular";
  font-size: 16px;
  color: #EFEFEF;
  background-color: #171717;
  border: 0;
  border-radius: 10px;
  padding: 0 15px;
  appearance: none;
  background-image: none;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  color: #FC016E;
  font-size: 12px;
  font-family: 'Raleway Regular';
}

.custom-form.was-validated .content-form input.form-control.invalid {
  border: 1px solid #ff004d;
}

/* NUMBER */

.custom-form input[type="number"],
.custom-form input[type="number"]:hover,
.custom-form input[type="number"]:active,
.custom-form input[type="number"]:focus {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

/* TEXTAREA */

.custom-form textarea {
  font-size: 16px;
  font-family: 'Raleway Regular';
  color: #EFEFEF;
  height: 240px;
  resize: none;
  padding: 15px;
}
.custom-form textarea:focus,
.custom-form textarea:active{
  box-shadow: none;
  background-color: #171717;
  color: #EFEFEF;
}
.custom-form textarea.code {
  height: 350px;
  white-space: pre;
  font-family: monospace;
  font-size: 14px;
}

/* SELECT */

.custom-form select,
.custom-form .bootstrap-select button {
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../images/icon-chevron-down.svg);
  padding-right: 40px;
  padding-left: 15px;
}
.custom-form .bootstrap-select button:focus,
.custom-form .bootstrap-select button:active {
  border: 0 !important;
  box-shadow: none !important;
  background-color: #171717;
  outline: 0 !important;
}
.custom-form .bootstrap-select .bs-actionsbox .btn-group {
  display: flex;
}
.custom-form .bootstrap-select .actions-btn {
  width: 49%;
  background-image: none;
  cursor: pointer;
  padding: 10px;
  font-size: 11px;
  height: auto;
  border-radius: 5px !important;
}
.custom-form .bootstrap-select .actions-btn.bs-select-all {
  margin-right: 0.5%;
}
.custom-form .bootstrap-select .actions-btn.bs-deselect-all {
  margin-left: 0.5%;
}
.custom-form .bootstrap-select {
  width: 100% !important;
}
.custom-form .bootstrap-select>.dropdown-toggle:after {
  display: none;
}
.custom-form .bootstrap-select .dropdown-toggle .filter-option {
  align-items: center;
  display: flex;
}
.custom-form .bootstrap-select .dropdown-menu {
  background-color: #0F0F0F;
  border-radius: 10px;
  border: 0;
  padding: 10px 5px;
}
.custom-form .bootstrap-select .dropdown-menu input[type="search"] {
  width: 100%;
  height: 40px;
  background-color: #0F0F0F;
  border-radius: 5px;
  border: 0;
  background-image: none;
  padding: 0 10px;
  font-family: "Raleway Regular";
  font-size: 14px;
  line-height: 100%;
}
.custom-form .bootstrap-select .dropdown-menu input[type="search"]:focus {
  box-shadow: none;
}
.custom-form .bootstrap-select .dropdown-menu input[type="search"]::placeholder {
  font-family: "Raleway Regular";
  font-size: 16px;
  line-height: 100%;
}
.custom-form .bootstrap-select .dropdown-menu .dropdown-menu {
  padding: 0 10px;
}
.custom-form .bootstrap-select .dropdown-menu li {
  width: 100%;
  margin: 10px 0;
}
.custom-form .bootstrap-select .dropdown-menu li.no-results {
  background-color: transparent;
  font-family: "Raleway Regular";
  font-size: 14px;
  color: #9A9B9A;
}
.custom-form .bootstrap-select .dropdown-menu .dropdown-item {
  font-family: "Raleway Regular";
  font-size: 16px;
  padding: 0;
  color: #9A9B9A;
}
.custom-form .bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #28B8BB;
}
.custom-form .bootstrap-select .dropdown-menu .dropdown-item.active {
  border-radius: 0;
  background-color: transparent;
  color: #28B8BB;
  font-family: "Raleway Regular";
}
.custom-form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 5px;
  top: 4px;
}
.custom-form .bootstrap-select .bs-ok-default:after {
  width: 6px;
  height: 9px;
  border-width: 0 2px 2px 0;
}

/* DATE */

.custom-form input[type="date"],
.custom-form input[type="datetime-local"] {
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url(../images/icon-calendar.svg) !important;
  line-height: 34px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* SWITCH */

.form-switch {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-switch .form-check-input {
  cursor: pointer;
  width: 35px;
  height: 20px;
  margin-top: 2px;
  background-color: #171717 !important;
  border-color: #171717;
}
.form-switch .form-check-input,
.form-switch .form-check-input:checked,
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url(../images/toogle-switch-circle.svg);
  box-shadow: none;
}
.form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url(../images/toogle-switch-circle-gray.svg);
}
.form-switch .form-check-label {
  font-family: "Raleway Regular";
  font-size: 16px;
  color: #9A9B9A;
  width: auto;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  left: 45px;
  opacity: 0 !important;
  pointer-events: none;
  transition: all 0.2s ease;
}
.form-switch .form-check-label.active {
  opacity: 1 !important;
}

/* ADD & REMOVE */

.content-btn-add .btn-add,
.content-itens-add .btn-remove {
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  transition: all 0.2s ease;
}
.content-btn-add .btn-add img,
.content-itens-add .btn-remove img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease;
}
.content-itens-add {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content-itens-add .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px 15px 8px;
}
.content-itens-add .item .with-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* BUTTONS WITH ICON */

.select-itens .row>div .items .item .with-icon.btn-add,
.content-btn-add .with-icon.btn-add {
  background-image: url(../images/icon-plus-circle.svg);
}
.select-itens .row>div .items .item .with-icon.btn-add:hover,
.content-btn-add .with-icon.btn-add:hover {
  background-image: url(../images/icon-plus-circle-active.svg);
}
.select-itens .row>div .items .item .with-icon.btn-remove,
.content-itens-add .item .with-icon.btn-remove {
  background-image: url(../images/icon-minus-circle.svg);
}
.select-itens .row>div .items .item .with-icon.btn-remove:hover,
.content-itens-add .item .with-icon.btn-remove:hover {
  background-image: url(../images/icon-minus-circle-active.svg);
}
.content-itens-add.files .item .with-icon.btn-view {
  background-image: url(../images/icon-file-search-alt.svg);
}
.content-itens-add.files .item .with-icon.btn-view:hover {
  background-image: url(../images/icon-file-search-alt-active.svg);
}

/* VIEW FILE */

.content-itens-add.files .item {
  width: 100%;
}

/* SELECT ITEMS */

.select-itens {
  width: 100%;
}
.select-itens .row {
  width: 100%;
}
.select-itens .row>div>a {
  float: right;
}
.select-itens .row>div>a:hover {
  color: #6d66d0;
}
.select-itens .row>div .items {
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 25px;
  padding: 30px 15px;
}
.select-itens .row>div .items .scroll {
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 10px;
}
.select-itens .row>div .items .scroll::-webkit-scrollbar {
  width: 5px;
}
.select-itens .row>div .items .scroll::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  border-radius: 999px;
}
.select-itens .row>div .items .scroll::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 999px;
  border: 2px solid #dddddd;
}
.select-itens .row>div .items .scroll .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px 15px 8px;
  flex: 0 0 auto;
}
.select-itens .row>div .items .item .with-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* GROUP FIELD */

.custom-form .group-field{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.custom-form .group-field .field{
  flex: 80%;
}
.custom-form .group-field .actions{
  flex: 2%;
}
.custom-form .group-field .actions .btn{
  height: 46px;
}

/* LEVEL PROGRESS */

.custom-form .level-progress > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.custom-form .level-progress > div:first-child{
  align-items: center;
}
.custom-form .level-progress > div:last-child{
  padding-left: 30px;
}
.custom-form .level-progress .chart-level{
  width: 180px;
  height: 180px;
  background-image: url(../images/chart-level-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.custom-form .level-progress .chart-level .percent{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* --- END CUSTOM FORM --- */


/* --- FORM ACTIONS --- */

.actions {
  gap: 15px;
}
.actions .btn {
  width: fit-content;
  color: #000000;
  background-color: #28B8BB;
  line-height: 100%;
  height: 40px;
  border: 0;
  border-radius: 10px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}
.actions .btn:hover{
  background-color: #F4C67E;
}
.actions .btn.disabled {
  background-color: #676767;
  pointer-events: none;
}
.actions .btn:active {
  color: #000000;
  background-color: #28B8BB;
}
.actions .btn.secondary {
  color: #9A9B9A;
  border: 1px solid #9A9B9A;
  background-color: transparent;
}
.actions .btn.secondary:hover {
  color: #28B8BB;
  border-color: #28B8BB !important;
  background-color: transparent;
}

/* --- END FORM ACTIONS --- */


/* --- TABS --- */

.custom-form .tab-content .subtitle a:hover{
  color: #28B8BB;
}
.custom-tabs .nav-tabs{
  border-bottom: 0;
  gap: 10px;
}
.custom-tabs .nav-tabs .nav-link.active{
  width: fit-content;
  color: #000000;
  font-size: 16px;
  background-color: #28B8BB;
  line-height: 100%;
  height: 40px;
  border: 1px solid #28B8BB;
  border-radius: 10px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}
.custom-tabs .nav-tabs .nav-link{
  width: fit-content;
  color: #28B8BB;
  background-color: transparent;
  line-height: 100%;
  height: 40px;
  border: 1px solid #28B8BB;
  border-radius: 10px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-tabs .nav-tabs .nav-link:hover{
  color: #F4C67E;
  border: 1px solid #F4C67E;
}
.custom-tabs .nav-tabs .nav-link.active:hover{
  color: #000000;
  border: 1px solid #28B8BB;
}

/* --- END TABS --- */


/* --- BREADCRUMB --- */

.breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  font-family: "Raleway Regular";
  font-size: 12px;
  color: #9A9B9A;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #28B8BB;
}
.breadcrumb .breadcrumb-item.active {
  font-family: 'Raleway ExtraBold';
  color: #EFEFEF;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #dddddd;
  border-radius: 50%;
  padding: 0;
  margin: 0 15px 0 10px;
}

/* --- END BREADCRUMB --- */


/* --- GALLERY --- */

.gallery {
  display: flex;
  gap: 20px;
}
.gallery .gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 140px;
  height: 140px;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.gallery .gallery-item .zoom-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../images/button-zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 50%;
}
.gallery .gallery-item .zoom-btn:hover {
  transform: scale(0.95);
}
#zoomModal {
  display: none;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#zoomModal .content-zoomed-image {
  width: 90%;
  max-width: 1000px;
  height: 90%;
  max-height: 1000px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#zoomModal .content-zoomed-image img {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}
.close-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-close-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -99999px;
}

/* --- END GALLERY --- */


/* --- QUICK ACCESS --- */

.quick-access .card {
  height: 100%;
  background-color: transparent;
  border: 0;
}

.quick-access .card a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #28B8BB;
  position: relative;
}

.quick-access .card a:hover {
  transform: scale(0.97);
}

.quick-access .card a p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quick-access .card a p img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* --- END QUICK ACCESS --- */


/* --- CONTAINER PAGE --- */

.container-page {
  width: 100%;
  height: auto;
  min-height: 65vh;
  background-color: transparent;
  border: 1px solid #171717;
  border-radius: 30px;
  padding: 60px;
}

/* --- END CONTAINER PAGE --- */


/* --- ROWS --- */

.rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rows,
.rows .row-card {
  width: 100%;
}
.rows .row-card a {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #171717;
  background-image: url(../images/icon-chevron-right.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 15px 55px 15px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rows .row-card a:hover {
  transform: scale(0.97);
}
.rows .row-card .info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.rows .row-card.three-column .info {
  width: 30%;
  flex: 0 0 35%;
}
.rows .row-card.two-column .info {
  width: 48%;
  flex: 0 0 48%;
}
.rows .row-card .info p {
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rows .row-card .info img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  object-fit: contain;
}
.rows .row-card .info p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* --- END ROWS --- */


/* --- TABLES --- */

.table-responsive {
  overflow-x: initial;
  display: flex;
  flex-direction: column;
}
.table-responsive::-webkit-scrollbar {
  width: 100%;
  height: 4px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #171717;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #101010;
  border-radius: 30px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #070707;
}
.table-responsive .dataTable.table{
  margin-bottom: 30px !important;
  order: 1;
}

.table th {
  font-family: "Raleway Medium";
  font-size: 16px;
  color: #9A9B9A;
  background-color: transparent;
  vertical-align: middle;
  border-bottom: 1px solid #171717;
  padding: 0px 15px 10px 0 !important;
}
.table td {
  font-family: "Raleway Regular";
  font-size: 14px;
  color: #EFEFEF;
  background-color: transparent;
  vertical-align: middle;
  border-bottom: 1px solid #171717;
  padding: 10px 15px 10px 0;
}
.table th:last-of-type,
.table td:last-of-type {
  padding-right: 0 !important;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}

/* LEVEL */

.table .level {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table .level img {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  object-fit: contain;
}
.table .level p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* COLOR */

.table .color{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: inline-block;
}
.table .color.executive{
  background-color: #28B8BB;
}
.table .color.slim{
  background-color: #F4C67E;
}
.table .color.third{
  background-color: #D5E3AE;
}
.table .color.lifestyle{
  background-color: #6AB98D;
}
.table .color.magenta{
  background-color: #FC016E;
}

/* THUMB */

.table .thumb{
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
}
.table .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* STATUS */

.table .status{
  width: fit-content;
  padding: 2px 10px;
  border-radius: 25px;
  display: inline-block;
}
.table .status.active{
  background-color: #28B8BB;
  color: #000;
}
.table .status.inactive{
  background-color: #FC016E;
  color: #EFEFEF;
}

/* OPTIONS */

.table .navbar-nav li.dropdown .dropdown-toggle::after{
  display: none;
}
.table .actions .icon.more-hor {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  background-image: url(../images/icon-more-hor.svg);
}
.cards .card .navbar-nav li.dropdown .nav-link:hover .icon.more-hor {
  transform: scale(0.95);
}

/* SORT */

.table.dataTable thead .sorting-disabled {
  cursor: default;
  pointer-events: none;
}

.table.dataTable thead .sorting-disabled:after {
  display: none !important;
}

.table.dataTable thead th::after {
  width: 11px;
  height: 11px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: initial !important;
  transform: translateY(calc(-50% - 4px));
  display: inline-block !important;
  margin-left: 6px;
}

.table.dataTable thead .sorting:after {
  content: "";
  background-image: url(../images/icon-sort.svg);
}

.table.dataTable thead .sorting_desc:after {
  content: "";
  background-image: url(../images/icon-sort-down.svg);
}

.table.dataTable thead .sorting_asc:after {
  content: "";
  background-image: url(../images/icon-sort-up.svg);
}

/* REGISTERS */

div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding-top: 10px;
  font-size: 14px;
  font-family: "Raleway Regular";
  color: #EFEFEF;
}
.table-responsive .dataTables_wrapper{
  order: 2;
}
.table-responsive .dataTables_wrapper .dt-footer{
  align-items: center;
}
.table-responsive .dataTables_wrapper .dt-footer label{
  font-size: 14px;
  font-family: "Raleway Regular";
  color: #EFEFEF;
}
.table-responsive .dataTables_wrapper .dt-footer label select{
  width: 50px;
  background-color: #0A0A0A;
  border: 0;
  font-size: 14px;
  font-family: "Raleway Regular";
  color: #9A9B9A;
  appearance: none;
  background-image: url(../images/icon-chevron-down.svg);
  background-size: 14px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  margin-left: 10px;
  padding: 0;
}

/* PAGINATION */

div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 10px;
}

div.dataTables_wrapper div.dataTables_paginate>span {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

div.dataTables_wrapper div.dataTables_paginate a {
  width: 30px;
  height: 30px;
  font-family: "Raleway Regular";
  font-size: 12px;
  color: #9A9B9A;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 1px solid #171717;
  border-radius: 5px;
}

div.dataTables_wrapper div.dataTables_paginate a.current {
  width: 30px;
  height: 30px;
  font-family: "Raleway Medium";
  color: #000000;
  font-size: 12px;
  background-color: #28B8BB;
  border: 1px solid #28B8BB;
}
div.dataTables_wrapper div.dataTables_paginate a:hover{
  color: #28B8BB;
  border: 1px solid #28B8BB;
}

/* --- END TABLES --- */



/* --- GROUP FORM --- */

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* --- END GROUP FORM --- */

/* UPLOAD WITH PREVIEW */

.custom-upload .custom-file-label {
  background-color: #ef3f5d;
  border-radius: 50px;
  padding: 6px 16px 4px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins Medium";
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-upload .custom-file-label:hover {
  background-color: #009294;
}

.custom-upload .custom-file-input {
  display: none;
}

.custom-upload .preview {
  width: 90px;
  height: 90px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-right: 20px;
}

.custom-upload .preview .img-preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.custom-upload #errorMessage {
  width: 100%;
  font-family: "Poppins Regular";
  font-size: 12px;
  color: #ef3f5d;
  padding-top: 10px;
}

/* END UPLOAD WITH PREVIEW */


/* GALLERY UPLOAD WITH PREVIEW */

.custom-gallery-upload .custom-file-label {
  width: fit-content;
  font-family: "Montserrat";
  font-size: 14px;
  color: #ffffff;
  background-color: #6d66d0;
  line-height: 100%;
  height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-gallery-upload .custom-file-label:hover {
  background-color: #202020;
}
.custom-gallery-upload .custom-file-input {
  display: none;
}
.custom-gallery-upload .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.custom-gallery-upload .gallery .content-gallery-scan {
  width: 100%;
}
.custom-gallery-upload .gallery .content-gallery-scan>div {
  gap: 20px;
}
.custom-gallery-upload .gallery .content-gallery-scan .group {
  width: 30%;
}
.custom-gallery-upload .gallery.active {
  margin-bottom: 15px;
}
.custom-gallery-upload .gallery .thumb-container {
  width: 90px;
  height: 90px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: grab;
}
.custom-gallery-upload .gallery .thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.custom-gallery-upload .gallery .thumb-container .actions {
  width: auto;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.custom-gallery-upload .gallery .thumb-container .actions button {
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -99999px;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-gallery-upload .gallery .thumb-container .actions button:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
.custom-gallery-upload .gallery .thumb-container .actions button.replace-btn {
  background-image: url(../images/button-featured.svg);
  margin-bottom: 4px;
}
.custom-gallery-upload .gallery .thumb-container .actions button.remove-btn {
  background-image: url(../images/button-remove.svg);
}
.custom-gallery-upload #errorMessageGallery {
  width: 100%;
  font-family: "Montserrat";
  font-size: 12px;
  color: #ef3f5d;
  padding-top: 10px;
}
.custom-gallery-upload .loading {
  width: 24px;
  height: 24px;
  border: 3px solid transparent;
  border-top-color: #ef3f5d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* END GALLERY UPLOAD WITH PREVIEW */

/* LOADING */

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* END LOADING */


/* --- MODAL --- */

.modal {
  z-index: 99999;
}
.modal .modal-header {
  padding: 0;
  border: 0;
  position: absolute;
  right: 25px;
  top: 25px;
}
.modal-header .btn-close {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.1px;
  opacity: 1;
  padding: 0;
}
.modal-header .btn-close:focus,
.modal-header .btn-close:active {
  box-shadow: none;
}
.modal-header .btn-close:hover {
  transform: scale(0.95);
}
.modal .modal-content {
  max-width: 770px;
  border: 0;
  padding: 30px;
  border-radius: 20px;
  background-color: #0F0F0F;
  margin: auto;
}
.modal .modal-body {
  padding: 0;
}
.modal-backdrop {
  z-index: 99998;
}
.modal .modal-body .content-title {
  margin: auto;
}
.modal .modal-body .content-title .title {
  font-size: 24px;
  line-height: 115%;
}

/* --- END MODAL --- */


/* --- RESPONSIVE --- */

@media (max-width: 1600px) {

  /* --- CONTAINER GLOBAL --- */

  .container-global {
    gap: 30px;
  }

  /* --- END CONTAINER GLOBAL --- */


  /* --- CONTAINER PAGE --- */

  .container-page {
    padding: 40px;
  }

  /* --- END CONTAINER PAGE --- */
}

@media (max-width: 1400px) {

  /* --- TEXTS & TITLES --- */

  /* TITLES */

  .title.double-extra-large {
    font-size: 32px;
  }
  .title.extra-large {
    font-size: 28px;
  }
  .title.large {
    font-size: 22px;
  }
  .title.medium {
    font-size: 18px;
  }
  .title.small {
    font-size: 16px;
  }
  .title.mini {
    font-size: 12px;
  }

  /* --- ENDS TEXTS & TITLES --- */


  /* --- HEADER --- */

  /* SEARCH */

  .content-search {
    bottom: -80px;
    right: 245px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 15px;
    padding: 20px;
  }

  /* --- END HEADER --- */


  /* --- TABLES --- */

  .table th,
  .table td {
    font-size: 13px;
    padding: 10px 15px 10px 0 !important;
  }

  /* --- END TABLES --- */


  /* --- QUICK ACCESS --- */

  .quick-access>div {
    margin-bottom: 20px;
  }

  .quick-access>div:nth-child(3),
  .quick-access>div:nth-child(4) {
    margin-bottom: 0;
  }

  /* --- END QUICK ACCESS --- */
}

@media (max-width: 1280px) {

  /* --- LOGIN --- */

  .login {
    padding: 50px;
  }

  /* CONTENT */

  .login .login-content {
    padding-left: 50px;
  }
  .login .login-content>* {
    max-width: 100%;
  }

  /* --- END LOGIN --- */


  /* --- MODAL --- */

  .modal .modal-header {
    right: 25px;
    top: 25px;
  }

  /* --- END MODAL --- */
}

@media (max-width: 1200px) {

  .main {
    flex: 65%;
  }

  /* --- CARDS --- */

  .cards.dashboards>div {
    margin-bottom: 20px;
  }
  .cards.dashboards>div:last-child {
    margin-bottom: 0;
  }

  /* RESERVATIONS */

  .cards .card.reservations .content-card .item-card .hotel-image figure{
    width: 200px;
    height: 200px;
  }

  /* --- END CARDS --- */


  /* --- TABLES --- */

  .table-responsive {
    overflow-x: auto;
  }

  /* --- END TABLES --- */
  
}

@media (max-width: 1100px) {}

@media (max-width: 991.98px) {
  .main {
    width: 100%;
  }

  .overlay {
    display: none;
    opacity: 0.01;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9997;
  }
  .overlay.active {
    display: block;
  }

  /* --- HEADER --- */

  /* NAVBAR */

  .navbar {
    width: 100%;
  }

  /* --- END HEADER --- */

  /* --- TEXTS & TITLES --- */

  /* TITLES */

  .title.double-extra-large {
    font-size: 28px;
  }
  .title.extra-large {
    font-size: 22px;
  }
  .title.large {
    font-size: 18px;
  }
  .title.medium {
    font-size: 16px;
  }
  .title.small {
    font-size: 14px;
  }

  /* TEXTS */

  .text.regular {
    font-size: 14px;
  }
  .text.small {
    font-size: 13px;
  }
  .text.mini {
    font-size: 11px;
  }

  /* --- ENDS TEXTS & TITLES --- */


  /* --- LOGIN --- */

  .login {
    padding: 30px;
    height: auto;
  }

  /* CONTENT */

  .login .login-image {
    display: none;
  }
  .login .login-content {
    width: 100%;
    padding-left: 0;
  }
  .login .login-content>* {
    text-align: center;
  }

  /* LOGO */

  .login .login-content .logo {
    display: flex;
    justify-content: center;
  }

  /* FORM */

  .login .content-form .custom-form .invalid-feedback {
    text-align: left;
  }

  /* --- END LOGIN --- */


  /* --- ASIDE --- */

  .aside {
    width: 250px;
    height: 100%;
    top: 0;
    left: -250px;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    position: fixed;
  }
  .aside.active {
    left: 0;
  }
  .close-menu,
  .close-submenu {
    display: inline-block;
    width: 12px !important;
    min-width: 12px;
    height: 12px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon-double-arrow-left.svg);
    transition: all 0.2s ease-in;
  }

  .close-submenu {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 9;
  }

  /* MENU */

  .aside-nav .dropdown-menu,
  .aside-nav .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    width: 250px;
    padding: 20px;
  }
  .aside-nav .dropdown-menu.show,
  .aside-nav .dropdown-menu .dropdown-submenu.show {
    background-color: #ffffff;
  }
  .aside-nav .dropdown-menu .sidebar-heading {
    display: block;
  }
  .aside-nav .nav .nav-item .nav-link,
  .aside-nav .nav .nav-item .nav-link span,
  .aside-nav .dropdown-menu .dropdown-item,
  .aside-nav .dropdown-menu .dropdown-item span {
    font-size: 13px;
  }

  /* --- END ASIDE --- */


  /* --- MODAL --- */

  .modal .modal-dialog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  /* --- END MODAL --- */
}

@media (max-width: 768px) {
  .main {
    padding: 0 20px;
  }

  /* --- CONTAINER GLOBAL --- */

  .container-global {
    padding: 0;
  }

  /* --- END CONTAINER GLOBAL --- */


  /* --- HEADER --- */

  .header {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }

  .btn-menu {
    margin-right: 15px;
  }

  /* WELCOME */

  .welcome .text {
    display: none;
  }

  /* LOGO */

  .logo {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 0;
  }

  /* ACCOUNT */

  .navbar-nav li.account {
    margin-left: 5px;
  }
  .navbar-nav li.account .avatar {
    margin: 0;
  }
  .navbar .navbar-nav li.account>a {
    text-indent: -9999px;
    gap: 5px;
  }

  /* --- END HEADER --- */


  /* --- FILTER ACTIONS --- */

  .content-filter-actions {
    justify-content: flex-start !important;
  }

  /* --- END FILTER ACTIONS --- */


  /* --- CONTAINER FORM --- */

  .container-form .content{
    border-radius: 30px;
    padding: 25px;
  }

  /* --- END CONTAINER FORM --- */


  /* --- CUSTOM FORM --- */

  /* LEVEL PROGRESS */

  .custom-form .level-progress{
    gap: 30px;
  }
  .custom-form .level-progress > div:last-child{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  /* SELECT ITEMS */

  .select-itens {
    padding: 0;
  }
  .select-itens .row {
    margin: 0;
    padding: 0;
    gap: 25px;
  }
  .select-itens .row>div>a {
    float: left;
  }
  .select-itens .row>div .items .scroll .item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .select-itens .row>div .items .scroll .item p {
    width: 80%;
  }

  /* --- END CUSTOM FORM --- */


  /* --- QUICK ACCESS --- */

  .quick-access>div:nth-child(3) {
    margin-bottom: 20px;
  }

  /* --- END QUICK ACCESS --- */


  /* --- CONTAINER PAGE --- */

  .container-page {
    border-radius: 40px;
    padding: 25px;
  }

  /* --- END CONTAINER PAGE --- */


  /* --- TABS --- */

  .custom-tabs .nav-tabs .nav-link,
  .custom-tabs .nav-tabs .nav-link.active{
    width: 100%;
    font-size: 14px;
  }
  .custom-form .tab-content .subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .custom-form .tab-content .subtitle h2{
    margin-bottom: 15px !important;
  }
   
  /* --- END TABS --- */


  /* --- FILTER  --- */

  .filter .form-filter{
    border-radius: 20px;
  }

  /* --- END FILTER  --- */


  /* --- TABLES --- */

  .table-responsive {
    padding-bottom: 20px;
  }
  .table {
    width: 100% !important;
    table-layout: auto !important;
  }
  .table th,
  .table td {
    font-size: 13px;
    padding: 10px 35px 10px 0 !important;
    white-space: nowrap;
  }

  /* --- END TABLES --- */


  /* --- ROWS --- */

  .rows .row-card a {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 40px 10px 10px;
  }
  .rows .row-card.two-column .info,
  .rows .row-card.three-column .info {
    width: 100%;
    flex: initial;
  }

  /* --- END ROWS --- */


  /* --- CARDS --- */

  .cards .card {
    padding: 20px;
    border-radius: 20px;
  }
  .cards .card header {
    align-items: flex-start;
    flex-direction: column;
  }
  .cards .card header .btn {
    margin-top: 10px;
  }

  /* RESERVATIONS */

  .cards .card.reservations .content-card .item-card{
    flex-direction: column;
    align-items: flex-start;
  }
  .cards .card.reservations .content-card .item-card .infos .item {
    align-items: flex-start;
  }
  .cards .card.reservations .content-card .item-card .infos .item.reservation .status {
    display: block;
    width: fit-content;
    margin: 5px 0 0;
  }

  /* --- END CARDS --- */

  /* --- BREADCRUMB --- */

  .breadcrumb {
    display: none;
  }

  /* --- END BREADCRUMB --- */


  /* GALLERY UPLOAD WITH PREVIEW */

  .custom-gallery-upload .gallery .thumb-container {
    width: 130px;
    height: 130px;
  }
  .custom-gallery-upload .gallery .content-gallery-scan>div {
    flex-direction: column;
  }
  .custom-gallery-upload .gallery .content-gallery-scan .group {
    width: 100%;
  }

  /* END GALLERY UPLOAD WITH PREVIEW */
}

@media (max-width: 650px) {

  /* --- FORM ACTIONS --- */

  .actions {
    width: 100%;
    flex-direction: column;
  }

  .actions .btn {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .actions .btn.with-icon {
    padding: 15px;
    background-size: 14px;
    background-position: 10px center;
  }

  /* --- END FORM ACTIONS --- */

  /* GALLERY UPLOAD WITH PREVIEW */

  .custom-gallery-upload .gallery .thumb-container {
    width: 46.7%;
    height: 120px;
  }

  /* END GALLERY UPLOAD WITH PREVIEW */

  /* --- MODAL --- */

  .modal .modal-header {
    right: 20px;
    top: 20px;
  }

  /* --- END MODAL --- */
}

@media (max-width: 480px) {
  /* --- HEADER --- */

  /* WELCOME */

  .welcome .title {
    display: none;
  }

  /* --- END HEADER --- */


  /* --- CARDS --- */

  /* RESERVATIONS */

  .cards .card.reservations .content-card .item-card .hotel-image figure{
    width: 100%;
    height: auto;
    max-height: 230px;
  }
  
  /* --- END CARDS --- */

  /* --- GALLERY --- */

  .gallery {
    flex-direction: column;
  }

  .gallery .gallery-item {
    width: 100%;
    height: 140px;
  }

  .custom-gallery-upload .select {
    flex-direction: column;
  }

  .custom-gallery-upload .select .custom-file-label {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* --- END GALLERY --- */

  /* --- MODAL --- */

  .modal .modal-content {
    padding: 30px;
    border-radius: 30px;
  }

  /* --- END MODAL --- */
}

@media (max-width: 380px) {
  /* GALLERY UPLOAD WITH PREVIEW */

  .custom-gallery-upload .gallery .thumb-container {
    width: 100%;
    height: 120px;
  }

  /* END GALLERY UPLOAD WITH PREVIEW */

  /* UPLOAD WITH PREVIEW */

  .custom-upload .preview {
    margin-bottom: 20px;
  }

  /* END UPLOAD WITH PREVIEW */
}

/* --- END RESPONSIVE --- */