@charset "UTF-8";
html {
  font-size: 15px;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

body {
  height: 100vh;
  max-height: 100vh;
  background-color: #ddd;
  background: url("/img/content_background_light.jpg") fixed left center no-repeat;
  background-size: cover;
  --ck-z-default: 100;
  --ck-z-modal: calc( var(--ck-z-default) + 999 );
  overflow: hidden;
}

.dark-mode body {
  background-color: #222;
  background: url("/img/content_background_dark.jpg") fixed left center no-repeat;
  background-size: cover;
}

body:not(.authorized).off-canvas-sidebar, body.guest.page {
  background: url("/img/guest_background.jpg") fixed center no-repeat;
  background-size: cover;
}

body:not(.custom-bg) .background-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 250, 250, 0.8);
}

body.dark-mode:not(.custom-bg) .background-layer {
  background-color: rgba(30, 20, 20, 0.92);
}

body.off-canvas-sidebar:not(.authorized) .background-layer, body.guest.page .background-layer {
  background-color: rgba(0, 0, 0, 0.1);
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

h3 {
  line-height: 1.15em;
}

.item-title {
  font-size: 1.3rem;
  line-height: 1.3em;
}

h2.item-title {
  font-size: 1.8rem;
}

h3.item-title {
  font-size: 1.5625rem;
}

h1, h2, h2.item-title, h3.item-title, h4.item-title, .title {
  font-weight: 600;
  font-family: "Titillium Web";
}

a {
  color: #54a4ea;
}

a:hover, a:focus {
  color: #307bbc;
}

.form-control::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.3rem;
}

.card, td, .form-control, .form-control::placeholder {
  font-size: 1rem;
  line-height: 1.3rem;
}

label, label.col-form-label, .inline-label {
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.inline-label {
  display: inline-block;
  margin-left: 10px;
}

.inline-label::after {
  content: ":";
}

.inline-label:first-child {
  margin-left: 0;
}

.text-info {
  font-size: 0.85rem;
  color: #989ba7 !important;
}

.text-info .material-icons, .text-info .material-icons-outlined, .text-info .material-icons-round, .text-info .fa {
  font-size: 1rem;
}

.text-orange {
  color: #ff7b2f !important;
}

.text-warning {
  color: #cddc31 !important;
}

.text-success {
  color: #67da6d !important;
}

.text-danger {
  color: #ff5555 !important;
}

.text-dark {
  color: #394140 !important;
}

.background-danger {
  background-color: #ff5555 !important;
}

.description, .card-description {
  color: #6e707a;
}

.dark-mode .description {
  color: #E4E6E3;
}

.show-sm, .show-md, .show-lg, .show-xl {
  display: none !important;
}

.smc .show-sm, .mdc .show-md, .lgc .show-lg, .xlc .show-xl {
  display: block !important;
}

.smc .show-sm-flex, .mdc .show-md-flex, .lgc .show-lg-flex, .xlc .show-xl-flex {
  display: flex !important;
}

.smc td.show-sm, .mdc td.show-md, .lgc td.show-lg, .xlc td.show-xl, .smc th.show-sm, .mdc th.show-md, .lgc th.show-lg, .xlc th.show-xl {
  display: table-cell !important;
}

.smc span.show-sm, .mdc span.show-md, .lgc span.show-lg, .xlc span.show-xl, .smc a.show-sm, .mdc a.show-md, .lgc a.show-lg, .xlc a.show-xl, .smc .show-sm-inline, .mdc .show-md-inline, .lgc .show-lg-inline, .xlc .show-xl-inline {
  display: inline !important;
}

.smc .hide-sm, .mdc .hide-md, .lgc .hide-lg, .xlc .hide-xl {
  display: none !important;
}

.bold, .strong {
  font-weight: bold !important;
}

label {
  color: #6e707a;
}

.no-link {
  color: inherit;
}

.hidden {
  display: none;
}

body.dashboard {
  background-image: none;
  background-color: #111;
}

.content .container-fluid {
  max-width: 1600px;
}

.main-panel, .sidebar {
  padding-top: 60px;
  z-index: 1;
}

.main-panel > .scrolling-container, .off-canvas-sidebar > .scrolling-container {
  position: relative;
  height: calc(100vh - 60px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-panel > .scrolling-container > div {
  position: relative;
  min-height: calc(100vh - 60px);
  padding-bottom: 50px;
}

.main-panel > .scrolling-container > div > .content {
  margin-top: 0;
  min-height: auto !important;
  padding-top: 0;
}

.main-panel > scrolling-container > div > .content, .navbar > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.main-panel > .scrolling-container > div > .footer {
  position: absolute;
  bottom: 0;
  border-top: 0;
  width: 100%;
}

.fullscreen .main-panel {
  padding-top: 0 !important;
  width: 100% !important;
}
.fullscreen .main-panel .scrolling-container {
  height: 100vh;
  padding-top: 0 !important;
}
.fullscreen .main-panel .scrolling-container > div {
  min-height: 100vh;
}

.error-page .title {
  font-size: 6em;
  letter-spacing: 8px;
}

.card .card-body .form-group, .card .card-body .col-form-label, .modal .modal-body .form-group, .modal .modal-body .col-form-label {
  margin: 0;
  padding-bottom: 2px;
}

.card .card-body .col-form-label, .modal .modal-body .col-form-label, .view .modal.edit .modal-body .col-form-label, .modal.edit .modal-body .col-form-label {
  padding-top: 8px;
}

.modal.view .modal-body .col-form-label, .view .card-body .col-form-label, .view .card-body .label-on-right {
  padding-top: 2px;
}

.modal .modal-body .col-form-label, .card .card-body .col-form-label, .card .card-body .label-on-right {
  padding-right: 0;
}

.modal {
  z-index: 10000;
  overflow-y: scroll;
}

.modal::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.modal-title {
  color: "Titillium Web";
  font-family: "Titillium Web";
  font-weight: 700;
}

h1.modal-title, h2.modal-title, h3.modal-title, h4.modal-title {
  margin: 0 20px;
}

.modal-dialog .modal-header .close {
  top: 8px;
  right: auto;
  left: 0px;
  font-size: 2.5rem;
}

.swal-wide {
  width: 600px !important;
}

body div.alert {
  margin-top: 60px !important;
}

.off-canvas-sidebar .wrapper-full-page .page-header {
  padding-top: 80px !important;
}

.off-canvas-sidebar > .scrolling-container {
  height: 100vh;
}

.page-header {
  max-height: none;
}

.vertical-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-wrapper img.logo {
  width: 12vw;
  height: auto;
  min-width: 90px;
  max-width: 150px;
  margin-left: 30px;
}

span.error.text-danger {
  font-weight: bold;
}

.footer {
  z-index: 10;
}

.off-canvas-sidebar .footer {
  color: #777;
}

.modal:nth-of-type(even) {
  z-index: 1042 !important;
}

.modal-backdrop.in:nth-of-type(even) {
  z-index: 1041 !important;
}

.modal.cookie-consent .modal-dialog {
  margin-top: 0;
  height: 100%;
}

.modal.cookie-consent .modal-content {
  position: absolute;
  bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 4px 6px;
  font-weight: 400;
}

.table .table {
  background-color: transparent;
}

.table.no-dividers, .table.no-dividers th, .table.no-dividers td {
  border-width: 0 !important;
}

.table.gradient-divider {
  border-collapse: separate;
  border-spacing: 0;
}

table.gradient-divider tbody tr td {
  border-color: transparent !important;
}

table.gradient-divider tr:not(:last-child) td, div.gradient-divider, li.gradient-divider, tr.gradient-divider > td > div, tr.gradient-divider > th > div, h4.gradient-divider, h5.gradient-divider {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.table-hover tbody tr.gradient-divider:hover {
  background-color: inherit !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfafa;
}

.no-overflow {
  white-space: nowrap;
  overflow: hidden;
}

.no-wrap, .nowrap {
  white-space: nowrap;
}

.preserve-linebreaks {
  white-space: pre-line;
}

.text-default {
  color: #999999;
}

.text-disabled {
  color: #aaa !important;
}

.material-icons, .material-icons-outlined, .material-icons-round, .fa {
  vertical-align: middle;
  font-size: 24px;
}

.material-icons.icon-xs, .material-icons-outlined.icon-xs {
  font-size: 13px !important;
}

.fa.icon-xs {
  font-size: 11px !important;
}

.material-icons.icon-sm, .material-icons-outlined.icon-sm, .fa.icon-sm {
  font-size: 18px !important;
}

.material-icons.icon-sm, .material-icons-outlined.icon-sm, .material-icons-round.icon-sm, .fa.icon-sm {
  font-size: 18px;
}

#show-page {
  padding-top: 30px;
}

#show-event h3.item-name, #show-resource h3.item-name, #show-product h3.item-name, #show-place h3.item-name {
  padding-right: 30px;
}

.table thead tr th {
  font-size: 1rem;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-color: #eee;
}

td.col-icon, .col-id {
  width: 2%;
}

.table .col-actions, .table .col-pic, .table .col-type, .table .col-flag, .table .col-date, .table .col-amount {
  white-space: nowrap;
  width: 5%;
}

.table .col-name {
  width: 30%;
}

.table .col-shortname {
  width: 20%;
}

.table .col-attr {
  width: 20%;
}

.table .col-actions {
  text-align: right;
}

.table .col-url {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .col-actions .btn, .table td.btn-cell .btn {
  margin: 0 2px;
  padding: 4px 6px;
}

.btn.btn-xs {
  margin: 0 !important;
  padding: 3px 5px !important;
  font-size: 0.6rem;
  line-height: 0.8rem;
  border-radius: 0.25rem;
}

.btn.btn-xs i.material-icons, .btn.btn-xs i.material-icons-outlined, .btn.btn-xs i.fa {
  font-size: 16px !important;
  line-height: 1em;
  margin: 0 !important;
}

.btn img.btn-logo, .timing-logo {
  height: 30px;
}

.btn.btn-sm.btn-logo {
  padding: 3px 6px 3px;
}

.btn.btn-sm img.btn-logo, .timing-logo {
  height: 20px;
}

.table .col-actions .btn-link {
  margin: 2px;
  padding: 0;
}

[data-toggle=popover] {
  cursor: pointer;
}

.table th .material-icons, .table th .material-icons-outlined {
  font-size: 1.2rem;
}

.table .review-header td {
  padding-bottom: 0;
}

.table .review-row td {
  border-top: 0;
  padding-top: 3px;
  font-style: italic;
}

.card {
  margin-bottom: 0;
  margin-top: 15px;
}

.card .disabled-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled-card .insider-info {
  display: inline-block;
  padding: 25px 40px;
  margin: 10px;
  max-width: 450px;
  background-color: rgb(250, 250, 250);
  border: 2px solid #ff7b2f;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
}

img.photo, .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}

.user-photo {
  width: 30px;
  height: 30px;
}

.user-sm-photo {
  width: 20px;
  height: 20px;
}

.user-lg-photo {
  width: 40px;
  height: 40px;
}

.fc-toolbar {
  margin: 15px;
}

.dashboard-page .card {
  margin-bottom: 0;
}

.dashboard-page .table .col-pic, .dashboard-page .table .col-date, .dashboard-page .table .col-flag {
  width: 1%;
}

.dashboard-page .table td.col-pic {
  padding: 4px 6px 4px 0;
}

.dashboard-page .table td.col-name {
  padding: 4px 0;
}

.dashboard-page .table td.picture img {
  max-height: 30px;
  max-width: 50px;
}

.dashboard-page .table td.photo img {
  height: 30px;
  width: 30px;
}

.dashboard-page .table td.flag img, .dashboard-page .table td.col-flag img {
  height: 20px;
  width: 20px;
}

.register-page .card-signup {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.register-page .card-signup .info .info-title {
  margin: 5px 0 5px;
}

.register-page .card-signup .info-horizontal .icon {
  margin-top: 0px;
}

.card.private-card .card-body {
  background-color: #f6f6f6 !important;
}

.card.card-warning .card-body {
  background-color: #f6fce1 !important;
}

.sidebar .info-badge, .navbar .info-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 22%;
}

.navbar .info-badge {
  width: 4%;
}

.plan-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100px;
  height: 100px;
}

.plan-badge div {
  position: absolute;
  top: 30%;
  left: -4%;
  transform: rotateY(0deg) rotate(-45deg);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.plan-badge img {
  width: 100%;
  height: 100%;
}

.promote-plan {
  margin-right: 5px;
}

body:not(.dark-mode) .dark-mode-visible, body.dark-mode .dark-mode-hidden {
  display: none;
}

.sidebar[data-color=rose] li.active > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sidebar .sidebar-background {
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)) !important;
}

