@charset "UTF-8";

/* ../../../../../tmp/tmp-101657-7RnW1RL71Qsi/correspondences_app/correspondences_app/public/scss/correspondences_app.bundle.css */
div.seatCharts-container {
}
div.seatCharts-cell {
  height: 16px;
  width: 16px;
  margin: 3px;
  float: right;
  text-align: center;
  outline: none;
  font-size: 13px;
  line-height: 16px;
  color: blue;
}
div.seatCharts-seat {
  background-color: green;
  color: white;
  border-radius: 5px;
  cursor: default;
  float: right;
}
div.seatCharts-seat:focus {
  border: none;
}
div.seatCharts-space {
  background-color: white;
}
div.seatCharts-row {
  height: 50px;
}
div.seatCharts-row:after {
  clear: both;
}
div.seatCharts-seat.selected {
  background-color: aqua;
}
div.seatCharts-seat.focused {
  background-color: #6db131;
}
div.seatCharts-seat.available {
  background-color: green;
}
div.seatCharts-seat.unavailable {
  background-color: red;
  cursor: not-allowed;
}
div.seatCharts-seat.unavailable_f {
  background-color: red;
  cursor: not-allowed;
}
div.seatCharts-seat.unavailable_m {
  background-color: red;
  cursor: not-allowed;
}
div.seatCharts-seat.unavailable_l {
  background-color: red;
  cursor: not-allowed;
}
div.seatCharts-seat.unavailable_t {
  background-color: red;
  cursor: not-allowed;
}
ul.seatCharts-legendList {
  list-style: none;
}
li.seatCharts-legendItem {
  margin-top: 10px;
  line-height: 2;
}
@font-face {
  font-family: f5;
  src: url(/assets/correspondences_app/fonts/ElMessiri-VariableFont_wght.ttf);
}
body {
  font-family: "f5";
}
:root {
  --sidebar-active: #999a9c;
  --sidebar-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --btn-primary: var(--main-color);
  --second-color-light: color-mix(in srgb, var(--second-color), transparent 20%);
  --second-color-dark: var(--second-color);
  --table-border-color: var(--gray-400);
}
html[data-theme=dark],
body[data-theme=dark],
[data-theme=dark] {
  --main-color: var(--dark-bg, #1a1a1a) !important;
  --second-color: var(--dark-second, #515254) !important;
  --third-color: var(--dark-bg, #1a1a1a) !important;
  --tws-font-color: var(--dark-text, #f3f4f6) !important;
  --widget-bg: var(--dark-bg, #1a1a1a) !important;
  --apply-theme:
    repeating-radial-gradient(circle at 20% 20%, rgba(0,0,0,0.3) 0px, rgba(0,0,0,0.3) 2px, transparent 3px, transparent 3px),repeating-radial-gradient(circle at 80% 80%, rgba(0,0,0,0.2) 0px, rgba(0,0,0,0.2) 2px, transparent 3px, transparent 3px),linear-gradient(-180deg, #374151, var(--second-color)) !important;
}
.card {
  background: hsla(0, 0%, 100%, 0.95);
  border: none;
  border-radius: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  transition: all 0.3s;
}
.btn-primary:hover {
  transform: scale(1.05);
}
.floating-img {
  animation: float 4s ease-in-out infinite;
}
.footer {
  background: #1e293b;
  color: #fff;
  padding: 50px 0;
}
.footer a {
  color: #94a3b8;
  transition: color 0.3s;
}
.footer a:hover {
  color: var(--widget-bg);
}
[data-page-route=Workspaces] .layout-side-section {
  background: linear-gradient(45deg, var(--widget-bg), var(--second-color));
  animation: gradientShift 15s ease infinite;
  border-radius: 10px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
[data-theme=dark] .layout-side-section {
  background: transparent;
  border-radius: 10px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
.standard-sidebar-label {
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  opacity: 0.7;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: var(--sidebar-transition);
}
.desk-sidebar-item {
  border-radius: 8px !important;
  transition: var(--sidebar-transition) !important;
}
.desk-sidebar-item:hover {
  padding-right: 5px;
}
.desk-sidebar-item.selected {
  animation: bounce 0.6s ease;
  background: var(--widget-bg) !important;
  color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.desk-sidebar-item.selected .sidebar-item-label {
  color: #fff;
}
.sidebar-item-icon svg {
  height: 20px !important;
  transition: var(--sidebar-transition);
  width: 20px !important;
}
.desk-sidebar-item:hover .sidebar-item-icon svg {
  transform: scale(1.1);
}
.sidebar-item-control {
  opacity: 0;
  transition: var(--sidebar-transition);
}
.desk-sidebar-item:hover .sidebar-item-control {
  opacity: 1;
}
.dropdown-list {
  border: 1px solid hsla(0, 0%, 100%, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 6px -1px var(--widget-bg);
  min-width: 180px;
  padding: 8px !important;
}
.dropdown-item {
  border-radius: 6px !important;
  padding: 8px 12px !important;
  transition: var(--sidebar-transition);
}
.dropdown-item:hover {
  background: var(--sidebar-hover) !important;
}
@keyframes bounce {
  0%, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
[dir=rtl] .desk-sidebar-item:hover {
  padding-left: 5px;
}
.ce-block .links-widget-box {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 4px var(--widget-bg);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ce-block .links-widget-box:hover {
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 8px 15px var(--widget-bg);
  transform: translateY(-3px);
}
.links-widget-box .widget-head {
  background: var(--widget-bg);
  border-radius: 12px 12px 0 0;
  color: #fff;
  padding: 12px 20px;
}
.links-widget-box .widget-title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.links-widget-box .widget-title svg {
  color: #fff;
  height: 20px;
  width: 20px;
}
.links-widget-box .widget-body {
  padding: 1px 20px;
}
.widget.links-widget-box {
  padding: 0;
}
.links-widget-box .link-item {
  border-bottom: 1px solid #f3f4f6;
  display: block;
  border: 1px solid var(--second-color);
  margin: 5px;
  transition: all 0.2s;
}
.widget.links-widget-box .widget-head .widget-label .widget-title {
  color: var(--tws-font-color) !important;
}
.links-widget-box .link-item:hover {
  background: var(--second-color);
  padding-right: 25px;
}
.link-content {
  margin-right: 8px;
}
.links-widget-box.link-hover {
  box-shadow: 0 8px 25px var(--widget-bg) !important;
}
.links-widget-box.clicked {
  transform: scale(0.98) !important;
}
@media (max-width: 768px) {
  .links-widget-box {
    margin-bottom: 15px;
  }
  .link-item {
    padding: 10px 15px !important;
  }
}
div[card_name="Settings & Configurations"] .links-widget-box,
div[data-widget-name=tfkr40itle] {
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px var(--widget-bg) !important;
  margin: 8px !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
div[card_name="Settings & Configurations"] .widget-head {
  background: linear-gradient(-135deg, #6366f1, #4f46e5) !important;
  border-radius: 16px 16px 0 0 !important;
  padding: 18px 24px !important;
}
div[card_name="Settings & Configurations"] .widget-title {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  gap: 12px !important;
}
div[card_name="Settings & Configurations"] .widget-title svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)) !important;
  height: 24px !important;
  width: 24px !important;
}
div[card_name="Settings & Configurations"] .widget-body {
  padding: 12px 0 !important;
}
div[card_name="Settings & Configurations"] .link-item {
  align-items: center !important;
  border-bottom: 1px solid #f3f4f6 !important;
  display: flex !important;
  gap: 12px !important;
  padding: 12px 24px !important;
  transition: all 0.2s ease !important;
}
div[card_name="Settings & Configurations"] .link-item:hover {
  background: rgba(99, 102, 241, 0.05) !important;
  transform: translateX(-8px) !important;
}
.shortcut-widget-box {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.widget.shortcut-widget-box {
  cursor: pointer;
  box-shadow: 0 0.5px 1px var(--widget-bg) !important;
  padding: 7px;
  height: auto;
}
.shortcut-widget-box:hover {
  box-shadow: 0 5px 10px var(--widget-bg) !important;
  transform: translateY(-5px) !important;
}
.shortcut-widget-box .widget-title {
  align-items: center !important;
  display: flex !important;
  justify-content: space-between !important;
}
.shortcut-widget-box .widget-title svg {
  transition: all 0.3s ease !important;
}
.shortcut-widget-box:hover .widget-title svg {
  transform: rotate(-45deg) scale(1.2);
}
@keyframes float {
  0%, to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.shortcut-widget-box.new-shortcut {
  animation: float 3s ease-in-out infinite;
}
body[data-page-route=Workspaces] {
  background: linear-gradient(-135deg, #1e293b, #0f172a);
  background-attachment: fixed;
  background-size: cover;
  color: #f8fafc;
}
@keyframes gradientShift {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
[data-theme=light] .layout-main-section {
  background: var(--apply-theme);
  background-size: 100% 100%;
}
[data-page-route=Workspaces] .layout-main-section {
  background: var(--apply-theme);
  background-size:
    100% 100%,
    100% 100%,
    400% 400%;
}
.page-form {
  background: linear-gradient(to bottom left, var(--second-color-light), var(--second-color-dark));
  background-size: cover;
}
.navbar.navbar-expand {
  background: linear-gradient(45deg, var(--widget-bg), var(--second-color));
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}
.navbar.navbar-expand::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, var(--widget-bg), var(--second-color));
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}
@media (max-width: 768px) {
  .shortcut-widget-box {
    margin: 5px !important;
  }
  .widget-title {
    font-size: 1rem !important;
  }
}
@media (min-width: 769px) {
  [data-page-route=Workspaces] .sidebar-item-container {
    margin-right: 0;
  }
  [data-page-route=Workspaces] .layout-main .layout-side-section {
    padding: 5px;
    background: linear-gradient(45deg, var(--widget-bg), var(--second-color));
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    border-radius: 10px;
  }
  .desk-sidebar,
  .search-dialog .search-results .search-sidebar,
  [data-page-route=Workspaces] .standard-sidebar {
    padding-right: 5px;
  }
  [data-page-route=Workspaces] .list-sidebar {
    overflow-x: hidden;
    transition: all 0.3s ease;
    width: 60px;
    --icon-fill: transparent;
    --icon-stroke: var(--tws-font-color);
  }
  [data-page-route=Workspaces] .list-sidebar:hover {
    width: auto;
    color: var(--tws-font-color);
  }
  [data-page-route=Workspaces] .sidebar-item-label {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    white-space: nowrap;
  }
  [data-page-route=Workspaces] .list-sidebar:hover .sidebar-item-label {
    display: block;
    opacity: 1;
  }
  [data-page-route=Workspaces] .standard-sidebar-label .section-title {
    display: none;
  }
  [data-page-route=Workspaces] .list-sidebar:hover .standard-sidebar-label .section-title {
    display: inline;
  }
  [data-page-route=Workspaces] .list-sidebar:hover .desk-sidebar-item .item-anchor {
    justify-content: flex-start;
    padding: 7px;
  }
  [data-page-route=Workspaces] .standard-sidebar-item .item-anchor {
    display: flex;
    flex: 1;
    overflow: hidden;
    padding: 7px;
  }
  [data-page-route=Workspaces] .sidebar-item-control {
    display: none;
  }
  [data-page-route=Workspaces] .list-sidebar:hover .sidebar-item-control {
    display: flex;
  }
  [data-page-route=Workspaces] .sidebar-item-icon svg {
    height: 20px;
    width: 20px;
  }
  [data-page-route=Workspaces] .sidebar-item-icon svg {
    margin-right: 7px;
  }
  [data-page-route=Workspaces] .standard-sidebar-label > span:first-child svg {
    display: none;
  }
  [data-page-route=Workspaces] .list-sidebar:hover .standard-sidebar-label > span:first-child svg {
    display: inline-block;
  }
  [data-page-route=Workspaces] .layout-side-section {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 5px !important;
    border-radius: 10px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.widget {
  animation: fadeInUp 0.4s ease-out;
}
.u-shadow-lg {
  box-shadow: 0 15px 30px var(--shadow-color);
}
.u-rounded {
  border-radius: 12px;
}
.u-transition {
  transition: all 0.3s ease-in-out;
}
.status-ok {
  background: linear-gradient(-135deg, #22c55e, #16a34a);
}
.status-warning {
  background: linear-gradient(-135deg, #facc15, #eab308);
}
.status-error {
  background: linear-gradient(-135deg, #ef4444, #dc2626);
}
.nav-sales-partner-link-field .awesomplete input {
  width: 100% !important;
  padding-right: 36px;
  height: 28px;
  font-size: var(--text-sm);
  font-weight: var(--weight-regular);
  letter-spacing: 0.02em;
}
.nav-sales-partner-link-field .help-box {
  margin: 0px !important;
}
/*# sourceMappingURL=correspondences_app.bundle.UEMQGDZY.css.map */
