/* ../../../../../tmp/tmp-1512536-Qi98ppn4gaNM/wharf_management/wharf_management/public/css/rtos.bundle.css */
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: var(--scroll-bg);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 20px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-color) var(--scroll-bg);
}
.awesomplete .input-with-feedback {
  border: 1px solid var(--border-color);
}
.form-control {
  border: 1px solid var(--border-color);
}
.search-bar .awesomplete input {
  background-color: var(--bg-color);
}
.modal-backdrop {
  background-color: #2c436b !important;
}
.widget .widget-head .widget-title {
  font-size: var(--text-base);
}
.comment-box .comment-input-header,
.form-dashboard-section .section-head,
.form-section .section-head,
.head-title {
  font-size: var(--text-base);
  font-weight: 600;
}
.comment-box .comment-input-container .ql-editor {
  border: 1px solid var(--border-color);
}
.duration-picker .duration-input {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}
.control-label {
  font-weight: 500;
}
.awesomplete > ul > li:hover,
.awesomplete > ul > li[aria-selected=true] {
  background-color: rgb(58, 58, 250);
  color: #fff;
}
[data-theme=light] {
  --background-color: #e9e7e7;
  --primary-color: #236efb;
  --success-color: #06bd30;
  --secondary-color: #4ba3f5;
  --info-color: #27e2e9;
  --warning-color: #ffc109;
  --danger-color: #fa041d;
  --default-color: #e0dadaea;
  --white-color: #ffffff;
  --black-color: #000000;
  --gray-color: #858383;
  --darkgray-color: #494747;
  --page-head-height: 50px;
  --navbar-height: 50px;
  --border-radius: 0px !important;
  --border-radius-md: 0px !important;
  --bg-primary: var(--primary-color) !important;
  --bg-secondary: var(--secondary-color) !important;
  --bg-success: var(--success-color) !important;
  --icon-stroke: var(--darkgray-color) !important;
  --primary: var(--primary-color) !important;
}
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus {
  box-shadow: none !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #236efb !important;
  border-radius: 0 !important;
}
.btn-primary:hover {
  background-color: rgb(4, 4, 223) !important;
}
.btn-secondary {
  color: #fff !important;
  background-color: var(--secondary-color) !important;
  border-radius: 0 !important;
}
.btn-secondary:hover {
  background-color: #036ed3 !important;
}
.btn-default {
  color: #383737 !important;
  background-color: var(--default-color) !important;
  border-radius: 0 !important;
}
.btn-default:hover {
  background-color: #7e8080ea !important;
}
.btn-success {
  color: #fff !important;
  background-color: var(--success-color) !important;
  border-radius: 0 !important;
}
.btn-success:hover {
  background-color: rgba(10, 145, 10, 0.929) !important;
}
.btn-warning {
  color: #fff !important;
  background-color: var(--warning-color) !important;
  border-radius: 0 !important;
}
.btn-warning:hover {
  background-color: #b18503 !important;
}
.page-head,
.page-head .page-head-content {
  height: var(--page-head-height);
}
.page-head,
.page-head .page-head-content {
  top: var(--page-head-height);
}
.navbar {
  background: var(--background-color) !important;
  height: var(--navbar-height);
  text-decoration-color: #fffefe;
}
.navbar-expand {
  background-color: var(--background-color);
}
#navbar-breadcrumbs > li > a::before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
  display: inline-block;
  font-size: 24px;
  transition: 0.2s;
  position: relative;
  top: 3px;
  content: "\f105";
  margin-right: 10px;
  color: var(--darkgray-color);
}
#navbar-breadcrumbs a {
  color: var(--darkgray-color);
  text-decoration: none;
}
header .form-control {
  color: var(--darkgray-color);
}
header .form-control:focus {
  border: 0;
}
.search-bar .awesomplete input {
  height: 32px;
}
#navbar-search {
  width: 300px;
  background-color: rgb(165, 168, 172);
  border-radius: 0px;
  color: rgb(56, 55, 55);
  border: none;
}
header ul#navbar-breadcrumbs {
  margin-top: -8px;
}
header .form-control:focus {
  background-color: var(--white-color) !important;
}
.form-tabs-list .form-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid var(--primary-color) !important;
}
.layout-side-section .sidebar-label {
  color: var(--primary-color);
  border-radius: 0 !important;
}
.sidebar-label svg,
.layout-side-section .sidebar-label .icon {
  stroke: var(--primary-color);
}
.list-sidebar-button {
  background-color: #c8c4c4 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.list-sidebar-button:active,
.list-sidebar-button:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}
.desk-sidebar-item {
  border-radius: 0 !important;
}
.standard-sidebar-item {
  border-radius: 0 !important;
}
input {
  border-radius: 0 !important;
}
.form-control {
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #f2f2f2 !important;
  border-radius: 0 !important;
}
.control-input-wrapper .like-disabled-input {
  border-radius: 0 !important;
}
.form-control:focus {
  outline: 0;
  border: 1px solid var(--gray-color);
  box-shadow: none;
  background: rgba(240, 234, 225, 0.14) !important;
  border-radius: 0 !important;
}
.navbar .navbar-nav a.nav-link {
  color: var(--black-color);
}
.nav-link .notifications-icon {
  fill: var(--black-color);
  color: var(--black-color);
}
span.notifications-seen .es-icon,
symbol#icon-small-down {
  fill: var(--black-color);
  color: var(--black-color);
}
.form-grid {
  border-radius: 0;
  border: 1px solid #bbbbbb;
}
.form-grid .grid-heading-row {
  background-color: #f4f4f4;
}
.grid-heading-row {
  border-bottom: 1px solid #bbbbbb;
}
.grid-row > .row .col {
  border-right: 1px solid #d1d8dd;
}
.form-grid .grid-row:hover {
  background: rgba(255, 152, 0, 0.15);
}
.head-title,
.form-section .section-head,
.form-dashboard-section .section-head,
.comment-box .comment-input-header {
  color: var(--primary-color);
}
.list-subject a {
  text-decoration: none;
  transition: 0.3s;
}
.list-subject a:hover {
  color: var(--secondary-color);
}
.datatable .dt-header .dt-cell--header .dt-cell__content {
  background-color: #f4f4f4;
}
.indicator-pill,
.indicator-pill-right {
  border-radius: 0 !important;
}
.ellipsis {
  border-radius: 0 !important;
}
.ql-bubble .ql-editor {
  border-radius: 0 !important;
}
.dropdown-menu {
  border-radius: 0 !important;
}
.dropdown-menu a {
  border-radius: 0 !important;
}
.navbar .vertical-bar {
  border-right: 1px solid var(--darkgray-color) !important;
  height: 24px;
  margin: auto;
  margin-left: var(--margin-md);
}
.for-login .page-card,
.for-forgot .page-card,
.for-login-with-email-link .page-card,
.for-signup .page-card,
.for-email-login .page-card {
  padding: 45px 10px;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 0 !important;
  border: 1px solid var(--border-color);
}
.info-box {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 80px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  color: var(--body-color);
  background-color: var(--body-bg);
}
.info-box .progress {
  height: 2px;
  margin: 5px 0;
  background-color: rgba(var(--lte-card-variant-color-rgb), 0.125);
}
.info-box .progress .progress-bar {
  background-color: var(--lte-card-variant-color);
}
.info-box .info-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  font-size: 1.875rem;
  text-align: center;
  border-radius: 4px;
}
.info-box .info-box-icon > img {
  max-width: 100%;
}
.info-box .info-box-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.8;
}
.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: bold;
}
.info-box .progress-description,
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-box .info-box-text-heading {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.info-box .info-box-more {
  display: block;
}
.info-box .progress-description {
  margin: 0;
}
@media (min-width: 768px) {
  .col-xl-2 .info-box,
  .col-lg-2 .info-box,
  .col-md-2 .info-box {
    .progress-description { display: none; };
  }
  .col-xl-3 .info-box,
  .col-lg-3 .info-box,
  .col-md-3 .info-box {
    .progress-description { display: none; };
  }
}
@media (min-width: 992px) {
  .col-xl-2 .info-box,
  .col-lg-2 .info-box,
  .col-md-2 .info-box {
    .progress-description { font-size: 0.75rem; display: block; };
  }
  .col-xl-3 .info-box,
  .col-lg-3 .info-box,
  .col-md-3 .info-box {
    .progress-description { font-size: 0.75rem; display: block; };
  }
}
@media (min-width: 1200px) {
  .col-xl-2 .info-box,
  .col-lg-2 .info-box,
  .col-md-2 .info-box {
    .progress-description { font-size: 1rem; display: block; };
  }
  .col-xl-3 .info-box,
  .col-lg-3 .info-box,
  .col-md-3 .info-box {
    .progress-description { font-size: 1rem; display: block; };
  }
}
.small-box {
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  --bs-link-color-rgb: none;
  --bs-link-hover-color-rgb: none;
  --bs-heading-color: none;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  z-index: 10;
  display: block;
  padding: 3px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.07);
}
.small-box > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.small-box h3 {
  font-size: 2.2rem;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}