.sidebar[data-background-color=black], .sidebar[data-background-color=black] .sidebar-background:after {
  background-color: transparent;
}

.sidebar {
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.sidebar .sidebar-wrapper {
  position: relative;
  overflow: auto !important;
  padding-bottom: 0;
  flex: 0 1 auto;
}

.sidebar .scrolling-container {
  position: relative;
  min-height: 99%;
  padding-bottom: 80px;
}

.sidebar .nav {
  margin-top: 0;
}

.sidebar .logo img {
  width: 60%;
}

.sidebar .logo .sub-logo {
  display: inline-block;
  width: 45%;
}

.sidebar .logo .sub-logo img {
  margin-top: 5px;
  width: 100%;
}

.sidebar .footer-logo {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 10px;
}

.sidebar .footer-logo a div {
  display: inline-block;
  background-image: url("/img/rc360_inv.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 90px;
  height: 30px;
}

.sidebar .logo {
  text-align: center;
  flex: 0 1 auto;
}

.sidebar .logo:after {
  height: 0;
}

.sidebar .user .photo {
  margin-top: 2px;
  margin-left: 13px;
  margin-right: 9px;
}

.sidebar .nav .nav {
  margin-top: 5px;
}

#minimizeSidebar {
  display: none;
}

.nav.user .nav-link {
  padding-top: 0.21rem;
  padding-bottom: 0.3rem;
}

.sidebar .nav li a {
  border-radius: 0 1.5rem 1.5rem 0;
  margin: 5px 8px 5px 0 !important;
  padding-left: 15px !important;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1.2rem;
  color: #6e707a !important;
}
.sidebar .nav li a.no-icon {
  padding-left: 40px !important;
}
.sidebar .nav li a p {
  font-size: 1.1em;
}
.sidebar .nav li a i {
  color: #6e707a !important;
  color: #ff7b2f !important;
  margin-right: 5px !important;
}
.sidebar .nav li li a i {
  font-size: 20px;
  margin-left: 2px;
  margin-top: -3px;
}
.sidebar .nav li .nav li a {
  margin-top: 0;
  line-height: 1.6rem;
}
.sidebar .nav-link {
  padding: 0.25rem 1rem;
}
.sidebar .nav li.nav-item.active > a {
  background: linear-gradient(180deg, #FCBB30, #EB8044);
  color: #fff !important;
  border: 2px solid #fff;
  border-left-width: 0;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(179, 81, 16, 0.4);
}
.sidebar .nav li.nav-item.active > a[data-toggle=collapse] {
  box-shadow: none;
}
.sidebar .nav li.nav-item.active > a > i {
  color: #fff !important;
}
.sidebar .nav li:hover > a, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li.active > a[data-toggle=collapse] {
  background: inherit !important;
  background-color: rgba(40, 40, 40, 0.1) !important;
  border-color: rgba(40, 40, 40, 0.2) !important;
  color: #6e707a !important;
}
.sidebar .nav li.active > a[data-toggle=collapse] i {
  color: #989ba7 !important;
}
.sidebar .nav-divider {
  width: calc(100% - 30px);
  margin-left: 15px;
  border-bottom: 1px solid rgba(180, 180, 180, 0.3);
}

.dark-mode .sidebar .nav li.nav-item.active > a {
  color: #394140 !important;
  border-color: #6e707a;
  box-shadow: 0 4px 20px 0px rgba(255, 255, 255, 0.14), 0 7px 10px -5px rgba(210, 126, 69, 0.4);
}
.dark-mode .sidebar .nav li.active > a[data-toggle=collapse] {
  box-shadow: none;
}
.dark-mode .sidebar .nav li.nav-item.active > a > i {
  color: #394140 !important;
}
.dark-mode .sidebar .nav li:hover > a, .dark-mode .sidebar .nav li.active > a:hover, .dark-mode .sidebar .nav li .dropdown-menu a:hover, .dark-mode .sidebar .nav li .dropdown-menu a:focus, .dark-mode .sidebar .nav li.active > a[data-toggle=collapse] {
  background-color: rgba(205, 205, 205, 0.2) !important;
  border-color: rgba(205, 205, 205, 0.3) !important;
  color: #989ba7 !important;
}
.dark-mode .sidebar .nav li.active > a[data-toggle=collapse] i, .dark-mode .sidebar .nav li.active > a:hover i {
  color: #6e707a !important;
}
.dark-mode .sidebar .nav li a {
  color: #E4E6E3 !important;
}
.dark-mode .sidebar .footer-logo a div {
  background-image: url("/img/rc360.png");
}
.dark-mode .sidebar .sidebar-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)) !important;
}
.dark-mode .sidebar li.gradient-divider {
  border-image-source: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0));
}

.menu-on-left .navbar .container, .menu-on-left .navbar .container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.dropdown-menu .dropdown-item {
  font-size: 1rem;
}

.dropdown.hide-toggle .dropdown-toggle::after {
  display: none;
}

.dropdown-item.active {
  color: #ffffff !important;
  background: linear-gradient(180deg, #FCBB30, #EB8044);
}

.dropdown-menu .dropdown-item i, .dropdown-menu .dropdown-item .fa {
  height: 16px !important;
  line-height: 16px !important;
  color: #aaa;
  margin-right: 5px;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
  padding: 0.325rem 1rem;
}

.dropdown-menu .dropdown-item:hover i {
  color: #ddd;
}

.dropdown-menu .dropdown-item img.photo {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.dropdown-menu .dropdown-item img.picture {
  max-width: 22px;
  max-height: 17px;
  overflow: hidden;
  margin-right: 5px;
}

.dropdown-menu .dropdown-item-text {
  color: #6e707a;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-top {
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #c5c5c5, #fff);
  color: #6e707a;
  padding: 5px 5px 5px 10px;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
  font-weight: 400;
  border-radius: 0;
  z-index: 1030;
  transition: top 500ms, padding 500ms;
}
.navbar-top .pre-scrollable {
  max-height: calc(100vh - 70px);
}
.navbar-top .btn.btn-white {
  border-color: #c5c5c5;
}
.navbar-top .navbar-nav > li > a > i, .navbar-top .btn.btn-white i {
  color: #6e707a;
}
.navbar-top .filter-option-inner-inner {
  font-size: 1.125rem;
  margin-top: -3px;
}
.navbar-top .nav-link {
  position: relative;
  color: #989ba7;
  padding: 15px 10px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 20px;
}
.navbar-top .navbar-nav .nav-item .nav-link:not(.btn) .material-icons, .navbar-top .navbar-nav .nav-item .nav-link:not(.btn) .material-icons-round {
  margin-top: -7px;
  top: 3px;
  position: relative;
  margin-right: 3px;
}
.navbar-top .notification {
  position: absolute;
  top: 5px;
  border: 1px solid #fff;
  right: 5px;
  font-size: 9px;
  background: #ff5555;
  color: #fff;
  min-width: 20px;
  padding: 0px 5px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}
.navbar-top .notification.warning {
  background: #ff7b2f;
}
.navbar-top .navbar-toggler .icon-bar {
  background-color: #6e707a !important;
}
.navbar-top .dropdown-toggle::after {
  position: relative;
  margin-left: 0;
  top: 4px;
}
.navbar-top #profileMenuLink.dropdown-toggle::after {
  margin-left: 3px;
}

.navbar-header {
  min-width: 260px;
  margin-right: 15px;
}

.navbar-header .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-header .navbar-nav .nav-item .nav-link {
  padding: 2px;
}

.navbar-header .user {
  display: inline-block;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: none;
  color: #6e707a;
  margin: 0;
}

.navbar-header .user span {
  display: inline-block;
  position: relative;
  top: 7px;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navbar-header .user .photo {
  width: 41px;
  height: 41px;
  z-index: 5;
  border: 2px solid #fff;
  margin-right: 5px;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.navbar-end {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.navbar-end, #navbar-actions, #navbar-actions .navbar-nav {
  align-items: center;
  flex-direction: row;
}

#navbar-actions {
  min-height: 50px;
}

#navbar-actions .navbar-end {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#navbar-actions > a.hide-navbar-actions {
  transition: all 500ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0 10px;
}

.navbar-toggler {
  margin-right: 10px;
}

.navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 4px;
}

.navbar-toggler.btn.btn-fab, .navbar-toggler .btn.btn-just-icon {
  height: 41px;
  min-width: 41px;
  width: 41px;
  line-height: 41px;
}

