@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 3, app/assets/stylesheets/layout/variables.scss */
:root {
  font-size: 16px;
  --sera-button-height: 42px;
  --sera-border-radius: 0.5rem !important;
  --sera-color-text-links: rgb(26,86,219) !important;
  /* bg-blue-700 */
  --sera-main-padding: 1.5rem;
}

/* line 11, app/assets/stylesheets/layout/variables.scss */
sera-checkbox {
  --sera-border-radius: 0.25rem !important;
  --sera-color-drop-shadows-white: rgb(243,244,246) !important;
  /* bg-gray-100 */
}

/* line 135, app/assets/stylesheets/layout/variables.scss */
:root {
  --text-color-ss: #353a3b;
  --cobalt-blue: #0f3b95;
  --primary-color-contrast: #ffffff;
  --secondary-color: #9ca4aa;
  --secondary-color-contrast: #000000;
  --marketing-yellow-color: yellow;
  --marketing-lime-green-color: #1BDA27;
  --medium-color-shade: #babdbf;
  --medium-color-tint: #d7dbdd;
  --light-color-shade: #d7d8da;
  --light-color-tint: #f5f6f9;
  --light-gray-border: #dee2e6;
  --dark-gray-border: #6d767d;
  --success-color: #00ae0b;
  --danger-dark-color: #a30000;
  --angel-blue: #ecf2fd;
  --border-light-color: #ededed;
  --border-dark-color: #e0e0e0;
  --border-gray-color: #dcdfe1;
  --pale-blue: #f3f7ff;
  --separator-gray: #cbd1df;
  --primary-accent-color: #7e8fb4;
  --primary-light-accent-color: #cbd1df;
  --angel-blue: #ecf2fd;
  --background-gradient: linear-gradient(0deg, #fff 0%, #d3d7d9 100%);
  --breakfast-orange: #f1911b;
  --background-task-enqueued: #9ca4aa;
  --background-task-processing: #f1911b;
  --background-task-ready: #00ae0b;
  --background-task-failed: #cc0000;
  --box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
  --danger-color-shade: #f7e5e5;
  --danger-color: #de0000;
  --darkblue: #2e4462;
  --field-error-border-color: #dc3545;
  --field-error-background-color: #f7e5e5;
  --field-success: #42DA4C;
  --font-color: #353a3b;
  --font-body-color: #6F767B;
  --font-title-color: #353A3B;
  --gold: #a38500;
  --gray-border-color: #d3d7d9;
  --gray: #6c757d;
  --light-color: #f4f5f5;
  --light-coral: #ff8585;
  --light-gray: #f2f4f6;
  --lightblue: #027db4;
  --pure-red: #de0000;
  --medium-color: #d3d7d9;
  --neutral-gray: #F4F5F5;
  --neutral-gray-100: #F4F5F5;
  --neutral-gray-400: #E1E2E3;
  --neutral-gray-600: #9CA4AA;
  --neutral-gray-700: #6F767B;
  --organic-green: #00ae0b;
  --pakistan-green: #006607;
  --pastelblue: #e2eeff;
  --primary-accent: #7e8fb4;
  --primary-color: #125AEB;
  --primary-light-accent: #cbd1df;
  --rufous: #a30000;
  --secondary-color: #9ca4aa;
  --shadow-color: #b9b9b9;
  --tertiary-color: #0f3b95;
  --text-links: #125AEB;
  --font-title-color: #353A3B;
  --uranian-blue: #bce3ff;
  --warning-yellow: #ffec99;
  --white: #ffffff;
  --yellow-crayola: #ffec99;
  --table-row-selected: #ccddff;
  --primary-shade-color: #bce3ff;
  --warning-color: #ffe15b;
  --sera-color-neutral-gray-light-gray-200: #F3F6F7;
  --sera-color-neutral-gray-light-gray-500: #838383;
}

/* line 3, app/assets/stylesheets/layout/navbar.scss */
nav.navbar {
  background-color: #fff;
  box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.15);
  z-index: 4;
  padding: 0;
  width: 180px;
  min-width: 180px;
  position: relative;
}

/* line 11, app/assets/stylesheets/layout/navbar.scss */
nav.navbar img {
  width: 120px;
}

/* line 14, app/assets/stylesheets/layout/navbar.scss */
nav.navbar img.collapsed {
  display: none;
}

/* line 17, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul {
  line-height: 0;
  width: 100%;
}

/* line 21, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a {
  color: #353a3b !important;
  padding: 1rem 1rem !important;
  max-height: 35px;
}

/* line 26, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a:focus, nav.navbar ul li a:hover {
  text-decoration: none;
  color: #276fff;
}

/* line 31, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a i {
  color: #9ca4aa;
}

/* line 34, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a.nav-link {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 39, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}

/* line 46, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a .nav-link-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}

/* line 52, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a .nav-label-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 56, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a .nav-badge {
  flex: 0 0 auto;
  font-size: 11px;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 64, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a .nav-badge--new {
  background-color: #d1fae5;
  color: #047857;
}

/* line 68, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a .nav-badge--archived {
  background-color: #e5e7eb;
  color: #374151;
}

/* line 72, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a.dropdown-toggle {
  padding: 1.2rem 1rem !important;
  border-top: 1px solid transparent;
  color: #353a3b !important;
}

/* line 76, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a.dropdown-toggle.active {
  box-shadow: none !important;
  color: #276fff !important;
  font-weight: bold;
}

/* line 81, app/assets/stylesheets/layout/navbar.scss */
nav.navbar ul li a.dropdown-toggle:hover {
  background-color: #fff !important;
}