.small-box p {
  font-size: 1rem;
  color: white;
}
.small-box p > small {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  color: gray-100;
}
.small-box h3,
.small-box p {
  z-index: 5;
  color: white;
}
.small-box .icon {
  position: absolute;
  top: 15px;
  right: 60px;
  z-index: 0;
  height: 70px;
  font-size: 70px !important;
  color: rgba(0, 0, 0, 0.15);
  transition: transform lte-transition-speed linear;
}
.small-box:hover {
  .small-box .small-box-icon { transform: scale(1.1); };
}
@media (max-width: 576px) {
  .small-box {
    text-align: center;
  }
  .small-box .small-box-icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
.bg-light-success {
  background-color: rgba(160, 247, 149, 0.808);
}
.bg-light-info {
  background-color: rgba(189, 207, 255, 0.808);
}
.bg-light-warning {
  background-color: rgba(240, 248, 121, 0.808);
}
.kpi-widget {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
}
.kpi-widget-head {
  border-bottom: 1.5px solid #ccc;
  padding: 10px 0;
  text-align: center;
}
.kpi-widget-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kpi-widget-title {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kpi-widget-body {
  padding: 10px;
  margin-top: 0px;
}
.kpi-widget-content.row {
  display: flex;
  justify-content: space-between;
}
.col-md-4 {
  text-align: center;
}
.kpi-border {
  border-right: 1.5px solid #ccc;
}
.number-title {
  font-weight: bold;
}
.number {
  font-size: 20px;
}
.kpi-widget-footer {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
}
.gate-dashboard {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 8px;
  overflow: hidden;
}
.gate-btn {
  @apply text-white font-semibold rounded-md py-4 w-full text-sm;
}
.modal-content {
  border-radius: 0 !important;
  border: 1px solid var(--border-color);
}
/*# sourceMappingURL=rtos.bundle.FZAJHG2F.css.map */