#action-bar button.btn-just-icon.btn-action-create {
  height: 45px;
  min-width: 45px;
  width: 45px;
  line-height: 45px;
}

button.btn-just-icon.btn-action-create .material-icons {
  line-height: 43px;
  font-size: 25px;
}

.navbar-toggler button {
  display: block;
}

.navbar-toggler a.btn.btn-fab {
  margin-top: 5px !important;
}

.navbar-toggler .btn.btn-fab img {
  width: 100%;
}

#profileMenuLink {
  font-size: 1.2rem;
}

.navbar-brand {
  height: inherit;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-brand .nav-link {
  display: none;
  padding: 12px 5px;
  margin-left: -5px;
}

body:not(.web) .navbar-brand .nav-link {
  display: block;
}

.navbar-brand nav {
  min-width: 100px;
  max-width: calc(100vw - 205px);
  max-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.web .navbar-brand nav {
  max-width: calc(100vw - 175px);
}

.guest .navbar-brand nav {
  max-width: calc(100vw - 240px);
}

.web.guest .navbar-brand nav {
  max-width: calc(100vw - 230px);
}

.navbar-brand .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.breadcrumb a, .breadcrumb-item, .breadcrumb-item + .breadcrumb-item::before, .navbar-brand a.dropdown-toggle {
  color: #ff7b2f !important;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1.3rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb .breadcrumb-item {
  overflow: hidden;
  text-overflow: ellipsis;
}

#backButton {
  margin-right: 10px;
  display: none;
}

#action-bar {
  position: fixed !important;
  right: 10px;
  bottom: 8px;
  z-index: 10000;
}

#headerSearchForm .form-control {
  color: #6e707a;
  margin: 0 5px 0 0;
}

#headerSearchForm .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

#headerSearchForm .form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

#headerSearchForm, #headerSearchForm .btn {
  margin: 0;
  position: static;
}

#headerSearchForm {
  margin-right: 10px;
}

.dark-mode .navbar-top, .light-dark-mode .navbar-top {
  background: linear-gradient(180deg, #1B1413, #3C3635);
}
.dark-mode .navbar-top .nav-link, .dark-mode .navbar-nav > li > a > i, .dark-mode .navbar-header .user, .dark-mode #headerSearchForm .form-control, .light-dark-mode .navbar-top .nav-link, .light-dark-mode .navbar-nav > li > a > i, .light-dark-mode .navbar-header .user, .light-dark-mode #headerSearchForm .form-control {
  color: #fff;
}
.dark-mode #headerSearchForm .form-control::-moz-placeholder, .light-dark-mode #headerSearchForm .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode #headerSearchForm .form-control::placeholder, .light-dark-mode #headerSearchForm .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .navbar-toggler .icon-bar, .light-dark-mode .navbar-toggler .icon-bar {
  background-color: #fff;
}
.dark-mode .navbar-top .design-workbench-btn, .light-dark-mode .navbar-top .design-workbench-btn {
  background-color: #394140;
  border-color: #6e707a;
  color: #E4E6E3;
}

#createMenu button.btn-just-icon i {
  font-size: 28px;
}

#createMenu .dropdown-item i.material-icons {
  color: #999;
  margin-right: 5px;
}

.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: inherit;
}

.off-canvas-sidebar .navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #555 !important;
}

.footer-btn-container {
  margin: 15px 0 0 !important;
}

.onecol #workbench .container {
  max-width: 800px;
}

#primary-container, #secondary-container {
  display: none;
}

.card [class*=card-header-] .card-icon {
  background: none !important;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 7px;
  box-shadow: none;
  color: #c5c5c5;
}

.dark-mode .card [class*=card-header-] .card-icon {
  color: #6e707a;
}

.card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .card-body {
  padding: 0.9375rem 15px 0.9375rem 15px;
}

span.formatted-content {
  position: static !important;
}

.formatted-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

form .card .card-body, .card.edit .card-body {
  padding: 0.9375rem 10px 0.9375rem 10px;
}

form .row, .card.edit .row {
  margin-right: -10px;
  margin-left: -10px;
}

.card-profile .card-avatar + .card-body {
  margin-top: 0;
}

.card [class*=card-header-] .card-icon i {
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-size: 30px;
  vertical-align: baseline;
}

.card [class*=card-header-] .card-icon i.fa {
  height: 39px;
  font-size: 27px;
}

.card .card-body.full-width {
  padding: 10px 0;
}

.card .card-body.full-width th:first-of-type, .card .card-body.full-width table:not(.collapsed) td:first-of-type,
.card .card-body.full-width .dataTable th:first-of-type,
.card .card-body.full-width .filter, .card .card-body.full-width .dataTables_length {
  padding-left: 15px !important;
}

.card .card-body.full-width div#grid-toolbar {
  padding-left: 15px !important;
}

.card .card-body.full-width th:last-of-type, .card .card-body.full-width td:not(.col-actions):last-of-type,
.card .card-body.full-width .dataTable th:last-of-type, .card .card-body.full-width .dataTables_filter {
  padding-right: 15px !important;
}

.card .card-body.full-width div.text-info, .card .card-body.full-width div.text-success, .card .card-body.full-width div.text-danger, .card-body.full-width div.text-default, .card .card-body.full-width div.text-warning {
  padding: 0 15px;
}

.card .card-body.full-width .table {
  margin-bottom: 0;
}

.card-pricing .card-category {
  margin-bottom: 0;
}

.card-pricing .card-body {
  padding-top: 0 !important;
  border: 1px solid #c5c5c5;
}

.card-pricing .card-body .card-icon {
  margin-top: 1rem;
}

.card-pricing:not(.active) .card-body {
  background-color: #E4E6E3 !important;
}

.card-pricing.active .card-category {
  color: #333;
}

.dark-mode .card-pricing.active .card-category {
  color: #f5f5f5;
}

.card-pricing .card-icon.icon-success i {
  color: #67da6d;
}

.card-pricing:not(.active) .card-icon i {
  border-color: #fff;
}

.card .card-header {
  z-index: inherit !important;
}

.card .card-header-default .card-icon, .card .card-header-default:not(.card-header-icon):not(.card-header-text), .card .card-header-default .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(5, 1, 1, 0.4);
}

.card-header .card-button {
  float: right;
}

.card-profile .card-button {
  position: absolute;
  top: 2px;
  right: 12px;
}

.card-header .card-button span:not(.prevent-hide), .card-profile .card-button span:not(.prevent-hide), .card .card-title span:not(.prevent-hide) {
  display: none;
}

.smm .lgc .card-header .card-button span, .mdc .card-profile .card-button span, .mdc .card .card-title span, .smc .card .card-title span.badge {
  display: inline;
}

.card-button .dropdown {
  display: inline-block;
}

.card-header .card-button .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.card-header .btn-container {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  padding-bottom: 8px;
}

.card-header .btn-group-toggle {
  margin: 0 auto;
}

.card-header h4.card-title a:not(.badge) {
  color: #6e707a !important;
}

.card-header h4.card-title a:not(.badge):hover {
  color: #307bbc !important;
}

.card-header h4.card-title i {
  font-size: 15px;
  margin-bottom: 1px;
}

.card:not(.card-profile):not(.card-map) {
  border-radius: 0;
  background: transparent;
  color: #333333;
  box-shadow: none;
}

.card [class*=card-header-] {
  margin: 0;
}

div:not(.card-profile):not(.card-map):not(.card-inner) > .card-body, .card.card-map, .card.card-profile {
  border-radius: 10px;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
  line-height: 1em;
}

.card .card-header.card-header-icon .card-title i, .card .card-header.card-header-text .card-title i {
  width: inherit;
  height: inherit;
  line-height: 1em;
}

.card-body.full-width.full-height {
  padding: 0;
}

.off-canvas-sidebar .card .card-title, .off-canvas-sidebar .card > h2, .off-canvas-sidebar .card > h3, .off-canvas-sidebar .card > h4,
.dark-mode.off-canvas-sidebar.authorized, .dark-mode .content-page {
  color: #fff;
}

.design-btn {
  position: absolute;
  z-index: 110;
  right: 10px;
  top: 5px;
}

#interaction-menu {
  position: absolute;
  z-index: 110;
  right: 10px;
  bottom: -50px;
}

.add-to-profile, .add-menu {
  float: right;
  z-index: 1000;
}

#profileFilterButton {
  margin-right: 2px;
}

#clearFilterButton {
  margin-right: 10px;
}

.bootstrap-select.compact-select > .dropdown-toggle {
  padding-right: 5px;
}

.bootstrap-select .btn:not(.actions-btn) {
  margin-top: 0.1125rem;
}

button.btn.dropdown-toggle {
  text-transform: none;
  font-size: 1em;
  padding-right: 15px;
}

button.btn.btn-sm.dropdown-toggle {
  text-transform: uppercase;
  font-size: 0.85rem;
  padding-right: 8px;
}

form .checkbox-radios {
  margin-top: 5px;
}

.min-service .form-check-sign {
  visibility: hidden;
}

.togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled] + .toggle {
  margin-left: 0;
  margin-right: 5px;
}

.single-toggle .togglebutton label .toggle, .single-toggle .togglebutton label input[type=checkbox][disabled] + .toggle {
  margin-right: 0;
}

.single-toggle .togglebutton label {
  line-height: 0;
}

.sidebar .bootstrap-select {
  margin-left: 15px;
}

.sidebar .bootstrap-select .btn.dropdown-toggle.select-with-transition {
  color: #aaa !important;
}

.sidebar .username span {
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  vertical-align: middle;
}

.sidebar-mini #edit-profile-btn {
  display: none;
}

.editor-toolbar .separator {
  padding: 0;
}

.editor-toolbar .fa {
  font-size: inherit;
}

.ck.ck-button, a.ck.ck-button {
  color: #666 !important;
  -webkit-appearance: none;
}

.CodeMirror, .CodeMirror-scroll {
  max-height: 400px;
  min-height: 200px;
}

.btn.btn-rose:active:hover, .btn.btn-rose:active:focus, .btn.btn-rose:active.focus, .btn.btn-rose.active:hover, .btn.btn-rose.active:focus, .btn.btn-rose.active.focus, .open > .btn.btn-rose.dropdown-toggle:hover, .open > .btn.btn-rose.dropdown-toggle:focus, .open > .btn.btn-rose.dropdown-toggle.focus, .show > .btn.btn-rose.dropdown-toggle:hover, .show > .btn.btn-rose.dropdown-toggle:focus, .show > .btn.btn-rose.dropdown-toggle.focus {
  background-color: #ea2c6d;
  border-color: #7b0c32;
}

