.react-vis-magic-css-import-rule {
  display: inherit; }

.rv-treemap {
  font-size: 12px;
  position: relative; }

.rv-treemap__leaf {
  overflow: hidden;
  position: absolute; }

.rv-treemap__leaf--circle {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center; }

.rv-treemap__leaf__content {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis; }

.rv-xy-plot {
  color: #c3c3c3;
  position: relative; }

.rv-xy-plot canvas {
  pointer-events: none; }

.rv-xy-plot .rv-xy-canvas {
  pointer-events: none;
  position: absolute; }

.rv-xy-plot__inner {
  display: block; }

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__line {
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__axis__title text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9; }

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9; }

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9; }

.rv-xy-plot__series,
.rv-xy-plot__series path {
  pointer-events: all; }

.rv-xy-plot__series--line {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.rv-crosshair {
  position: absolute;
  font-size: 11px;
  pointer-events: none; }

.rv-crosshair__line {
  background: #47d3d9;
  width: 1px; }

.rv-crosshair__inner {
  position: absolute;
  text-align: left;
  top: 0; }

.rv-crosshair__inner__content {
  border-radius: 4px;
  background: #3a3a48;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.rv-crosshair__inner--left {
  right: 4px; }

.rv-crosshair__inner--right {
  left: 4px; }

.rv-crosshair__title {
  font-weight: bold;
  white-space: nowrap; }

.rv-crosshair__item {
  white-space: nowrap; }

.rv-hint {
  position: absolute;
  pointer-events: none; }

.rv-hint__content {
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #3a3a48;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  white-space: nowrap; }

.rv-discrete-color-legend {
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 12px; }

.rv-discrete-color-legend.horizontal {
  white-space: nowrap; }

.rv-discrete-color-legend-item {
  color: #3a3a48;
  border-radius: 1px;
  padding: 9px 10px; }

.rv-discrete-color-legend-item.horizontal {
  display: inline-block; }

.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title {
  margin-left: 0;
  display: block; }

.rv-discrete-color-legend-item__color {
  background: #dcdcdc;
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  width: 14px; }

.rv-discrete-color-legend-item__title {
  margin-left: 10px; }

.rv-discrete-color-legend-item.disabled {
  color: #b8b8b8; }

.rv-discrete-color-legend-item.clickable {
  cursor: pointer; }

.rv-discrete-color-legend-item.clickable:hover {
  background: #f9f9f9; }

.rv-search-wrapper {
  display: flex;
  flex-direction: column; }

.rv-search-wrapper__form {
  flex: 0; }

.rv-search-wrapper__form__input {
  width: 100%;
  color: #a6a6a5;
  border: 1px solid #e5e5e4;
  padding: 7px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 9px;
  outline: 0; }

.rv-search-wrapper__contents {
  flex: 1;
  overflow: auto; }

.rv-continuous-color-legend {
  font-size: 12px; }

.rv-continuous-color-legend .rv-gradient {
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px; }

.rv-continuous-size-legend {
  font-size: 12px; }

.rv-continuous-size-legend .rv-bubbles {
  text-align: justify;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%; }

.rv-continuous-size-legend .rv-bubble {
  background: #d8d9dc;
  display: inline-block;
  vertical-align: bottom; }

.rv-continuous-size-legend .rv-spacer {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%; }

.rv-legend-titles {
  height: 16px;
  position: relative; }

.rv-legend-titles__center,
.rv-legend-titles__left,
.rv-legend-titles__right {
  position: absolute;
  white-space: nowrap;
  overflow: hidden; }

.rv-legend-titles__center {
  display: block;
  text-align: center;
  width: 100%; }

.rv-legend-titles__right {
  right: 0; }

.rv-radial-chart .rv-xy-plot__series--label {
  pointer-events: none; }

.graphs_totals_wrap {
  display: flex;
  justify-content: space-around; }
.graphs_total-received {
  height: 60px;
  width: 100%;
  margin: 20px 11px 0 22px;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 0; }
  .graphs_total-received_number {
    margin: 9px 0 0 14px;
    font-size: 28px;
    font-weight: bold; }
  .graphs_total-received_title {
    margin-left: 14px; }
.graphs_total-resolved {
  height: 60px;
  width: 100%;
  margin: 20px 20px 0 11px;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 0; }
  .graphs_total-resolved_number {
    margin: 9px 0 0 14px;
    font-size: 28px;
    font-weight: bold; }
  .graphs_total-resolved_title {
    margin-left: 14px; }
.graphs_main-block {
  display: flex;
  justify-content: space-around;
  margin-top: 22px; }
.graphs_received-button {
  float: left;
  margin: 16px 8px 0 8px; }
.graphs_resolved-button {
  float: left;
  margin: 16px 8px 0 8px; }
.graphs_stats {
  width: 100%;
  height: 400px;
  margin: 0 11px 0 22px;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 14px 134px 10px; }
  .graphs_stats_items-list {
    list-style-type: none; }
    .graphs_stats_items-list_item {
      display: inline-block; }
    .graphs_stats_items-list_circle {
      float: left;
      margin: 4px 0 0 10px;
      width: 12px;
      height: 12px;
      border-radius: 12px; }
    .graphs_stats_items-list_title {
      margin: 0 0 0 4px;
      float: left; }
  .graphs_stats_title {
    margin: 6px 0 12px 12px; }
.graphs_form {
  width: 100%;
  margin: 0 22px 0 11px;
  padding: 14px 0 14px 0;
  background-color: #fff;
  border-radius: 8px;
  float: left; }
  .graphs_form_lists {
    display: flex;
    justify-content: space-around; }
  .graphs_form_agents-block {
    width: 125px;
    float: left;
    margin: 0 5px 0 20px; }
    .graphs_form_agents-block_title {
      padding-bottom: 10px; }
    .graphs_form_agents-block_list {
      height: 420px;
      overflow-y: scroll; }
  .graphs_form_categories-block {
    width: 200px;
    height: 300px;
    float: left; }
    .graphs_form_categories-block_title {
      padding-bottom: 10px; }
    .graphs_form_categories-block_list {
      height: 320px;
      overflow-y: scroll; }
  .graphs_form_buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 16px; }
#search-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  background: #f8f9fb;
  overflow: auto;
  flex-grow: 3; }
  #search-form .mobile-header {
    max-width: 330px; }
  #search-form .is-member {
    margin: 10px 10px 10px 20px; }
    #search-form .is-member__label {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer;
      user-select: none; }
  #search-form .header-row {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 290px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8085a9;
    cursor: pointer;
    user-select: none;
    z-index: 1; }
    #search-form .header-row .toggle-filters {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      user-select: none; }
  #search-form .filters-icon {
    background-image: url(/assets/filters-icon-05bbbaa25c0bf3eea80633516cf5dfb07bb79b567ace29611f572a7f595d30ab.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 11px; }
  #search-form .close-icon {
    background-image: url(/assets/close-icon-739de41ae2e44aca0282532d1f4b4268959dcecc49159ebf12c2e669c8420e72.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 11px; }
  #search-form .per-page {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    margin-right: 40px; }
    #search-form .per-page.mobile {
      margin-right: 0; }
    #search-form .per-page span {
      color: #494c64;
      font-weight: 600;
      margin-right: 5px; }
  #search-form .mobile-tickets-container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1; }
    #search-form .mobile-tickets-container .created_at {
      display: flex;
      flex-direction: column;
      margin-top: 14px; }
      #search-form .mobile-tickets-container .created_at .date {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #8085a9; }
      #search-form .mobile-tickets-container .created_at .time {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #b1b7c7; }
    #search-form .mobile-tickets-container .tickets-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      background: #ffffff;
      border-radius: 5px;
      width: 266px;
      margin-bottom: 3px;
      padding: 12px;
      min-height: 140px; }
      #search-form .mobile-tickets-container .tickets-container .container-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px; }
      #search-form .mobile-tickets-container .tickets-container .from-email {
        margin-top: 10px;
        word-break: break-all;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #5b5f7e; }
      #search-form .mobile-tickets-container .tickets-container .subject {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #494c64;
        margin: 10px 0;
        position: inherit; }
      #search-form .mobile-tickets-container .tickets-container .external_ticket_id {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #3f62ca; }
  #search-form .search-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-height: 63px; }
  #search-form .select-option-default {
    background-color: #fff;
    color: inherit;
    cursor: default;
    display: block;
    font-size: inherit;
    padding: 8px 12px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box; }
  #search-form .select-option-selected {
    background-color: #2684ff;
    color: white;
    cursor: default;
    display: block;
    font-size: inherit;
    padding: 8px 12px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box; }
  #search-form .select-option-checkbox {
    border-top: 1px solid #e5eaef;
    height: 66px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    word-break: break-all;
    padding: 8px 12px; }
  #search-form .form-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 0px;
    margin-bottom: 20px;
    transition: 0.2s all;
    position: relative; }
    #search-form .form-container button {
      margin-left: 20px; }
  #search-form .select-container {
    display: block;
    height: 50px;
    margin: 0; }
    #search-form .select-container.subject-select {
      width: 180px; }
    #search-form .select-container.max325 {
      width: 325px;
      margin-right: 20px; }
  #search-form .search-btns {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1260px) {
      #search-form .search-btns {
        flex-direction: column; } }
  #search-form .resolved {
    color: #2ecc71; }
  #search-form .forwarded,
  #search-form .inqueue {
    color: #f1c40f; }
  #search-form .in_work {
    color: #3498db; }
  #search-form .first_seen,
  #search-form .just_added {
    color: #e74c3c; }
  #search-form .search-text-field {
    width: 100%;
    background: #ffffff;
    border: 1px solid #c6ccde;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 50px;
    padding: 10px;
    outline: none;
    border-left: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #39384e;
    margin-right: 20px; }
    #search-form .search-text-field::placeholder {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      /* identical to box height */
      color: #c6ccde; }

.footer-support-didlogic-not-any {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f8f9fb;
  height: 76px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px -10px 20px 4px rgba(73, 76, 100, 0.1); }
  .footer-support-didlogic-not-any .pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #8085a9;
    letter-spacing: 0.12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 40px; }
    .footer-support-didlogic-not-any .pagination__item {
      padding: 0 3px;
      margin: 0 1px; }
    .footer-support-didlogic-not-any .pagination-arrows {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .footer-support-didlogic-not-any .pagination-arrows.left {
        display: none; }
      .footer-support-didlogic-not-any .pagination-arrows.right {
        display: flex; }
    .footer-support-didlogic-not-any .pagination .current {
      min-height: 28px;
      border: 1px solid #8085a9;
      box-sizing: border-box;
      border-radius: 3px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-style: normal; }
      .footer-support-didlogic-not-any .pagination .current a {
        color: #494c64; }
        .footer-support-didlogic-not-any .pagination .current a._disabled {
          color: #8085a9; }
    .footer-support-didlogic-not-any .pagination .last-next {
      margin-left: 20px;
      margin-right: 4px; }
    .footer-support-didlogic-not-any .pagination a,
    .footer-support-didlogic-not-any .pagination .gap {
      font-style: normal;
      color: #8085a9;
      min-height: 28px;
      display: flex;
      min-width: 22px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-style: normal;
      text-decoration: none; }
  .footer-support-didlogic-not-any .list-navigation {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .footer-support-didlogic-not-any .list-navigation li {
      display: block;
      cursor: pointer; }
    .footer-support-didlogic-not-any .list-navigation__column {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 50%; }
      .footer-support-didlogic-not-any .list-navigation__column._left {
        justify-content: flex-start; }
      .footer-support-didlogic-not-any .list-navigation__column._right {
        margin-left: auto;
        justify-content: flex-end; }
    .footer-support-didlogic-not-any .list-navigation .per-page {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      white-space: nowrap;
      margin-right: 40px; }
      .footer-support-didlogic-not-any .list-navigation .per-page span {
        color: #494c64;
        font-weight: 600;
        margin-right: 5px; }

@media screen and (max-width: 1260px) {
  .footer-support-didlogic-not-any {
    height: 48px;
    z-index: 10; }
    .footer-support-didlogic-not-any .pagination {
      margin-left: 0;
      justify-content: center; }
      .footer-support-didlogic-not-any .pagination-arrows.left {
        display: flex; }
      .footer-support-didlogic-not-any .pagination-arrows.right {
        display: none; }
    .footer-support-didlogic-not-any .list-navigation {
      max-width: 290px;
      min-width: 290px; }
      .footer-support-didlogic-not-any .list-navigation__column {
        width: auto;
        margin-left: 0; }
      .footer-support-didlogic-not-any .list-navigation .per-page {
        display: none; }
    .footer-support-didlogic-not-any .list-navigation__column ._right .per-page {
      display: none; }

  #search-form {
    padding-top: 0;
    align-items: center; }
    #search-form .table {
      display: none; }
    #search-form .header-row {
      display: flex; }
    #search-form .per-page {
      display: none; }
      #search-form .per-page.mobile {
        display: flex; }
    #search-form .is-member {
      margin: 0 10px 0 0; }
      #search-form .is-member__label {
        width: 290px;
        margin-bottom: 10px; }
    #search-form .form-container .button {
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #3f62ca;
      width: 290px;
      min-height: 50px;
      margin-left: 0; }
      #search-form .form-container .button.reset-button {
        color: #e74c3c;
        border-color: #e74c3c;
        width: 269px; }
    #search-form .mobile-tickets-container {
      display: flex;
      z-index: 1; }
      #search-form .mobile-tickets-container .tickets-container:last-child {
        padding-bottom: 60px; }
    #search-form .search-header {
      min-height: auto;
      max-width: 290px; }
    #search-form .form-container {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
      max-width: 290px;
      width: 100%; }
      #search-form .form-container .select-container,
      #search-form .form-container .button,
      #search-form .form-container .is-member__label {
        opacity: 0;
        height: 0;
        min-height: 0;
        margin: 0; }
      #search-form .form-container.show-filters .select-container,
      #search-form .form-container.show-filters .button,
      #search-form .form-container.show-filters .is-member__label {
        opacity: 1;
        height: auto;
        margin: 8px 0; }
      #search-form .form-container.show-filters .button {
        min-height: 50px; }
    #search-form .select-container {
      width: 290px;
      min-height: 50px;
      margin: 8px 0; }
      #search-form .select-container.max325 {
        width: 290px; }
    #search-form .search-text-field {
      width: 250px;
      border-left: 1px solid #c6ccde;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      margin-right: 0;
      position: absolute;
      top: -69px;
      max-height: 40px; } }
.history-date-time .date {
  opacity: 0.6;
  font-size: 0.8em; }

@media screen and (min-width: 1261px) {
  .date-filter.history-filter {
    width: 100%; }
    .date-filter.history-filter .date-buttons {
      height: 120px;
      display: inline-block;
      float: right; }
    .date-filter.history-filter .date-picker {
      display: flex;
      width: min-content;
      margin-left: auto;
      height: 120px; }
    .date-filter.history-filter .date-buttons .button {
      height: 40px;
      margin: 20px 10px; } }
@media screen and (max-width: 1260px) {
  .date-filter.history-filter .date-container h2 {
    margin-top: 35px; }
  .date-filter.history-filter .date-buttons {
    margin-left: -50px; } }
.button.reset-button {
  color: #e74c3c;
  border-color: #e74c3c;
  height: 46px;
  margin: 0 10px; }

.date-calendar.tickets-history {
  z-index: 2; }

.ant-table-column-sorter {
  margin-left: 8px !important; }