/* line 89, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .nav-link.active:not(.dropdown-toggle) {
  background-color: #ffffff !important;
  color: #276fff !important;
  font-weight: bold;
}

/* line 93, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .nav-link.active:not(.dropdown-toggle) i {
  color: #276fff;
}

/* line 98, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown-item.active,
nav.navbar .dropdown-item.active:hover {
  background-color: #276fff !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .nav-link:hover,
nav.navbar .nav-item.dropdown.show:hover {
  color: #276fff !important;
}

/* line 109, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .nav-link:hover .custom-icon,
nav.navbar .nav-item.dropdown.show:hover .custom-icon {
  background-color: #125AEB !important;
}

/* line 112, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .nav-link:hover i,
nav.navbar .nav-item.dropdown.show:hover i {
  color: #125AEB !important;
}

/* line 118, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown-item:hover {
  color: #ffffff;
}

/* line 122, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown.show {
  background-color: #fff !important;
}

/* line 124, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown.show .dropdown-toggle {
  background-color: #fff;
}

/* line 126, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown.show .dropdown-toggle.active {
  color: #276fff;
}

/* line 132, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown-menu {
  min-width: auto;
  background-color: #ecf2fd;
  color: #ffffff;
  border-radius: 0;
  border: none !important;
}

/* line 138, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .dropdown-menu .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: calc(1rem + 10px) !important;
}

/* line 144, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.main-nav {
  opacity: 1;
  transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), min-width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 150, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .icon-dropdown-option {
  margin-left: 3px;
}

/* line 153, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .envelope {
  margin-left: 2px;
}

/* line 155, app/assets/stylesheets/layout/navbar.scss */
nav.navbar .envelope span {
  margin-left: 6px;
}

/* line 160, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed {
  width: 50px;
  min-width: 50px;
}

/* line 163, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed img.open {
  display: none;
}

/* line 166, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed img.collapsed {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}

/* line 172, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed .navbar-brand {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 0;
}

/* line 178, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed .icon-dropdown-option {
  margin-left: 0;
}

/* line 181, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed .help-link {
  display: flex;
  justify-content: center;
  margin-left: 0;
}

/* line 189, app/assets/stylesheets/layout/navbar.scss */
.logout-link {
  color: #276fff;
}

/* line 191, app/assets/stylesheets/layout/navbar.scss */
.logout-link:hover {
  color: #276fff;
}

/* line 196, app/assets/stylesheets/layout/navbar.scss */
.navbar-brand {
  padding-top: 1.5rem;
}

/* line 200, app/assets/stylesheets/layout/navbar.scss */
.user-profile-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--sera-color-neutral-gray-light-gray-300);
  z-index: 4;
}

/* line 212, app/assets/stylesheets/layout/navbar.scss */
.user-info {
  background: #fff;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #9ca4aa;
  height: 25px;
  font-size: 12px;
  padding-left: 5px;
  border-radius: 0 0 0 4px;
  color: #353a3b;
  font-weight: bold;
  z-index: 1;
  display: flex;
  position: relative;
  white-space: nowrap;
  align-items: center;
}

/* line 230, app/assets/stylesheets/layout/navbar.scss */
.navbar-nav div.counter-positioner-container {
  height: 1px;
  position: relative;
}

/* line 235, app/assets/stylesheets/layout/navbar.scss */
.navbar-nav div.count-container {
  position: absolute;
  top: -21px;
  left: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  height: 1.3rem;
  width: 1.3rem;
}

/* line 248, app/assets/stylesheets/layout/navbar.scss */
.navbar-nav div.count-container .item-count {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 0px;
}

/* line 256, app/assets/stylesheets/layout/navbar.scss */
.nav-divider {
  border: 1px solid rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 1px;
}

/* line 262, app/assets/stylesheets/layout/navbar.scss */
.nav-toggle {
  box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  border-radius: 0 3px 3px 0;
  height: 25px;
  width: 25px;
  background: #fff;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 15px;
  color: #9ca4aa;
}

/* line 282, app/assets/stylesheets/layout/navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

/* line 287, app/assets/stylesheets/layout/navbar.scss */
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
  right: 14px;
  top: 33px;
}

/* line 292, app/assets/stylesheets/layout/navbar.scss */
.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 299, app/assets/stylesheets/layout/navbar.scss */
.dropdown-toggle.active i {
  color: #125AEB;
}

/* line 302, app/assets/stylesheets/layout/navbar.scss */
.dropdown-toggle.active .custom-icon {
  background-color: #125AEB;
}

/* line 307, app/assets/stylesheets/layout/navbar.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 327, app/assets/stylesheets/layout/navbar.scss */
.dropdown-item {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 339, app/assets/stylesheets/layout/navbar.scss */
.dropdown-item:hover {
  background-color: #125AEB;
  color: #ffffff !important;
}

/* line 345, app/assets/stylesheets/layout/navbar.scss */
.navbar-toggler {
  margin: 0.5rem 1rem;
  font-size: 1rem;
}

@media (max-width: 1200px) {
  /* line 351, app/assets/stylesheets/layout/navbar.scss */
  .navbar-collapse {
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }
}

/* line 357, app/assets/stylesheets/layout/navbar.scss */
.custom-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9ca4aa;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.5rem;
  padding: 0 3px;
  height: 16px;
  margin-right: 5px;
  min-width: 17px;
}

/* line 371, app/assets/stylesheets/layout/navbar.scss */
.icon-dropdown-option {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 378, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed div.show {
  display: none;
}

/* line 381, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed a::after,
nav.navbar.closed a.active::after {
  content: none;
}

/* line 385, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed span {
  display: none;
}

/* line 388, app/assets/stylesheets/layout/navbar.scss */
nav.navbar.closed li:last-of-type > a > div {
  display: none;
}