.card-profile .card-body {
  text-align: left;
}

.card .card-body + .card-footer, .card .card-footer {
  padding-top: 0px;
}

.card-stats .card-header .card-category:not([class*=text-]) {
  color: #666666;
  font-size: 18px;
}

.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
  margin-top: 10px;
  color: #6e707a;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1.3rem;
}

.dark-mode .card .card-header.card-header-icon .card-title, .dark-mode .card .card-header.card-header-text .card-title, .dark-mode .card-header h4.card-title a:not(.badge) {
  color: #c5c5c5 !important;
}

.card .card-header .card-title a.link {
  color: #54a4ea;
}

.card .card-header .card-title a.link:hover, .card .card-header .card-title a.link:visited {
  color: #307bbc;
}

.fileinput .thumbnail.large {
  max-width: 300px !important;
}

.fileinput .thumbnail.full-width {
  max-width: 100% !important;
}

.fileinput .thumbnail.img-circle {
  border-radius: 50%;
  max-width: 150px;
}

.fileinput .thumbnail.img-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  width: 150px;
}

.card .map {
  margin-top: 0;
}

.card .map.map-big {
  height: calc(100vh - 250px);
}

.card .map-small {
  height: 300px;
}

.card .map-medium {
  height: 500px;
}

.card #theMap.map {
  border-radius: 0;
}

.card-map .map {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.order-unpaid {
  color: red;
}

.order-paid {
  text-decoration: line-through;
  color: green;
}

.item-name {
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 2.2rem;
}

.item-name-md {
  font-size: 1.9rem;
}

.item-name-sm {
  font-size: 1.6rem;
}

h3.item-name {
  margin-top: 0;
}

.insider-logo {
  width: 200px;
}

.insider-logo.insider-logo-sm {
  width: 120px;
}

.insider-badge {
  width: 140px;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.insider-star, .card .card-header.card-header-icon i.insider-star {
  display: inline-block;
  background-image: url("/img/insider_star.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  width: 18px;
  height: 18px;
}

.btn-sm i.insider-star {
  width: 16px !important;
  height: 16px !important;
}

.input-group-addon .insider-star {
  margin-top: 10px;
  margin-left: 5px;
}

.dropdown-item .insider-star {
  position: absolute;
  right: 0;
  top: 8px;
}

.profile-insider-badge {
  position: absolute;
  z-index: 110;
  left: 50%;
  margin-left: -70px;
  bottom: -55px;
}

.supporter .item-name span {
  display: inline-block;
  background: linear-gradient(135deg, #7a6a10 1%, #ffecb3 40%, #af9500 85%) !important;
  border-radius: 10px;
  border: 1px solid #af9500;
  padding: 0 10px;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.56);
  margin: 8px;
}
.supporter .item-name img {
  display: block;
  position: relative;
  top: -12px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.56);
}
.supporter .card-profile .profile-cover-image :not(.card-logo).card-avatar {
  background: linear-gradient(315deg, #7a6a10 1%, #ffecb3 40%, #af9500 85%);
  border: 1px solid #af9500;
  padding: 5px;
}
.supporter .card-profile .profile-cover-image :not(.card-logo).card-avatar img {
  border-radius: 50%;
}

.btn {
  background-color: #989ba7;
  font-size: 1rem;
  border-radius: 10px;
  padding: 8px 16px;
  border: 1px solid #838590;
}

.btn:focus, .btn.focus, .btn:hover {
  background-color: #c5c5c5;
  border-color: #989ba7;
}

.btn.btn-link {
  border-width: 0 !important;
}

.btn.btn-secondary {
  background-color: #E4E6E3;
  border: 1px solid #d3d3d3;
}

.btn.btn-default, .btn.btn-light {
  background-color: #E4E6E3;
  color: #6e707a;
  border: 1px solid #d3d3d3;
}

.btn.btn-default.active {
  background-color: #6e707a;
  color: #E4E6E3;
}

.btn.btn-default:focus, .btn.btn-default:hover, .btn.btn-default.active:hover {
  background-color: #989ba7;
  color: #E4E6E3;
  border-color: #838590 !important;
}

.btn.btn-primary {
  background-color: #54a4ea;
  color: #fff;
  border: 1px solid #488ecc;
}

.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle, .show > .btn.btn-primary.dropdown-toggle, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle.focus {
  background-color: #307bbc;
  border-color: #27669c;
}

.btn.btn-success {
  background-color: #67da6d;
  color: #fff;
  border: 1px solid #5dc762;
}

.btn.btn-warning {
  background-color: #cddc31;
  border: 1px solid #c7d52a;
}

.btn.btn-danger {
  background-color: #ff5555;
  color: #fff;
  border: 1px solid #cf4141;
}

.btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg .btn {
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 12px 20px;
}

.btn.btn-lg.btn-round, .btn.btn-sm.btn-round {
  border-radius: 30px;
}

.btn-group {
  flex-wrap: nowrap;
}
.btn-group > .btn.btn-sm:not(:last-child), .btn-group > div:not(:last-child) > .btn.btn-sm {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.btn-group > .btn.btn-sm:not(:first-child), .btn-group > div:not(:first-child) > .btn.btn-sm {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > div {
  margin-left: -1px;
}
.btn-group > .btn.btn-sm:first-child {
  padding-left: 10px;
  margin-right: -1px;
}
.btn-group .btn.btn-sm:last-child {
  padding-right: 10px;
}

.btn.btn-sm {
  border-radius: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
}

.btn-help, .btn-link.btn-help {
  color: #6e707a;
}

.no-max {
  max-width: 10000px !important;
  overflow: initial !important;
}

.btn .material-icons, .btn .material-icons-outlined, .btn:not(.btn-just-icon):not(.btn-fab) .fa {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: -1em;
  margin-bottom: -0.9em;
  font-size: 1.1rem;
}

.card-header .btn-group .btn {
  padding: 0.45rem 0.8rem 0.45rem 0.6rem;
}

.card-header .btn-group .btn i {
  width: 20px;
}

.btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm .btn, .btn-group .btn-sm {
  padding: 6px 8px 5px;
  line-height: 1.2;
}

.card-button .btn.btn-sm {
  padding-left: 2px;
  max-width: unset;
}

.btn.btn-disabled {
  background-color: #ccc !important;
  border-color: #aaa;
  color: #eee;
  cursor: not-allowed !important;
}

.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  border-radius: 0.6rem;
}

.card .card-header.card-header-icon .btn-sm i, .card .card-header.card-header-text .btn-sm i {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.card .card-header.card-header-icon .card-button .badge, .interactions .emotion-widget .badge {
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
}

.card .card-header.card-header-icon .card-button .badge i, .interactions .emotion-widget .badge i {
  width: 20px;
  height: 21px;
  font-size: 18px;
  line-height: 21px;
}

.badge {
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
  margin: 1px 0;
}

.badge:not(.badge-pill) {
  border-radius: 6px;
}

.badge.badge-sm {
  padding: 3px 6px;
  font-size: 0.85rem;
}

.badge.badge-xs {
  padding: 2px 4px;
  font-size: 0.67rem;
}

.badge.badge-lg {
  padding: 4px 8px;
  font-size: 15px;
  border-width: 2px !important;
  border-radius: 8px;
}

.badge i.material-icons, .badge .material-icons-outlined, .badge i.fa {
  font-size: 12px;
  line-height: 0.9rem;
}

.badge-black {
  background-color: #394140;
  color: #fff;
}

.badge.badge-info, .badge.badge-info[href] {
  background-color: #6e707a;
  color: #fff;
}

.badge.badge-default, .badge.badge-default[href] {
  background-color: #E4E6E3;
  color: #6e707a;
}

.badge.badge-danger, .badge.badge-danger[href] {
  background-color: #ff5555;
  color: #fff;
}

.badge.badge-success, .badge.badge-success[href] {
  background-color: #67da6d;
  color: #fff;
}

.badge.badge-warning, .badge.badge-warning[href] {
  background-color: #cddc31;
  color: #fff;
}

.badge-default[href]:hover, .badge-default[href]:focus, .badge-rose[href]:hover, .badge-rose[href]:focus, .badge.badge-outline.badge-default[href]:hover {
  color: #fff;
  text-decoration: none;
}

.badge.badge-outline, .badge[href] {
  border: 1px solid;
  padding: 3px 7px;
  color: #6e707a;
}

.badge[href] {
  border-color: #d3d3d3;
}

.badge.badge-outline {
  background-color: inherit;
  border-color: #E4E6E3;
}

.badge.badge-outline i {
  color: #989ba7;
}

.badge-outline[href]:focus, .badge-outline[href]:hover, .badge-outline[href]:focus i, .badge-outline[href]:hover i {
  background-color: #989ba7;
  border-color: #6e707a;
  color: #fff;
}

.badge.badge-sm.badge-outline, .badge.badge-sm[href] {
  padding: 1px 5px;
}

.badge.badge-sm.badge-outline {
  font-weight: 700;
}

.badge-outline.badge-primary[href]:focus, .badge-outline.badge-primary[href]:hover {
  background-color: #307bbc;
  color: #fff;
}

.badge.badge-outline.badge-primary {
  color: #54a4ea;
  border-color: #54a4ea;
}

.badge.badge-outline.badge-default, .card-title .badge.badge-outline.badge-default {
  color: #6e707a;
  border-color: #6e707a;
}

.dark-mode .card-title .badge.badge-outline.badge-default {
  color: #989ba7;
  border-color: #989ba7;
}

.badge.badge-entries {
  padding: 5px 8px;
  font-size: 12px;
  font-weight: bold;
}

.badge.badge-date {
  background-color: transparent;
  border: 1px solid #E4E6E3;
  padding: 2px 5px;
  color: #6e707a;
}

.badge.badge-date-lg {
  border-width: 2px;
  font-family: "Titillium Web";
  font-weight: 700;
  padding: 2px 5px;
  font-size: 2.5rem;
}

.badge.badge-date-lg .month {
  font-size: 1.3rem;
}

.badge.badge-date-lg .time {
  font-size: 0.9rem;
}

.badge.badge-date.badge-danger {
  background-color: #ff5555;
  color: #fff;
}

.badge.badge-date.badge-warning {
  background-color: #cddc31;
  color: #fff;
}

.badge-date.from-date {
  border-radius: 0.25rem 0.9rem 0.9rem 0.25rem;
}

.badge-date.to-date {
  border-radius: 0.9rem 0.25rem 0.25rem 0.9rem;
}

.badge-type {
  font-weight: 700;
  color: #ff7b2f !important;
  text-transform: uppercase;
}

.badge-type[href]:hover {
  background-color: #ff7b2f !important;
  color: #E4E6E3 !important;
}

#markerAddress, #markerDescription {
  margin-bottom: 15px;
}

.fc td.fc-today {
  background-color: #ddd;
}

.move-up {
  margin-top: -20px;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 5px;
  text-align: center;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
}

#list-toolbar .filter {
  margin-top: -3px;
}

#list-toolbar .filter > label {
  display: inline-block;
  margin-right: 7px;
}

#list-toolbar .bootstrap-select > .dropdown-toggle, #map-toolbar .bootstrap-select > .dropdown-toggle, #calendar-toolbar .bootstrap-select > .dropdown-toggle {
  padding-right: 10px;
}

#list-toolbar .filter .bootstrap-select, #map-toolbar .filter .bootstrap-select, #calendar-toolbar .filter .bootstrap-select {
  margin-right: 10px;
}

