@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/bootstrap_overrides.scss */
a {
  color: #125AEB;
}

/* line 5, app/assets/stylesheets/layout/bootstrap_overrides.scss */
a:hover, a:active, a:focus {
  color: #0e48bc;
}

/* line 17, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-primary,
a.btn-outline-secondary {
  color: #ffffff !important;
  border-color: #125AEB;
  background-color: #125AEB;
}

/* line 24, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-outline-secondary {
  color: #125AEB;
  border-color: #9ca4aa;
  background-color: #ffffff;
}

/* line 28, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  border-color: #9ca4aa;
  background-color: #9ca4aa;
}

/* line 33, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-outline-secondary.active {
  color: #ffffff;
  background-color: #125AEB;
}

/* line 39, app/assets/stylesheets/layout/bootstrap_overrides.scss */
select.btn-outline-secondary {
  text-align: left;
}

/* line 43, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-outline-primary {
  background-color: #ffffff;
}

/* line 49, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-primary:not(.disabled):hover, .btn-primary:not(.disabled):active, .btn-primary:not(.disabled):focus,
a.btn-outline-secondary:hover,
a.btn-outline-secondary:active,
a.btn-outline-secondary:focus {
  border-color: #0e48bc !important;
  background: #0e48bc !important;
  color: #ffffff !important;
}

/* line 58, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  border-color: #0e48bc;
  background: #0e48bc;
}

/* line 69, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.date-range .form-control {
  border-color: #125AEB;
}

/* line 73, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.date-range .input-group-prepend .input-group-text {
  border-color: #125AEB;
  background-color: #125AEB;
  color: #ffffff;
}

/* line 81, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-outline-secondary:hover {
  border-color: #0e48bc;
  background: #0e48bc;
}

/* line 86, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.alert {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 0;
  left: 0;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

/* line 101, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.alert button.close {
  margin-top: -2px;
  opacity: 0.7;
}

/* line 109, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.secondary-nav.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}

/* line 115, app/assets/stylesheets/layout/bootstrap_overrides.scss */
table tr td {
  vertical-align: middle !important;
}

/* line 123, app/assets/stylesheets/layout/bootstrap_overrides.scss */
table.tech-leaderboard-table tr:first-child td {
  vertical-align: bottom !important;
}

/* line 129, app/assets/stylesheets/layout/bootstrap_overrides.scss */
button.btn-outline-primary {
  color: #125AEB !important;
  border-color: #125AEB !important;
}

/* line 132, app/assets/stylesheets/layout/bootstrap_overrides.scss */
button.btn-outline-primary:hover, button.btn-outline-primary:active {
  color: #fff;
  background-color: #125AEB !important;
}

/* line 139, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.badge-lg {
  padding: 0.5em 0.4em;
  font-size: 85%;
}

/* line 144, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.badge-primary {
  background-color: #027db4;
}

/* line 148, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-title-cont {
  width: calc(100% - 50px);
}

/* line 153, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-title {
  width: 100%;
  white-space: nowrap;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 161, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

/* line 164, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-backdrop.show {
  opacity: 1;
}

@media (max-width: 992px) {
  /* line 169, app/assets/stylesheets/layout/bootstrap_overrides.scss */
  .modal-dialog {
    max-width: 700px !important;
  }
}

/* line 174, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.form-control {
  box-shadow: none;
  min-height: 36px !important;
  font-size: 14px;
}

/* line 178, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.form-control:disabled {
  opacity: 0.7 !important;
}

/* line 183, app/assets/stylesheets/layout/bootstrap_overrides.scss */
textarea.form-control {
  height: auto;
}

/* line 187, app/assets/stylesheets/layout/bootstrap_overrides.scss */
a:not([href]):not([tabindex]) {
  color: #125AEB;
}

/* line 189, app/assets/stylesheets/layout/bootstrap_overrides.scss */
a:not([href]):not([tabindex]):hover {
  color: #0e48bc;
  text-decoration: underline;
}

/* line 195, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.swap-icon {
  height: 21px;
  width: 21px;
}

/* line 198, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.swap-icon img {
  vertical-align: top;
}

/* line 204, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn i {
  margin-right: 5px;
}

/* line 208, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn.icon-right i {
  margin-right: 0;
  margin-left: 5px;
}

/* line 215, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.toastify {
  border-radius: 10px !important;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 12px 30px 12px 20px !important;
  color: #fff;
  max-width: 400px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

/* line 226, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.toastify .toast-close {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 1;
}

/* line 234, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-header {
  border-bottom: none;
  color: #353a3b;
}

/* line 237, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-header .close {
  padding: 0;
  margin: 0;
  margin-left: -10px;
}

/* line 244, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.modal-footer {
  border-top: none;
}

/* line 248, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.close-button-container {
  height: 64px;
  padding: 17px;
}

/* line 251, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.close-button-container .menu-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* line 256, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.close-button-container .close {
  margin-right: 20px;
  margin-top: 10px;
}

/* line 262, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.dataTables_length label select {
  max-width: 70px !important;
}

/* line 267, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.details-text label {
  margin: 0 !important;
}

/* line 272, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.card-header {
  background-color: #ffffff;
  border-bottom: none;
}

/* line 276, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.card-body-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 36px;
}

/* line 283, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.nav-tabs {
  border-bottom: 1px solid var(--sera-color-neutral-gray-med-gray-500);
}

/* line 287, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: var(--sera-color-text-body) !important;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: transparent;
  border: none;
  transition: box-shadow 250ms ease;
}

/* line 296, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link:hover {
  border-color: #ffffff #ffffff #ffffff !important;
  box-shadow: 0 -4px 0 0 #CFD8EA inset !important;
}

/* line 300, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.nav-tabs .nav-item.show .nav-link.active,
.nav-tabs .nav-link.active {
  box-shadow: 0 -4px 0 0 var(--tertiary-color) inset !important;
  box-sizing: border-box;
  border-color: #ffffff #ffffff #ffffff !important;
  font-weight: bold;
  color: var(--tertiary-color) !important;
}

/* line 309, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.tabs-body-border {
  border-top: 1px solid var(--medium-color);
}

/* line 313, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 0.6rem;
  content: "\f078";
  border-top: none;
}

/* line 321, app/assets/stylesheets/layout/bootstrap_overrides.scss */
button.btn.dropdown-toggle::after {
  margin-bottom: 12px;
  margin-left: 5px;
}