.incidents__product {
  color: white;
  border-radius: 4px;
  margin: 0 auto;
  text-transform: capitalize;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: gray;
  border: solid 1px transparent; }
  .incidents__product.active {
    background-color: #fff;
    color: #3f61ca;
    border-color: #3f61ca; }
  .incidents__product.didlogic {
    background-color: #a41d21; }
  .incidents__product.voiso {
    background-color: #475bbe; }
  .incidents__product.wavix {
    background-color: #62bf7a; }
.incidents__products-select {
  display: grid;
  grid: auto/repeat(3, auto);
  gap: 5px;
  justify-content: center;
  cursor: pointer; }
.nagios .host {
  margin-top: 10px; }
.nagios .row {
  display: flex; }
  .nagios .row .output, .nagios .row .status {
    margin-right: 10px; }
  .nagios .row .status {
    width: 16px;
    height: 16px; }
  .nagios .row .status-16 {
    background-color: red;
    border-radius: 50%; }
.statistics {
  display: flex;
  width: 100%;
  flex: 1; }
  .statistics .users-table table td {
    border-bottom: 3px solid #f8f9fb; }

.calendar-icon {
  margin-left: 7px;
  height: 16px;
  width: 15px;
  background-image: url(/assets/calendar-icon-3a949dbd3f3f3543fab1e7dddcc76b41ed43b3d6fbd515b3cd9139d9ba9eb2a7.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; }

.overall-stats {
  display: flex;
  justify-content: flex-start;
  margin-left: 30px;
  margin-right: 30px; }
  .overall-stats .info {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 121px;
    min-height: 88px;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    font-style: normal;
    padding: 25 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 12px;
    /* identical to box height */
    color: #494c64; }
    .overall-stats .info .value {
      margin-top: 10px;
      font-style: normal;
      font-weight: bold;
      font-size: 25px;
      line-height: 30px;
      /* identical to box height */
      align-self: flex-start;
      color: #5b5f7e; }

.mobile-agents-container {
  display: none; }

.legend-container {
  display: flex;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 50px;
  justify-content: flex-start; }
  .legend-container .legend-row {
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .legend-container .legend-row .not-logged-in-yet {
      margin-right: 10px;
      border: 2px solid #ff0000;
      width: 14px;
      height: 14px;
      min-width: 14px;
      min-height: 14px;
      border-radius: 50%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: 14px; }

tr.filler {
  height: 7px !important;
  min-height: 7px !important;
  background-color: #118ab2;
  background-image: linear-gradient(319deg, #118ab2 0%, #06d6a0 37%, #ffd166 100%); }
  tr.filler td {
    border-bottom: 1px solid #ddd; }

@media screen and (max-width: 1260px) {
  .statistics .table-container {
    display: none; }
  .statistics .admin-users h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: -97px;
    left: 0; }

  .mobile-agents-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 18px;
    margin-top: 20px; }

  .mobile-agent-card {
    display: flex;
    flex-direction: row;
    width: 269px;
    background: #ffffff;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 3px;
    position: relative; }
    .mobile-agent-card.firstline {
      margin-bottom: 15px; }
    .mobile-agent-card-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end; }
    .mobile-agent-card-left {
      display: flex;
      flex-direction: row;
      width: 100%;
      flex: 1; }
    .mobile-agent-card-border {
      display: flex;
      flex-direction: row;
      width: 292px;
      min-height: calc(100% - 24px);
      height: calc(100% - 24px);
      border-radius: 5px;
      top: 13px;
      margin-bottom: 3px;
      position: absolute;
      z-index: -1;
      background-color: #118ab2;
      background-image: linear-gradient(319deg, #118ab2 0%, #06d6a0 37%, #ffd166 100%);
      padding-top: 16px;
      margin-left: -12px; }
    .mobile-agent-card-shortname {
      width: 43px;
      height: 43px;
      min-width: 43px;
      min-height: 43px;
      border-radius: 50%;
      border: 1px solid #c6ccde;
      text-transform: capitalize;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #494c64; }
    .mobile-agent-card-metrics {
      margin-bottom: 10px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      /* identical to box height */
      color: #5b5f7e; }
      .mobile-agent-card-metrics-container {
        margin-right: 7px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */
        color: #5b5f7e; }

  .overall-stats {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px; }
    .overall-stats .info {
      margin: 5px 5px;
      max-width: 110px;
      min-width: 110px;
      padding: 25 15px;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #494c64; }
      .overall-stats .info.avgresponsetime {
        max-width: 260px;
        width: 100%; }

  .legend-container {
    flex-direction: column; }

  .legend-row {
    margin: 9px 0; } }
.deps-info .deps-info-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.not-logged-in-yet,
.absent {
  font-weight: 900;
  color: red; }

.mobile-agent-card-metrics .not-logged-in-yet,
td .not-logged-in-yet {
  border: 2px solid #ff0000;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto; }

@media screen and (max-width: 451px) {
  .overall-stats {
    justify-content: center; }

  .mobile-agents-container {
    align-items: center; } }
.agent-statistics .agent-name,
.agent-total-statistics .agent-name,
.category-statistics .agent-name {
  display: inline-flex; }
  .agent-statistics .agent-name *,
  .agent-total-statistics .agent-name *,
  .category-statistics .agent-name * {
    margin: 0 5px; }
.agent-statistics .chart-container,
.agent-total-statistics .chart-container,
.category-statistics .chart-container {
  clear: left;
  overflow: auto; }
.agent-statistics .modal_content,
.agent-total-statistics .modal_content,
.category-statistics .modal_content {
  max-width: 950px !important; }
.agent-statistics .charts-line-title,
.agent-total-statistics .charts-line-title,
.category-statistics .charts-line-title {
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 20px; }

.chart-btn button {
  border: none;
  background-color: transparent;
  color: #494c64; }
.chart-btn.ticket {
  position: absolute;
  right: 20px;
  bottom: 25px; }
  .chart-btn.ticket button {
    width: 30px;
    height: 30px;
    font-size: 23px; }
    .chart-btn.ticket button:disabled {
      color: #f5fafe; }
.chart-btn.agent {
  margin: 3px;
  display: inline-block; }
  .chart-btn.agent button {
    width: 25px;
    height: 25px;
    font-size: 18px; }
.chart-btn.total-agent button, .chart-btn.agent-statistics button {
  width: 35px;
  height: 35px;
  font-size: 30px; }
  .chart-btn.total-agent button:disabled, .chart-btn.agent-statistics button:disabled {
    color: #f1f1f1; }

.ticket-chart-btn-container {
  margin: 20px 30px; }

.chart-date-btn-group {
  margin-left: 50px; }
  @media screen and (max-width: 1261px) {
    .chart-date-btn-group {
      display: flex;
      justify-content: center; } }
  .chart-date-btn-group .chart-date-btn {
    float: left;
    margin: 10px 5px; }
    .chart-date-btn-group .chart-date-btn.active button {
      border-color: #3f61ca;
      color: #3f61ca; }
    .chart-date-btn-group .chart-date-btn button {
      border-color: #494c64;
      color: #494c64;
      width: 125px;
      height: 35px;
      font-size: 16px;
      padding: 0px; }

.overall-stats-container {
  clear: right; }

@media screen and (max-width: 1261px) {
  .select-container {
    width: 300px;
    margin: 0 auto; }
    .select-container .css-1pcexqc-container {
      margin-bottom: 20px; } }
@media screen and (min-width: 1261px) {
  .select-container {
    display: inline-flex;
    float: right;
    padding: 20px 0;
    margin: 50px 0; }
    .select-container .css-1pcexqc-container {
      width: 300px;
      float: right;
      margin-right: 30px; } }
.filters-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: 30px; }
  .filters-container .stats-select-container {
    margin: 30px 30px 16px 30px;
    display: inline-flex;
    justify-content: right; }

.my-team-checkbox-container {
  width: 100px;
  font-size: 20px; }

.teams-selector-container {
  width: 200px; }

.teams-selector {
  width: 100%; }

.customers-selector {
  width: 150px; }
.user-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1; }
.user-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 30px);
  flex: 1;
  padding-top: 10px;
  padding-left: 30px; }
.user-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .user-row.start-ver {
    align-items: flex-start; }
  .user-row.start-hor {
    justify-content: flex-start; }
.user-avatar {
  background-image: url(/assets/avatar-d25cdc79b7aaa173c8424da61ea949e10c5495bf021a3e3d33c021f1d12cc1ea.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  height: 300px;
  width: 300px; }
.user-name {
  outline: none;
  background: transparent;
  box-shadow: none;
  border: none;
  font-size: 32px;
  color: #333;
  display: flex;
  padding: 0 7px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  margin-left: 10px; }
  .user-name:hover {
    cursor: text;
    border-bottom: 1px dashed #999; }
  .user-name:focus {
    border-bottom: 1px solid #999; }
.user-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 30px;
  margin-top: 10px; }
  .user-list__label {
    font-size: 32px;
    font-weight: 400; }
  .user-list__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 4px 0; }
    .user-list__item-name {
      margin-left: 6px; }

.selected-user {
  background-color: #f5fafe; }

.edit-user__title {
  margin: 18px 0 18px 18px; }

.edit-form__input {
  background: #ffffff;
  border: 1px solid #c6ccde;
  height: 50px;
  width: 200px;
  padding: 10px;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #39384e;
  margin: 0 16px 0 6px; }
.edit-form__checkbox {
  margin: 2px 12px 12px 12px; }
.edit-form__checkbox_lbl {
  display: block;
  margin-right: 8px; }
.edit-form__button-submit {
  float: left;
  margin-right: 10px;
  cursor: pointer; }
.edit-form__button-reset {
  float: left;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .user-row.start-hor {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  .user-list {
    min-width: 250px; }

  .user-name {
    margin: 20px; } }
td.good {
  color: green; }
td.bad {
  color: red; }
td.overdue, td.overdue-absent {
  color: red; }
td.overdue-absent {
  font-weight: bolder; }

.agent-statistic-data {
  margin: 30px; }
.schedules {
  background-color: #f1f6fb;
  width: 100%; }
  .schedules h2 {
    margin: 20px 40px; }
  .schedules .customers-queues,
  .schedules .departments {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    flex-wrap: wrap;
    height: intrinsic; }
  .schedules .departments {
    max-width: 1400px; }
  .schedules .tickets-queue {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 325px;
    margin: 0 10px; }
    .schedules .tickets-queue .agents {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      flex: 1; }
    .schedules .tickets-queue .agent {
      width: calc(100% - 40px);
      padding: 40px 20px;
      border-radius: 5px;
      background-color: #ffffff;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      min-height: 58px;
      color: #494c64;
      margin-bottom: 3px; }
      .schedules .tickets-queue .agent .name {
        word-break: break-all; }
      .schedules .tickets-queue .agent .wh {
        padding-top: 14px;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        color: #5b5f7e; }
    .schedules .tickets-queue .header {
      height: 48px;
      min-height: 48px;
      max-height: 48px;
      border-radius: 3px;
      width: 100%;
      text-transform: capitalize;
      font-size: 23px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.41;
      position: relative;
      color: #ffffff; }
    .schedules .tickets-queue .header.low {
      background-color: #2ecc71; }
    .schedules .tickets-queue .header.medium {
      background-color: #3498db; }
    .schedules .tickets-queue .header.high {
      background-color: #f1c40f; }
    .schedules .tickets-queue .header.urgent {
      background-color: #e74c3c; }
    .schedules .tickets-queue .header.dep-header {
      border: 1px solid #3f62ca;
      color: #3f62ca; }
  .schedules .departments .agent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .schedules .departments .skill {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    font-size: 23px;
    border-radius: 50%;
    border: 1px solid #c6ccde;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #494c64;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.note-overflow {
  display: block;
  overflow: hidden;
  align-items: center;
  width: auto;
  height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 25px; }

.note-overflow:active {
  height: auto;
  width: auto; }

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 9px;
  min-width: 16px;
  min-height: 16px; }

.circle.not-available {
  background-color: #e74c3c; }

.circle.online {
  background-color: #2ecc71; }

.circle.offline {
  border: 4px solid #8085a9;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px; }

.circle.overtime {
  border: 4px solid #2ecc71;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px; }

.users__notification_green {
  color: #2ecc71;
  margin-left: 10px; }
.users__notification_red {
  color: #e74c3c;
  margin-left: 10px; }
.users__popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5); }
.users__popup-inner {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  bottom: 25%;
  width: 580px;
  height: 200px;
  margin: auto;
  background: white;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  color: #5b5f7e; }
.users__popup-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
.users__popup-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  height: 105px; }

@media screen and (max-width: 1260px) {
  .schedules {
    zoom: 0.85; }
    .schedules .tickets-queue {
      margin-top: 7px; }
    .schedules .customers-queues,
    .schedules .departments {
      justify-content: center; }
    .schedules .tickets-queue .agents {
      flex: none;
      transition: 0.1s all;
      transform: scaleY(0);
      opacity: 0; }
    .schedules .tickets-queue .agent {
      height: 0;
      min-height: 0;
      padding: 0; }
    .schedules .tickets-queue .header .toggle-list-icon {
      position: absolute;
      background-image: url(/assets/toggle-icon-4fb936cc5e4079b9f0d61ace3db7ad9e1e5109abb7043a91cc232178dc823114.svg);
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: contain;
      height: 7px;
      width: 14px;
      right: 25px;
      fill: white; }
    .schedules .departments .tickets-queue .header .toggle-list-icon {
      background-image: url(/assets/toggle-icon-blue-0f03bd9d457829cdacc6a50e220298b8593d31c2030d29213727795e4ecfb5ac.svg); }

  #billing:checked + label[for="billing"] .toggle-list-icon {
    transform: rotate(180deg); }
  #billing:checked ~ #billing-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #billing:checked ~ #billing-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #qa:checked + label[for="qa"] .toggle-list-icon {
    transform: rotate(180deg); }
  #qa:checked ~ #qa-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #qa:checked ~ #qa-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #voice_engineering:checked + label[for="voice_engineering"] .toggle-list-icon {
    transform: rotate(180deg); }
  #voice_engineering:checked ~ #voice_engineering-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #voice_engineering:checked ~ #voice_engineering-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #lnp:checked + label[for="lnp"] .toggle-list-icon {
    transform: rotate(180deg); }
  #lnp:checked ~ #lnp-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #lnp:checked ~ #lnp-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #bugs:checked + label[for="bugs"] .toggle-list-icon {
    transform: rotate(180deg); }
  #bugs:checked ~ #bugs-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #bugs:checked ~ #bugs-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #low:checked + #low-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #low:checked + #low-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #medium:checked + #medium-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #medium:checked + #medium-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #high:checked + #high-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #high:checked + #high-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #urgent:checked + #urgent-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #urgent:checked + #urgent-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #dev:checked + #dev-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #dev:checked + #dev-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #provisioning:checked + #provisioning-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #provisioning:checked + #provisioning-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #carrier_relations:checked + #carrier_relations-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #carrier_relations:checked + #carrier_relations-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; }

  #customer_success:checked + #customer_success-list {
    flex: 1;
    transform: scale(1);
    transition: 0.1s all;
    opacity: 1; }
    #customer_success:checked + #customer_success-list .agent {
      height: auto;
      min-height: auto;
      padding: 40px 20px; } }
.caledar-events {
  margin: 0 auto; }
  .caledar-events .header-wrapper {
    margin: 20px 40px;
    max-width: 1366px; }
    @media screen and (max-width: 1024px) {
      .caledar-events .header-wrapper {
        margin: 10px 20px; } }
  .caledar-events .add-event-form {
    min-width: 300px;
    max-width: 600px;
    margin: auto; }
    .caledar-events .add-event-form .form-group {
      margin-top: 30px; }
    .caledar-events .add-event-form label {
      font-size: 18px;
      font-weight: bold; }
    .caledar-events .add-event-form textarea {
      width: 100%;
      height: 200px;
      font-size: 18px;
      margin-top: 15px;
      padding: 3px; }
    .caledar-events .add-event-form__input {
      margin-top: 15px;
      width: 100%;
      height: 38px;
      font-size: 18px;
      padding: 3px;
      -webkit-appearance: auto; }
    .caledar-events .add-event-form .event-from-error {
      font-size: 16px;
      font-weight: bold;
      padding: 12px 0 0 0;
      color: #e74c3c; }
    .caledar-events .add-event-form .submit-event-from {
      width: 100%;
      height: 40px;
      text-align: center;
      margin-top: 20px; }
    .caledar-events .add-event-form .departments-select {
      margin-top: 15px;
      font: 400 18px Arial !important;
      font-size: 100% !important; }
      .caledar-events .add-event-form .departments-select__control {
        font: 400 18px Arial !important;
        font-size: 100% !important;
        min-height: 35px;
        border: 1px solid #767676;
        border-radius: 2px;
        transition-duration: 0ms; }
      .caledar-events .add-event-form .departments-select__value-container {
        padding: 2px 3px; }
      .caledar-events .add-event-form .departments-select__control--is-focused {
        border-color: #3b3b3b;
        box-shadow: 0 0 0 0.5px #3b3b3b; }
      .caledar-events .add-event-form .departments-select__multi-value__label {
        font-size: 100%; }
  .caledar-events .event-modal .modal-content-wrap {
    margin: 0 10px; }
    .caledar-events .event-modal .modal-content-wrap h1 {
      padding: 0 0 30px 0; }
    .caledar-events .event-modal .modal-content-wrap .event-modal-date {
      padding: 30px 0; }
  .caledar-events .event-modal .button-wrapper {
    display: flex;
    gap: 15px; }
  .caledar-events .event-modal .button-remove {
    color: #e74c3c;
    border-color: #e74c3c; }
.category-statistics col.low {
  background-color: rgba(46, 204, 113, 0.3); }
.category-statistics col.medium {
  background-color: rgba(52, 152, 219, 0.3); }
.category-statistics col.high {
  background-color: rgba(241, 196, 15, 0.3); }
.category-statistics col.urgent {
  background-color: rgba(231, 76, 60, 0.3); }
.category-statistics .chart-btn.category-statistics {
  margin-top: -2px;
  margin-right: 4px; }
  .category-statistics .chart-btn.category-statistics button {
    width: 25px;
    height: 25px;
    font-size: 18px; }
.category-statistics .category-name {
  display: flex;
  margin-left: 10px; }
.category-statistics .table {
  width: 96%;
  margin: 75px 0px 50px 2%; }

.priority-low-bgc {
  background-color: rgba(46, 204, 113, 0.3); }

.priority-medium-bgc {
  background-color: rgba(52, 152, 219, 0.3); }

.priority-high-bgc {
  background-color: rgba(241, 196, 15, 0.3); }

.priority-urgent-bgc {
  background-color: rgba(231, 76, 60, 0.3); }

.color-icons {
  margin: 70px 0 70px 30px;
  float: left;
  height: 38px;
  color: #5b5f7e; }
  .color-icons__item {
    display: block;
    float: left;
    border: 1px solid transparent;
    border-radius: 4px;
    align-items: center;
    padding: 8px 8px;
    margin-right: 10px; }

.time-interval-statistics {
  margin: 70px 0 70px 30px;
  float: left;
  height: 38px; }
  .time-interval-statistics .stats-button {
    border-color: #494c64;
    color: #494c64;
    width: 155px;
    height: 38px;
    font-size: 16px;
    padding: 0;
    float: left;
    margin-left: 10px; }

@media screen and (max-width: 1261px) {
  .time-interval-statistics {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 38px;
    margin: 20px auto;
    float: none; }
    .time-interval-statistics .stats-button {
      border-color: #494c64;
      color: #494c64;
      width: 60px;
      height: 38px;
      font-size: 16px;
      padding: 0;
      float: none; }

  .color-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    float: none;
    height: 38px;
    color: #5b5f7e;
    margin: 0 auto; }
    .color-icons__item {
      display: block;
      float: left;
      border: 1px solid transparent;
      border-radius: 4px;
      align-items: center;
      padding: 8px 8px;
      margin-right: 10px; } }
.DateRangePicker__Date--today .DateRangePicker__DateLabel {
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  border: 1px dashed #3f62ca;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto; }

.DateRangePicker__Date--today--is-selected .DateRangePicker__DateLabel {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto; }

.DateRangePicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DateRangePicker__Legend {
  color: #52575e;
  font-size: 14px;
  line-height: 16px;
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }

.DateRangePicker__LegendItem {
  display: inline-block;
  margin: 0 20px; }

.DateRangePicker__LegendItemColor {
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin-right: 6px;
  vertical-align: text-bottom;
  width: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25); }

.DateRangePicker__LegendItemColor--selection {
  background-color: #ed5434; }

.DateRangePicker__PaginationArrow {
  border: 0;
  cursor: pointer;
  display: block;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 35px;
  z-index: 1; }

.DateRangePicker__PaginationArrow--previous {
  left: 20px; }

.DateRangePicker__PaginationArrow--next {
  right: 20px; }

.DateRangePicker__PaginationArrow:hover {
  background-color: #ccc; }

.DateRangePicker__PaginationArrowIcon {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  height: 0;
  position: absolute;
  top: 10px;
  width: 0; }

.DateRangePicker__PaginationArrowIcon--is-disabled {
  opacity: 0.25; }

.DateRangePicker__PaginationArrowIcon--previous {
  border-left: 8px solid transparent;
  border-right: 8px solid #aaa;
  right: 11px; }

.DateRangePicker__PaginationArrowIcon--next {
  border-left: 8px solid #aaa;
  border-right: 8px solid transparent;
  left: 11px; }

.DateRangePicker__Month {
  color: #333;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.DateRangePicker__MonthHeader {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #494c64;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center; }

.DateRangePicker__MonthHeaderLabel {
  display: inline-block;
  position: relative; }

.DateRangePicker__MonthHeaderSelect {
  background: #e4e4e4;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.DateRangePicker__MonthDates {
  border-collapse: separate;
  border-spacing: 0 1px;
  margin: 0;
  width: 100%; }

.DateRangePicker__WeekdayHeading,
.DateRangePicker__Date {
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  width: 14.285714285714286%; }

.DateRangePicker__WeekdayHeading {
  color: #000;
  font-weight: bold; }

.DateRangePicker__WeekdayHeading abbr[title] {
  border-bottom-width: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #39384e;
  cursor: pointer;
  text-decoration: none; }

.DateRangePicker__Date {
  border: 0 solid #f4f5f6;
  border-right-width: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.DateRangePicker__Date--weekend {
  background-color: #f6f7f9; }

.DateRangePicker__Date--otherMonth {
  opacity: 0.25; }

.DateRangePicker__Date--is-disabled {
  color: #cdcdd1;
  cursor: default; }

.DateRangePicker__Date--is-selected {
  color: #fff; }

.DateRangePicker__Date--is-highlighted {
  color: #333; }

.DateRangePicker__CalendarDatePeriod {
  bottom: 0;
  position: absolute;
  top: 0; }

.DateRangePicker__CalendarDatePeriod--am {
  left: 0;
  right: 50%; }

.DateRangePicker__CalendarDatePeriod--pm {
  left: 50%;
  right: 0; }

.DateRangePicker__CalendarSelection {
  background-color: #3f62ca;
  border: 1px solid #3f62ca;
  border-radius: 3px;
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px; }

.DateRangePicker__CalendarSelection--inOtherMonth {
  opacity: 0.5; }

.DateRangePicker__CalendarSelection--start {
  border-bottom-left-radius: 5px;
  border-right-width: 0;
  border-top-left-radius: 5px;
  left: 5px; }

.DateRangePicker__CalendarSelection--end {
  border-bottom-right-radius: 5px;
  border-left-width: 0;
  border-top-right-radius: 5px;
  right: 5px; }

.DateRangePicker__CalendarSelection--segment {
  border-left-width: 0;
  border-right-width: 0; }

.DateRangePicker__CalendarSelection--single {
  border-radius: 5px;
  left: 5px;
  right: 5px; }

.DateRangePicker__CalendarSelection--is-pending {
  background-color: rgba(63, 97, 202, 0.75);
  border-width: 0; }

.DateRangePicker__CalendarHighlight {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px; }

.DateRangePicker__CalendarHighlight--inOtherMonth {
  opacity: 0.5; }

.DateRangePicker__CalendarHighlight--start {
  border-bottom-left-radius: 5px;
  border-right-width: 0;
  border-top-left-radius: 5px;
  left: 5px; }

.DateRangePicker__CalendarHighlight--end {
  border-bottom-right-radius: 5px;
  border-left-width: 0;
  border-top-right-radius: 5px;
  right: 5px; }

.DateRangePicker__CalendarHighlight--segment {
  border-left-width: 0;
  border-right-width: 0; }

.DateRangePicker__CalendarHighlight--single {
  background-color: #fff;
  border: 1px solid rgba(63, 97, 202, 0.75);
  border-radius: 5px;
  left: 5px;
  right: 5px; }

.DateRangePicker__HalfDateStates {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.DateRangePicker__FullDateStates {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.DateRangePicker__DateLabel {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }
:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, :global .react-datepicker__year-read-view--down-arrow,
:global .react-datepicker__month-read-view--down-arrow,
:global .react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  :global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, :global .react-datepicker__year-read-view--down-arrow,
  :global .react-datepicker__month-read-view--down-arrow,
  :global .react-datepicker__month-year-read-view--down-arrow, :global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, :global .react-datepicker__year-read-view--down-arrow::before,
  :global .react-datepicker__month-read-view--down-arrow::before,
  :global .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  :global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, :global .react-datepicker__year-read-view--down-arrow::before,
  :global .react-datepicker__month-read-view--down-arrow::before,
  :global .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }
:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  :global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, :global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  :global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }
:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, :global .react-datepicker__year-read-view--down-arrow,
:global .react-datepicker__month-read-view--down-arrow,
:global .react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, :global .react-datepicker__year-read-view--down-arrow,
  :global .react-datepicker__month-read-view--down-arrow,
  :global .react-datepicker__month-year-read-view--down-arrow, :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, :global .react-datepicker__year-read-view--down-arrow::before,
  :global .react-datepicker__month-read-view--down-arrow::before,
  :global .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  :global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, :global .react-datepicker__year-read-view--down-arrow::before,
  :global .react-datepicker__month-read-view--down-arrow::before,
  :global .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }
:global .react-datepicker-wrapper {
  display: block;
  padding: 0;
  border: 0; }
:global .react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }
:global .react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }
:global .react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }
:global .react-datepicker--time-only .react-datepicker__time,
:global .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }
:global .react-datepicker__triangle {
  position: absolute;
  left: 50px; }
:global .react-datepicker-popper {
  z-index: 1; }
  :global .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  :global .react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, :global .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
    left: auto;
    right: 50px; }
  :global .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  :global .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    :global .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  :global .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    :global .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }
:global .react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  :global .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }
    :global .react-datepicker__header--time:not(:global .react-datepicker__header--time--only) {
      border-top-left-radius: 0; }
  :global .react-datepicker__header:not(:global .react-datepicker__header--has-time-select) {
    border-top-right-radius: 0.3rem; }
:global .react-datepicker__year-dropdown-container--select,
:global .react-datepicker__month-dropdown-container--select,
:global .react-datepicker__month-year-dropdown-container--select,
:global .react-datepicker__year-dropdown-container--scroll,
:global .react-datepicker__month-dropdown-container--scroll,
:global .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }
:global .react-datepicker__current-month,
:global .react-datepicker-time__header,
:global .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }
:global .react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
:global .react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  :global .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    :global .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    :global .react-datepicker__navigation--previous--disabled, :global .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  :global .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    :global .react-datepicker__navigation--next--with-time:not(:global .react-datepicker__navigation--next--with-today-button) {
      right: 95px; }
    :global .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    :global .react-datepicker__navigation--next--disabled, :global .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
  :global .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    :global .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      :global .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    :global .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      :global .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }
:global .react-datepicker__month-container {
  float: left; }
:global .react-datepicker__year {
  margin: 0.4rem;
  text-align: center; }
  :global .react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px; }
  :global .react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }
:global .react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }
  :global .react-datepicker__month .react-datepicker__month-text,
  :global .react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }
:global .react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  :global .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  :global .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    :global .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      :global .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: auto; }
      :global .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      :global .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      :global .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
    :global .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }
:global .react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }
  :global .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  :global .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: 0.3rem; }
    :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 85px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center;
      border-bottom-right-radius: 0.3rem; }
      :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px;
          white-space: nowrap; }
          :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            :global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }
:global .react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  :global .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    :global .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }
:global .react-datepicker__day-names,
:global .react-datepicker__week {
  white-space: nowrap; }
:global .react-datepicker__day-name,
:global .react-datepicker__day,
:global .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
:global .react-datepicker__month--selected, :global .react-datepicker__month--in-selecting-range, :global .react-datepicker__month--in-range,
:global .react-datepicker__quarter--selected,
:global .react-datepicker__quarter--in-selecting-range,
:global .react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }
  :global .react-datepicker__month--selected:hover, :global .react-datepicker__month--in-selecting-range:hover, :global .react-datepicker__month--in-range:hover,
  :global .react-datepicker__quarter--selected:hover,
  :global .react-datepicker__quarter--in-selecting-range:hover,
  :global .react-datepicker__quarter--in-range:hover {
    background-color: #1d5d90; }
:global .react-datepicker__month--disabled,
:global .react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none; }
  :global .react-datepicker__month--disabled:hover,
  :global .react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent; }
:global .react-datepicker__day,
:global .react-datepicker__month-text,
:global .react-datepicker__quarter-text,
:global .react-datepicker__year-text {
  cursor: pointer; }
  :global .react-datepicker__day:hover,
  :global .react-datepicker__month-text:hover,
  :global .react-datepicker__quarter-text:hover,
  :global .react-datepicker__year-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  :global .react-datepicker__day--today,
  :global .react-datepicker__month-text--today,
  :global .react-datepicker__quarter-text--today,
  :global .react-datepicker__year-text--today {
    font-weight: bold; }
  :global .react-datepicker__day--highlighted,
  :global .react-datepicker__month-text--highlighted,
  :global .react-datepicker__quarter-text--highlighted,
  :global .react-datepicker__year-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    :global .react-datepicker__day--highlighted:hover,
    :global .react-datepicker__month-text--highlighted:hover,
    :global .react-datepicker__quarter-text--highlighted:hover,
    :global .react-datepicker__year-text--highlighted:hover {
      background-color: #32be3f; }
    :global .react-datepicker__day--highlighted-custom-1,
    :global .react-datepicker__month-text--highlighted-custom-1,
    :global .react-datepicker__quarter-text--highlighted-custom-1,
    :global .react-datepicker__year-text--highlighted-custom-1 {
      color: magenta; }
    :global .react-datepicker__day--highlighted-custom-2,
    :global .react-datepicker__month-text--highlighted-custom-2,
    :global .react-datepicker__quarter-text--highlighted-custom-2,
    :global .react-datepicker__year-text--highlighted-custom-2 {
      color: green; }
  :global .react-datepicker__day--selected, :global .react-datepicker__day--in-selecting-range, :global .react-datepicker__day--in-range,
  :global .react-datepicker__month-text--selected,
  :global .react-datepicker__month-text--in-selecting-range,
  :global .react-datepicker__month-text--in-range,
  :global .react-datepicker__quarter-text--selected,
  :global .react-datepicker__quarter-text--in-selecting-range,
  :global .react-datepicker__quarter-text--in-range,
  :global .react-datepicker__year-text--selected,
  :global .react-datepicker__year-text--in-selecting-range,
  :global .react-datepicker__year-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    :global .react-datepicker__day--selected:hover, :global .react-datepicker__day--in-selecting-range:hover, :global .react-datepicker__day--in-range:hover,
    :global .react-datepicker__month-text--selected:hover,
    :global .react-datepicker__month-text--in-selecting-range:hover,
    :global .react-datepicker__month-text--in-range:hover,
    :global .react-datepicker__quarter-text--selected:hover,
    :global .react-datepicker__quarter-text--in-selecting-range:hover,
    :global .react-datepicker__quarter-text--in-range:hover,
    :global .react-datepicker__year-text--selected:hover,
    :global .react-datepicker__year-text--in-selecting-range:hover,
    :global .react-datepicker__year-text--in-range:hover {
      background-color: #1d5d90; }
  :global .react-datepicker__day--keyboard-selected,
  :global .react-datepicker__month-text--keyboard-selected,
  :global .react-datepicker__quarter-text--keyboard-selected,
  :global .react-datepicker__year-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    :global .react-datepicker__day--keyboard-selected:hover,
    :global .react-datepicker__month-text--keyboard-selected:hover,
    :global .react-datepicker__quarter-text--keyboard-selected:hover,
    :global .react-datepicker__year-text--keyboard-selected:hover {
      background-color: #1d5d90; }
  :global .react-datepicker__day--in-selecting-range:not(:global .react-datepicker__day--in-range):not(
  :global .react-datepicker__month-text--in-range):not(
  :global .react-datepicker__quarter-text--in-range):not(
  :global .react-datepicker__year-text--in-range),
  :global .react-datepicker__month-text--in-selecting-range:not(:global .react-datepicker__day--in-range):not(
  :global .react-datepicker__month-text--in-range):not(
  :global .react-datepicker__quarter-text--in-range):not(
  :global .react-datepicker__year-text--in-range),
  :global .react-datepicker__quarter-text--in-selecting-range:not(:global .react-datepicker__day--in-range):not(
  :global .react-datepicker__month-text--in-range):not(
  :global .react-datepicker__quarter-text--in-range):not(
  :global .react-datepicker__year-text--in-range),
  :global .react-datepicker__year-text--in-selecting-range:not(:global .react-datepicker__day--in-range):not(
  :global .react-datepicker__month-text--in-range):not(
  :global .react-datepicker__quarter-text--in-range):not(
  :global .react-datepicker__year-text--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range :global .react-datepicker__day--in-range:not(:global .react-datepicker__day--in-selecting-range):not(
  :global .react-datepicker__month-text--in-selecting-range):not(
  :global .react-datepicker__quarter-text--in-selecting-range):not(
  :global .react-datepicker__year-text--in-selecting-range),
  .react-datepicker__month--selecting-range :global .react-datepicker__month-text--in-range:not(:global .react-datepicker__day--in-selecting-range):not(
  :global .react-datepicker__month-text--in-selecting-range):not(
  :global .react-datepicker__quarter-text--in-selecting-range):not(
  :global .react-datepicker__year-text--in-selecting-range),
  .react-datepicker__month--selecting-range :global .react-datepicker__quarter-text--in-range:not(:global .react-datepicker__day--in-selecting-range):not(
  :global .react-datepicker__month-text--in-selecting-range):not(
  :global .react-datepicker__quarter-text--in-selecting-range):not(
  :global .react-datepicker__year-text--in-selecting-range),
  .react-datepicker__month--selecting-range :global .react-datepicker__year-text--in-range:not(:global .react-datepicker__day--in-selecting-range):not(
  :global .react-datepicker__month-text--in-selecting-range):not(
  :global .react-datepicker__quarter-text--in-selecting-range):not(
  :global .react-datepicker__year-text--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  :global .react-datepicker__day--disabled,
  :global .react-datepicker__month-text--disabled,
  :global .react-datepicker__quarter-text--disabled,
  :global .react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc; }
    :global .react-datepicker__day--disabled:hover,
    :global .react-datepicker__month-text--disabled:hover,
    :global .react-datepicker__quarter-text--disabled:hover,
    :global .react-datepicker__year-text--disabled:hover {
      background-color: transparent; }
:global .react-datepicker__month-text.react-datepicker__month--selected:hover, :global .react-datepicker__month-text.react-datepicker__month--in-range:hover, :global .react-datepicker__month-text.react-datepicker__quarter--selected:hover, :global .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
:global .react-datepicker__quarter-text.react-datepicker__month--selected:hover,
:global .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
:global .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
:global .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5; }
:global .react-datepicker__month-text:hover,
:global .react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }
:global .react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }
:global .react-datepicker__year-read-view,
:global .react-datepicker__month-read-view,
:global .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  :global .react-datepicker__year-read-view:hover,
  :global .react-datepicker__month-read-view:hover,
  :global .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    :global .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    :global .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    :global .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    :global .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    :global .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    :global .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  :global .react-datepicker__year-read-view--down-arrow,
  :global .react-datepicker__month-read-view--down-arrow,
  :global .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }
:global .react-datepicker__year-dropdown,
:global .react-datepicker__month-dropdown,
:global .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  :global .react-datepicker__year-dropdown:hover,
  :global .react-datepicker__month-dropdown:hover,
  :global .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  :global .react-datepicker__year-dropdown--scrollable,
  :global .react-datepicker__month-dropdown--scrollable,
  :global .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }
:global .react-datepicker__year-option,
:global .react-datepicker__month-option,
:global .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  :global .react-datepicker__year-option:first-of-type,
  :global .react-datepicker__month-option:first-of-type,
  :global .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  :global .react-datepicker__year-option:last-of-type,
  :global .react-datepicker__month-option:last-of-type,
  :global .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  :global .react-datepicker__year-option:hover,
  :global .react-datepicker__month-option:hover,
  :global .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
    :global .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    :global .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    :global .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    :global .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    :global .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    :global .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  :global .react-datepicker__year-option--selected,
  :global .react-datepicker__month-option--selected,
  :global .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }
:global .react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
  :global .react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\00d7"; }
:global .react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }
:global .react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  :global .react-datepicker__portal .react-datepicker__day-name,
  :global .react-datepicker__portal .react-datepicker__day,
  :global .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    :global .react-datepicker__portal .react-datepicker__day-name,
    :global .react-datepicker__portal .react-datepicker__day,
    :global .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  :global .react-datepicker__portal .react-datepicker__current-month,
  :global .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  :global .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  :global .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    :global .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    :global .react-datepicker__portal .react-datepicker__navigation--previous--disabled, :global .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  :global .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    :global .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    :global .react-datepicker__portal .react-datepicker__navigation--next--disabled, :global .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: block;
  padding: 0;
  border: 0; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
    left: auto;
    right: 50px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }
    .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
      border-top-left-radius: 0; }
  .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: 0.3rem; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 95px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center; }
  .react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px; }
  .react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }
  .react-datepicker__month .react-datepicker__month-text,
  .react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: auto; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: 0.3rem; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 85px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center;
      border-bottom-right-radius: 0.3rem; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px;
          white-space: nowrap; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }
  .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
  .react-datepicker__quarter--selected:hover,
  .react-datepicker__quarter--in-selecting-range:hover,
  .react-datepicker__quarter--in-range:hover {
    background-color: #1d5d90; }
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none; }
  .react-datepicker__month--disabled:hover,
  .react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer; }
  .react-datepicker__day:hover,
  .react-datepicker__month-text:hover,
  .react-datepicker__quarter-text:hover,
  .react-datepicker__year-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today,
  .react-datepicker__month-text--today,
  .react-datepicker__quarter-text--today,
  .react-datepicker__year-text--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted,
  .react-datepicker__quarter-text--highlighted,
  .react-datepicker__year-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover,
    .react-datepicker__quarter-text--highlighted:hover,
    .react-datepicker__year-text--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1,
    .react-datepicker__quarter-text--highlighted-custom-1,
    .react-datepicker__year-text--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2,
    .react-datepicker__quarter-text--highlighted-custom-2,
    .react-datepicker__year-text--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--selected,
  .react-datepicker__year-text--in-selecting-range,
  .react-datepicker__year-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--in-range:hover,
    .react-datepicker__quarter-text--selected:hover,
    .react-datepicker__quarter-text--in-selecting-range:hover,
    .react-datepicker__quarter-text--in-range:hover,
    .react-datepicker__year-text--selected:hover,
    .react-datepicker__year-text--in-selecting-range:hover,
    .react-datepicker__year-text--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected,
  .react-datepicker__month-text--keyboard-selected,
  .react-datepicker__quarter-text--keyboard-selected,
  .react-datepicker__year-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover,
    .react-datepicker__month-text--keyboard-selected:hover,
    .react-datepicker__quarter-text--keyboard-selected:hover,
    .react-datepicker__year-text--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range):not(
  .react-datepicker__month-text--in-range):not(
  .react-datepicker__quarter-text--in-range):not(
  .react-datepicker__year-text--in-range),
  .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range):not(
  .react-datepicker__month-text--in-range):not(
  .react-datepicker__quarter-text--in-range):not(
  .react-datepicker__year-text--in-range),
  .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range):not(
  .react-datepicker__month-text--in-range):not(
  .react-datepicker__quarter-text--in-range):not(
  .react-datepicker__year-text--in-range),
  .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range):not(
  .react-datepicker__month-text--in-range):not(
  .react-datepicker__quarter-text--in-range):not(
  .react-datepicker__year-text--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range):not(
  .react-datepicker__month-text--in-selecting-range):not(
  .react-datepicker__quarter-text--in-selecting-range):not(
  .react-datepicker__year-text--in-selecting-range),
  .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range):not(
  .react-datepicker__month-text--in-selecting-range):not(
  .react-datepicker__quarter-text--in-selecting-range):not(
  .react-datepicker__year-text--in-selecting-range),
  .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range):not(
  .react-datepicker__month-text--in-selecting-range):not(
  .react-datepicker__quarter-text--in-selecting-range):not(
  .react-datepicker__year-text--in-selecting-range),
  .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range):not(
  .react-datepicker__month-text--in-selecting-range):not(
  .react-datepicker__quarter-text--in-selecting-range):not(
  .react-datepicker__year-text--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled,
  .react-datepicker__quarter-text--disabled,
  .react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover,
    .react-datepicker__quarter-text--disabled:hover,
    .react-datepicker__year-text--disabled:hover {
      background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5; }
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\00d7"; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
.notification {
  position: fixed;
  box-sizing: border-box;
  font-size: 16px;
  z-index: 999999;
  overflow-wrap: anywhere; }
  .notification.topRight {
    top: 24px;
    right: 24px;
    transition: transform 0.6s ease-in-out;
    animation: toastInRight 0.7s ease-in 0.3s; }
  .notification.bottomRight {
    bottom: 24px;
    right: 24px;
    transition: transform 0.6s ease-in-out;
    animation: toastInRight 0.7s ease-in 0.3s; }
  .notification.topLeft {
    top: 24px;
    left: 24px;
    transition: transform 0.6s ease-in;
    animation: toastInLeft 0.7s ease-in 0.3s; }
  .notification.bottomLeft {
    bottom: 24px;
    left: 24px;
    transition: transform 0.6s ease-in;
    animation: toastInLeft 0.7s ease-in 0.3s; }

@keyframes toastInClose {
  from {
    opacity: 0; }
  to {
    opacity: 0.3; } }
@keyframes toastInRight {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }
@keyframes toastInLeft {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@charset "UTF-8";
.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto; }
  .rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
      padding: 5px 10px;
      vertical-align: top; }
    .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
      padding-left: 15px;
      padding-right: 15px;
      text-transform: lowercase; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left: 1px solid #DDD; }
    .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left-width: 0;
      border-right: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
      border-top: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
      padding: 3px 5px;
      text-align: left;
      border-bottom: 1px solid #DDD; }
      .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
        text-align: right; }