#map-toolbar #select-countries, #map-toolbar #select-countries ~ button, #map-toolbar #select-countries ~ div {
  display: none;
}

.table-header-field {
  position: relative;
  margin: -4px 0 0 150px;
}

.table-header-field .bootstrap-select .dropdown-toggle .filter-option {
  top: -5px;
}

label.required {
  color: #3c4858;
}

label.required::after {
  content: " *";
  color: #3c4858;
}

.form-check .form-check-label {
  color: #3c4858;
}

.bootstrap-select .btn.dropdown-toggle.bs-placeholder.select-with-transition, .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999 !important;
  font-size: 1rem;
}

.bootstrap-select .btn.dropdown-toggle {
  font-size: 1rem;
}

.bootstrap-select .dropdown-item i.material-icons, .bootstrap-select .dropdown-item .fa, table td a:not(.btn):not(.badge) i.material-icons, table td a:not(.btn):not(.badge) i.fa, .interaction-widget i.material-icons, .interaction-widget i.fa {
  font-size: 18px;
}

textarea.form-control {
  padding-top: 9px;
}

body:not(.view) .modal .modal-body .form-group, body:not(.view) .card .card-body .form-group {
  padding-bottom: 5px;
  margin: 0;
}

.modal .modal-dialog {
  margin-top: 70px;
}

.modal .modal-body, .modal .modal-body div.form-group, .card .card-body div.form-group {
  font-size: 1rem;
  line-height: 1.3rem;
}

.modal .modal-body h3.form-group, .card .card-body h3.form-group {
  margin-top: -5px !important;
  padding: 0 !important;
}

.modal .modal-body .col-form-label.full-width, .card .card-body .col-form-label.full-width {
  padding-right: 0;
}

.modal .modal-body .form-group.readonly, .card .card-body .form-group.readonly {
  margin-top: 6px !important;
}

.modal .modal-body .form-group.readonly h3, .card .card-body .form-group.readonly h3 {
  margin-top: -6px;
  margin-bottom: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
  top: -5px;
}

table > tbody > tr.highlighted-row {
  background-color: #d0dbff;
}

body .card table > tbody > tr.ongoing {
  background-color: #f7faed;
}

.table td.picture, .table td.photo, .table td.col-flag, .table th.col-flag {
  text-align: center;
}

.table td.picture img:not(.photo), .dtr-data img.picture {
  max-height: 70px;
  max-width: 100px;
  border-radius: 4px;
}

.table td.flag img, .table td.col-flag img, .dtr-data img.flag, .table td img.flag, img.flag-md {
  height: 25px;
  width: 25px;
}

.table td img.flag, img.flag-sm {
  height: 19px;
  width: 19px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.2em 0;
}

table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 400;
}

.dtr-data .btn {
  padding: 10px 15px;
}

.dtr-data .btn.btn-link {
  padding: 0 5px;
  margin: 0;
}

.table td.photo img, .table td.picture img.photo, .dtr-data img.photo {
  height: 35px;
  width: 35px;
}

td.expandeable, th.expandeable {
  display: none;
}

.expand {
  text-decoration: underline;
  color: #4186D6;
  cursor: pointer;
}

.expand:hover {
  color: rgba(65, 135, 214, 0.6745098039);
}

.cal-event {
  background-color: #54a4ea;
  border-color: #54a4ea;
  color: #fff;
}

.cal-event.cal-event-planning {
  background-color: #cddc31;
  border-color: #cddc31;
}

.cal-event-series {
  background-color: #67da6d;
  border-color: #67da6d;
  color: #fff;
}

.cal-event .fc-time {
  display: none;
}

.item-actions .btn {
  margin: 0 !important;
}

.item-actions .badge.badge-sm, .badge.badge-btn {
  padding: 2px 4px;
  font-size: 13px;
  line-height: 1.25em;
}

.item-actions .badge i.material-icons, .item-actions .badge i.material-icons-outlined, .item-actions .badge i.fa,
.badge.badge-btn i.material-icons, .badge.badge-btn i.material-icons-outlined, .badge.badge-btn i.fa {
  font-size: 16px;
  margin-left: 0;
}

.item-actions .badge.badge-sm.badge-outline, .badge.badge-btn.badge-outline {
  padding: 1px 4px;
}

.item-info:not(th) {
  color: #999;
  font-size: 12px;
  line-height: 1.2rem;
  margin: 3px 0;
}

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

.item-info .badge {
  font-size: 0.67rem;
  line-height: 0.9rem;
  padding: 2px 5px;
}

.badge a {
  color: #fff;
}

.badge.badge-default a {
  color: #6e707a;
}

.item-description-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-description.formatted-content img {
  display: none;
}

.item-image img, .item-description.item-description-image {
  overflow: hidden;
  display: block;
  max-width: 100% !important;
  max-height: 250px !important;
}

.item-image img, .item-description.item-description-image img {
  margin: 8px auto;
}

.lgc .item-image img, .lgc .item-description.item-description-image img {
  max-width: 80% !important;
}

.lgc .item-image img, .lgc .item-description.item-description-image {
  max-height: 270px !important;
}

.xlc .item-image img, .xlc .item-description.item-description-image {
  max-height: 300px !important;
}

.mdc .upcoming .item-image img, .mdc .finished .item-image img {
  max-height: 100px !important;
}

.lgc .upcoming .item-image img, .lgc .finished .item-image img, .smc .upcoming .item-image img, .smc .finished .item-image img {
  max-height: 130px !important;
}

.xlc .upcoming .item-image img, .xlc .finished .item-image img {
  max-height: 160px !important;
}

.container-16_9, .container-4_3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.container-4_3 {
  padding-top: 75%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.item-video {
  position: relative;
  width: 100%;
  margin: 8px auto;
}

.item-video:not(.ffacebook-video) {
  height: 0;
  padding-bottom: 56.25%;
}

.item-video.full-width {
  max-width: 100% !important;
}

.item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

td.item-container {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.item-description {
  overflow: hidden;
  position: relative;
  max-height: 97px;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 5px;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
  transition: max-height 500ms;
}

.item-description.no-maxheight {
  -webkit-line-clamp: unset !important;
  max-height: unset !important;
}

#index-resources .item-description, .grid-card .item-description {
  max-height: 57px;
  -webkit-line-clamp: 3;
}

#index-places .grid-card > div div.img-container {
  padding-bottom: 62.5%;
}

#index-places .grid-card div.img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-card .address {
  color: #6e707a;
}

.grid-card .brands img {
  max-height: 15px;
}

.grid-card .brands img.main-brand {
  max-height: 30px;
  max-width: 200px;
  display: block;
  margin: 0 auto 10px auto;
}

ol.resource-list, ul.resource-list {
  padding-inline-start: 25px;
}

.truncate-text input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.truncate-text .read-more {
  color: #6e707a;
  cursor: pointer;
}
.truncate-text input:checked + div {
  -webkit-line-clamp: unset;
  max-height: unset !important;
}
.truncate-text input:checked ~ .read-more, .truncate-text div:not(.truncated) ~ .read-more {
  display: none;
}

.item-description h1, .item-description h2, .item-description h3, .item-description h4, .item-description strong {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0;
  font-weight: 400;
}

#imageContainer img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: 10px auto;
}

#videoContainer {
  position: relative;
  width: 90%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 10px auto;
}

#videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown-item img.photo {
  height: 25px;
  width: 25px;
}

.relations-panel td.col-pic.picture img, .latest-panel td.col-pic.picture img {
  max-height: 30px;
  max-width: 50px;
}

.relations-panel td.col-pic.photo img, .latest-panel td.col-pic.photo img {
  height: 30px;
  width: 30px;
}

.image-upload {
  max-width: 410px;
  margin: 0 auto;
}

.image-upload.full-width {
  width: 100%;
  max-width: 100%;
}

.rating-container {
  display: inline;
}

.rating-container .filled-stars {
  -webkit-text-stroke: 1px #aaa;
  text-shadow: none;
}

.nav-pills {
  padding: 10px 0;
}

.nav-pills-sm > li > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.nav-pills.nav-pills-default .nav-item .nav-link.active {
  background-color: #E4E6E3;
  color: #6e707a;
}

.module-buttons {
  text-align: right;
}

.module-buttons a.btn {
  width: 150px;
  padding: 0.40625rem 0.1rem;
}

table.large th, table.large td {
  font-size: 1.8em;
}

#focus-panel .sub-logo {
  float: right;
}

#focus-panel .sub-logo img {
  width: 100px;
}

.ongoing .badge-date {
  background-color: #67da6d;
  color: #fff;
}

.stats-panel .card-body {
  font-size: 0.8rem;
  padding: 0;
}

.card-stats .card-body {
  text-align: left;
  padding-top: 0;
}

.card-stats .ct-chart {
  float: left;
}

.card-stats .chart-legend {
  float: left;
  margin-left: 10px;
}

.pie-chart {
  width: 100%;
  height: 200px;
}

.chart-lg .pie-chart {
  height: 300px;
}

#orgStatsChart {
  margin-top: -40px;
}

.login-page > .content, .lock-page > .content {
  padding-top: 0;
}

td.col-order {
  white-space: nowrap;
  width: 1%;
}

td.col-race {
  text-align: left;
}

tr.podium td.col-ranking, tr.podium td.col-ranking i.material-icons {
  font-size: 1.35em;
}

