/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -3px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
          right: 3px;
          left: 0; }
.bs-datepicker-body table.days span.in-range.select-end:before {
          right: 4px;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
.bs-datepicker-buttons .btn-today-wrapper {
      display: flex;
      flex-flow: row wrap; }
.bs-datepicker-buttons .clear-right,
    .bs-datepicker-buttons .today-right {
      flex-grow: 0; }
.bs-datepicker-buttons .clear-left,
    .bs-datepicker-buttons .today-left {
      flex-grow: 1; }
.bs-datepicker-buttons .clear-center,
    .bs-datepicker-buttons .today-center {
      flex-grow: 0.5; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161; }
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E; }
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34; }
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838; }
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD; }
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7; }
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498; }
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9; }
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531; }
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732; }
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29; }
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35; }
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ol,
ul {
  list-style: none;
}



* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td,
table th {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

table tr th {
  border-bottom: 1px solid #ccc;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input,
textarea {
  outline: none;
  width: 100%;
}

p {
  padding-bottom: 20px;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@font-face {
  font-family: "PoppinsBold";
  src: url('PoppinsBold.c27ee03b15dd093e.eot');
  src: url('PoppinsBold.c27ee03b15dd093e.eot') format("embedded-opentype"), url('PoppinsBold.fb5e3c99ff652a66.woff2') format("woff2"), url('PoppinsBold.68381cbbb29c8ada.woff') format("woff"), url('PoppinsBold.1c3edd31b6973925.ttf') format("truetype"), url('PoppinsBold.48fcf169c739d403.svg#PoppinsBold') format("svg");
}
@font-face {
  font-family: "PoppinsMedium";
  src: url('PoppinsMedium.722674259eae8bb7.eot');
  src: url('PoppinsMedium.722674259eae8bb7.eot') format("embedded-opentype"), url('PoppinsMedium.6d1feebf16c382dd.woff2') format("woff2"), url('PoppinsMedium.71917a40b6911fd2.woff') format("woff"), url('PoppinsMedium.f61a437518b0b96a.ttf') format("truetype"), url('PoppinsMedium.550553b8dea902d0.svg#PoppinsMedium') format("svg");
}
@font-face {
  font-family: "PoppinsRegular";
  src: url('PoppinsRegular.04389a7a356637bb.eot');
  src: url('PoppinsRegular.04389a7a356637bb.eot') format("embedded-opentype"), url('PoppinsRegular.20091c515e3a4248.woff2') format("woff2"), url('PoppinsRegular.b8f4e5987b2df767.woff') format("woff"), url('PoppinsRegular.be62710fe9c31a7e.ttf') format("truetype"), url('PoppinsRegular.137641de52e0c038.svg#PoppinsRegular') format("svg");
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url('PoppinsSemiBold.f9413deb616fb2b4.eot');
  src: url('PoppinsSemiBold.f9413deb616fb2b4.eot') format("embedded-opentype"), url('PoppinsSemiBold.a5bd92219914c24a.woff2') format("woff2"), url('PoppinsSemiBold.01298874de23fc6f.woff') format("woff"), url('PoppinsSemiBold.e76a831ff3efe6b9.ttf') format("truetype"), url('PoppinsSemiBold.7466b63e6083b5c8.svg#PoppinsSemiBold') format("svg");
}
:root {
  --bgcolor: yellow;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  font-family: "PoppinsSemiBold", sans-serif;
  line-height: 25px;
  color: #243360;
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2 {
  line-height: 30px;
}
h3,
h4 {
  line-height: 25px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
  line-height: 15px;
}
h6 {
  font-size: 12px;
  line-height: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #243360;
}
strong {
  font-family: "PoppinsSemiBold", sans-serif;
}
input:disabled,
textarea:disabled,
select:disabled {
  cursor: no-drop;
}
input,
select {
  width: 100%;
  height: 55px;
}
input,
textarea {
  border: none;
  background-color: transparent;
  font-family: "PoppinsSemiBold", sans-serif;
  padding: 15px;
}
textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
.container {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
}
.clearfix::after,
.container::after,
.rowWrap::after {
  display: block;
  content: "";
  clear: both;
}
p {
  margin: 0;
  padding-bottom: 15px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #929ebe;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #929ebe;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #929ebe;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: #929ebe;
}
select::-ms-expand {
  display: none;
}
select {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 40px;
}
select:focus {
  outline: none;
}
select:after {
  border-bottom: 1px solid #999;
  cursor: pointer;
  font-size: 12px;
  padding: 10px 0;
  text-transform: capitalize;
}
select:after:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
select:after a {
  pointer-events: none;
  outline: none;
  color: inherit;
}
select:after a:focus {
  color: #5bdc0f;
}
.text-right {
  text-align: right;
}
.repay-btn {
  padding-top: 16px;
}
@media screen and (max-width: 1366px) {
  html {
    background-color: #fff;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 940px) {
  [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: inherit;
  box-shadow: inherit;
}.ng-select .ng-select-container {
  background-color: transparent !important;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #929ebe;
}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input,
.ng-input,
.ng-select .ng-select-container .ng-value-container {
  padding-left: 0;
}.ng-input input {
  height: 100%;
}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #6b60f5;
  color: #fff;
}.ng-placeholder,
ng-dropdown-panel {
  font-size: 12px;
  color: #929ebe !important;
}.ng-placeholder .ng-option,
ng-dropdown-panel .ng-option {
  line-height: 18px;
  text-align: left;
}.no-bottom .ng-select .ng-select-container {
  border-bottom: none;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 5px;
}.dropdown-width ng-dropdown-panel {
  width: 200px;
}.dropdown-width-left ng-dropdown-panel {
  width: 200px;
  left: -70px;
}.no-border .ng-select .ng-select-container, .border .ng-select .ng-select-container {
  border: none;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 5px;
}.ng-dropdown-panel-items {
  overflow-y: auto;
  overflow-x: hidden;
}.ng-dropdown-panel-items::-webkit-scrollbar-track {
  border-radius: 3px;
}.ng-dropdown-panel-items::-webkit-scrollbar {
  width: 3px;
}.ng-dropdown-panel-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 25px;
  background-color: #a5b1c8;
}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  word-break: break-word;
  white-space: inherit !important;
}.ng-value-label {
  font-size: 12px !important;
}.ng-select .ng-clear-wrapper {
  text-align: center;
  line-height: 14px;
  display: none;
}.is-selected .ng-select .ng-clear-wrapper {
  display: block;
}.ng-option-label {
  display: flex;
  justify-content: space-between;
}
.tab-section {
  position: relative;
}
.tab-section .tab-list {
  border-bottom: 1px solid #f5f8ff;
  margin-bottom: 20px;
}
.tab-section .tab-list li {
  border-bottom: 2px solid transparent;
  color: #929ebe;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 25px;
  padding-bottom: 7px;
  vertical-align: top;
  text-align: center;
}
.tab-section .tab-list li:first-child {
  margin-left: 0;
}
.tab-section .tab-list li:last-child {
  margin-right: 0;
}
.tab-section .tab-list li.is-active {
  color: #243360;
  border-bottom: 3px solid #5f52ee;
}
.template-create-btn__blk {
  background-color: #ff7a58;
  color: #fff;
}

.btn__block button {
  background-color: #ff7a58;
  color: #fff;
}

.template-radio-btn span:after {
  background-color: #ff7a58;
}

.template-pagination-next,
.template-pagination-prev {
  background-color: #6b60f5;
  border: 1px solid #6b60f5;
}

.template-pagination-next.disabled,
.template-pagination-prev.disabled {
  border: 1px solid #999;
  color: #333;
  pointer-events: none;
  opacity: 0.4;
}

.template-pagination-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.template-table-sort--up:before {
  border-bottom: 5px solid #929ebe;
}

.template-table-sort--down:before {
  border-top: 5px solid #929ebe;
}

.template-table-row__preview {
  color: #cd5e7e;
}

.template-table-row th {
  background-color: #f2f5fc;
  color: #8191ba;
}

.template-table-row th input {
  background-color: #f2f5fc;
  color: #8191ba;
}

.template-tab-view__ul {
  border: 1px solid #ccc;
}

.template-tab-view li.active {
  background-color: rgb(241, 235, 253);
}

.template-confirm-popup {
  background-color: rgba(255, 255, 255, 0.8);
}

.template-popup-content {
  background: #fff;
  border: 1px solid #ccc;
}

.template-close-button {
  background-color: #243360;
}

.template-prompt-popup-blk-inner {
  background-color: #243360;
  color: white;
}

.template-prompt-popup-blk-inner button {
  background-color: #243360;
  border: 1px solid white;
  color: white;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}
.swiper {
  height: fit-content !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:before {
  top: 65%;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.ngx-slider {
  margin: 0;
}
.ngx-slider-floor, .ngx-slider-ceil {
  display: none !important;
}
.ngx-slider-model-value, .ngx-slider-model-high {
  bottom: -28px !important;
  font-size: 10px !important;
  color: #333860 !important;
}
.ngx-slider-pointer {
  border: 3px solid #5f52ee !important;
  background: #ffffff !important;
  width: 15px !important;
  height: 15px !important;
  top: -6px !important;
}
.ngx-slider-pointer:after {
  display: none;
}
.ngx-slider-selection {
  background-color: #5f52ee !important;
  height: 8px !important;
  bottom: 10px !important;
}
.ngx-slider-bubble {
  font-size: 10px !important;
}
/* You can add global styles to this file, and also import other style files */
button:focus,
.btn:focus {
  outline: none;
  box-shadow: inherit;
}
.main-content-ltr {
  padding-left: 70px;
  left: 0;
  transition: padding-left 0.2s ease;
}
.main-content-ltr:before {
  position: absolute;
  top: 0;
  left: 70px;
}
.main-content-rtl {
  padding-right: 70px;
  right: 0;
  transition: padding-right 0.2s ease;
}
.main-content-rtl:before {
  position: absolute;
  top: 0;
  right: 70px;
}
.main-wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.main-content {
  width: 100%;
  position: relative;
}
.main-content.is-overview-ltr {
  padding-left: 340px;
}
.main-content.is-overview-rtl {
  padding-right: 340px;
}
.main-content.is-expand-ltr {
  padding-left: 70px;
}
.main-content.is-expand-rtl {
  padding-right: 70px;
}
.main-content:before {
  content: "";
  background-color: #7a6ffe;
  position: absolute;
  top: 0;
  left: 70px;
  width: 40px;
  height: 70px;
}
.title-row {
  text-align: center;
}
.title-row .tag {
  color: #243360;
  font-size: 15px;
  text-transform: uppercase;
}
.title-row.no-tag {
  border-bottom: none;
  position: relative;
  margin-bottom: 25px;
}
.title-row.no-tag h2 {
  display: inline-block;
  background-color: #fff;
  padding: 3px 15px;
  position: relative;
  text-transform: uppercase;
}
.title-row.no-tag:before {
  background-color: #cdd4e3;
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 1px;
  transform: translate(0%, -50%);
}
.scroll-bar {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  padding-right: 5px;
}
.scroll-bar::-webkit-scrollbar-track {
  border-radius: 3px;
}
.scroll-bar::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 10px;
  background-color: #a5b1c8;
}
.scroll-bar.white::-webkit-scrollbar-thumb {
  background-color: #fff !important;
}
.hr-scroll {
  white-space: nowrap;
  overflow: auto;
}
.hr-scroll::-webkit-scrollbar-track {
  border-radius: 3px;
}
.hr-scroll::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.hr-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 10px;
  background-color: #a5b1c8;
}
.pie-chart {
  transform: translate(30px, 30px) !important;
}
.doughnut-chart .pie-chart {
  transform: translate(100px, 100px) !important;
  width: 100px;
  height: 100px;
}
.progress {
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  height: 5px;
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 0;
  line-height: 0;
  overflow: inherit;
}
.progress:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  content: "";
  background-color: #D1DBF2;
}
.progress-bar {
  height: 5px;
}
.progress-bar.nrpc {
  background-color: #f82346;
}
.progress-bar.rpc {
  background-color: #5bdc0f;
}
.progress-bar.not {
  background-color: #D1DBF2;
  color: #333;
}
.progress-bar.hold {
  background-color: rgba(110, 117, 141, 0.9);
}
.progress-bar.dss {
  background-color: #f5bb1e;
}
.progress .tool-tip {
  background-color: rgba(110, 117, 141, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 #c3d0f2;
  padding: 10px 10px 3px;
  font-size: 9px;
  width: max-content;
  z-index: 3;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.progress .tool-tip-ltr {
  position: absolute;
  bottom: 30px;
  left: 15px;
}
.progress .tool-tip-ltr:before {
  position: absolute;
  bottom: -5px;
  left: 23px;
}
.progress .tool-tip-ltr span {
  padding-right: 5px;
}
.progress .tool-tip-ltr span dl {
  margin-right: 5px;
  border-top-right-radius: 8px;
}
.progress .tool-tip-rtl {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.progress .tool-tip-rtl:before {
  position: absolute;
  right: 23px;
  bottom: -5px;
}
.progress .tool-tip-rtl span {
  padding-left: 5px;
}
.progress .tool-tip-rtl span dl {
  margin-left: 5px;
  border-top-left-radius: 8px;
}
.progress .tool-tip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(110, 117, 141, 0.9);
}
.progress .tool-tip span {
  color: #fff;
  display: inline-block;
  padding-bottom: 5px;
  margin: 0 -1px;
}
.progress .tool-tip span dl {
  padding: 3px 5px;
  display: inline-block;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #7f93d5;
  color: #fff;
  line-height: 11px;
}
.progress .tool-tip span dl.nrpc {
  background-color: #f82346;
}
.progress .tool-tip span dl.rpc {
  background-color: #5bdc0f;
}
.progress .tool-tip span dl.not {
  background-color: #D1DBF2;
  color: #333;
}
.progress .tool-tip span dl.dss {
  background-color: #f5bb1e;
}
.progress .tool-tip .metrics {
  color: #fff;
  display: inline-block;
  padding: 5px 10px 10px 10px;
  font-size: 14px;
}
.progress .tool-tip .metrics span {
  padding: 5px;
}
.progress .tool-tip .metrics span:first-child {
  font-size: 16px;
  font-family: "PoppinsBold", sans-serif;
}
.progress:hover .tool-tip {
  bottom: 12px;
  opacity: 1;
  visibility: visible;
}
.progress.only {
  margin-bottom: 0;
}
bs-datepicker-inline-container {
  display: block !important;
}
.bs-datepicker-container {
  width: 100%;
  padding: 0;
}
.bs-datepicker {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #D1DBF2;
  border-radius: 4px;
}
.bs-datepicker.theme-inline {
  box-shadow: none;
  border: none;
  border-radius: 0px;
}
.bs-datepicker-head button:hover {
  background-color: transparent;
}
.theme-green,
.theme-red,
.theme-blue,
.theme-inline {
  position: relative;
  direction: ltr;
}
.theme-green .bs-datepicker-head,
.theme-red .bs-datepicker-head,
.theme-blue .bs-datepicker-head,
.theme-inline .bs-datepicker-head {
  background-color: transparent;
  padding: 10px 0 0;
  text-align: center;
  height: 40px;
}
.theme-green .bs-datepicker-head .current,
.theme-red .bs-datepicker-head .current,
.theme-blue .bs-datepicker-head .current,
.theme-inline .bs-datepicker-head .current {
  color: #333;
  font-family: "PoppinsSemiBold", sans-serif;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.theme-green .bs-datepicker-body,
.theme-red .bs-datepicker-body,
.theme-blue .bs-datepicker-body,
.theme-inline .bs-datepicker-body {
  border: none;
  padding: 5px;
}
.theme-green .bs-datepicker-body table th,
.theme-red .bs-datepicker-body table th,
.theme-blue .bs-datepicker-body table th,
.theme-inline .bs-datepicker-body table th {
  border-bottom: none;
  font-size: 10px;
  font-family: "PoppinsSemiBold", sans-serif;
  text-transform: uppercase;
  color: #333;
}
.theme-green .bs-datepicker-body table td,
.theme-red .bs-datepicker-body table td,
.theme-blue .bs-datepicker-body table td,
.theme-inline .bs-datepicker-body table td {
  color: #8c8c8c;
  font-size: 11px;
  font-family: "PoppinsRegular", sans-serif;
}
.theme-green .bs-datepicker-body table .disabled,
.theme-red .bs-datepicker-body table .disabled,
.theme-blue .bs-datepicker-body table .disabled,
.theme-inline .bs-datepicker-body table .disabled {
  pointer-events: none;
}
.theme-red .bs-datepicker-head .previous,
.theme-red .bs-datepicker-head .next,
.theme-blue .bs-datepicker-head .previous,
.theme-blue .bs-datepicker-head .next,
.theme-inline .bs-datepicker-head .previous,
.theme-inline .bs-datepicker-head .next {
  background-color: #6b60f5;
  border-radius: 4px;
  position: absolute;
  top: 15px;
}
.theme-red .bs-datepicker-head .previous span,
.theme-red .bs-datepicker-head .next span,
.theme-blue .bs-datepicker-head .previous span,
.theme-blue .bs-datepicker-head .next span,
.theme-inline .bs-datepicker-head .previous span,
.theme-inline .bs-datepicker-head .next span {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 29px;
}
.theme-red .bs-datepicker-head .previous:disabled,
.theme-red .bs-datepicker-head .next:disabled,
.theme-blue .bs-datepicker-head .previous:disabled,
.theme-blue .bs-datepicker-head .next:disabled,
.theme-inline .bs-datepicker-head .previous:disabled,
.theme-inline .bs-datepicker-head .next:disabled {
  opacity: 0;
}
.theme-red .bs-datepicker-head .previous,
.theme-blue .bs-datepicker-head .previous,
.theme-inline .bs-datepicker-head .previous {
  left: 15px;
}
.theme-red .bs-datepicker-head .next,
.theme-blue .bs-datepicker-head .next,
.theme-inline .bs-datepicker-head .next {
  right: 15px;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td span.selected,
.theme-inline .bs-datepicker-body table td span.selected {
  background-color: #6b60f5;
  color: #fff;
}
.theme-red {
  position: relative;
  top: -132px;
  right: 555px;
  z-index: 3;
}
.theme-green::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.theme-green .bs-datepicker-head .previous,
.theme-green .bs-datepicker-head .next {
  display: none;
}
.theme-green .bs-datepicker-body table td span.selected {
  background-color: transparent;
  color: #8c8c8c;
}
.theme-green .is-other-month {
  display: none !important;
}
.icon-paid, .icon-arrange, .icon-arrange-future, .icon-promise, .icon-call, .icon-hold, .icon-unsuccess, .icon-callBackLater, .icon-sms, .icon-exception, .icon-exception-fi, .icon-letter, .icon-executeDDE, .icon-scheduleDDE, .icon-hardship, .icon-prefer, .icon-agent-activity, .icon-dss, .icon-litigation, .icon-complaints, .icon-voicemail, .icon-freeze, .icon-unfreeze, .icon-reopen-account, .icon-close-account, .icon-skip-trace, .icon-invalidlead, .icon-leadContactedNotCustomer, .icon-debt-adjustment, .icon-allocate, .icon-record, .icon-reverse, .icon-adhoc, .icon-nextAction, .icon-lmtc, .icon-bulk, .icon-tag-account, .icon-caveat, .icon-repossessed, .icon-manual-letter, .icon-meeting-request, .icon-repossession, .icon-collection-status, .icon-penalty-waiver, .icon-new-action, .icon-no-outcome, .icon-edit-address, .icon-edit-customer-email, .icon-edit-contact, .icon-edit-identity, .icon-notes, .icon-flow, .icon-field-visit-enable, .icon-field-visit-disable, .icon-collateral, .icon-delete-collateral, .icon-restructure, .icon-document_deleted, .icon-notes_deleted, .icon-document_uploaded, .icon-audio_uploaded, .icon-score-card, .icon-default {
  background-color: #e5ecfd;
  position: relative;
}
.icon-paid:after, .icon-arrange:after, .icon-arrange-future:after, .icon-promise:after, .icon-call:after, .icon-hold:after, .icon-unsuccess:after, .icon-callBackLater:after, .icon-sms:after, .icon-exception:after, .icon-exception-fi:after, .icon-letter:after, .icon-executeDDE:after, .icon-scheduleDDE:after, .icon-hardship:after, .icon-prefer:after, .icon-agent-activity:after, .icon-dss:after, .icon-litigation:after, .icon-complaints:after, .icon-voicemail:after, .icon-freeze:after, .icon-unfreeze:after, .icon-reopen-account:after, .icon-close-account:after, .icon-skip-trace:after, .icon-invalidlead:after, .icon-leadContactedNotCustomer:after, .icon-debt-adjustment:after, .icon-allocate:after, .icon-record:after, .icon-reverse:after, .icon-adhoc:after, .icon-nextAction:after, .icon-lmtc:after, .icon-bulk:after, .icon-tag-account:after, .icon-caveat:after, .icon-repossessed:after, .icon-manual-letter:after, .icon-meeting-request:after, .icon-repossession:after, .icon-collection-status:after, .icon-penalty-waiver:after, .icon-new-action:after, .icon-no-outcome:after, .icon-edit-address:after, .icon-edit-customer-email:after, .icon-edit-contact:after, .icon-edit-identity:after, .icon-notes:after, .icon-flow:after, .icon-field-visit-enable:after, .icon-field-visit-disable:after, .icon-collateral:after, .icon-delete-collateral:after, .icon-restructure:after, .icon-document_deleted:after, .icon-notes_deleted:after, .icon-document_uploaded:after, .icon-audio_uploaded:after, .icon-score-card:after, .icon-default:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 3;
}
.icon-document_uploaded:after {
  background-image: url('document added action history.3763531f47142b76.svg') !important;
}
.icon-audio_uploaded:after {
  background-image: url('Audio upload.a11f7014e4adc617.svg') !important;
}
.icon-notes_deleted:after {
  background-image: url('notes deleted calendar.c45cca27d1c5d0ee.svg') !important;
}
.icon-document_deleted:after {
  background-image: url('document delyed calendar.1384be815d670b4c.svg') !important;
}
.icon-paid:after {
  background-image: url('paid.fea344d6adc43a49.svg') !important;
}
.icon-restructure:after {
  background-image: url('restructure-calendar.d0e3936fee642595.svg') !important;
}
.icon-manual-letter:after {
  background-image: url('letter-action-cal.4215cbe06831be75.svg') !important;
}
.icon-arrange:after {
  background-image: url('arrangment.f0262ca4aa480ad9.svg') !important;
}
.icon-delete-collateral:after {
  background-image: url('collateral-deleted.d3646db348dd2b99.svg') !important;
}
.icon-arrange-future:after {
  background-image: url('arrangement-future.c3af20718d8622e8.svg') !important;
}
.icon-no-outcome:after {
  background-image: url('contact_no_outcome.f4bb8a55b926f4bb.svg') !important;
}
.icon-promise:after {
  background-image: url('promise-to-pay.befd7f2b3792e277.svg') !important;
}
.icon-hold:after {
  background-image: url('hold.f835c079871e8564.svg') !important;
}
.icon-field-visit-enable:after {
  background-image: url('icon-field-visit-enable.3865edc77354d9d5.svg') !important;
}
.icon-field-visit-disable:after {
  background-image: url('icon-field-visit-disable.cebf79d05833edd9.svg') !important;
}
.icon-flow:after {
  background-image: url('icon-flow.cf81ba8dd9221cbb.svg') !important;
}
.icon-missed:after {
  background-image: url('missed-payment.987b53e59e8048f6.svg') !important;
}
.icon-unsuccess:after {
  background-image: url('missed-call.5e826613f16f9ab2.svg') !important;
}
.icon-emi:after {
  background-image: url('emi.08ab2903d21caf89.svg') !important;
}
.icon-call:after {
  background-image: url('call.55a4ee4bb4976c71.svg') !important;
}
.icon-callBackLater:after {
  background-image: url('call-back-later.645c65355dfc87f8.svg') !important;
}
.icon-sms:after {
  background-image: url('sms.c581de13768bb82a.svg') !important;
}
.icon-exception:after, .icon-exception-fi:after {
  background-image: url('exception.418229c601f46b83.svg') !important;
}
.icon-letter:after {
  background-image: url('email-action.5cb6ddc4f2f85f5e.svg') !important;
}
.icon-scheduleDDE:after {
  background-image: url('mdd.4b34525ca3270d23.svg') !important;
}
.icon-executeDDE:after {
  background-image: url('emdd.790269bed9cea256.svg') !important;
}
.icon-hardship:after {
  background-image: url('hardship-default.93207ba8ba2d5468.svg') !important;
}
.icon-prefer:after {
  background-image: url('Prference.052ef6f5e3458a0f.svg') !important;
}
.icon-agent-activity:after {
  background-image: url('repo.8b302a287b0e5bfb.svg') !important;
}
.icon-dss:after {
  background-image: url('dss.44d44c86226ad556.svg') !important;
}
.icon-litigation:after {
  background-image: url('litigation.a23aa1a85bd4b33d.svg') !important;
}
.icon-complaints:after {
  background-image: url('complaints.0feb9fe93c8347d8.svg') !important;
}
.icon-voicemail:after {
  background-image: url('voicemail.5dd9c39ce8deb9a8.svg') !important;
}
.icon-lmtc:after {
  background-image: url('lmtc.36544b471e50b6a1.svg') !important;
}
.icon-freeze:after {
  background-image: url('unfreeze.f6a3cfc7211798d1.svg') !important;
}
.icon-unfreeze:after {
  background-image: url('freeze.0f50d9e415985bb0.svg') !important;
}
.icon-invalidlead:after {
  background-image: url('invalid-lead.0c033aeeba5b3574.svg') !important;
}
.icon-leadContactedNotCustomer:after {
  background-image: url('lead-contacted-not-customer.051b2687ebdf10eb.svg') !important;
}
.icon-close-account:after {
  background-image: url('close-account.3ebc573d46f6535a.svg') !important;
}
.icon-reopen-account:after {
  background-image: url('reopen-account.9c6d74ef76486cd2.svg') !important;
}
.icon-skip-trace:after {
  background-image: url('skip.a17e5e3d6a25ae83.png') !important;
}
.icon-debt-adjustment:after {
  background-image: url('debt-adjustment.25f0a9e736be2206.svg') !important;
}
.icon-allocate:after {
  background-image: url('allocate.a936f7c50ab4c4e5.svg') !important;
}
.icon-reverse:after {
  background-image: url('reverse.e1f841cae35f8ce8.svg') !important;
}
.icon-adhoc:after {
  background-image: url('adhoc.7599849c7407e655.svg') !important;
}
.icon-nextAction:after {
  background-image: url('next-action.dcb5ce967bc5cbb7.svg') !important;
}
.icon-notes:after {
  background-image: url('notes.fc6a7e1d29c7d5a6.svg') !important;
}
.icon-bulk:after {
  background-image: url('bulk-communication.2ee21365075a092a.svg') !important;
}
.icon-tag-account:after {
  background-image: url('tag-account.495d37e9b19187ee.svg') !important;
}
.icon-collateral:after {
  background-image: url('collateralAction.183fce7a9045814d.svg') !important;
}
.icon-repossessed:after {
  background-image: url('reposession.2f824704211a06aa.svg') !important;
}
.icon-meeting-request:after {
  background-image: url('meeting-request.d3b4953c02db9da5.svg') !important;
}
.icon-repossession:after {
  background-image: url('repossession-action.c202762df203a540.svg') !important;
}
.icon-collection-status:after {
  background-image: url('collection-status.3eabb0bd5d883547.svg') !important;
}
.icon-penalty-waiver:after {
  background-image: url('penalty-waiver.9d775d4500fd894c.svg') !important;
}
.icon-new-action:after {
  background-image: url('new-action.3d9a1f673dd83726.svg') !important;
}
.icon-penalty-waiver:after {
  background-image: url('penalty-waiver.9d775d4500fd894c.svg') !important;
}
.icon-record:after {
  background-image: url('record.757e23b4a1854b6d.svg') !important;
}
.icon-score-card:after {
  background-image: url('score-card.4b63cbe50bfec406.svg') !important;
}
.icon-edit-address:after {
  background-image: url('address-edit.53edf775d7e09b42.svg') !important;
}
.icon-edit-customer-email:after {
  background-image: url('email-edit.fff19bb84efef9ea.svg') !important;
}
.icon-edit-contact:after {
  background-image: url('contact-edit.6bfa9ede9f9cdfe6.svg') !important;
}
.icon-edit-identity:after {
  background-image: url('identity-edit.cce77fa2b8f64f20.svg') !important;
}
.status-partial:before, .status-kept:before, .status-broken:before {
  width: 12px;
  height: 12px;
  bottom: inherit !important;
  border-radius: 100%;
  left: inherit !important;
  top: 10px !important;
  right: -6px !important;
  z-index: 9 !important;
}
.status-partial:before {
  background: transparent no-repeat url('arr-orange-status.f81b292886d08a12.svg') !important;
}
.status-kept:before {
  background: transparent no-repeat url('arr-green-status.872782b0fd3db5d6.svg') !important;
}
.status-broken:before {
  background: transparent no-repeat url('arr-red-status.6fe847f4c6ef013f.svg') !important;
}
.form-row {
  margin-left: 0;
  margin-right: 0;
}
.tx-right {
  text-align: right;
}
.tx-left {
  text-align: left;
}
.tx-center {
  text-align: center;
}
.no-margin {
  margin: 0;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-ltr,
.swiper-button-prev-ltr,
.swiper-button-next-rtl,
.swiper-button-prev-rtl {
  background-image: none !important;
  width: 30px;
  height: 30px;
  top: 50% !important;
  margin-top: -15px !important;
  position: absolute;
}
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next-ltr:focus,
.swiper-button-prev-ltr:focus,
.swiper-button-next-rtl:focus,
.swiper-button-prev-rtl:focus {
  outline: none;
}
.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next-ltr:before,
.swiper-button-prev-ltr:before,
.swiper-button-next-rtl:before,
.swiper-button-prev-rtl:before {
  content: "";
  padding: 8px;
  box-shadow: 2px -2px 0 0 #687391;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.swiper-button-next {
  right: -25px !important;
}
.swiper-button-next:before {
  transform: rotate(45deg);
  left: 0px;
}
.swiper-button-next-ltr {
  right: -25px !important;
}
.swiper-button-next-ltr:before {
  transform: rotate(45deg);
  left: 0px;
}
.swiper-button-next-rtl {
  left: -25px !important;
}
.swiper-button-next-rtl:before {
  transform: rotate(225deg);
  right: 0px;
}
.swiper-button-prev {
  left: -21px !important;
}
.swiper-button-prev::before {
  transform: rotate(225deg);
  right: 0px;
}
.swiper-button-prev-ltr {
  left: -21px !important;
}
.swiper-button-prev-ltr::before {
  transform: rotate(225deg);
  right: 0px;
}
.swiper-button-prev-rtl {
  right: -21px !important;
}
.swiper-button-prev-rtl::before {
  transform: rotate(45deg);
  left: 0px;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.overlay .swiper-button-next,
.overlay .swiper-button-next-ltr,
.overlay .swiper-button-next-rtl {
  display: none;
}
.main-container {
  padding: 20px 30px;
}
.settings-tabel-ltr th {
  padding-left: 30px;
  text-align: left;
}
.settings-tabel-ltr th:first-child {
  padding: 11px 0px 11px 15px;
}
.settings-tabel-ltr td {
  padding-left: 30px;
  text-align: left;
}
.settings-tabel-ltr td:first-child {
  padding-left: 15px;
}
.settings-tabel-ltr td:last-child {
  padding-right: 30px;
}
.settings-tabel-rtl th {
  padding-right: 30px;
  text-align: right;
}
.settings-tabel-rtl th:first-child {
  padding: 11px 10px 11px 0px;
}
.settings-tabel-rtl td {
  padding-right: 30px;
  text-align: right;
}
.settings-tabel-rtl td:first-child {
  padding-right: 15px;
}
.settings-tabel-rtl td:last-child {
  padding-left: 30px;
}
.settings-tabel tr {
  border-bottom: 1px solid #D1DBF2;
}
.settings-tabel tr:last-child td {
  border-bottom: none;
}
.settings-tabel th {
  background-color: #f2f5fc;
  border-top: 1px solid #D1DBF2;
  border-bottom: 1px solid #D1DBF2;
  color: #8191ba;
  font-size: 12px;
  position: relative;
}
.settings-tabel th input {
  padding: 0;
  height: 20px;
}
.settings-tabel th .sort-arrow-up,
.settings-tabel th .sort-arrow-down {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.settings-tabel th .sort-arrow-up:before,
.settings-tabel th .sort-arrow-down:before {
  width: 0px;
  height: 0px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.settings-tabel th .sort-arrow-up:before {
  position: absolute;
  top: -5px;
  right: 0;
  border-bottom: 5px solid #8191ba;
}
.settings-tabel th .sort-arrow-down:before {
  position: absolute;
  top: 5px;
  right: 0;
  border-top: 5px solid #8191ba;
}
.settings-tabel th:first-child {
  width: 50px;
  vertical-align: top;
}
.settings-tabel td {
  color: #243360;
  font-size: 12px;
  vertical-align: top;
  word-break: break-all;
  line-height: 14px;
  max-width: 150px;
}
.settings-tabel td:first-child span {
  background-color: #5f52ee;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
}
.check-box-block {
  display: block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.check-box-block.with-label {
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 16px;
  width: auto;
  height: auto;
}
.check-box-block input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.check-box-block .checkmark {
  background-color: #fff !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 1px #929ebe;
}
.check-box-block input:checked ~ .checkmark {
  background-color: #6b60f5 !important;
  border: solid 1px #6b60f5;
}
.check-box-block input:checked ~ .checkmark:after {
  display: block;
}
.check-box-block input ~ .checkmark:after {
  display: none;
}
.check-box-block .checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}
.selected-items li {
  position: relative;
}
.selected-items li:before {
  content: "";
  background-image: url('close.a9f51fe248949d31.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: 5px;
  width: 10px;
  height: 10px;
}
.selected-items li .nsdicon-close {
  display: none;
}
.next-button {
  display: block;
  text-align: right;
  overflow: hidden;
}
.next-button-role {
  text-align: right;
}
.next-button-role .back {
  float: left;
}
.next-button-role .back-button {
  cursor: pointer;
  display: inline;
  position: relative;
  right: 20px;
}
.save-btn {
  background-color: #6b60f5;
  border: none;
  color: #fff;
  width: 75px;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  letter-spacing: 1px;
}
.edit-blk {
  padding-top: 9px;
}
.edit-blk-ltr {
  float: right;
}
.edit-blk-ltr span {
  border-right: 2px solid #cdd4e3;
}
.edit-blk-rtl {
  float: left;
}
.edit-blk-rtl span {
  border-left: 2px solid #cdd4e3;
}
.edit-blk span {
  padding: 0 18px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.edit-blk span:last-child {
  border: none;
}
.edit-blk span.disable {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.edit-blk span.enable {
  background-color: transparent;
  cursor: pointer;
}
.edit-blk span img {
  vertical-align: top;
}
#toolbar #buttons {
  display: none;
}
.email-template table,
.email-template td {
  border: 1px solid #a5b1c8;
}
.envi-status, .envi-status-dev, .envi-status-prod {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-family: "PoppinsRegular", sans-serif;
}
.envi-status-prod {
  background-color: #5bdc0f;
}
.envi-status-dev {
  background-color: #f82346;
}
.text-center {
  text-align: center;
}
.reading-label {
  margin-top: -20px;
}
.no-access {
  font-size: 18px;
  font-family: "PoppinsMedium", sans-serif;
  text-align: center;
}
.no-access p {
  padding-bottom: 0;
}
.response {
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.response-msg {
  background-color: #0fbb8b;
  color: #fff;
  padding: 10px;
  display: inline-block;
}
.response-msg span {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-c {
  padding: 0 !important;
  word-wrap: break-word;
  overflow: hidden;
  width: 110px;
}
.gm-style-iw-t {
  z-index: 3;
}
.gm-style-iw-t::after {
  background: #7a6ffe !important;
  z-index: -1 !important;
}
.loc-tracker {
  display: flex;
}
.loc-tracker__col {
  flex: 0 0 85%;
  max-width: 80%;
  font-weight: "PoppinsMedium", sans-serif;
}
.loc-tracker__col:not(:first-child) {
  padding: 5px;
}
.loc-tracker__col:first-child {
  display: flex;
  flex: 0 0 15%;
  justify-content: center;
  align-items: center;
  max-width: 20%;
  color: #fff;
}
.loc-tracker__col p {
  font-size: 0.8em;
  line-height: 14px;
  padding: 0;
  font-weight: "PoppinsMedium", sans-serif;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.map-content {
  font-family: "PoppinsRegular", sans-serif !important;
  padding: 10px;
}
.map-content.to-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.map-content.to-col .map-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
}
.map-content.to-col .map-col:nth-of-type(1), .map-content.to-col .map-col:nth-of-type(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.map-content h6 {
  color: #ffda10;
}
.map-content p {
  color: #fff;
  padding-bottom: 5px;
}
.poi-info-window div,
.poi-info-window a {
  background-image: linear-gradient(152deg, #5f52ee, #5f52ee, #7369ea);
  background-color: transparent !important;
  padding: 10px;
  color: #fff !important;
}
.mp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 15px;
}
.mp-close img {
  max-width: 100%;
}
.map-label {
  background-color: #FC5924;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.map-label-route {
  background-color: #362bc1;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.switch {
  border: 1px solid transparent !important;
}
.taggedUser {
  color: #FC5924;
  font-weight: 700;
}
@media screen and (min-width: 1367px) {
  .main-wrap:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .is-mobile {
    display: none;
  }
  .mCS-dark .mCSB_container {
    margin-right: 17px;
  }
  .theme-green:before {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  body {
    padding-top: 0;
  }
  .main-wrap {
    flex-direction: column-reverse;
    overflow: hidden;
    height: calc(100vh - 60px);
  }
  .main-content {
    height: 100%;
    padding-left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .main-content.is-overview {
    padding-left: 0;
  }
  .main-content:before {
    display: none;
  }
  .progress .tool-tip {
    border-radius: 5px;
    width: inherit;
    left: 5px;
    right: 5px;
    transform: inherit;
  }
  .envi-status, .envi-status-prod, .envi-status-dev {
    display: none;
  }
  .calandar-col .bs-datepicker-inline {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.switch.switch-small {
  min-width: 33px;
}

.switch.switch-medium {
  min-width: 50px;
}

.switch.switch-large {
  min-width: 60px;
}

.switch.switch-small > .switch-pane > span {
  font-size: 9px;
}

.switch.switch-medium > .switch-pane > span {
  font-size: 16px;
}

.switch.switch-large > .switch-pane > span {
  font-size: 16px;
}

.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  white-space: nowrap;
}

.switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch.switch-small {
  height: 20px;
  border-radius: 20px;
}

.switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px);
}

.switch.switch-small > .switch-pane > span {
  line-height: 20px;
}

.switch.switch-small > .switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px;
}

.switch.switch-small > .switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px;
}

.switch.switch-medium {
  height: 30px;
  border-radius: 30px;
}

.switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px);
}

.switch.switch-medium > .switch-pane > span {
  line-height: 30px;
}

.switch.switch-medium > .switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px;
}

.switch.switch-medium > .switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px;
}

.switch.switch-large {
  height: 40px;
  border-radius: 40px;
}

.switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px);
}

.switch.switch-large > .switch-pane > span {
  line-height: 40px;
}

.switch.switch-large > .switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px;
}

.switch.switch-large > .switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px;
}

.switch.checked {
  background: rgb(100, 189, 99);
}

.switch.checked small {
  right: 0;
  left: auto;
}

.switch.checked .switch-pane {
  top: 0;
}

.switch.checked .switch-pane .switch-label-checked {
  display: block;
}

.switch.checked .switch-pane .switch-label-unchecked {
  display: none;
}

.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none;
}

.switch .switch-pane > span {
  display: block;
  min-height: 100%;
}

.switch .switch-pane .switch-label {
  color: black;
}

.switch .switch-pane .switch-label-checked {
  display: none;
}

.switch .switch-pane .switch-label-unchecked {
  display: block;
}

.switch.loading {
  background-color: #f1f1f1;
}

.switch.loading small {
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 50%;
  transform: translateX(50%);
}