.rbc-agenda-time-cell {
  text-transform: lowercase; }
  .rbc-agenda-time-cell .rbc-continues-after:after {
    content: " »"; }
  .rbc-agenda-time-cell .rbc-continues-prior:before {
    content: "« "; }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap; }

.rbc-agenda-event-cell {
  width: 100%; }
.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3f62ca;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left; }
  .rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none; }
  .rbc-event.rbc-selected {
    background-color: #2e4da8; }
  .rbc-event:focus {
    outline: 5px auto #3b99fc; }

.rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 80%; }

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.rbc-row {
  display: flex;
  flex-direction: row; }

.rbc-row-segment {
  padding: 0 1px 1px 1px; }
  .rbc-row-segment .rbc-event-content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal; }

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.rbc-month-header {
  display: flex;
  flex-direction: row; }

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }
  .rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD; }

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding: 5px;
  text-align: right; }
  .rbc-date-cell.rbc-now {
    font-weight: bold; }
  .rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden; }

.rbc-day-bg {
  flex: 1 0 0%; }
  .rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD; }

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  .rbc-overlay > * + * {
    margin-top: 1px; }

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled].rbc-btn {
  cursor: not-allowed; }

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }
@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled].rbc-btn {
  cursor: not-allowed; }

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit; }