tr.podium td.col-ranking, .table-results tr.podium td.col-name a, td.col-total {
  font-weight: bold !important;
}

tr.podium td.col-ranking span {
  color: #394140 !important;
}

div.events-panel tr:not(.podium) td:first-child i.material-icons, .table-results tr:not(.podium):not(.child) td:first-child i.material-icons {
  display: none;
}

tr.podium td.col-ranking i.material-icons {
  position: relative;
  top: -2px;
}

tr.podium td .text-info {
  color: #6e707a !important;
}

div.events-panel tr.one i.material-icons, td.one i.material-icons {
  color: #af9500 !important;
}

div.events-panel tr.two i.material-icons, td.two i.material-icons {
  color: #B4B4B4 !important;
}

div.events-panel tr.three i.material-icons, td.three i.material-icons {
  color: #AD8A56 !important;
}

td.col-ranking, td.col-points {
  white-space: nowrap;
  width: 2%;
  text-align: left;
}

tr.podium td.col-points {
  color: #fff !important;
}

.table-results tr.one {
  background-color: #c2a70f !important;
}

.table-results tr.two {
  background-color: #bbbbbb !important;
}

.table-results tr.three {
  background-color: #AD8A56 !important;
}

body.chrome .table-results tr.one {
  background: linear-gradient(90deg, rgb(175, 149, 0) 0%, rgb(249, 249, 249) 50%);
}

body.chrome .table-results tr.two {
  background: linear-gradient(90deg, rgb(180, 180, 180) 0%, rgb(255, 255, 255) 50%);
}

body.chrome .table-results tr.three {
  background: linear-gradient(90deg, rgb(173, 138, 86) 0%, rgb(249, 249, 249) 50%);
}

.table-results tr.podium td.col-name a, .table-results tr.podium td.col-ranking i.material-icons, .table-results tr.podium td.col-ranking, .table-results tr.podium td.col-flag,
body:not(.chrome) .table-results tr.podium td.col-type, body:not(.chrome) .table-results tr.podium td.col-brand, body:not(.chrome) .table-results tr.podium td.col-date, body:not(.chrome) .table-results tr.podium td.col-actions, body:not(.chrome) .table-results tr.podium td.col-actions i.material-icons {
  color: white !important;
}

.table-results td.col-ranking > span {
  display: inline-block;
  text-align: center;
  min-width: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #6e707a;
  font-weight: bold;
  padding: 1px;
}

.table-results tr.podium td.col-ranking > span {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

i.drop-race {
  color: #666;
}

.content-image {
  width: 100%;
  margin: 20px auto;
}

.screenshot {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-sm-image {
  width: 40%;
  margin: 10px auto;
}

.auth .hide-auth, .guest .hide-guest, .dark-mode .hide-dark, body.off-canvas-sidebar:not(.dark-mode):not(.guest) .hide-light, body:not(.off-canvas-sidebar) .hide-light, .guest.off-canvas-sidebar .hide-dark {
  display: none;
}

.progress.entries {
  margin-bottom: 0;
  margin-right: 25px;
  height: 20px;
  border-radius: 10px;
  font-size: 0.875rem;
}

.progress.entries .progress-lbl {
  margin-top: -2px;
  margin-left: 5px;
  color: #999;
  font-size: 0.875rem;
}

.progress-post-lbl {
  position: absolute;
  top: 0;
  right: 10px;
  color: #999;
}

.interactions {
  margin-top: -8px;
}

.interactions .btn.btn-sm {
  padding: 0.40625rem 0.6rem;
}

.interaction-status .material-icons {
  font-size: 100%;
  vertical-align: text-top;
}

.interaction-status .rating-container .star {
  margin: 0 1px;
}

.emotion-widget {
  display: inline-block;
  position: relative;
  z-index: 990;
}

.interaction-widget {
  margin-top: 15px;
}
.interaction-widget .comments-widget {
  position: relative;
}
.interaction-widget .badge.badge-outline {
  padding: 5px 6px;
}
.interaction-widget .badge.emotion.selected, .interaction-widget .badge.emotion.selected:visited {
  background-color: #989ba7;
  color: #fff;
}
.interaction-widget .badge.emotion.selected i, .interaction-widget .badge.emotion.selected:visited i {
  color: #fff;
}
.interaction-widget .display-emotion-icon {
  font-size: 17px !important;
}
.interaction-widget .show-comments {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.interaction-widget .comments-widget .show-comments {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  margin-left: 10px;
  padding-left: 5px;
}
.interaction-widget .comments-widget .comment-btn {
  margin-top: -17px;
}
.interaction-widget .comments-widget .comment {
  position: relative;
  padding: 4px 8px;
  margin: 8px 0 2px 35px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
}
.interaction-widget .comments-widget .comment.highlight {
  background-color: #eee;
  border-color: #6e707a;
}
.interaction-widget .comments-widget .comment .comment-picture,
.interaction-widget .comments-widget .comment a.interactor {
  position: absolute;
  margin-top: -2px;
  left: -35px;
}
.interaction-widget .comments-widget .comment .comment-picture a img,
.interaction-widget .comments-widget .comment a.interactor img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.interaction-widget .comments-widget .comment a.remove {
  position: absolute;
  z-index: 10;
  top: -5px;
  right: -5px;
}
.interaction-widget .comments-widget .new-comments {
  margin-top: 5px;
}
.interaction-widget .comments-widget .new-comments textarea {
  border: 1px solid #eee;
  padding: 4px 8px;
  border-radius: 8px;
  width: calc(100% - 45px);
}

td .brand-logo {
  max-height: 20px;
  max-width: auto;
}

.filter-panel {
  background-color: rgba(197, 197, 197, 0.2392156863);
  border-radius: 10px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.filter-panel .card-body {
  padding: 0 0.5rem 0.5rem 0.8rem;
}

.filter-panel .bootstrap-select .dropdown-toggle .filter-option {
  color: #444 !important;
}

.filter-sidebar {
  flex-shrink: 0;
  transition: 500ms;
  overflow-x: hidden;
  width: 200px;
  background-color: #f6f6f6;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px;
  margin-bottom: -10px;
  position: relative;
}

.filter-collapsed > .filter-sidebar {
  width: 0px;
  padding: 0px;
}

.filter-sidebar > div {
  margin-top: 0.5rem;
}

#table-filter-container > .tab-content {
  overflow-x: hidden;
  width: 100%;
}

.grid-view {
  display: grid;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  row-gap: 1.1rem;
  padding: 1rem;
}

.grid-card {
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.grid-card > div div.img-container {
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.53);
  padding-bottom: 75%;
  background-color: #f5f5f5;
}

.col-pic > div.icon {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 8px;
  width: 100px;
  height: 75px;
}

#index-users div.img-container, #index-organizations div.img-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/placeholder_profile_cover.jpg");
  height: 200px;
  padding-bottom: 0;
  padding: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index-users div.img-container > div, #index-organizations div.img-container > div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: hidden;
  border: 1px solid red;
  border: 4px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.56);
}

#index-users div.img-container {
  padding: 15px;
  height: auto;
}

#index-users div.img-container > div {
  border-radius: 50%;
}

#index-products .grid-card > div div.img-container img.card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
}

#index-organizations .grid-card > div div.img-container img.card-img-top {
  max-height: 146px;
}

.grid-card > div div.img-container:not(.picture):not(.photo) > div, .col-pic > div.icon > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-card > div div.img-container.icon, .col-pic > div.icon {
  background-color: #f5f5f5;
}

.grid-card > div div.img-container.icon i, .col-pic > div.icon i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: block;
  line-height: 0.1rem;
  font-size: 8rem;
  color: #666;
  text-align: center;
}

.grid-card > div div.icon i.fa {
  font-size: 6.5rem;
}

.col-pic > div.icon i {
  font-size: 4rem;
}

.col-pic > div.icon i.fa {
  font-size: 3.5rem;
}

.grid-card > div div.img-container.contain {
  padding: 0 10px;
}

.grid-card > div div.img-container img.card-img-top {
  border-radius: 10px 10px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.grid-card > div div.img-container img.card-img-top.picture {
  width: auto;
  height: auto;
  border-radius: 4px;
}

.grid-card > div div.img-container img.card-img-top.photo {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-card > div div.img-container img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.grid-card .grid-header-left {
  position: absolute;
  top: 6px;
  left: 6px;
}

.grid-card img.flag {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.grid-card img.federation {
  max-height: 30px;
  max-width: 90px;
}

.grid-card img.product {
  max-height: 40px;
  max-width: 60px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.grid-card .drivernumber {
  color: #989ba7;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 1.8rem;
  border: 2px solid #989ba7;
  border-radius: 4px;
  padding: 5px 6px;
  margin-top: 2px;
}

.grid-card .grid-header-right {
  position: absolute;
  top: 4px;
  right: 8px;
}

.grid-card-content {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.grid-card-content > div > h4 {
  margin-bottom: 0;
  font-family: "Titillium Web";
  font-size: 1.3rem;
  font-weight: 700;
}

.grid-card-content .grid-card-subtitle {
  font-size: 1.15rem;
}

.grid-card-content .grid-location {
  font-size: 0.9rem;
  color: #333;
}

.grid-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -3px;
  margin-bottom: -3px;
}

.grid-card-footer .btn {
  padding: 4px 6px;
}

.grid-card-footer .btn-link {
  padding: 0;
}

.grid-card-footer > div {
  min-width: 20px;
}

#grid-footer label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

#grid-footer .dataTables_info {
  padding-top: 5px;
  text-align: center;
}

#grid-footer .dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

#grid-footer .dataTables_paginate > ul {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div#grid-footer div.dataTables_length select {
  width: auto;
  display: inline-block;
}

.profile-cover-image > img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.placeholder-profile-cover > img {
  opacity: 0.5;
}

.card-profile .images-container {
  position: relative;
}

#show-user .card-profile .card-body {
  padding-top: 60px;
}
#show-user .card-profile .item-name {
  text-align: center;
}

#show-organization .card-profile .card-body {
  padding-top: 70px;
}
#show-organization .card-profile .item-name {
  text-align: center;
}

.card-profile .profile-cover-image .card-avatar {
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 100;
  background-color: white;
  border: 5px solid white;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  transform: translateX(-50%);
  max-height: none;
  max-width: none;
}
.card-profile .profile-cover-image .card-logo {
  max-width: 80%;
  border-radius: 10px;
}
.card-profile .profile-cover-image .card-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-height: 160px;
  max-width: 100%;
}
.card-profile .profile-cover-image :not(.card-logo).card-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 160px;
  height: 160px;
}

