<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sr-only {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }

.datepicker {
    position: relative;
    display: inline-block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    padding: 0 29px 0 15px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    cursor: pointer;
  }
  .datepicker .form-datepicker {
    width: 100%;
    font-size: 16px;
    color: #000;
    cursor: pointer;
  }
  .datepicker .form-datepicker::placeholder {
    font-size: 16px;
    color: #000;
    cursor: pointer;
  }
  .datepicker .btn {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    background: transparent;
  }
  @media (max-width: 767.98px) {
    .datepicker {
      display: block;
    }
    .datepicker .form-datepicker {
      width: 100% !important;
    }
  }
  
  #inseq-datepicker {
    position: absolute;
    width: 250px;
    padding: 12px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 15px rgba(66, 73, 80, 0.15);
            box-shadow: 0px 8px 15px rgba(66, 73, 80, 0.15);
    z-index: 1500;
  }
  #inseq-datepicker caption {
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  #inseq-datepicker table {
    table-layout: auto;
    margin-top: 0;
    width: 100%;
    text-align: center;
    border: 0px solid #000;
    color: #333;
    line-height: 2;
  }
  #inseq-datepicker table a {
    line-height: 2;
  }
  #inseq-datepicker table th {
    height: auto;
    background: none;
    padding: 0 0 0.5em;
    border: 0;
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  #inseq-datepicker table td {
    padding: 0 !important;
    margin: 0;
    height: 28px;
    text-align: center;
    border: 0;
    line-height: 1;
    vertical-align: middle;
  }
  #inseq-datepicker table tbody td {
    height: 28px;
    color: #767676;
  }
  #inseq-datepicker table tbody td a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #000;
    text-decoration: none;
  }
  #inseq-datepicker table tbody td a.today {
    border-radius: 50%;
    color: #fff !important;
    background-color: #1f76eb;
    font-weight: bold;
  }
  #inseq-datepicker #tableCalendarTitle {
    margin-bottom: 8px;
  }
  #inseq-datepicker #tableCalendarTitle td {
    font-size: 16px;
  }
  #inseq-datepicker #tableCalendarTitle td a {
    font-size: inherit;
  }
  #inseq-datepicker #tableMonthTitle td a {
    font-size: 16px;
  }
  #inseq-datepicker #tableYearTitle {
    margin-bottom: 5px;
  }
  #inseq-datepicker #tableYearTitle td {
    font-size: 16px;
  }
  #inseq-datepicker #tableCalendarTitle a,
  #inseq-datepicker #tableYear a,
  #inseq-datepicker #tableMonthTitle a,
  #inseq-datepicker #tableMonth a {
    color: #000;
  }
  #inseq-datepicker #tableCalendar th:first-child,
  #inseq-datepicker #tableCalendar td:first-child {
    color: #cf2121;
  }
  #inseq-datepicker #tableCalendar th:first-child a,
  #inseq-datepicker #tableCalendar td:first-child a {
    color: inherit;
  }
  #inseq-datepicker #tableCalendar th:last-child,
  #inseq-datepicker #tableCalendar td:last-child {
    color: #0072cf;
  }
  #inseq-datepicker #tableCalendar th:last-child a,
  #inseq-datepicker #tableCalendar td:last-child a {
    color: inherit;
  }
  #inseq-datepicker .prev,
  #inseq-datepicker .next {
    width: 21px;
    height: 21px;
    border-radius: 11px;
    line-height: 21px;
    border: 0;
    padding: 0;
    background: url(../images/page/ico-chevron-left-gray@2x.png) no-repeat;
    background-size: 18px auto;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
  }
  #inseq-datepicker .prev {
    float: left;
    margin-left: 30px;
    background-position: right center;
  }
  #inseq-datepicker .next {
    float: right;
    margin-right: 30px;
    background-image: url(../images/page/ico-chevron-right-gray@2x.png);
    background-position: left center;
  }
  #inseq-datepicker .btn-cal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
  }
  #inseq-datepicker .btn-cal-close a {
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
    background: url(../images/page/ico-times-gray@2x.png) no-repeat center center;
    background-size: 20px auto;
  }
  .ico-datepicker-primary {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    width: 14px;
    height: 8px;
    line-height: 8px;
    background-image: url(../images/page/arr_gray.svg);
    background-size: 14px 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
   
  }
  @media (max-width: 767.98px) {
    #inseq-datepicker {
      left: 50% !important;
      margin-left: -125px !important;
    }
  }
</pre></body></html>