/* line 326, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.show > .dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 0.6rem;
  content: "\f077";
  border-top: none;
}

/* line 334, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.date-picker,
.date-picker:hover {
  background-color: #ffffff;
}

/* line 337, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.date-picker i,
.date-picker span,
.date-picker:hover i,
.date-picker:hover span {
  color: var(--primary-color);
}

/* line 343, app/assets/stylesheets/layout/bootstrap_overrides.scss */
select.btn-outline-secondary,
select.btn-outline-secondary:hover {
  color: var(--primary-color) !important;
  background-color: #ffffff;
}

/* line 349, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.text-danger {
  color: var(--danger-color) !important;
}

/* line 354, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list {
  border-radius: 5px;
  padding: 0 !important;
  box-shadow: var(--box-shadow);
}

/* line 359, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon:before, .context-menu-list .context-menu-icon:after {
  color: var(--primary-color) !important;
}

/* line 362, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon.context-menu-hover {
  background-color: var(--primary-color) !important;
}

/* line 364, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon.context-menu-hover:before, .context-menu-list .context-menu-icon.context-menu-hover:after {
  color: var(--white) !important;
}

/* line 367, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon.context-menu-hover span,
.context-menu-list .context-menu-icon.context-menu-hover i {
  color: var(--white) !important;
}

/* line 372, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon.context-menu-disabled {
  opacity: 0.6;
}

/* line 375, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon i {
  color: var(--primary-color) !important;
  margin-top: 3px;
}

/* line 379, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.context-menu-list .context-menu-icon span {
  color: var(--primary-color) !important;
}

/* line 386, app/assets/stylesheets/layout/bootstrap_overrides.scss */
form#jobs-filter-form > .btn-group .btn-sm {
  padding: 8px 20px;
  min-width: 80px;
  font-weight: bold;
  color: #353a3b;
}

/* line 391, app/assets/stylesheets/layout/bootstrap_overrides.scss */
form#jobs-filter-form > .btn-group .btn-sm.active {
  color: #ffffff;
}

/* line 394, app/assets/stylesheets/layout/bootstrap_overrides.scss */
form#jobs-filter-form > .btn-group .btn-sm:hover {
  background-color: #ffffff;
}

/* line 397, app/assets/stylesheets/layout/bootstrap_overrides.scss */
form#jobs-filter-form > .btn-group .btn-sm:first-of-type {
  border-radius: 4px 0 0 4px;
}

/* line 400, app/assets/stylesheets/layout/bootstrap_overrides.scss */
form#jobs-filter-form > .btn-group .btn-sm:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* line 406, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.field-label {
  font-weight: bold;
}

/* line 411, app/assets/stylesheets/layout/bootstrap_overrides.scss */
select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}

/* line 415, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.text-secondary {
  color: #9ca4aa !important;
}

/* line 419, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-squared {
  border-radius: 4px !important;
  font-size: 1em;
  box-shadow: none !important;
  height: 36px;
  display: inline-flex;
  align-items: center;
  background-color: var(--sera-color-text-links) !important;
  border-color: var(--sera-color-text-links) !important;
  color: #FFF !important;
}

/* line 429, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-squared.btn-danger {
  background-color: var(--sera-color-accents-red-600) !important;
  border-color: var(--sera-color-accents-red-600) !important;
}

/* line 435, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-link {
  background: none !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 1em;
  box-shadow: none !important;
  height: 36px;
  display: inline-flex;
  align-items: center;
  color: var(--sera-color-text-links) !important;
}

/* line 448, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.flat-fields .form-control {
  box-shadow: none !important;
  border-radius: 4px !important;
  border-color: var(--sera-color-fields-border) !important;
}

/* line 455, app/assets/stylesheets/layout/bootstrap_overrides.scss */
.btn-checkbox {
  width: 36px;
  height: 36px;
  border-radius: 4px !important;
  color: var(--sera-color-text-links) !important;
}

/* line 462, app/assets/stylesheets/layout/bootstrap_overrides.scss */
label.boolean input.boolean {
  margin-right: 6px;
}