.rbc-abs-full {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.rbc-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rbc-rtl {
  direction: rtl; }

.rbc-off-range {
  color: #999999; }

.rbc-off-range-bg {
  background: #e6e6e6; }

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD; }
  .rbc-header + .rbc-header {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .rbc-row-content-scrollable .rbc-row-content-scroll-container {
    height: 100%;
    overflow-y: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
      display: none; }

.rbc-today {
  background-color: #eaf6ff; }

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }
  .rbc-toolbar .rbc-toolbar-label {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center; }
  .rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap; }
    .rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #e6e6e6;
      border-color: #adadad; }
      .rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
        color: #373a3c;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .rbc-toolbar button:focus {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .rbc-toolbar button:hover {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }
  .rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .rbc-btn-group button + button {
    margin-left: -1px; }
  .rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px; }
  .rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
    margin-left: 10px; }

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3f62ca;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left; }
  .rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none; }
  .rbc-event.rbc-selected {
    background-color: #2e4da8; }
  .rbc-event:focus {
    outline: 5px auto #3b99fc; }

.rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 80%; }

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-row {
  display: flex;
  flex-direction: row; }

.rbc-row-segment {
  padding: 0 1px 1px 1px; }
  .rbc-row-segment .rbc-event-content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal; }

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.rbc-month-header {
  display: flex;
  flex-direction: row; }

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }
  .rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD; }

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding: 5px;
  text-align: right; }
  .rbc-date-cell.rbc-now {
    font-weight: bold; }
  .rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden; }

.rbc-day-bg {
  flex: 1 0 0%; }
  .rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD; }

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  .rbc-overlay > * + * {
    margin-top: 1px; }

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto; }
  .rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
      padding: 5px 10px;
      vertical-align: top; }
    .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
      padding-left: 15px;
      padding-right: 15px;
      text-transform: lowercase; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left: 1px solid #DDD; }
    .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left-width: 0;
      border-right: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
      border-top: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
      padding: 3px 5px;
      text-align: left;
      border-bottom: 1px solid #DDD; }
      .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
        text-align: right; }

.rbc-agenda-time-cell {
  text-transform: lowercase; }
  .rbc-agenda-time-cell .rbc-continues-after:after {
    content: " »"; }
  .rbc-agenda-time-cell .rbc-continues-prior:before {
    content: "« "; }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap; }

.rbc-agenda-event-cell {
  width: 100%; }

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .rbc-time-column .rbc-timeslot-group {
    flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }
  .rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0; }
    .rbc-day-slot .rbc-events-container.rbc-rtl {
      left: 10px;
      right: 0; }
  .rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute; }
  .rbc-day-slot .rbc-background-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute;
    opacity: 0.75; }
  .rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: 5px;
    width: auto; }
  .rbc-day-slot .rbc-event-content {
    width: 100%;
    flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em; }
  .rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7; }

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px; }
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden; }
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px; }
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none; }
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px; }
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0; }

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px; }

.rbc-time-slot {
  flex: 1 0 0; }
  .rbc-time-slot.rbc-now {
    font-weight: bold; }

.rbc-day-header {
  text-align: center; }

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.rbc-slot-selecting {
  cursor: move; }

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0; }
  .rbc-time-view .rbc-time-gutter {
    white-space: nowrap; }
  .rbc-time-view .rbc-allday-cell {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative; }
  .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
    border-left: 1px solid #DDD; }
  .rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4; }
  .rbc-time-view .rbc-row {
    box-sizing: border-box;
    min-height: 38px; }

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row; }
  .rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD; }
  .rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD; }
  .rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD; }

.rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-header-content > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
    flex-shrink: 0; }

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative; }
  .rbc-time-content > .rbc-time-gutter {
    flex: none; }
  .rbc-time-content > * + * > * {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-content > .rbc-day-slot {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; }

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }
.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .rbc-time-column .rbc-timeslot-group {
    flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }
  .rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0; }
    .rbc-day-slot .rbc-events-container.rbc-rtl {
      left: 10px;
      right: 0; }
  .rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute; }
  .rbc-day-slot .rbc-background-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute;
    opacity: 0.75; }
  .rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: 5px;
    width: auto; }
  .rbc-day-slot .rbc-event-content {
    width: 100%;
    flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em; }
  .rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7; }

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px; }
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden; }
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px; }
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none; }
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px; }
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0; }

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px; }

.rbc-time-slot {
  flex: 1 0 0; }
  .rbc-time-slot.rbc-now {
    font-weight: bold; }

.rbc-day-header {
  text-align: center; }
.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .rbc-time-column .rbc-timeslot-group {
    flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }
  .rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0; }
    .rbc-day-slot .rbc-events-container.rbc-rtl {
      left: 10px;
      right: 0; }
  .rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute; }
  .rbc-day-slot .rbc-background-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute;
    opacity: 0.75; }
  .rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: 5px;
    width: auto; }
  .rbc-day-slot .rbc-event-content {
    width: 100%;
    flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em; }
  .rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7; }

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px; }
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden; }
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px; }
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none; }
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px; }
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0; }

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px; }

.rbc-time-slot {
  flex: 1 0 0; }
  .rbc-time-slot.rbc-now {
    font-weight: bold; }

.rbc-day-header {
  text-align: center; }

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.rbc-slot-selecting {
  cursor: move; }

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0; }
  .rbc-time-view .rbc-time-gutter {
    white-space: nowrap; }
  .rbc-time-view .rbc-allday-cell {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative; }
  .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
    border-left: 1px solid #DDD; }
  .rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4; }
  .rbc-time-view .rbc-row {
    box-sizing: border-box;
    min-height: 38px; }

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row; }
  .rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD; }
  .rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD; }
  .rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD; }

.rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-header-content > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
    flex-shrink: 0; }

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative; }
  .rbc-time-content > .rbc-time-gutter {
    flex: none; }
  .rbc-time-content > * + * > * {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-content > .rbc-day-slot {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; }

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }
.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }
  .rbc-toolbar .rbc-toolbar-label {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center; }
  .rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap; }
    .rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #e6e6e6;
      border-color: #adadad; }
      .rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
        color: #373a3c;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .rbc-toolbar button:focus {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .rbc-toolbar button:hover {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }
  .rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .rbc-btn-group button + button {
    margin-left: -1px; }
  .rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px; }
  .rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
    margin-left: 10px; }
.ticket-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min-content;
  min-width: calc(100vw - 248px);
  flex: 1; }
  .ticket-container p {
    margin-bottom: 0; }

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px; }

.ReactModal__Body--open {
  overflow: hidden; }

.ReactModal__Content img {
  width: 100%;
  height: auto; }

#root {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1; }

.ticket-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-top: 10px; }
  .ticket-info table {
    width: auto !important; }
    .ticket-info table td,
    .ticket-info table th {
      word-break: break-all !important; }