.twocolhero .card-profile .profile-cover-image .card-logo {
  max-width: 60%;
}

.main-image-wrapper {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  cursor: pointer;
  align-items: center;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

.main-image-wrapper.multiple-images {
  min-height: 445px;
}

.main-image-wrapper > img {
  margin-top: -1px;
  width: 100%;
}

.glider-contain .glider {
  margin-top: 2px;
}

.glider .glider-slide {
  min-width: 130px;
  max-height: 110px;
  max-width: 180px;
}

.glider img.glider-image {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.glider .glider-image:not(:first-child) {
  border-left: 0 !important;
  margin-left: 2px;
}

.glider .glider-image:not(:first-child) {
  border-left: 2px solid white;
}

.glider-prev {
  left: -20px !important;
}

.glider-next {
  right: -20px !important;
}

.glider-next:focus, .glider-prev:focus {
  outline: none;
}

.modal-lightbox .modal-dialog .modal-header {
  padding: 0;
}

.modal-lightbox .modal-dialog .modal-header .close {
  top: 0;
  z-index: 100000;
  color: #777;
  opacity: 0.8;
}

.modal-lightbox .modal-dialog .modal-header .close span {
  font-size: 60px !important;
}

.modal-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000;
}

.modal-lightbox .modal-dialog {
  margin-top: 20px;
  max-width: calc(100vw - 80px) !important;
}

.modal-lightbox .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
}

.modal-lightbox .modal-dialog .modal-body {
  padding: 0;
}

.modal-lightbox .modal-image-container, .modal-lightbox .modal-image-container-full {
  background-color: transparent;
}

.modal-lightbox .modal-image-container > img {
  max-height: calc(100vh - 200px);
  max-width: 100%;
  border-radius: 4px;
}

.modal-lightbox .modal-image-container-full > img {
  max-height: calc(100vh - 40px);
  max-width: 100%;
}

.media-library-properties {
  margin-top: 0;
  margin-bottom: 0;
}

.media-library-thumb {
  margin: 0 10px 0 0;
  height: 3rem;
  width: 5rem;
}

.media-library-properties-fixed {
  width: 5rem;
}

.media-library-row-remove {
  height: 2.5rem;
  width: 2.5rem;
}

.list-slim .media-library-label {
  display: none;
}

.list-slim .media-library-field p {
  font-size: 1rem;
}

.img-gallery-container, .img-gallery-container-full {
  position: relative;
  margin: 8px auto;
}

.img-gallery-overlay {
  opacity: 0;
  position: absolute;
  margin-top: -1.5%;
  margin-left: -1.5%;
  width: 103%;
  height: 104%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: opacity 250ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-gallery-overlay:hover {
  opacity: 100;
  cursor: pointer;
}

.img-gallery-overlay > a > i {
  font-size: 100px !important;
  color: white;
}

.img-gallery-container .img-gallery {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-auto-rows: 1fr;
  grid-gap: 2%;
  padding-bottom: 5px;
}

.img-gallery {
  text-align: center;
}

.img-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 100% !important;
  max-height: 280px !important;
}

