@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.bg_color1 {
  background-color: #0BD7D0; }

.bg_color2 {
  background-color: #2F949E; }

.bg_color3 {
  background-color: #7EBAFF; }

.bg_color4 {
  background-color: #F8B1F2; }

.bg_color5 {
  background-color: #FA8484; }

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #364764;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F7F8FD; }

* {
  /* Reset. */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1; }

*:focus {
  outline: none; }

a {
  color: #fff;
  text-decoration: none;
  display: none; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

.row {
  zoom: 1; }

.relative {
  position: relative; }

.row:before,
.row:after {
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after {
  clear: both; }

.red {
  color: #FC7790; }

.device-content {
  width: 62.5rem;
  margin: auto;
  position: relative; }

.btn {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #364764;
  color: #fff;
  padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  border-radius: 5px;
  margin-top: 0.3125rem;
  cursor: pointer;
  transition: background-color 0.2s;
  display: inline-block; }
  .btn:hover {
    background-color: #5e6b83; }
  .btn div {
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #5e6b83;
    padding: 0rem 0.25rem;
    margin-right: 0.3125rem; }
    .btn div svg {
      display: block;
      width: 1.0625rem; }
      .btn div svg path {
        fill: #fff; }

#generate {
  padding: 0.5rem 0.9375rem 0.5rem 0.5rem;
  background-color: #025C94;
  border-radius: 7px;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: background-color 0.2s; }
  #generate div {
    background-color: #5d97bb; }
  #generate:hover {
    background-color: #5d97bb; }
  #generate div {
    padding: 0.375rem; }
    #generate div svg {
      width: 1.5rem; }

.generate_background {
  background: linear-gradient(0deg, white 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 7.5rem; }

.grabbable {
  cursor: all-scroll; }

.slider {
  position: fixed;
  bottom: 2.5rem;
  right: 1.875rem;
  background-color: #fff;
  box-shadow: 0px 1px 10px 2px rgba(83, 152, 193, 0.1);
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px); }
  .slider input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.625rem;
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    background: transparent;
    /* Grey background */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 3.75rem;
  background-color: #025C94;
  width: 100%;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-100%); }
  .header .header_menu {
    float: right;
    margin-right: 2.5rem;
    margin-top: 0.625rem; }
    .header .header_menu .header_user {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0.625rem;
      border: 2px solid #ffffff; }
    .header .header_menu .header_menu_item {
      margin-left: 0.9375rem;
      display: inline-block;
      vertical-align: middle; }
      .header .header_menu .header_menu_item svg path {
        fill: #ffffff; }

.header_logo {
  margin-left: 1.875rem;
  padding-top: 0.125rem; }
  .header_logo div {
    vertical-align: middle;
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 0.625rem; }
    .header_logo div span {
      font-weight: 700;
      font-size: 1.125rem;
      display: block;
      margin-bottom: -0.125rem; }
  .header_logo svg {
    width: 3.125rem;
    display: inline-block;
    vertical-align: middle; }
    .header_logo svg path {
      fill: #ffffff; }

.side {
  position: fixed;
  top: 7.1875rem;
  bottom: 0px;
  width: 16.25rem;
  background-color: white;
  left: 0px;
  box-shadow: 0px 5px 10px 2px rgba(97, 97, 97, 0.15);
  z-index: 50;
  opacity: 0; }

.side_con {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  left: 0%; }
  .side_con .side_bloc {
    border-radius: 3px;
    background-color: #F7F8FD;
    padding: 0.625rem;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.625rem;
    position: relative; }
    .side_con .side_bloc:hover .side_bloc_close {
      opacity: 1;
      transform: translateY(0px); }
    .side_con .side_bloc .side_bloc_input {
      background-color: #ffffff;
      border-radius: 3px;
      display: inline-block;
      border: 0.5px solid #bec1c7;
      font-weight: 600;
      padding-right: 3px;
      margin-bottom: 2px;
      margin-right: 0.5rem;
      width: 2.5rem;
      white-space: nowrap; }
      .side_con .side_bloc .side_bloc_input input {
        background-color: transparent;
        border: none;
        padding: 1px 4px;
        width: 1.5625rem;
        font-weight: 400;
        font-size: 0.75rem; }
    .side_con .side_bloc ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .side_con .side_bloc ul li {
      display: inline-block;
      position: relative;
      margin: 0.6875rem 1.875rem 0.3125rem 0; }
    .side_con .side_bloc ul li input[type=radio] {
      position: absolute;
      visibility: hidden; }
    .side_con .side_bloc ul li label {
      display: block;
      position: relative;
      z-index: 9;
      font-weight: 600;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      padding-left: 20px;
      font-size: 0.6875rem; }
    .side_con .side_bloc ul li .check {
      display: block;
      position: absolute;
      border: 2px solid #364764;
      border-radius: 50%;
      height: 16px;
      width: 16px;
      top: 0px;
      left: 0px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
    .side_con .side_bloc ul li .check::before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 50%;
      height: 8px;
      width: 8px;
      top: 2px;
      left: 2px;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
    .side_con .side_bloc input[type=radio]:checked ~ .check {
      border: 2px solid #364764; }
    .side_con .side_bloc input[type=radio]:checked ~ .check::before {
      background: #025C94; }

.side_con_l {
  padding: 1.5625rem 0.625rem 9.375rem 0.625rem;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  overflow: auto; }

.side_con_r {
  padding: 1.5625rem 0.625rem 9.375rem 0.625rem;
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 100%;
  overflow: auto; }
  .side_con_r .side_bloc_toanimate {
    opacity: 0;
    transform: translateY(10px); }

.side_bloc_close {
  width: 1.125rem;
  position: absolute;
  right: -0.3125rem;
  top: -0.3125rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(2px);
  transition: all 0.2s; }
  .side_bloc_close path {
    fill: #FA8484; }

.side_menu {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-left: 1.25rem;
  position: absolute;
  bottom: 100%; }
  .side_menu div {
    min-width: 6.25rem;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: #9BA9C7;
    position: relative;
    transition: color 0.2s; }
    .side_menu div:before {
      content: "";
      display: block;
      height: 2px;
      width: 0rem;
      background-color: #025C94;
      position: absolute;
      bottom: 0px;
      left: 0.625rem;
      transition: width 0.2s; }
    .side_menu div:hover {
      color: #025C94; }
    .side_menu div.select {
      color: #025C94; }
      .side_menu div.select:before {
        width: 1.5rem; }

.side_r_form_con {
  width: 7.5rem;
  text-align: right;
  margin-bottom: 0.1875rem;
  position: relative; }

.side_datepicker {
  display: inline-block;
  width: 6.25rem;
  position: relative; }
  .side_datepicker input {
    font-size: 0.75rem;
    width: 100%;
    border: 1px solid rgba(155, 169, 199, 0.5);
    padding: 0.125rem 0.3125rem;
    color: #364764;
    border-radius: 3px; }
  .side_datepicker svg {
    position: absolute;
    right: 0.3125rem;
    top: 0.25rem;
    width: 0.6875rem; }
    .side_datepicker svg path {
      fill: #025C94; }

.select-css {
  display: block;
  font-size: 0.75rem;
  color: #364764;
  padding: 0.125rem 1.25rem 0.125rem 0.3125rem;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid rgba(155, 169, 199, 0.5);
  box-shadow: none;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  border-radius: 3px; }
  .select-css.select-css-inline {
    display: inline-block;
    width: 5.6rem; }

.select-css-label {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  top: 0.125rem;
  margin-left: 0.3125rem; }

.side_dialog {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 2px rgba(83, 152, 193, 0.1);
  border-radius: 3px;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.125rem;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px); }
  .side_dialog .side_dialog_title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #364764; }
  .side_dialog .side_dialog_close {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #025C94;
    cursor: pointer; }
  .side_dialog .side_dialog_item {
    border-radius: 3px;
    background-color: #F7F8FD;
    padding: 0.625rem;
    font-size: 0.6875rem;
    font-weight: 400;
    margin: 0.6rem -0.625rem;
    position: relative;
    transition: all 0.2s; }
    .side_dialog .side_dialog_item:hover {
      background-color: #025C94;
      cursor: pointer;
      color: #fff; }
  .side_dialog .side_dialog_warning {
    font-size: 0.625rem;
    font-weight: 400;
    color: #9BA9C7;
    position: relative;
    padding-left: 1.5625rem; }
    .side_dialog .side_dialog_warning svg {
      width: 0.9375rem;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }
      .side_dialog .side_dialog_warning svg path {
        fill: #FFB858; }

.view {
  opacity: 0; }

.view_calendar {
  position: fixed;
  right: 0px;
  top: 7.1875rem;
  left: 16.25rem;
  bottom: 0px; }

.view_calendar_con {
  left: 4.6875rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 10; }

.view_calendar_scroll {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 1.5625rem;
  left: 0px; }

.view_calendar_scroll_con {
  white-space: nowrap;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px; }

.view_mois {
  color: #364764;
  font-size: 0.9375rem;
  font-weight: 600;
  position: absolute;
  top: -1.25rem;
  margin-top: -0.625rem; }
  .view_mois:first-letter {
    text-transform: uppercase; }

.view_type {
  color: #53627B;
  font-size: 0.625rem;
  font-weight: 600; }
  .view_type span {
    margin-right: 0.3125rem;
    background-color: #fff;
    padding: 0.125rem 0.6875rem 0.125rem 0.4375rem;
    border-radius: 0.75rem; }
    .view_type span br {
      display: none; }
    .view_type span input {
      padding: 0px;
      background: transparent;
      color: #53627B;
      font-size: 0.625rem;
      font-weight: 600;
      border: none;
      width: auto; }
    .view_type span:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 0.5625rem;
      height: 0.5625rem;
      margin-right: 0.1875rem; }
    .view_type span.color1:before {
      background-color: #0BD7D0; }
    .view_type span.color2:before {
      background-color: #2F949E; }
    .view_type span.color3:before {
      background-color: #7EBAFF; }
    .view_type span.color4:before {
      background-color: #F8B1F2; }
    .view_type span.color5:before {
      background-color: #FA8484; }

.calendar_col {
  display: inline-block;
  width: 3.125rem;
  margin-right: 3px;
  background-color: #fff;
  border-radius: 3px; }
  .calendar_col.col5 {
    background-color: rgba(82, 169, 223, 0.1);
    color: #025C94 !important; }

.view_days_head .calendar_col {
  text-align: center;
  color: #A2AFCB;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 0.4375rem; }
  .view_days_head .calendar_col span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400; }

.view_days_col {
  position: absolute;
  display: flex;
  top: 3.5625rem;
  bottom: 0px;
  right: 0px;
  left: 0px; }
  .view_days_col .calendar_col {
    margin-right: 3px;
    height: 100%;
    flex-shrink: 0; }

.view_days_row {
  position: absolute;
  top: 6.7rem;
  width: 100%; }
  .view_days_row .calendar_row {
    height: 2.1rem;
    margin-bottom: 0.63rem;
    transition: opacity 0.2s ease-out; }
    .view_days_row .calendar_row .calendar_row_day {
      background-color: transparent;
      display: inline-block; }
      .view_days_row .calendar_row .calendar_row_day:nth-child(-n+4) {
        opacity: 0.5; }
  .view_days_row span {
    width: calc(50% - 1.5px);
    height: 2.1rem;
    display: inline-block;
    border-radius: 3px;
    float: right;
    transition: 0.1s ease-out; }
    .view_days_row span:first-child {
      float: left; }
    .view_days_row span.allday {
      width: 100%; }
    .view_days_row span:hover {
      opacity: 0.9; }

.loaded {
  opacity: 0; }

.view_calendar_left {
  position: absolute;
  padding-left: 0.625rem;
  padding-top: 5.625rem;
  height: 100%;
  z-index: 30;
  background-color: rgba(247, 248, 253, 0.9);
  width: 4.6875rem; }

.switch {
  cursor: pointer;
  position: absolute;
  right: 1.25rem;
  top: 5.125rem; }
  .switch .switch_title {
    display: inline-block;
    color: #9BA9C7;
    font-size: 0.625rem;
    font-weight: 600;
    vertical-align: middle; }
    .switch .switch_title.select {
      color: #025C94; }
  .switch .switch_btn {
    vertical-align: middle;
    display: inline-block;
    width: 1.875rem;
    height: 0.9375rem;
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0px 1px 10px 2px rgba(83, 152, 193, 0.1);
    margin: 0px 0.3125rem;
    transform: translateY(0.125rem);
    position: relative; }
    .switch .switch_btn span {
      position: absolute;
      height: 0.625rem;
      width: 0.625rem;
      background-color: #025C94;
      right: 0.2rem;
      top: 0.2rem;
      border-radius: 100%; }

.tippy-box {
  background-color: #025C94;
  font-size: 0.6875rem !important; }

.tippy-box > .tippy-arrow::before {
  border-top-color: #025C94 !important; }

.user_add {
  width: 2rem;
  height: 2rem;
  background-color: #025C94;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 1px 10px 2px rgba(83, 152, 193, 0.2);
  margin-bottom: 0.625rem; }
  .user_add svg {
    width: 1.3125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .user_add svg path {
      fill: #ffffff; }

.user {
  padding: 0.125rem;
  background-color: #fff;
  box-shadow: 0px 1px 10px 2px rgba(83, 152, 193, 0.1);
  border-radius: 1rem;
  width: 3.7rem;
  margin-bottom: 0.625rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: border-radius 1s; }
  .user:nth-child(5) img, .user:nth-child(2) img {
    border: 2px solid #7BE099; }
  .user:nth-child(4) img {
    border: 2px solid #FFB858; }
  .user .user_head {
    background-color: white;
    border-radius: 1rem;
    white-space: nowrap;
    transition: background-color 0.5s;
    overflow: hidden; }
  .user .user_name {
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    opacity: 0; }
  .user .user_con {
    font-weight: 400;
    font-size: 0.6875rem;
    padding: 0.625rem 0.625rem 0.4375rem 0.625rem;
    position: absolute;
    opacity: 1;
    width: 13rem; }
    .user .user_con .user_list {
      margin-bottom: 0.25rem;
      opacity: 0;
      display: block; }
    .user .user_con span {
      float: right;
      font-weight: 700; }
  .user img {
    width: 1.875rem;
    height: 1.875rem;
    border: 2px solid #FA8484;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 1.125rem;
    margin-right: 0.5rem; }
  .user svg {
    position: absolute;
    right: 0.1875rem;
    top: 0.3125rem;
    width: 1.4375rem; }
  .user:hover .user_head {
    background-color: #eceff1; }
  .user.user_open {
    border-radius: 5px; }
    .user.user_open .user_head {
      background-color: #F7F8FD; }
    .user.user_open .user_eye {
      opacity: 1;
      visibility: visible; }

.user .user_eye {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
  right: 1.5625rem;
  top: 0.5rem;
  position: absolute; }
  .user .user_eye svg {
    position: relative;
    width: 1rem;
    top: auto;
    right: 0px; }
  .user .user_eye .user_eye_btn {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .user .user_eye.close:after {
    content: "";
    position: absolute;
    top: 0.0625rem;
    right: 0.5rem;
    width: 1px;
    height: 1rem;
    transform: rotate(45deg);
    background-color: #000; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.3125rem;
  cursor: pointer;
  background: rgba(54, 71, 100, 0.1); }

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #025C94;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.4375rem; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(54, 71, 100, 0.1); }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.3125rem;
  cursor: pointer;
  background: rgba(54, 71, 100, 0.1); }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #025C94;
  cursor: pointer;
  margin-top: -0.4375rem; }

input[type=range]::-ms-track {
  width: 100%;
  height: 0.3125rem;
  cursor: pointer;
  background: rgba(54, 71, 100, 0.1); }

input[type=range]::-ms-thumb {
  border: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #025C94;
  cursor: pointer;
  margin-top: -0.4375rem; }

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9; }

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd; }

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1; }

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px; }

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

.propal {
  position: fixed;
  top: 7.1875rem;
  bottom: 0px;
  width: 16.25rem;
  background-color: white;
  left: 0px;
  z-index: 50;
  cursor: pointer;
  opacity: 0; }
  .propal .propal_item {
    padding: 1.25rem;
    height: 6.5rem;
    overflow: hidden;
    position: relative;
    transition: background-color 0.2s; }
    .propal .propal_item:nth-child(3) .propal_percent, .propal .propal_item:nth-child(4) .propal_percent {
      background-color: #FFB858; }
    .propal .propal_item:nth-child(5) .propal_percent {
      background-color: #FA8484; }
    .propal .propal_item:hover, .propal .propal_item.open {
      background-color: #F7F8FD; }
      .propal .propal_item:hover:after, .propal .propal_item.open:after {
        opacity: 0; }
    .propal .propal_item:after {
      content: "";
      display: block;
      width: 90%;
      height: 1px;
      background-color: #F3F3F3;
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%); }
  .propal .propal_item_arrow {
    width: 1.5rem;
    position: absolute;
    right: 1.25rem; }
    .propal .propal_item_arrow path {
      fill: #364764; }
  .propal .propal_percent {
    display: inline-block;
    background-color: #7BE099;
    font-size: 0.625rem;
    font-weight: 600;
    color: #364764;
    border-radius: 0.75rem;
    padding: 0.0625rem 0.375rem; }
  .propal .propal_title {
    font-size: 0.6875rem;
    font-weight: 600;
    margin: 0.3125rem auto 0.125rem auto; }
  .propal .propal_description {
    font-size: 0.6875rem;
    font-weight: 400; }
  .propal .propal_rules {
    font-size: 0.6875rem;
    font-weight: 400;
    color: #9BA9C7;
    margin-top: 0.9375rem;
    opacity: 0; }
  .propal .btn {
    margin-top: 0.9375rem;
    background-color: #025C94;
    opacity: 0; }
    .propal .btn div {
      background-color: #317dab;
      padding: 0.375rem; }
      .propal .btn div svg {
        width: 0.75rem; }
    .propal .btn:hover {
      background-color: #317dab; }

.intro {
  position: fixed;
  top: 0px;
  left: 0px;
  color: #ffffff;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .intro .header_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .intro .header_logo svg {
      width: 10rem; }
      .intro .header_logo svg path {
        fill: #025C94; }
    .intro .header_logo div {
      position: relative;
      font-size: 1.0625rem;
      color: #025C94; }
      .intro .header_logo div span {
        font-size: 1.4375rem; }

.progress_bar {
  height: 2px;
  border-radius: 2px;
  width: 0%;
  background-color: #025C94;
  display: block !important;
  margin-top: 0.625rem;
  left: 0px;
  margin-left: 0px !important; }

html {
  font-size: 100%; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    html {
      font-size: 90%; } }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    html {
      font-size: 90%; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    html {
      font-size: 90%; } }