.header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  max-width: 1040px;
  width: 100%;
  height: 70px; }
  .header .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    max-width: 1440px; }
  .header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #39384e;
    font-size: 20px; }
    .header-logo__didlogic {
      margin-right: 16px;
      height: 36px;
      width: 145px;
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: contain;
      background-image: url(/assets/logo-black-didlogic-aeb0e9c0a75983566392670d0f6a7ac0ff42f2244d4b35f0675b227baaabb481.svg); }
    .header-logo__wavix {
      margin-right: 16px;
      height: 36px;
      width: 145px;
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: contain;
      background-image: url(/assets/wavix-logo-169bbe7a9dadabc94dd302ab1eed66388c8dc6e63e3dad60f2544f279137c8ad.svg); }
    .header-logo__voiso {
      margin-right: 16px;
      height: 36px;
      width: 145px;
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: contain;
      background-image: url(/assets/voiso-logo-1c5688388aec31643d6e5b6a779564987207bb7ffa3feb5019a10010926bfb02.svg); }
  .header-logout {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .header-logout .gap {
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      color: #494c64;
      margin-right: 44px; }
    .header-logout .sign-out {
      color: #3f61ca;
      width: 118px;
      height: 48px;
      border: 1px solid;
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #fff;
      text-decoration: none; }
      .header-logout .sign-out:hover {
        background: #f1f6fb; }
      .header-logout .sign-out > div {
        text-decoration: none;
        color: #3f61ca;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        color: #3f61ca; }

.ticket-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 20px; }
  .ticket-wrapper .scroll-button {
    cursor: pointer;
    position: fixed;
    right: 20px; }
    .ticket-wrapper .scroll-button svg {
      width: 40px;
      height: 40px;
      fill: #00000047 !important; }
    .ticket-wrapper .scroll-button:hover svg {
      fill: #0000009a !important; }
    .ticket-wrapper .scroll-button.up {
      top: 20px; }
    .ticket-wrapper .scroll-button.down {
      bottom: 20px; }

.ticket-left-block {
  width: 100%;
  width: 1040px;
  overflow-wrap: anywhere; }

.ticket-right-block {
  margin-left: 15px; }

@media screen and (max-width: 1260px) {
  .ticket-wrapper {
    width: calc(100vw - 270px);
    max-width: 100vw;
    display: flex;
    flex-direction: column; }

  .ticket-left-block {
    margin: 0 auto;
    width: 100%; }

  .ticket-right-block {
    margin: 0 auto; } }
.ticket-logo {
  background-repeat: no-repeat;
  width: 130px;
  background-size: contain; }
  .ticket-logo.didlogic-logo {
    background-image: url(/assets/logo-32f1514112cc4acdc7ca872af3e7ca5e5c5c8a51289cca9b885af56eaf1515ac.png);
    height: 32px; }
  .ticket-logo.voiso-logo {
    background-image: url(/assets/voiso-logo-1c5688388aec31643d6e5b6a779564987207bb7ffa3feb5019a10010926bfb02.svg);
    height: 23px; }
  .ticket-logo.wavix-logo {
    background-image: url(/assets/wavix-logo-169bbe7a9dadabc94dd302ab1eed66388c8dc6e63e3dad60f2544f279137c8ad.svg);
    height: 19px; }

.ticket-title {
  display: flex;
  padding: 30px;
  gap: 10px;
  background: #dee3e8;
  width: 100%;
  min-height: 186px;
  height: auto; }

.subject-text {
  display: grid;
  grid-template-columns: min-content min-content 1fr;
  width: 100%;
  font-size: 25px;
  line-height: normal;
  align-items: center;
  white-space: nowrap;
  color: #494c64; }
  .subject-text a {
    color: #3f61ca;
    padding-right: 20px;
    text-decoration: none; }

.subject-with-button-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: -19px;
  right: 5px;
  flex-wrap: nowrap;
  width: 95%; }

.subject-text-simple {
  display: grid;
  grid-template-columns: min-content 1fr;
  width: fit-content;
  font-size: 25px;
  line-height: normal;
  align-items: center;
  white-space: nowrap;
  color: #494c64; }
  .subject-text-simple a {
    color: #3f61ca;
    padding-right: 20px;
    text-decoration: none; }

.ticket-links {
  padding-left: 25px;
  font-size: 20px; }
  .ticket-links a {
    font-size: 15px; }

.ticket-from-content {
  width: 100%;
  display: grid;
  grid-template-areas: "info forward" "internal forward" "footer footer";
  grid-template-columns: repeat(2, calc(50% - 70px));
  column-gap: 100px;
  padding-top: 10px;
  position: relative; }

.from-info {
  grid-area: info; }

.from-forward {
  grid-area: forward; }

.from-internal {
  grid-area: internal; }

.from-footer {
  grid-area: footer; }

@media screen and (max-width: 1024px) {
  .ticket-from-content {
    width: 90%;
    grid-template-areas: "info" "forward" "internal" "footer";
    grid-template-columns: 1fr;
    position: relative; }

  .from-info {
    max-width: 450px; }

  .ticket-wrapper {
    width: 100%;
    max-width: calc(100vw - 40px); } }
@media screen and (min-width: 1025px) and (max-width: 1260px) {
  .ticket-from-content {
    grid-template-columns: repeat(2, calc(50% - 40px));
    column-gap: 40px;
    position: relative; } }
@media screen and (min-width: 1025px) {
  .from-info {
    margin-bottom: 20px; } }
.from {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  font-size: 20px; }
  .from .from-info.from-info-notification {
    min-width: 400px;
    width: 400px;
    align-items: center; }
    .from .from-info.from-info-notification a:hover {
      cursor: pointer; }
  .from a {
    color: #3f61ca;
    text-decoration: none;
    word-break: break-all;
    display: flex; }
  .from a:hover {
    cursor: pointer; }
  .from .didlogic-info {
    display: flex; }
    .from .didlogic-info .green {
      color: #2ecc71; }
    .from .didlogic-info .red {
      color: red; }

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  color: #3f61ca;
  border-radius: 3px;
  border: solid 1px #3f61ca;
  background-color: #ffffff;
  padding: 0 20px;
  height: 48px;
  outline: none;
  cursor: pointer; }
  .button:hover {
    background: #f1f6fb; }
  .button:disabled {
    color: #c6ccde;
    border-color: #c6ccde; }

.reply-icons-btn {
  display: grid;
  grid: auto/ auto-flow;
  gap: 5px;
  justify-content: flex-end; }
  .reply-icons-btn .reply-add-comment-icon {
    border: none;
    background: none;
    color: #9ba2c4;
    margin-right: 5px;
    cursor: pointer;
    transition: color 0.2s; }
    .reply-icons-btn .reply-add-comment-icon:active, .reply-icons-btn .reply-add-comment-icon:focus {
      outline: none; }
    .reply-icons-btn .reply-add-comment-icon::-moz-focus-inner {
      border: 0; }
    .reply-icons-btn .reply-add-comment-icon svg {
      width: 24px;
      height: 24px; }
  .reply-icons-btn .disabled {
    cursor: not-allowed; }

.priority {
  text-align: center;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  text-transform: capitalize; }

.priority.dev_voiso {
  background-color: #943f90; }

.priority.urgent {
  background-color: #e74c3c; }

.priority.mission_critical {
  background-color: #ff0000; }

.priority.high {
  background-color: #f1c40f; }

.priority.medium {
  background-color: #3498db; }

.priority.low {
  background-color: #2ecc71; }

.priority.lnp {
  background-color: #ffffff;
  color: #3f61ca;
  text-transform: uppercase;
  margin-bottom: 2px;
  border: 1px solid; }

.priority.small {
  max-height: 36px;
  height: 36px;
  width: 118px;
  max-width: 118px;
  min-width: 118px;
  font-size: 16px; }

.kind {
  margin-left: 5px;
  text-align: center;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  text-transform: capitalize; }

.kind.didlogic {
  background-color: red; }

.kind.voiso {
  background-color: #3498db; }

.kind.wavix {
  background-color: #2ecc71; }

.kind.small {
  max-height: 36px;
  height: 36px;
  width: 118px;
  max-width: 118px;
  min-width: 118px;
  font-size: 16px; }

.created-at, .assigned-to-at {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #5b5f7e;
  padding-top: 10px; }

.assigned-to-at {
  padding-top: 20px; }

.description {
  width: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.66;
  color: #494c64;
  padding: 20px 50px;
  box-sizing: border-box;
  max-width: 1440px; }
  .description a {
    color: #3f61ca; }

.letter-icon {
  cursor: pointer;
  position: absolute;
  left: -50px;
  margin-right: 7px;
  height: 32px;
  width: 32px;
  background-image: url(/assets/letter-e7f36baf67bfeca1e982dda84a205757e0b95d93c88556a324c18b33baf53b33.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; }

.subject-with-id-rows {
  display: flex;
  flex-direction: column;
  width: fit-content;
  width: 100%;
  padding-bottom: 14px; }

.subject {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center; }

.attachments {
  margin-top: 10px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #c6ccde; }
  .attachments-label {
    margin-bottom: 7px;
    font-size: 16px;
    color: #5b5f7e; }
  .attachments-files-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; }

.replies {
  width: 100%;
  max-width: 1440px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #494c64; }

.account-info {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  background: #fff;
  padding: 20px 50px; }
  .account-info .created-at, .account-info .assigned-to-at {
    padding-left: 52px; }

.linkButton {
  color: #3498db;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  background-color: white; }
  .linkButton:hover span {
    opacity: 0.7; }

.reply {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  background: #fff;
  padding: 20px 50px;
  border-bottom: solid 1px #c6ccde;
  height: auto; }
  .reply figure.table table {
    border-left: 1px solid #39384e;
    border-bottom: 1px solid #39384e;
    border-spacing: 0; }
  .reply figure.table tbody {
    border-spacing: 0; }
  .reply figure.table td {
    padding: 5px;
    border-right: 1px solid #39384e;
    border-top: 1px solid #39384e; }
  .reply figure.table tr {
    line-height: normal;
    height: auto; }
    .reply figure.table tr:last-child {
      border-right: none; }
  .reply-user-row {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .reply-user-row.customer {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #3f61ca;
    text-decoration: none; }

.agent-name {
  font-size: 18px;
  color: #494c64; }

.account-info.agent {
  background-color: #f1f6fb;
  display: flex;
  justify-content: space-between; }

.account-info.customer {
  display: flex;
  justify-content: space-between; }

.reply.agent {
  background-color: #f1f6fb; }

.account-info.user_lead_category {
  background-color: transparent;
  display: flex;
  padding: 0px; }
  .account-info.user_lead_category div.category {
    margin-left: 10px;
    padding: 0 25px 0 25px;
    color: white; }
  .account-info.user_lead_category .green_background {
    background: #2ecc71 !important; }
  .account-info.user_lead_category .red_background {
    background: #e74c3c !important; }

.account-info.forward,
.reply.forward {
  background-color: #fef1e1; }

.account-info.internal_note,
.reply.internal_note {
  background-color: #fff0df; }

.account-info.resolution_summary,
.reply.resolution_summary {
  background-color: #ffe1d4;
  border-bottom: 0; }

.account-info.account-manager {
  margin-top: 20px; }

.agents-icon {
  margin-right: 22px;
  height: 32px;
  width: 32px;
  background-image: url(/assets/agents-752db9041a879fabf199d652f8c25e875bf8b76a609d13db03ccacdde013e508.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; }

.customer-icon {
  margin-right: 22px;
  height: 32px;
  width: 32px;
  background-image: url(/assets/customer-9be5589f10815de244b2bc8914423b7e52f464a18dd43f840716e90e73fb5da0.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; }

.internal_note-icon {
  margin-right: 22px;
  height: 32px;
  width: 32px;
  background-image: url(/assets/note-01c571c359e2c8e34e4eb6b602ed62ea3be92406018077b93f51ab5f2e6df4f0.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; }

.ck-editor {
  position: relative;
  width: 100% !important;
  max-width: 1440px; }

.ck-editor__editable {
  min-height: 300px; }
  .ck-editor__editable > ul,
  .ck-editor__editable ol {
    padding-left: 18px; }

.ck-resolve .ck-editor__editable {
  background-color: #e4f4f0 !important; }

.ck-forward .ck-editor__editable {
  background-color: #fef1e1 !important; }

.ck.ck-editor {
  margin-top: 10px !important; }

.ck.ck-button,
a.ck.ck-button {
  padding: 0 15px !important;
  font-size: 16px !important;
  color: #5b5f7e !important; }

.ck.ck-list__item .ck-button.ck-on {
  color: #fff !important; }

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  background: #e9f2fb; }

.from-forward {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px; }
  .from-forward .additional-links {
    max-width: calc(100% - 20px); }
    .from-forward .additional-links a {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  @media screen and (max-width: 1024px) {
    .from-forward {
      width: 100%;
      height: unset; } }

.no-ticket-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #494c64;
  text-align: center; }
  .no-ticket-container > div {
    padding: 20px; }
  .no-ticket-container span {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #8085a9; }
  .no-ticket-container .logout-button {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .no-ticket-container .not-to-much {
    align-self: flex-end;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #8085a9; }

.modal-body {
  width: 100%;
  max-width: 464px;
  border-radius: 3px;
  box-shadow: 4px 0 30px 0 rgba(52, 68, 117, 0.15);
  background-color: #ffffff;
  color: #39384e;
  font-size: 20px;
  line-height: normal;
  padding: 34px;
  z-index: 9999999999999999999999999999999999999999;
  margin: 0;
  height: 416px; }
  .modal-body .comment-container {
    padding-top: 5px; }
  .modal-body .comment-label {
    padding: 20px 0; }
  .modal-body .comment-input {
    width: calc(100% - 18px);
    resize: none;
    height: 100px;
    border-radius: 3px;
    box-shadow: 4px 0 30px 0 rgba(52, 68, 117, 0.1);
    border: solid 1px #c6ccde;
    background-color: #ffffff;
    outline: none;
    padding: 8px;
    font-size: 16px; }
    .modal-body .comment-input:focus {
      border: solid 1px #3f61ca;
      box-shadow: 0 0 0 1px #2684ff; }
  .modal-body .modal-btn-container {
    padding-top: 49px;
    width: 100%;
    margin: auto;
    max-width: 256px;
    align-items: center;
    display: flex;
    flex-direction: column; }
  .modal-body__title {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .modal-body__title .close-icon {
      cursor: pointer;
      position: relative;
      right: -7px;
      width: 50px;
      height: 50px;
      background-color: #fff; }
      .modal-body__title .close-icon span {
        display: block;
        width: 34px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000; }
      .modal-body__title .close-icon .hambur1 {
        transform: rotate(45deg) translate(15px, -2px); }
      .modal-body__title .close-icon .hambur2 {
        transform: rotate(135deg) translate(-7px, -10px); }

.ticket-attachments {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 300px;
  width: min-content;
  transition: background ease-in-out 200ms; }
  .ticket-attachments:hover {
    background: #f5f5f5; }

.comments-attachments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.attachments-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  font-weight: 400; }

.image {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  position: relative;
  color: #39384e;
  cursor: pointer; }
  .image .image-hover {
    display: none; }
  .image:hover .image-hover {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
    max-width: 120px;
    height: calc(100% - 20px);
    cursor: pointer; }
  .image img {
    width: 120px;
    height: 120px;
    margin: 0 10px; }

.file {
  padding: 10px;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 10px;
  border-radius: 4px;
  border: solid 1px #c6ccde;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  word-break: break-all;
  color: #333 !important;
  text-decoration: none; }
  .file-icon {
    width: 20px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-image: url(/assets/file-icon-5cbf70fd8823ae65d54e86248261c5abcaa89a8d93396ce524ff76c7117df1af.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain; }
  .file:hover {
    color: #39384e !important; }

.ck.ck-dropdown .ck-button.ck-dropdown__button svg {
  z-index: 0; }

@media screen and (max-width: 1024px) {
  .ticket-title-container > div {
    margin: 0 0 0 30px; }

  .reply-user-row {
    font-size: 16px; }

  .description {
    font-size: 16px; }

  .attachments {
    font-size: 14px; }
    .attachments-label {
      font-size: 14px; }

  .created-at, .assigned-to-at {
    font-size: 12px; }

  .reply-user-row.customer {
    font-size: 16px; }

  .header {
    height: 90px; }

  .customer-icon,
  .agents-icon,
  .internal_note-icon .letter-icon {
    margin-right: 12px;
    height: 18px;
    width: 17px; }

  .letter-icon {
    left: -40px; }

  .account-info .created-at, .account-info .assigned-to-at {
    padding-left: 30px;
    font-size: 12px; }

  .subject-text {
    width: 100%;
    font-size: 18px; }
    .subject-text a {
      font-size: 18px; }

  .from-forward {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }

  .ticket-title-container .from {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0; }
    .ticket-title-container .from a {
      font-size: 16px; }
    .ticket-title-container .from .didlogic-info {
      padding-top: 10px;
      font-size: 14px; }

  .priority.small {
    width: 60px;
    height: 20px;
    font-size: 10px;
    min-width: 60px; }

  .modal-body {
    max-width: calc(100% - 68px);
    font-size: 16px; }

  .account-info {
    padding: 21px 25px;
    width: 100%; }

  .reply {
    width: 100%;
    padding: 20px 25px;
    font-size: 16px; }

  .description {
    padding: 20px 25px; }

  .header-logo__didlogic {
    width: 90px;
    height: 22.5px;
    margin-right: 10px;
    display: flex; }

  .header-logo__text {
    margin-right: 10px;
    display: flex; }

  .header-logo {
    font-size: 14px;
    flex-direction: column;
    min-width: 120px;
    align-items: flex-end;
    margin-left: 0; }

  .header-logout .gap {
    display: none; }

  .button,
  .header-logout .sign-out {
    min-width: 90px;
    height: 28px;
    font-size: 12px;
    padding: 0 10px; }

  .button.big {
    min-width: 0; }

  .file,
  .image img {
    margin: 0 5px; } }
@media screen and (max-width: 360px) {
  .header-logo {
    flex-direction: column; } }
@media screen and (max-width: 1260px) {
  .ticket-container .mobile-header {
    width: auto; }

  .from-info {
    flex-direction: column;
    align-items: flex-start; }

  .header-logout .sign-out {
    min-width: 90px;
    height: 28px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0; }

  .header .nav {
    width: auto; }

  .ReactModal__Content img {
    width: 100%;
    max-height: 90vh; } }
.resolve-status,
.assigned-status,
.hold-status,
.closed-status {
  background-color: #e4f4f0;
  border: 1px solid #bde3d9;
  padding: 10px;
  margin: 10px 0 10px 0; }

.resolve-status {
  display: grid;
  grid: auto-flow/auto;
  gap: 10px; }

.resolve-comment {
  margin: 10px 20px;
  background-color: #fafafa; }
  .resolve-comment div {
    padding: 15px; }

.ck-comment .ck-editor__editable {
  min-height: 100px; }

.ticket-comment-form {
  max-width: 100%; }
  .ticket-comment-form .button {
    width: 50%;
    margin: auto; }
  .ticket-comment-form textarea {
    font-size: 18px;
    width: 100%;
    height: 100px;
    padding: 5px; }

.ticket-comments-list {
  width: 100%;
  margin-top: 20px; }
  .ticket-comments-list .ticket-comment-container {
    margin-bottom: 20px;
    padding: 15px 15px 20px 15px;
    background-color: #fafafa; }
    .ticket-comments-list .ticket-comment-container pre {
      margin: 0;
      display: flex; }
  .ticket-comments-list h3 {
    margin-bottom: 10px; }

#reply-modal {
  position: relative;
  top: 10%;
  height: auto;
  width: fit-content;
  max-width: none; }
  #reply-modal .comment-input {
    resize: both;
    overflow: auto; }

.drop-report,
.forward-report,
.subject-changed {
  background-color: #e4f4f0;
  border: 1px solid #bde3d9;
  padding: 10px;
  margin: 10px 0 10px 0; }

@media screen and (max-width: 1023px) {
  #reply-modal {
    left: 10%;
    min-width: 70%; } }
@media screen and (min-width: 1024px) and (max-width: 1261px) {
  #reply-modal {
    left: 20%;
    min-width: 50%; } }
@media screen and (min-width: 1261px) {
  #reply-modal {
    left: 40%;
    min-width: 30%; } }
.temporary-reply {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
  background-color: powderblue; }
  .temporary-reply__text {
    padding: 10px 15px; }

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  z-index: 2;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14); }
  .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .dropdown li {
    padding: 8px 12px; }
  .dropdown li:hover {
    background-color: rgba(0, 0, 0, 0.14);
    cursor: pointer; }

.incidents_modal_buttons {
  display: flex;
  justify-content: space-around; }
.daily-modal .daily-modal__list {
  width: 100%;
  overflow-wrap: anywhere;
  margin: 20px 0; }
  .daily-modal .daily-modal__list input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px; }
  .daily-modal .daily-modal__list .event-item {
    margin-top: 10px;
    display: flex;
    background-color: #eff1f3;
    border-radius: 5px;
    padding: 10px; }
    .daily-modal .daily-modal__list .event-item__accordion {
      width: 100%; }
      .daily-modal .daily-modal__list .event-item__accordion-content {
        overflow: hidden;
        transition: max-height 0.2s ease; }
      .daily-modal .daily-modal__list .event-item__accordion-title {
        font-size: 18px;
        width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: space-between; }
    .daily-modal .daily-modal__list .event-item .info {
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-size: 14px; }
    .daily-modal .daily-modal__list .event-item .info-wrapper {
      display: flex;
      flex-direction: column;
      gap: 2px; }
    .daily-modal .daily-modal__list .event-item .event-description {
      padding: 10px 0; }
    .daily-modal .daily-modal__list .event-item .info-grid {
      display: grid;
      grid-template-columns: 62px auto; }
    .daily-modal .daily-modal__list .event-item .info-label {
      font-weight: 600; }
.daily-modal button {
  margin: 0 auto;
  font-size: 20px;
  height: 48px;
  padding: 0 30px; }
.daily-modal .arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin: 0 16px; }
  .daily-modal .arrow span {
    top: 10px;
    position: absolute;
    width: 9.5px;
    height: 1.6px;
    background-color: #585858;
    display: inline-block;
    transition: all 0.2s ease; }
    .daily-modal .arrow span:first-of-type {
      left: 0;
      transform: rotate(45deg); }
    .daily-modal .arrow span:last-of-type {
      right: 0;
      transform: rotate(-45deg); }
  .daily-modal .arrow.active span:first-of-type {
    transform: rotate(-45deg); }
  .daily-modal .arrow.active span:last-of-type {
    transform: rotate(45deg); }
@font-face {
  font-family: "GraphikLight";
  src: url(/assets/GraphikLight-b02298144551ce7891a55d02f569676dbcd96a0d0320d15d2b0acab8ddf4ea50.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "GraphikRegular";
  src: url(/assets/GraphikRegular-8e758310065d56c81731fadefacd48f77fe962456070bcd42b4fab78e044a69d.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }
.not-user-selectable {
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* supported by Chrome and Opera */ }
:root {
  overflow-x: hidden;
  overscroll-behavior: none; }
.DateRangePicker__Date--today .DateRangePicker__DateLabel {
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  border: 1px dashed #3f62ca;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto; }

.DateRangePicker__Date--today--is-selected .DateRangePicker__DateLabel {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto; }

.DateRangePicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DateRangePicker__Legend {
  color: #52575e;
  font-size: 14px;
  line-height: 16px;
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }

.DateRangePicker__LegendItem {
  display: inline-block;
  margin: 0 20px; }

.DateRangePicker__LegendItemColor {
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin-right: 6px;
  vertical-align: text-bottom;
  width: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25); }

.DateRangePicker__LegendItemColor--selection {
  background-color: #ed5434; }

.DateRangePicker__PaginationArrow {
  border: 0;
  cursor: pointer;
  display: block;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 35px;
  z-index: 1; }

.DateRangePicker__PaginationArrow--previous {
  left: 20px; }

.DateRangePicker__PaginationArrow--next {
  right: 20px; }

.DateRangePicker__PaginationArrow:hover {
  background-color: #ccc; }

.DateRangePicker__PaginationArrowIcon {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  height: 0;
  position: absolute;
  top: 10px;
  width: 0; }

.DateRangePicker__PaginationArrowIcon--is-disabled {
  opacity: 0.25; }

.DateRangePicker__PaginationArrowIcon--previous {
  border-left: 8px solid transparent;
  border-right: 8px solid #aaa;
  right: 11px; }

.DateRangePicker__PaginationArrowIcon--next {
  border-left: 8px solid #aaa;
  border-right: 8px solid transparent;
  left: 11px; }

.DateRangePicker__Month {
  color: #333;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.DateRangePicker__MonthHeader {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #494c64;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center; }

.DateRangePicker__MonthHeaderLabel {
  display: inline-block;
  position: relative; }

.DateRangePicker__MonthHeaderSelect {
  background: #e4e4e4;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.DateRangePicker__MonthDates {
  border-collapse: separate;
  border-spacing: 0 1px;
  margin: 0;
  width: 100%; }

.DateRangePicker__WeekdayHeading,
.DateRangePicker__Date {
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  width: 14.285714285714286%; }

.DateRangePicker__WeekdayHeading {
  color: #000;
  font-weight: bold; }

.DateRangePicker__WeekdayHeading abbr[title] {
  border-bottom-width: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #39384e;
  cursor: pointer;
  text-decoration: none; }

.DateRangePicker__Date {
  border: 0 solid #f4f5f6;
  border-right-width: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.DateRangePicker__Date--weekend {
  background-color: #f6f7f9; }

.DateRangePicker__Date--otherMonth {
  opacity: 0.25; }

.DateRangePicker__Date--is-disabled {
  color: #cdcdd1;
  cursor: default; }

.DateRangePicker__Date--is-selected {
  color: #fff; }

.DateRangePicker__Date--is-highlighted {
  color: #333; }

.DateRangePicker__CalendarDatePeriod {
  bottom: 0;
  position: absolute;
  top: 0; }

.DateRangePicker__CalendarDatePeriod--am {
  left: 0;
  right: 50%; }

.DateRangePicker__CalendarDatePeriod--pm {
  left: 50%;
  right: 0; }

.DateRangePicker__CalendarSelection {
  background-color: #3f62ca;
  border: 1px solid #3f62ca;
  border-radius: 3px;
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px; }

.DateRangePicker__CalendarSelection--inOtherMonth {
  opacity: 0.5; }

.DateRangePicker__CalendarSelection--start {
  border-bottom-left-radius: 5px;
  border-right-width: 0;
  border-top-left-radius: 5px;
  left: 5px; }

.DateRangePicker__CalendarSelection--end {
  border-bottom-right-radius: 5px;
  border-left-width: 0;
  border-top-right-radius: 5px;
  right: 5px; }

.DateRangePicker__CalendarSelection--segment {
  border-left-width: 0;
  border-right-width: 0; }

.DateRangePicker__CalendarSelection--single {
  border-radius: 5px;
  left: 5px;
  right: 5px; }

.DateRangePicker__CalendarSelection--is-pending {
  background-color: rgba(63, 97, 202, 0.75);
  border-width: 0; }

.DateRangePicker__CalendarHighlight {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px; }

.DateRangePicker__CalendarHighlight--inOtherMonth {
  opacity: 0.5; }

.DateRangePicker__CalendarHighlight--start {
  border-bottom-left-radius: 5px;
  border-right-width: 0;
  border-top-left-radius: 5px;
  left: 5px; }

.DateRangePicker__CalendarHighlight--end {
  border-bottom-right-radius: 5px;
  border-left-width: 0;
  border-top-right-radius: 5px;
  right: 5px; }

.DateRangePicker__CalendarHighlight--segment {
  border-left-width: 0;
  border-right-width: 0; }

.DateRangePicker__CalendarHighlight--single {
  background-color: #fff;
  border: 1px solid rgba(63, 97, 202, 0.75);
  border-radius: 5px;
  left: 5px;
  right: 5px; }

.DateRangePicker__HalfDateStates {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.DateRangePicker__FullDateStates {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.DateRangePicker__DateLabel {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

* {
  margin: 0;
  padding: 0; }

html {
  display: flex;
  flex-direction: column;
  flex: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%; }

body {
  height: 100%;
  min-height: 100vh; }

h2 {
  font-size: 25px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #494c64;
  display: flex;
  flex-direction: row;
  align-items: center; }

pre {
  white-space: pre-wrap !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.new_agent {
  width: 510px;
  background: white;
  height: 561px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .new_agent .header-logo__didlogic {
    display: none;
    margin-left: 0;
    height: 37px;
    width: 150px;
    margin-bottom: 40px;
    flex-direction: column;
    position: relative; }
  .new_agent .header-logo__wavix {
    display: none;
    margin-left: 0;
    height: 37px;
    width: 150px;
    margin-bottom: 40px;
    flex-direction: column;
    position: relative; }
  .new_agent .header-logo__voiso {
    display: none;
    margin-left: 0;
    height: 37px;
    width: 150px;
    margin-bottom: 40px;
    flex-direction: column;
    position: relative; }
  .new_agent .label {
    left: 93px;
    top: 39px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #39384e;
    position: absolute; }

.actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  width: 100%;
  max-width: 1440px;
  padding: 35px 0 0 0;
  position: relative; }

.feedback_action {
  padding-top: 35px; }

.center {
  justify-content: center; }

input[type="checkbox"] {
  -moz-appearance: initial;
  background-color: #fff;
  border: 1px solid #c6ccde;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 9px;
  display: inline-block;
  outline: none; }
  input[type="checkbox"]:checked {
    background-color: blue;
    background-image: url(/assets/checkbox-mark-059e8a0677004f1a2df93204f2abda0a0c293c8396aa1057f187c6a37e669925.svg);
    background-position: 50% 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    border-color: blue; }
  input[type="checkbox"]:disabled {
    background-color: #f1f6fb; }

.popup-delete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff; }
  .popup-delete .label {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px; }
  .popup-delete .actions {
    display: flex;
    flex-direction: row; }

.logo-white, .background-login .app-logo .logo-white__didlogic, .background-login-didlogic .app-logo .logo-white__didlogic, .background-login-wavix .app-logo .logo-white__didlogic, .background-login-wavix-sso .app-logo .logo-white__didlogic, .background-login-voiso .app-logo .logo-white__didlogic, .background-login .app-logo .logo-white__wavix, .background-login-didlogic .app-logo .logo-white__wavix, .background-login-wavix .app-logo .logo-white__wavix, .background-login-wavix-sso .app-logo .logo-white__wavix, .background-login-voiso .app-logo .logo-white__wavix, .background-login .app-logo .logo-white__wavix-sso, .background-login-didlogic .app-logo .logo-white__wavix-sso, .background-login-wavix .app-logo .logo-white__wavix-sso, .background-login-wavix-sso .app-logo .logo-white__wavix-sso, .background-login-voiso .app-logo .logo-white__wavix-sso, .background-login .app-logo .logo-white__wavix-contrast, .background-login-didlogic .app-logo .logo-white__wavix-contrast, .background-login-wavix .app-logo .logo-white__wavix-contrast, .background-login-wavix-sso .app-logo .logo-white__wavix-contrast, .background-login-voiso .app-logo .logo-white__wavix-contrast, .background-login .app-logo .logo-white__voiso, .background-login-didlogic .app-logo .logo-white__voiso, .background-login-wavix .app-logo .logo-white__voiso, .background-login-wavix-sso .app-logo .logo-white__voiso, .background-login-voiso .app-logo .logo-white__voiso {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  align-self: flex-start;
  margin: 15px auto;
  height: 36px;
  width: 145px; }
  .logo-white__didlogic {
    background-image: url(/assets/logo-didlogic-c9613a6715e8aa935704d013f48399511d36bd7539b5c0c703b597bbe8b69a30.svg); }
  .logo-white__wavix {
    background-image: url(/assets/wavix-logo-169bbe7a9dadabc94dd302ab1eed66388c8dc6e63e3dad60f2544f279137c8ad.svg); }
  .logo-white__wavix-sso {
    background-image: url(/assets/wavix-logo-169bbe7a9dadabc94dd302ab1eed66388c8dc6e63e3dad60f2544f279137c8ad.svg); }
  .logo-white__voiso {
    background-image: url(/assets/voiso-logo-1c5688388aec31643d6e5b6a779564987207bb7ffa3feb5019a10010926bfb02.svg); }
  .logo-white__wavix-contrast {
    background-image: url(/assets/wavix-logo-contrast-157646a5f91037a2982632e93235a25419211b03c1dae7949859a68602ad70a0.svg); }

.page404,
.coming-soon-stub {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #494c64;
  width: 100%; }
  .page404-status,
  .coming-soon-stub-status {
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    line-height: 240px;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 0 30px 30px rgba(52, 68, 117, 0.1);
    margin-bottom: 50px; }
  .page404-title,
  .coming-soon-stub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #494c64; }
  .page404-text,
  .coming-soon-stub-text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #5b5f7e;
    margin-bottom: 50px; }
  .page404 .button,
  .coming-soon-stub .button {
    min-width: 250px;
    margin-bottom: 100px; }

.coming-soon-stub-title {
  margin-bottom: 50px; }

.coming-soon-stub-btn {
  text-decoration: none; }

.mobile-header {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  min-height: 60px; }

.error-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #494c64;
  text-align: center; }

footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px; }
  footer .footer-subject {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    border: solid 1px #c6ccde;
    box-sizing: border-box;
    font-size: 16px;
    padding: 2px 8px; }
    footer .footer-subject:focus-visible {
      outline: #2684ff auto 0.5px; }
    footer .footer-subject.error {
      outline: red auto 0.5px; }
  footer svg {
    width: 24px;
    height: 24px; }
  footer .button {
    height: 48px !important;
    font-size: 20px !important; }
    footer .button.active, footer .button:active {
      background: #3f62ca;
      border: 1px solid #3f62ca;
      color: #fff; }
      footer .button.active.disabled, footer .button:active.disabled {
        background-color: #dc004e;
        border-color: #dc004e; }
      footer .button.active:disabled, footer .button:active:disabled {
        background-color: #dc004e;
        border-color: #dc004e; }
  @media screen and (min-width: 1024px) {
    footer .button {
      max-width: 66px;
      overflow: hidden;
      word-break: keep-all;
      overflow-wrap: normal;
      white-space: nowrap;
      transition: max-width 0.2s; }
      footer .button span {
        max-width: 0;
        overflow: hidden;
        transition: max-width 0.2s; }
      footer .button:hover, footer .button.active {
        max-width: 170px; }
        footer .button:hover span, footer .button.active span {
          max-width: 100px; }
        footer .button:hover.long, footer .button.active.long {
          min-width: 200px;
          max-width: 260px; }
          footer .button:hover.long span, footer .button.active.long span {
            max-width: 200px; } }
  footer .footer-label {
    color: #39384e;
    font-size: 20px;
    line-height: normal;
    margin: 10px 0; }
  footer .footer-select__control {
    height: 48px;
    border-radius: 3px;
    border: solid 1px #c6ccde;
    background-color: #fff;
    position: relative;
    box-sizing: border-box; }
  footer .footer-select__indicator-separator {
    display: none; }
  footer .footer-upload {
    position: relative;
    display: flex;
    flex-direction: column; }
  footer .footer-select.error .footer-select__control {
    border-color: red;
    box-shadow: 0 0 0 1px red; }
  footer .footer-notification {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    border: 1px solid #c4c4c4;
    margin: 10px 0;
    padding: 10px;
    background-color: white; }
  footer .actions {
    width: 100%;
    display: grid;
    grid: auto / auto-flow;
    gap: 10px;
    justify-content: flex-start;
    margin: 10px 0; }
    footer .actions .select-category {
      width: 215px; }
    @media screen and (max-width: 1024px) {
      footer .actions {
        width: 100%;
        grid: auto-flow / 100%;
        justify-items: center; }
        footer .actions .button {
          width: 100%; }
        footer .actions .select-category {
          margin: 0 auto; } }
  footer .editor {
    width: 100%; }

.container-page {
  width: 100%; }

nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  color: #6d74ad;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  width: 220px;
  background: #070c3f;
  position: fixed;
  left: 0;
  height: 100%;
  max-height: 100%;
  z-index: 9999999;
  overflow-y: scroll;
  scrollbar-width: none; }
  nav::-webkit-scrollbar {
    /* WebKit */
    width: 0; }
  nav .sign-out {
    margin-top: 20px; }
  nav .toggle-icon {
    position: relative;
    background-image: url(/assets/toggle-icon-4fb936cc5e4079b9f0d61ace3db7ad9e1e5109abb7043a91cc232178dc823114.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    height: 10px;
    width: 16px;
    margin-right: 20px;
    opacity: 0.5; }
    nav .toggle-icon.rotate {
      transform: rotate(180deg);
      opacity: 1; }
  nav .nav-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    height: 135px;
    min-height: 135px; }
    nav .nav-header .logo-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      margin-left: 26px;
      margin-bottom: 15px;
      align-self: flex-end; }
  nav .navlink {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    min-height: 39px;
    text-decoration: none;
    color: #6d74ad;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px; }
    nav .navlink:hover {
      background: #182d6b; }
    nav .navlink-group-dropdown {
      margin-top: 3px;
      justify-content: flex-start;
      display: block;
      width: 100%;
      flex-direction: column;
      padding-left: 24px;
      padding-right: 20px; }
      nav .navlink-group-dropdown .gray-circle {
        margin-left: 7px; }
    nav .navlink-dropdown {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 29px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      text-decoration: none;
      color: #5b5f7e;
      margin-bottom: 3px;
      position: relative; }
      nav .navlink-dropdown .count {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        min-width: 10px;
        min-height: 16px;
        background: #c6ccde;
        border-radius: 3px;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 9px;
        text-align: center;
        color: #070c3f;
        margin-left: 8px;
        padding: 0 3px; }
      nav .navlink-dropdown.current {
        color: #c6ccde; }
    nav .navlink.current {
      color: #ffffff;
      background: #3f62ca; }

.dialog a {
  color: #3f61ca; }

.login-page {
  display: flex;
  height: 100vh; }

.background-login, .background-login-didlogic, .background-login-wavix, .background-login-wavix-sso, .background-login-voiso {
  display: flex;
  flex: 1;
  align-items: flex-end;
  position: relative; }
  .background-login-didlogic {
    background: linear-gradient(144.46deg, #070c3f 0%, #0d1670 100%); }
  .background-login-wavix {
    background: var(--backgrounds-wizard, #fff); }
  .background-login-wavix-sso {
    background: var(--backgrounds-wizard, white); }
  .background-login-voiso {
    background: linear-gradient(146deg, #fff 0%, #f6f8f9 100%); }
  .background-login .app-logo, .background-login-didlogic .app-logo, .background-login-wavix .app-logo, .background-login-wavix-sso .app-logo, .background-login-voiso .app-logo {
    display: flex;
    align-items: flex-end;
    text-align: right;
    flex-direction: column;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    margin: 0; }
    .background-login .app-logo-didlogic, .background-login-didlogic .app-logo-didlogic, .background-login-wavix .app-logo-didlogic, .background-login-wavix-sso .app-logo-didlogic, .background-login-voiso .app-logo-didlogic {
      top: 30%;
      left: 30%; }
    .background-login .app-logo-voiso, .background-login-didlogic .app-logo-voiso, .background-login-wavix .app-logo-voiso, .background-login-wavix-sso .app-logo-voiso, .background-login-voiso .app-logo-voiso, .background-login .app-logo-wavix, .background-login-didlogic .app-logo-wavix, .background-login-wavix .app-logo-wavix, .background-login-wavix-sso .app-logo-wavix, .background-login-voiso .app-logo-wavix {
      flex-direction: row;
      align-items: center;
      position: fixed;
      top: 30px;
      left: 150px;
      font-size: 18px; }
      .background-login .app-logo-voiso .stick, .background-login-didlogic .app-logo-voiso .stick, .background-login-wavix .app-logo-voiso .stick, .background-login-wavix-sso .app-logo-voiso .stick, .background-login-voiso .app-logo-voiso .stick, .background-login .app-logo-wavix .stick, .background-login-didlogic .app-logo-wavix .stick, .background-login-wavix .app-logo-wavix .stick, .background-login-wavix-sso .app-logo-wavix .stick, .background-login-voiso .app-logo-wavix .stick {
        width: 1px;
        height: 17px;
        flex-shrink: 0;
        border-radius: 5px;
        background: var(--backgrounds-page, #e8eaee);
        margin: 0 12px 0 12px; }
      .background-login .app-logo-voiso .text, .background-login-didlogic .app-logo-voiso .text, .background-login-wavix .app-logo-voiso .text, .background-login-wavix-sso .app-logo-voiso .text, .background-login-voiso .app-logo-voiso .text, .background-login .app-logo-wavix .text, .background-login-didlogic .app-logo-wavix .text, .background-login-wavix .app-logo-wavix .text, .background-login-wavix-sso .app-logo-wavix .text, .background-login-voiso .app-logo-wavix .text {
        color: var(--text-main-text, #333842);
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 29px;
        letter-spacing: 0.72px; }
    .background-login .app-logo-wavix-sso, .background-login-didlogic .app-logo-wavix-sso, .background-login-wavix .app-logo-wavix-sso, .background-login-wavix-sso .app-logo-wavix-sso, .background-login-voiso .app-logo-wavix-sso {
      flex-direction: row;
      align-items: center;
      position: fixed;
      top: 40px;
      left: 200px;
      font-size: 18px; }
      .background-login .app-logo-wavix-sso .stick, .background-login-didlogic .app-logo-wavix-sso .stick, .background-login-wavix .app-logo-wavix-sso .stick, .background-login-wavix-sso .app-logo-wavix-sso .stick, .background-login-voiso .app-logo-wavix-sso .stick {
        width: 1px;
        height: 17px;
        flex-shrink: 0;
        border-radius: 5px;
        background: var(--backgrounds-page, #e8eaee);
        margin: 0 12px 0 12px; }
      .background-login .app-logo-wavix-sso .text-sso, .background-login-didlogic .app-logo-wavix-sso .text-sso, .background-login-wavix .app-logo-wavix-sso .text-sso, .background-login-wavix-sso .app-logo-wavix-sso .text-sso, .background-login-voiso .app-logo-wavix-sso .text-sso {
        color: var(--text-main-text, #838b9f);
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%; }
    .background-login .app-logo-wavix .text, .background-login-didlogic .app-logo-wavix .text, .background-login-wavix .app-logo-wavix .text, .background-login-wavix-sso .app-logo-wavix .text, .background-login-voiso .app-logo-wavix .text {
      font-family: Helvetica Neue; }
    .background-login .app-logo-voiso, .background-login-didlogic .app-logo-voiso, .background-login-wavix .app-logo-voiso, .background-login-wavix-sso .app-logo-voiso, .background-login-voiso .app-logo-voiso {
      margin-left: 10px; }
      .background-login .app-logo-voiso .text, .background-login-didlogic .app-logo-voiso .text, .background-login-wavix .app-logo-voiso .text, .background-login-wavix-sso .app-logo-voiso .text, .background-login-voiso .app-logo-voiso .text {
        font-family: "GraphikLight"; }
    .background-login .app-logo .logo-white__didlogic, .background-login-didlogic .app-logo .logo-white__didlogic, .background-login-wavix .app-logo .logo-white__didlogic, .background-login-wavix-sso .app-logo .logo-white__didlogic, .background-login-voiso .app-logo .logo-white__didlogic {
      width: 229px;
      height: 57px; }
    .background-login .app-logo .logo-white__wavix, .background-login-didlogic .app-logo .logo-white__wavix, .background-login-wavix .app-logo .logo-white__wavix, .background-login-wavix-sso .app-logo .logo-white__wavix, .background-login-voiso .app-logo .logo-white__wavix {
      width: 93px;
      height: 14px; }
    .background-login .app-logo .logo-white__wavix-sso, .background-login-didlogic .app-logo .logo-white__wavix-sso, .background-login-wavix .app-logo .logo-white__wavix-sso, .background-login-wavix-sso .app-logo .logo-white__wavix-sso, .background-login-voiso .app-logo .logo-white__wavix-sso {
      width: 132px;
      height: 20px; }
    .background-login .app-logo .logo-white__wavix-contrast, .background-login-didlogic .app-logo .logo-white__wavix-contrast, .background-login-wavix .app-logo .logo-white__wavix-contrast, .background-login-wavix-sso .app-logo .logo-white__wavix-contrast, .background-login-voiso .app-logo .logo-white__wavix-contrast {
      width: 93px;
      height: 14px; }
    .background-login .app-logo .logo-white__voiso, .background-login-didlogic .app-logo .logo-white__voiso, .background-login-wavix .app-logo .logo-white__voiso, .background-login-wavix-sso .app-logo .logo-white__voiso, .background-login-voiso .app-logo .logo-white__voiso {
      width: 94px;
      height: 16px; }
  .background-login__twist-didlogic {
    background-image: url(/assets/login-background-4cc1a2c94c9bf659e3a97d069fb72c261cfea933f97f0758435857351b988567.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 80%;
    width: 69%;
    opacity: 0.5; }
  .background-login__twist-wavix {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 80%;
    width: 100%; }
    .background-login__twist-wavix .welcome_wrapper {
      padding-right: 15%;
      color: #0e406c;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
    .background-login__twist-wavix .welcome_container {
      display: flex;
      flex-direction: column;
      gap: 18px;
      max-width: 500px;
      height: fit-content; }
    .background-login__twist-wavix .welcome_title {
      color: #0e406c;
      font-size: 26px; }
    .background-login__twist-wavix .description_title {
      color: #0e406c;
      margin-bottom: 3px;
      font-size: 18px; }
    .background-login__twist-wavix .description_list {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 40px; }
    .background-login__twist-wavix .description_wrapper {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      max-width: 380px; }
      .background-login__twist-wavix .description_wrapper-first {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        max-width: 500px; }
    .background-login__twist-wavix .description-wavix {
      color: #838b9f; }
  .background-login__twist-voiso {
    background-image: url(/assets/login-background-voiso-5e411a23fc6e176ee217d47e7855ede592b80f79f5923812bbade6c1463e0e0c.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 80%;
    width: 100%; }

.auth {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #39384e;
  background: #fff; }
  .auth .text-center {
    text-align: left;
    font-size: 14px;
    max-width: 500px;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 28px; }
  .auth .text-box {
    display: flex;
    width: 500px;
    height: 200px; }
  .auth .text-danger {
    color: red; }
  .auth .no-margin-bottom {
    margin-bottom: 0; }
  .auth .button_to input.button_to_wavix {
    font-family: Helvetica Neue;
    color: white;
    background: white;
    border: solid 1px #ffffff;
    box-shadow: 0 0 0 1px #ffffff; }
  .auth .login-submit-sso-wavix {
    align-self: flex-start;
    padding-top: 30px; }
    .auth .login-submit-sso-wavix button {
      border-radius: 3px;
      border: 2px solid var(--white, #fff);
      background: white;
      display: flex;
      width: 207px;
      height: 48px;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      cursor: pointer;
      color: var(--white, #6acc83);
      font-size: 16px;
      font-family: Helvetica Neue;
      font-style: normal;
      line-height: 24px;
      font-weight: 500;
      gap: 13px; }
  .auth .button_to input.button_to_wavix:focus {
    border: solid 1px #83c98a;
    box-shadow: 0 0 0 1px #ffffff; }
  .auth .button_to input.button_to_voiso {
    font-family: Helvetica Neue;
    color: white;
    background: #3c7be1; }
  .auth .button_to input.button_to_didlogic {
    font-family: Helvetica Neue;
    color: white;
    background: #0d1670; }
  .auth .password-ddl {
    width: 360px; }
  .auth .login-field-password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .auth .login-field-password .login-field-password-eye {
      position: absolute;
      display: block;
      padding-right: 25px;
      cursor: pointer;
      width: 16px;
      height: 16px; }
      .auth .login-field-password .login-field-password-eye.didlogic, .auth .login-field-password .login-field-password-eye.wavix {
        top: 33px;
        right: 10px; }
      .auth .login-field-password .login-field-password-eye.voiso {
        top: 8px;
        right: 0px; }
    .auth .login-field-password .eye-opened {
      background: url(/assets/eye-289601beba1f858e59f0379ca8b916da9ab6ec12722e53ea9a288b42c3c1abb1.svg) no-repeat; }
      .auth .login-field-password .eye-opened.wavix {
        background: url(/assets/eye-wavix-4b4a3cbd8d98d9ea917f974c7aa7bf2c6d7f17695eacfc756707b15c13da7834.svg) no-repeat; }
    .auth .login-field-password .eye-closed {
      background: url(/assets/eye-hide-ad393508952ad760debecbd8638909c0fb11c0218f8a5376a339d6ee9fd1e23e.svg) no-repeat; }
      .auth .login-field-password .eye-closed.wavix {
        background: url(/assets/eye-hide-wavix-92575659d82ed93d044d54236ab1c1f29cfc076ccf62f72b42ea7e195d13a1c8.svg) no-repeat; }
  .auth-wavix {
    color: var(--white, #fff);
    font-family: Helvetica Neue;
    font-style: normal;
    background: #83c98a; }
    .auth-wavix .login-form-wavix .new_agent {
      width: 100%;
      height: 100%; }
    .auth-wavix .login-form-wavix .login-text-wavix {
      font-family: Helvetica Neue;
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      align-self: flex-start; }
      .auth-wavix .login-form-wavix .login-text-wavix .login-title-wrapper {
        display: flex;
        gap: 7px; }
      .auth-wavix .login-form-wavix .login-text-wavix .login_title {
        margin-bottom: 3px;
        font-size: 25px;
        color: white; }
      .auth-wavix .login-form-wavix .login-text-wavix .login-subtitle-first {
        max-width: 270px;
        margin-bottom: 3px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px; }
      .auth-wavix .login-form-wavix .login-text-wavix .login-subtitle-second {
        max-width: 370px;
        margin-bottom: 3px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px; }
      .auth-wavix .login-form-wavix .login-text-wavix .login_wrapper {
        max-width: 350px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 60px; }
    .auth-wavix .login-form-wavix input {
      outline: none;
      -webkit-text-fill-color: var(--white, #fff);
      -webkit-background-clip: text !important;
      background-clip: text !important;
      font-size: 18px;
      padding-left: 0px;
      border-radius: 0px; }
      .auth-wavix .login-form-wavix input::-webkit-input-placeholder {
        font-weight: 300;
        color: var(--white, #fff); }
    .auth-wavix .login-form-wavix select {
      -webkit-text-fill-color: var(--white, #fff);
      -webkit-background-clip: text !important;
      background-clip: text !important;
      font-size: 18px; }
    .auth-wavix .login-form-wavix input[type="text"] {
      width: 400px;
      height: 45px;
      border: none;
      border-bottom: 2px solid var(--white, #fff);
      background: none;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px;
      font-family: Helvetica Neue;
      color: var(--white, #fff); }
    .auth-wavix .login-form-wavix input[type="password"] {
      width: 400px;
      height: 45px;
      border: none;
      border-bottom: 2px solid var(--white, #fff);
      background: none;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px;
      font-family: Helvetica Neue;
      color: var(--white, #fff); }
    .auth-wavix .login-form-wavix .login-submit-wavix {
      align-self: flex-start;
      padding-top: 30px; }
      .auth-wavix .login-form-wavix .login-submit-wavix button {
        border-radius: 4px;
        border: 2px solid var(--white, #fff);
        background: none;
        display: flex;
        width: 111px;
        height: 46px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        cursor: pointer;
        color: var(--white, #fff);
        font-size: 14px;
        font-family: Helvetica Neue;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        gap: 9px; }
    .auth-wavix form {
      background: #83c98a; }
  .auth-wavix-sso {
    background: #6acc83; }
  .auth-voiso {
    font-family: "GraphikRegular"; }
    .auth-voiso .login-form-voiso {
      width: 330px;
      font-weight: 500;
      font-style: normal;
      display: flex;
      flex-direction: column;
      height: 344px;
      padding: 10% 0 0 0;
      gap: 27px; }
      .auth-voiso .login-form-voiso .new_agent {
        width: 100%;
        height: 100%; }
      .auth-voiso .login-form-voiso .login-text-voiso {
        color: var(--gray-gray-10, #222226);
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
        align-self: start;
        margin-bottom: 20px; }
      .auth-voiso .login-form-voiso form .login-field-label {
        font-size: 13px; }
      .auth-voiso .login-form-voiso form .login-field {
        width: 332px;
        height: 33px;
        margin-bottom: 30px;
        border-radius: 4px;
        border: 1px solid var(--vds-gray-5, #d6d6d8); }
        .auth-voiso .login-form-voiso form .login-field input {
          width: 330px;
          outline: none;
          -webkit-background-clip: text !important;
          color: #60606c;
          min-width: 0;
          min-height: 0;
          height: 32px;
          margin: 0 0 0 0 !important;
          border: none;
          font-size: 13px; }
          .auth-voiso .login-form-voiso form .login-field input::-webkit-input-placeholder {
            font-size: 13px;
            font-weight: 400;
            width: 330px !important;
            color: #aeaeb7 !important; }
      .auth-voiso .login-form-voiso .login-submit-voiso {
        padding-top: 10px;
        font-size: 13px; }
        .auth-voiso .login-form-voiso .login-submit-voiso button {
          width: 330px;
          height: 32px;
          border-radius: 4px;
          border: none;
          background: #3c7be1;
          color: #ffffff;
          cursor: pointer; }
  .auth .login-header {
    display: flex;
    flex-direction: row;
    padding-top: 56px;
    padding-left: 40px;
    align-self: flex-start;
    align-items: center; }
    .auth .login-header .label {
      margin-top: 3px; }
  .auth .button {
    min-width: 360px;
    background: #3f62ca;
    border: 1px solid #3f62ca;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center; }
    .auth .button:hover {
      background: #3f62ca; }
  .auth input {
    padding: 0 10px;
    min-width: 360px;
    max-width: 360px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #c6ccde;
    background-color: #ffffff;
    outline: none;
    font-size: 20px;
    color: #39384e;
    margin: 15px 0 25px 0; }
    .auth input:focus {
      border: solid 1px #2684ff;
      box-shadow: 0 0 0 1px #2684ff; }

.toggle-menu-icon__close {
  display: none;
  width: 0;
  height: 0;
  padding: 0; }

.input-checkbox {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  margin: 0;
  align-items: center;
  font-weight: 300;
  vertical-align: middle;
  line-height: 1; }
  .input-checkbox > input[type="checkbox"] {
    position: absolute;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: -1; }
    .input-checkbox > input[type="checkbox"] + i {
      width: 20px;
      height: 20px;
      min-width: 20px;
      min-height: 20px;
      margin-top: -1px;
      border: 1px solid #c6ccde;
      border-radius: 3px;
      background: #ffffff;
      margin-right: 10px;
      background-position: center; }
  .input-checkbox + .input-checkbox {
    margin-top: 12px; }
  .input-checkbox.flex {
    display: flex;
    width: 100%; }
  .input-checkbox.up {
    align-items: flex-start; }
    .input-checkbox.up > input[type="checkbox"] i {
      margin-top: 0; }
  .input-checkbox > input:checked + i {
    background: url(/assets/check_mark-a3fe72906d87509acd82b73502e1949538be970e23f897acb9c8680f30984b6e.svg) no-repeat;
    background-size: 56%;
    background-color: #3f62ca;
    border-color: #3f62ca;
    background-position: center; }
  .input-checkbox > input:indeterminate + i, .input-checkbox > input[indeterminate="true"] + i {
    background: url(/assets/minus-icon-06dc33243d9106aa3db68dbf27a47964eeaa98e0e8cb1bbed3bff1a253f07460.svg) no-repeat;
    background-position: center;
    background-size: 56%;
    background-color: #3f62ca;
    border-color: #3f62ca; }
  .input-checkbox > input:disabled + i {
    cursor: not-allowed;
    z-index: 2;
    background: #d3d5e1;
    border-color: #d3d5e1;
    filter: grayscale(100%);
    opacity: 0.6; }
    .input-checkbox > input:disabled + i:before {
      content: "";
      width: 100%;
      position: absolute;
      display: block;
      height: 100%;
      top: 0;
      cursor: not-allowed; }
  .input-checkbox > input:disabled:checked + i {
    background: url(/assets/check_mark-a3fe72906d87509acd82b73502e1949538be970e23f897acb9c8680f30984b6e.svg), #d3d5e1;
    border-color: #d3d5e1;
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center; }
  .input-checkbox > input:disabled:indeterminate + i {
    background: url(/assets/minus-icon-06dc33243d9106aa3db68dbf27a47964eeaa98e0e8cb1bbed3bff1a253f07460.svg), #d3d5e1;
    border-color: #d3d5e1;
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center; }
  .input-checkbox__caption {
    display: block;
    position: relative;
    margin-left: 23px;
    font-weight: 300;
    cursor: pointer;
    line-height: 20px; }
  .input-checkbox__description {
    line-height: 1.2;
    margin-top: 7px;
    font-size: 14px;
    color: #999999; }
  .input-checkbox__text .input-checkbox__caption {
    margin: 0; }
  .input-checkbox._bold .input-checkbox__caption {
    font-weight: 400; }

.main-page-container {
  height: 100%;
  padding-left: 220px;
  max-width: 100%; }

.date-container {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 16px; }
.date-button {
  height: 40px;
  padding: 0 20px;
  background: white;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #494c64; }
.date-calendar {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(39, 53, 125, 0.15);
  border-radius: 5px;
  width: calc(100% - 10px);
  padding: 5px;
  z-index: 1;
  display: flex;
  position: absolute;
  top: 40px;
  cursor: default; }
  .date-calendar-container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 290px;
    min-width: 290px;
    width: 100%;
    position: inherit;
    top: 0; }
.date-toggle {
  background-image: url(/assets/toggle-icon-blue-0f03bd9d457829cdacc6a50e220298b8593d31c2030d29213727795e4ecfb5ac.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  height: 30px;
  width: 30px;
  cursor: pointer; }
  .date-toggle.opened {
    transform: rotate(180deg); }
.date-clear {
  background-image: url(/assets/close-icon-739de41ae2e44aca0282532d1f4b4268959dcecc49159ebf12c2e669c8420e72.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  height: 30px;
  width: 30px;
  cursor: pointer; }

.DateRangePicker__MonthHeader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .DateRangePicker__MonthHeader span {
    padding: 0 5px; }

.user-role-name {
  color: white;
  align-self: flex-end; }

@media screen and (max-width: 1260px) {
  .auth-didlogic .login-field {
    width: 100%; }

  .margin-safari {
    margin-bottom: 44px; }

  .date-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .date-container h2 {
      display: block;
      text-align: center;
      margin-bottom: 20px; }

  .date-calendar {
    position: absolute;
    top: 50px; }

  .date-calendar-container {
    max-width: 290px;
    min-width: 290px;
    margin: 0 auto; }

  .background-login__twist {
    height: 80%;
    width: 100%; }

  .page404-status,
  .coming-soon-stub-status {
    font-size: 100px; }

  .container-page {
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto; }

  .main-page-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    align-items: center;
    padding-left: 0; }

  .statistics {
    flex-direction: column; }
    .statistics .toggle-menu-icon {
      margin-right: 15px; }

  .mobile-header {
    display: flex; }

  .toggle-menu-icon {
    width: 20px;
    height: 20px;
    padding: 10px;
    outline: none;
    background: transparent;
    cursor: pointer;
    border: none;
    background-image: url(/assets/menu-icon-fe56b19e527808e280dbd72b21e7b1e74b85840a44bfbd48958b4aa1fc483002.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
    padding: 30px;
    background-color: transparent;
    position: relative;
    z-index: 1; }
    .toggle-menu-icon__close {
      display: flex;
      width: 20px;
      height: 20px;
      padding: 10px;
      outline: none;
      cursor: pointer;
      background-image: url(/assets/close-icon-white-aa651fcac951aae2f63efc6cf56fa5c2f5e830734fdcfe922a81bc0bd56cd804.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 20px;
      background-color: transparent;
      padding: 30px;
      position: relative;
      top: -29px;
      border: none; }

  nav {
    position: fixed;
    flex: 1;
    flex-direction: column;
    width: 305px;
    transform: translateX(-100%);
    transition: 0.4s all;
    z-index: 99999999; }
    nav .nav-header {
      height: 138px; }
      nav .nav-header .logo-container {
        margin-left: 0;
        margin-bottom: 15px;
        align-self: flex-end; }

  .toggle-mobile {
    transform: translateX(0%); }

  .auth .actions {
    padding: 10px 0;
    min-width: 0; }
  .auth input {
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    margin: 16px 0 25px 0;
    max-height: 40px;
    min-width: 0;
    padding: 0 10px; }
  .auth .new_agent {
    padding: 0 20px;
    width: calc(100% - 40px);
    max-width: 335px;
    height: 100%; }
  .auth .field {
    width: 100%;
    max-width: 500px; }
  .auth .button {
    max-height: 40px;
    min-height: 40px;
    width: 100%;
    min-width: 0; }
  .auth .login-header {
    padding-top: 30px;
    padding-left: 15px; }
    .auth .login-header .label {
      margin-top: 5px;
      font-weight: 600;
      font-size: 14px; } }
.gray-circle {
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  border-radius: 50%;
  background: #c6ccde;
  display: flex; }

.agent-stats-container {
  width: calc(100% - 80px); }

.agent-stats {
  display: flex;
  justify-content: space-between; }
  .agent-stats .agent-stats-tip {
    font-weight: normal; }
  .agent-stats .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 100px;
    min-height: 50px;
    background: #ffffff;
    border-radius: 5px;
    font-style: normal;
    padding: 25px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #494c64; }
    .agent-stats .info .value {
      margin-top: 10px;
      font-style: normal;
      font-weight: bold;
      font-size: 25px;
      line-height: 30px;
      /* identical to box height */
      align-self: flex-start;
      color: #5b5f7e; }

@media screen and (max-width: 1024px) {
  .new_agent .header-logo__didlogic {
    display: flex; }

  .new_agent .header-logo__voiso {
    display: flex; }

  .new_agent .header-logo__wavix {
    display: flex; }

  .background-login, .background-login-didlogic, .background-login-wavix, .background-login-wavix-sso, .background-login-voiso {
    display: none; }

  .agent-stats {
    flex-direction: column; }
    .agent-stats .info {
      margin: 3px 0; } }
a.button {
  text-decoration: none; }

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

.pending-stub {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.ck .ck-sticky-panel .ck-sticky-panel__content_sticky {
  position: static !important; }

.fraud-protection-icon {
  background-image: url(/assets/fraud-protection-4de549f33432c266e19e2294173fe6aa5c4d1e39663d86bd627f8f4ab3feb2a9.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  height: 32px;
  width: 32px; }

.file_check_icon {
  background-image: url(/assets/file_check-759bd0e335506e733cbc08f88f30030437145a26d62e01f9445c6e6e2cd5a0db.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  height: 27px;
  width: 35px; }

.message_icon {
  background-image: url(/assets/message-467377c17baf50da359ec8c0272e0775b7e60e1aae4b43862d8443e8126819fd.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  height: 27px;
  width: 35px; }

.package_icon {
  background-image: url(/assets/package-ceef34e9d89eb3d62f32e18e282547a847f1bd7e368b0bed3d7d448d4ca16176.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  height: 25px;
  width: 35px; }

.description_icon_wrapper {
  min-width: 35px; }
.inbox-header {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  margin: 20 50 20 50;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.remove-from-inbox:hover {
  cursor: pointer; }
.message {
  display: flex;
  justify-content: end;
  margin-top: 2px; }

.messageIcon {
  margin-left: 24px;
  color: black !important; }
.modal {
  overflow-wrap: anywhere;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 3px;
    min-width: 300px;
    max-width: 600px; }
    .modal .modal_content .modal_title {
      font-size: 25px;
      text-align: center; }
    .modal .modal_content .modal_body {
      font-size: 20px;
      text-align: justify;
      color: #494c64;
      margin: 15px 0;
      padding: 0 15px; }
    .modal .modal_content .modal_footer {
      display: flex;
      flex-direction: row-reverse;
      height: auto; }
      .modal .modal_content .modal_footer * {
        margin: 0 5px; }
  .modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }
  .modal .close:hover,
  .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .modal .modal-buttons-wrap {
    display: grid;
    grid: auto / auto-flow;
    gap: 25%;
    justify-content: center; }
  .modal .modal-input {
    margin-top: 15px;
    width: 100%;
    height: 38px;
    font-size: 18px;
    padding: 3px;
    -webkit-appearance: auto; }
  .modal .modal-group {
    margin-top: 20px; }
  .modal .modal-select {
    margin-top: 15px;
    font: 400 18px Arial !important;
    font-size: 100% !important; }
    .modal .modal-select__control {
      font: 400 18px Arial !important;
      font-size: 100% !important;
      min-height: 35px;
      border: 1px solid #767676;
      border-radius: 2px;
      transition-duration: 0ms; }
    .modal .modal-select__value-container {
      padding: 2px 3px; }
    .modal .modal-select__control--is-focused {
      border-color: #3b3b3b;
      box-shadow: 0 0 0 0.5px #3b3b3b; }
    .modal .modal-select__multi-value__label {
      font-size: 100%; }
  .modal label {
    font-size: 18px;
    font-weight: bold; }
  .modal textarea {
    width: 100%;
    height: 200px;
    font-size: 18px;
    margin-top: 15px;
    padding: 3px; }
  .modal h1 {
    text-align: center; }
.no_data {
  align-items: center;
  height: 100vh;
  display: flex;
  justify-content: center; }
  .no_data p {
    text-align: center;
    color: red;
    font-size: 50; }
.notification-queues {
  width: 100%;
  padding: 30px; }
  .notification-queues .queues-list {
    margin: 15px; }
    .notification-queues .queues-list .queues-columns {
      display: grid;
      grid-template-columns: 1fr 15px 100px 100px;
      gap: 8px; }
      .notification-queues .queues-list .queues-columns > div:first-of-type {
        padding-right: 20px;
        max-width: 250px;
        word-break: break-word; }
    .notification-queues .queues-list .queue-settings-wrapper {
      overflow: hidden; }
    .notification-queues .queues-list .queue-setting {
      position: relative;
      display: grid;
      grid-template-columns: 1fr min-content; }
      .notification-queues .queues-list .queue-setting.setting-border::before {
        position: absolute;
        content: "";
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #3f61ca; }
      .notification-queues .queues-list .queue-setting .date-btn-box {
        display: flex;
        gap: 4px; }
      .notification-queues .queues-list .queue-setting .date-wrapper {
        white-space: nowrap; }
      .notification-queues .queues-list .queue-setting .btn-wrapper {
        display: flex;
        justify-content: end; }
        .notification-queues .queues-list .queue-setting .btn-wrapper .remove-setting-btn {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #e74c3c;
          font-size: 20px;
          width: 22px;
          height: 22px;
          background-color: inherit;
          border: none; }
    .notification-queues .queues-list .queue-container {
      display: inline-block;
      border: solid 1px #3f61ca;
      border-radius: 3px;
      background-color: #fff;
      padding: 15px;
      margin: 20px;
      width: auto;
      vertical-align: top; }
      .notification-queues .queues-list .queue-container table {
        min-width: 100%; }
        .notification-queues .queues-list .queue-container table td {
          padding: 0 5px;
          text-align: left;
          vertical-align: top; }
          .notification-queues .queues-list .queue-container table td.email-cell {
            font-weight: bold; }
      .notification-queues .queues-list .queue-container hr {
        margin: 15px 0;
        background-color: #3f61ca;
        border-color: #3f61ca;
        color: #3f61ca; }
      .notification-queues .queues-list .queue-container .queue-label {
        font-weight: bolder;
        font-size: 25px;
        display: flex;
        gap: 12px;
        justify-content: space-between; }
        .notification-queues .queues-list .queue-container .queue-label .delete-queue-btn {
          cursor: pointer;
          color: transparent;
          text-shadow: 0 0 0 #e74c3c; }
  .notification-queues .notification-queue-from,
  .notification-queues .setting-form {
    min-width: 300px;
    max-width: 600px;
    margin: auto; }
    .notification-queues .notification-queue-from .form-group,
    .notification-queues .setting-form .form-group {
      margin-top: 30px; }
    .notification-queues .notification-queue-from label,
    .notification-queues .setting-form label {
      font-size: 18px;
      font-weight: bold; }
    .notification-queues .notification-queue-from input,
    .notification-queues .notification-queue-from select,
    .notification-queues .setting-form input,
    .notification-queues .setting-form select {
      margin-top: 15px;
      width: 100%;
      height: 35px;
      font-size: 18px; }
    .notification-queues .notification-queue-from .setting-form-wrapper,
    .notification-queues .setting-form .setting-form-wrapper {
      margin-left: 24px; }
    .notification-queues .notification-queue-from select,
    .notification-queues .setting-form select {
      background-color: #fff; }
    .notification-queues .notification-queue-from #add-setting-btn,
    .notification-queues .setting-form #add-setting-btn {
      height: 30px; }
    .notification-queues .notification-queue-from #submit-queue-from,
    .notification-queues .setting-form #submit-queue-from {
      height: 40px; }
.notifications {
  padding: 15px;
  width: 100%;
  background-color: #f8f9fb;
  margin-bottom: 50px; }
  .notifications .notifications-container {
    border-radius: 3px;
    margin: 20px auto;
    min-width: 300px;
    max-width: 600px;
    background-color: white; }
    .notifications .notifications-container .notifications-container-header, .notifications .notifications-container .notifications-container-footer {
      height: 50px; }
    .notifications .notifications-container .notifications-queue-email, .notifications .notifications-container .notifications-queue-label, .notifications .notifications-container .notifications-queue-details {
      display: inline-block;
      height: 30px;
      font-weight: bold;
      font-size: 20px;
      padding: 5px 15px;
      margin: 5px 15px;
      border-radius: 3px;
      background-color: rgba(52, 152, 219, 0.4);
      float: right;
      color: #f8f9fb; }
    .notifications .notifications-container .notifications-queue-details a {
      color: inherit;
      text-decoration: inherit; }
    .notifications .notifications-container .notifications-container-body {
      padding: 25px;
      font-size: 30px;
      border-top: solid 3px #f8f9fb;
      border-bottom: solid 3px #f8f9fb;
      color: #494c64; }
.preloader {
  border-radius: 50%;
  animation: spin 1.3s linear infinite;
  margin: auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
table {
  table-layout: fixed; }

.table {
  text-align: center;
  display: table;
  width: 98%;
  border-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #5b5f7e;
  margin-bottom: 76px;
  background: #fff; }
  .table a {
    color: #3f62ca; }
  .table tr {
    display: table-row;
    height: 50px; }
    .table tr:hover {
      background-color: #f1f6fb; }
  .table th,
  .table td {
    word-wrap: break-word;
    max-width: 180px;
    text-align: center;
    border-collapse: initial;
    border-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal; }
  .table thead {
    background-color: #f8f9fb;
    height: 74px;
    min-height: 74px; }
    .table thead tr th {
      font-size: 16px; }

table tbody tr .email {
  text-align: center;
  height: 74px;
  min-height: 74px;
  padding-left: 40px;
  position: relative; }
  table tbody tr .email-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: inherit; }
  table tbody tr .email-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #494c64; }

.users-table {
  min-width: 1135px; }
  .users-table .table {
    margin-bottom: 0; }

.table-container {
  position: relative;
  max-width: 100%;
  overflow-x: auto; }

.agent-total-statistics-tables {
  margin: 30px; }
  .agent-total-statistics-tables .email-row {
    padding-left: 30px; }

.left-indent {
  padding-left: 140px; }

@media screen and (max-width: 1260px) {
  .left-indent {
    padding-left: 0; }

  .agent-total-statistics-tables {
    margin: 0 auto; }
    .agent-total-statistics-tables .deps-info-row div {
      width: 80px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