.img-gallery > div {
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.img-gallery > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lgc .img-gallery-container-full .img-gallery img {
  max-height: 320px !important;
}

.xlc .img-gallery-container-full .img-gallery img {
  max-height: 380px !important;
}

.modal-image-container {
  background: #19252B;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.modal-image-container > img, .modal-image-container-full > img {
  display: block;
  margin: 0 auto;
}

:root {
  --duration: 1.5s;
  --container-size: 220px;
  --box-size: 22px;
  --box-border-radius: 15%;
}

.loading-container {
  width: var(--container-size);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.📦 {
  width: var(--box-size);
  height: var(--box-size);
  position: relative;
  display: block;
  transform-origin: -50% center;
  border-radius: var(--box-border-radius);
}
.📦:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f3bd9e;
  border-radius: var(--box-border-radius);
  box-shadow: 0px 0px 10px 0px rgba(255, 123, 47, 0.4);
}
.📦:nth-child(1) {
  animation: slide var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(1):after {
  animation: color-change var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(2) {
  animation: flip-1 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(2):after {
  animation: squidge-1 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(3) {
  animation: flip-2 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(3):after {
  animation: squidge-2 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(4) {
  animation: flip-3 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(4):after {
  animation: squidge-3 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(5) {
  animation: flip-4 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(5):after {
  animation: squidge-4 var(--duration) ease-in-out infinite alternate;
}
.📦:nth-child(2):after {
  background-color: #ff7b2f;
}
.📦:nth-child(3):after {
  background-color: #f3772f;
}
.📦:nth-child(4):after {
  background-color: #f5935a;
}
.📦:nth-child(5):after {
  background-color: #f3a171;
}

@keyframes slide {
  0% {
    background-color: #ff7b2f;
    transform: translatex(0vw);
  }
  100% {
    background-color: #f3a171;
    transform: translatex(calc(var(--container-size) - var(--box-size) * 1.25));
  }
}
@keyframes color-change {
  0% {
    background-color: #ff7b2f;
  }
  100% {
    background-color: #f3a171;
  }
}
@keyframes flip-1 {
  0%, 15% {
    transform: rotate(0);
  }
  35%, 100% {
    transform: rotate(-180deg);
  }
}
@keyframes squidge-1 {
  5% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  15% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  25%, 20% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  55%, 100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  40% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}
@keyframes flip-2 {
  0%, 30% {
    transform: rotate(0);
  }
  50%, 100% {
    transform: rotate(-180deg);
  }
}
@keyframes squidge-2 {
  20% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  30% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  40%, 35% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  70%, 100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  55% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}
@keyframes flip-3 {
  0%, 45% {
    transform: rotate(0);
  }
  65%, 100% {
    transform: rotate(-180deg);
  }
}
@keyframes squidge-3 {
  35% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  45% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  55%, 50% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  85%, 100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  70% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}
@keyframes flip-4 {
  0%, 60% {
    transform: rotate(0);
  }
  80%, 100% {
    transform: rotate(-180deg);
  }
}
@keyframes squidge-4 {
  50% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  60% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  70%, 65% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  100%, 100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  85% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}
@media (max-width: 399.98px) {
  .hide-xs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .content .container, .content .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body:not(.off-canvas-sidebar) div:not(.card-profile):not(.card-map) > .card-body, .card.card-profile, .card.card-map, .card .map, .card.card-map .map, .card .card-img-top {
    border-radius: 0;
  }
  .nav-pills .nav-item .nav-link {
    min-width: 90px;
  }
  .card .card-body .form-group, .card .card-body .col-form-label, .modal .modal-body .form-group, .modal .modal-body .col-form-label {
    padding-bottom: 0px;
  }
  body.chrome .table-results tr.one {
    background: linear-gradient(90deg, rgb(175, 149, 0) 0%, rgb(249, 249, 249) 90%);
  }
  body.chrome .table-results tr.two {
    background: linear-gradient(90deg, rgb(180, 180, 180) 0%, rgb(255, 255, 255) 90%);
  }
  body.chrome .table-results tr.three {
    background: linear-gradient(90deg, rgb(173, 138, 86) 0%, rgb(249, 249, 249) 90%);
  }
  .image-upload {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25 !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .modal .modal-body .col-form-label, .view .modal.edit .modal-body .col-form-label, .modal.edit .modal-body .col-form-label, .card .card-body .col-form-label, .card .card-body .label-on-right {
    text-align: right;
  }
  .grid-view {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  body::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .card.card-profile {
    margin-top: 0;
  }
  body:not(.off-canvas-sidebar) .main-panel > .content {
    padding-left: 0;
    padding-right: 0;
  }
  .container, .container-fluid {
    max-width: 100%;
  }
  .modal .modal-body .col-form-label, .card .card-body .col-form-label, .card .card-body .label-on-right {
    text-align: left;
  }
  .card-profile .card-button {
    top: 0;
    right: 10px;
  }
  .item-name {
    font-size: 2rem;
  }
  .item-name-md {
    font-size: 1.7rem;
  }
  .item-name-sm {
    font-size: 1.4rem;
  }
  form .row, .card.edit .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card .card-body.full-width div#grid-search {
    padding-right: 0 !important;
  }
  .card .card-body.full-width th:first-of-type, .card .card-body.full-width table:not(.collapsed) td:first-of-type, .card .card-body.full-width .dataTable th:first-of-type, .card .card-body.full-width .filter, .card .card-body.full-width .dataTables_length {
    padding-left: 10px !important;
  }
  .card .card-body.full-width th:last-of-type, .card .card-body.full-width td:not(.col-actions):last-of-type, .card .card-body.full-width .dataTable th:last-of-type, .card .card-body.full-width .dataTables_filter {
    padding-right: 10px !important;
  }
  .card .card-body.full-width div.text-info, .card .card-body.full-width div.text-success, .card .card-body.full-width div.text-danger, .card-body.full-width div.text-default, .card .card-body.full-width div.text-warning {
    padding: 0 10px;
  }
  .profile-cover-image > img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .modal-dialog .modal-body {
    padding: 10px;
  }
  .modal-dialog .modal-header {
    padding: 10px 10px 0 10px;
  }
  .card .card-body.full-width div#grid-toolbar {
    padding-left: 0 !important;
  }
  div.dataTables_filter {
    text-align: center;
  }
  .card [class*=card-header-] {
    margin: 0px 10px 0;
  }
  .card [class*=card-header-] .card-icon {
    margin-left: -5px;
  }
  .navbar .info-badge {
    width: 12%;
  }
  .sidebar .logo img {
    width: 40%;
  }
  .sidebar .logo .sub-logo img {
    margin-top: 5px;
  }
  .card-stats .card-header.card-header-icon i {
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .card-header .btn-container {
    padding-top: 5px;
  }
  .card-header .btn-group .btn {
    padding: 0.45rem 0.6rem 0.45rem 0.2rem;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
  }
  td.collapseable, th.collapseable {
    display: none;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    color: #000 !important;
    line-height: 19px;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role=row] > th:first-child:before {
    content: "-";
  }
  .dtr-data .btn {
    padding: 5px;
    margin: 0;
  }
  .table td.picture img:not(.photo), .dtr-data img.picture, td.picture div.icon {
    max-height: 60px;
    max-width: 80px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .breadcrumb-item.active {
    display: none;
  }
  .fileinput {
    display: block;
  }
  .module-buttons {
    text-align: center;
  }
  :not(#location-panel).card.card-simple {
    margin-top: 10px;
  }
  .move-up {
    margin-top: 0;
  }
  .card .card-body.full-width table.dataTable > tbody > tr > td:first-child:not(.child) {
    padding-left: 30px !important;
  }
  .filter-sidebar {
    padding: 10px;
  }
  .modal-lightbox .modal-dialog {
    margin-top: 0;
    max-width: calc(100vw - 10px) !important;
  }
  .modal-lightbox .modal-image-container > img {
    max-height: calc(100vh - 120px);
    max-width: 100%;
  }
  .main-image-wrapper.multiple-images {
    min-height: 290px;
  }
  .glider .glider-slide {
    min-width: 120px;
    max-height: 100px;
  }
  .glider-prev {
    left: 0px !important;
  }
  .glider-next {
    right: 0px !important;
  }
  .supporter .insider-badge {
    width: 100px;
  }
  .profile-insider-badge {
    margin-left: -50px;
    bottom: -50px;
  }
  .card .disabled-card {
    align-items: flex-start;
  }
  .disabled-card .insider-info {
    margin-top: 200px;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .modal-lightbox .modal-dialog {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25 !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .container {
    max-width: 100%;
  }
  .modal-lg {
    max-width: 715px;
  }
  .card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 4px;
    padding: 10px 0;
  }
  .grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card-profile .profile-cover-image :not(.card-logo).card-avatar img {
    width: 180px;
    height: 180px;
  }
  .card-profile .profile-cover-image :not(.card-logo).card-logo img {
    max-height: 180px;
  }
  .supporter .insider-badge {
    width: 120px;
  }
  .profile-insider-badge {
    margin-left: -60px;
    bottom: -50px;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    top: 10px;
    line-height: 16px;
  }
  .web .navbar-brand nav {
    max-width: calc(100vw - 175px);
  }
  .guest .navbar-brand nav {
    max-width: calc(100vw - 390px);
  }
  .web.guest .navbar-brand nav {
    max-width: calc(100vw - 360px);
  }
  .content-image, .content-page img {
    max-width: 80%;
  }
  .content-sm-image {
    max-width: 30%;
  }
}
@media (max-width: 991.98px) and (orientation: landscape) {
  .modal-lightbox .glider .glider-slide {
    min-width: 100px;
    max-width: 140px;
    max-height: 80px;
  }
  .sidebar .logo img {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  .main-panel {
    padding-top: 0;
  }
  .scrolling-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .main-panel > .scrolling-container {
    height: 100vh;
    padding-top: 60px;
  }
  .main-panel > .scrolling-container > div {
    min-height: 100vh;
  }
  .scroll-down .navbar-top {
    top: -60px;
  }
  .scroll-down #action-bar {
    opacity: 0;
  }
  .scroll-down .modal .modal-dialog {
    margin-top: 10px;
  }
  .navbar-wrapper img.logo {
    width: 30vw;
    max-width: 100px;
    margin-left: 15px;
  }
  .navbar-brand #breadcrumbMenuLink, .breadcrumb-standalone {
    top: 2px;
  }
  .sidebar .logo {
    padding: 10px 0;
  }
  .sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
    background-color: transparent;
  }
  .off-canvas-sidebar .page-header > .container {
    padding-bottom: 0;
  }
  .main-panel > .scrolling-container, .off-canvas-sidebar > .scrolling-container {
    overflow-x: hidden;
  }
  .off-canvas-sidebar.menu-on-left .navbar-collapse {
    left: -520px !important;
  }
  .nav-open .off-canvas-sidebar.menu-on-left .navbar-collapse {
    left: 0 !important;
  }
  .navbar-nav {
    margin: 0;
  }
  .off-canvas-sidebar .navbar.navbar-transparent {
    padding-top: 10px !important;
  }
  .navbar-header {
    margin-right: 5px;
    min-width: auto;
  }
  .user.dropdown-toggle::after {
    display: none;
  }
  .navbar-brand {
    padding-bottom: 0;
    margin-right: 0;
  }
  #navbar-actions .navbar-end {
    transition: all 500ms;
  }
  #navbar-actions.nav-actions-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #c5c5c5, #fff);
    transition: top 500ms;
  }
  .dark-mode #navbar-actions.nav-actions-open, .light-dark-mode #navbar-actions.nav-actions-open {
    background: linear-gradient(180deg, #1B1413, #3C3635);
  }
  #navbar-actions.nav-actions-open > a.hide-navbar-actions {
    display: block;
    visibility: visible;
    position: static;
    opacity: 1;
  }
  #navbar-actions > a.hide-navbar-actions > i {
    left: 3px;
  }
  #navbar-actions.nav-actions-open > .navbar-end {
    visibility: visible;
    position: static;
    opacity: 1;
  }
  #navbar-actions > a.show-navbar-actions {
    overflow: visible;
    transition: all 500ms;
    margin: 0 5px 0 0;
    position: static;
  }
  #navbar-actions.nav-actions-open > a.show-navbar-actions {
    visibility: none;
    opacity: 0;
    position: absolute;
  }
  #navbar-actions > a.show-navbar-actions > span.notification {
    top: -2px;
    right: -2px;
  }
  [class*=navbar-] .navbar-nav > li > a, [class*=navbar-] .navbar-nav > li > a:hover, [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:hover, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity: 1;
  }
  .navbar .dropdown-menu .dropdown-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  #action-bar {
    transition: opacity 500ms;
  }
  .dark-mode .design-workbench-btn {
    background-color: #394140;
    border-color: #6e707a;
    color: #E4E6E3;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px !important;
  }
  .filter-sidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
  }
  #list-toolbar .filter, #grid-toolbar .filter {
    text-align: center;
  }
  .off-canvas-sidebar .page-header > .container {
    padding-top: 0 !important;
  }
  .tooltip {
    display: none !important;
  }
  .card {
    margin-top: 15px;
  }
  .modal .modal-body .form-group, body:not(.view) .card .card-body .form-group {
    padding-bottom: 0;
  }
  .card-header .btn-container[style] {
    left: 0 !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .main-panel {
    width: calc(100% - 260px);
  }
  .off-canvas-sidebar .wrapper-full-page .page-header {
    padding-top: 110px !important;
  }
  .off-canvas-sidebar .page-header > .container {
    padding: 0 30px !important;
  }
  .sidebar-mini .sidebar:hover {
    width: 260px;
  }
  .sidebar-mini .sidebar:hover .sidebar-wrapper {
    width: 260px;
  }
  .web .navbar-brand nav {
    max-width: calc(100vw - 600px);
  }
  .web.guest .navbar-brand nav {
    max-width: calc(100vw - 530px);
  }
  #navbar-actions .navbar-end {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  #navbar-actions > a, #navbar-actions > button {
    display: none;
  }
  #headerSearchForm .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .modal-lg {
    max-width: 815px;
  }
  .modal-lg, .modal-xl {
    max-width: 815px;
  }
  #backButton {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  #createMenu button {
    right: 15px;
    bottom: 15px;
  }
  .card-header .btn-container.btn-container-narrow {
    width: 30%;
  }
  .card-header .btn-container {
    margin-top: -27px;
    left: 140px;
    width: 50%;
  }
  .grid-view {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :not(.filter-collapsed) > div > div > .grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .profile-cover-image > img {
    max-height: 300px;
  }
  .content-sm-image {
    max-width: 20%;
  }
  .content-image, .content-page img {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1400px;
  }
  .container {
    max-width: 1200px;
  }
  .container.content-page {
    max-width: 860px;
  }
  .profile-cover-image > img {
    max-height: 350px;
  }
  .card-profile .profile-cover-image .card-logo img {
    max-height: 220px;
  }
  .card-profile .profile-cover-image :not(.card-logo).card-avatar img {
    width: 220px;
    height: 220px;
  }
  td.expandeable, th.expandeable {
    display: table-cell;
  }
  .modal-xl {
    max-width: 1140px;
  }
  :not(.filter-collapsed) > div > div > .grid-view {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .grid-view {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :not(.filter-collapsed) > div > div > .grid-view {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body.iosapp .android {
  display: none;
}

body.iosapp .main-panel > .scrolling-container, body.iosapp .sidebar {
  padding-top: 95px;
}

body.iosapp.off-canvas-sidebar .navbar.navbar-transparent {
  padding-top: 45px !important;
}

body.iosapp.off-canvas-sidebar .wrapper-full-page .page-header {
  padding-top: 135px !important;
}

body.iosapp.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav {
  margin-top: 55px !important;
}

body.iosapp #navbar-actions.nav-actions-open {
  padding-top: 35px;
}

body.iosapp .modal .modal-dialog {
  margin-top: 105px;
}

body.iosapp.scroll-down .modal .modal-dialog, body.iosapp .modal.modal-lightbox .modal-dialog {
  margin-top: 45px;
}

.modal-lightbox .modal-dialog .modal-header .close {
  padding-top: 5px;
}

body.androidapp .ios {
  display: none;
}

@media screen and (orientation: portrait) {
  body.iosapp .navbar-top {
    padding-top: 40px;
  }
  body.iosapp.scroll-down:not(.ipadapp) .navbar-top {
    padding-top: 0;
    padding-bottom: 50px;
  }
  body.iosapp.scroll-down:not(.ipadapp) #navbar-actions.nav-actions-open {
    top: -50px;
  }
  body.iosapp .modal-lightbox .modal-dialog .modal-body {
    padding-top: 50px;
  }
}
@media screen and (orientation: landscape) {
  body.iosapp .main-panel > .scrolling-container, body.iosapp .sidebar {
    padding-top: 60px;
  }
  body.iosapp .container, body.iosapp .container-fluid {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  body.iosapp #navbar-actions.nav-actions-open {
    padding-top: 0;
  }
  body.iosapp .modal.modal-lightbox .modal-dialog {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  body.iosapp .modal-lightbox .modal-image-container > img {
    max-height: calc(100vh - 100px);
  }
  body.iosapp.off-canvas-sidebar .navbar.navbar-transparent {
    padding-top: 10px !important;
  }
  body.iosapp.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav {
    margin-top: 20px !important;
  }
}
body.ipadapp .navbar-top {
  padding-top: 20px;
}
body.ipadapp .sidebar {
  padding-top: 80px;
}
body.ipadapp .main-panel {
  padding-top: 0;
}
body.ipadapp .main-panel > .scrolling-container {
  padding-top: 80px;
  height: 100vh;
}
@media screen and (max-width: 991.98px) and (orientation: landscape) {
  div.smc, div.mdc {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .model-search .form-control[disabled] {
      color: #000;
    }
  }
}
