* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.status{
	margin-top: 10px;
    color: #000;
    background: #FF7F7F;
    padding: 3px 20px;
    border-radius: 10px;
}
@font-face {
  font-family: 'Liberation Sans Narrow';
  font-style: normal;
  src: url(../font/LiberationSansNarrow-Regular.ttf);
}
.bg-green{
	background: #9EFF99;
}
.bg-orange{
	background: #FFDF7F;
}
.bg-blue{
	background: #00a0df
}
.visually-hidden{
    display: none;
}
.icon-badge {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -11px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: bold;
    padding-top: 1px;
    color: #fff;
    text-align: center;
    background: #ec776c;
    border: 2px solid #fff;
}

.qrcode > img {
  width: 100px !important;
}
.app-header.app-header_mbl_menu {
    display: none;
}

.app-header.app-header_2 {
      Top: 50px;
    z-index: 2;
    left: 0;
    width: 100%;
    border-top: 2px solid #239fa0;
    background-color: transparent !important;
    border-bottom: 1px solid #6ecfd0;
    background-image: linear-gradient(to right top, #239fa0, #41afb0, #58bfc0, #6ecfd0, #83dfe0);
    color: #fff !important;
    font-size: .8rem !important;
}

.fixed-header .app-main {
    padding-top: 100px;
}

.app-header.app-header_2 .app-header__mobile-menu .hamburger-inner,
.app-header.app-header_2 .app-header__mobile-menu .hamburger-inner::before,
.app-header.app-header_2 .app-header__mobile-menu .hamburger-inner::after {
    background-color: #fff;
}

.app-header.app-header_2 .app-header__content .header-menu .nav-link {
    color: #fff;
}

.app-header.app-header_2 .app-header__content .header-menu .nav-link i {
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

b {
    font-weight: 500;
}

.ProcessCount {
    vertical-align: middle;
    width: 30px;
    height: 28px;
    background: #aec7e1;
    border-radius: 11px;
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
}

.complete .ProcessCount {
  background: #64c1c4;
}

.complete .ProcessCountTick {
    color: #16ba51;
    font-size: 17px;
    padding-right: 10px;
}

.ongoing .ProcessCount {
  background: #64c1c4;
}
.disabled .ProcessCount {
  background: #ccc !important;
}
.notyet .ProcessCount {
  background: #64c1c4;
}

.header__pane {
    display: none;
}

.BackBtn {
    color: #fff !important;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    display: inline-block;
}

.BackBtn:hover {
    background-color: #c82333 !important;
    border: 1px solid #bd2130 !important;
}

.NextBtn {
    color: #fff !important;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    display: inline-block;
}

.NextBtn:hover {
    background-color: #138496;
    border-color: #117a8b;
}

.SaveBtn {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
}

.SaveBtn:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.ProceedBtn {
    background: #2EE59D;
    color: #fff !important;
    display: inline-block;
    border: 1px solid #2EE59D !important;
    outline: none;
}

.ProceedBtn:hover {
    background: #fff;
    color: #2EE59D !important;
}

.btn.CommomBtn {
    color: #fff;
    font-size: .8rem;
    padding: 10px 30px 10px 30px;
    margin-left: 10px;
    min-width: 140px;
    border: 1px solid #ddd;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
}

.GreenBtn {
    background: #1fb67c;
    border: 1px solid #1fb67c !important;
}

.GreenBtn:focus,
.GreenBtn:active,
.GreenBtn:hover {
    border-color: #fff;
    background: #2a8562;
}

.GrayBtn {
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    color: #fff !important;
}

.DarkBlueBtn {
    color: #fff !important;
    background-color: #5867dd;
    border-color: #5867dd;
}

.DarkBlueBtn:hover,
.DarkBlueBtn:focus,
.DarkBlueBtn:active {
    background-color: #384ad7;
    border-color: #2e40d4;
}

.RedBtn:focus,
.RedBtn:active,
.RedBtn:hover,
.RedBtn {
    background: #c74b4b;
    border: 1px solid #f14848 !important;
}

.LightGreenBtn {
    background-color: #e0a800;
    border: 1px solid #e0a800 !important;
}

.LightGreenBtn:hover {
    background-color: #ba9117;
    border: 1px solid #ba9117;
}

.WhiteBtn:focus,
.WhiteBtn:active,
.WhiteBtn:hover,
.WhiteBtn {
    background: #fff;
    border: 1px solid blue !important;
    color: blue !important;
}

.btn.ActionBtn {
    padding: 7px 10px 7px 10px;
    min-width: 40px;
}

.saveAlertBox,
.SubmitAlertBox,
.SubmitSuccessBox {
    display: none;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 2;
    right: 0;
    width: 50%;
}

.NotifyMark::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 13px;
    border-radius: 50%;
    top: -6px;
    background-color: #486DCF;
}

.card-header>.nav .nav-link.active.complete::before {
    background: #62e591;
}

.btn-link .accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d7";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    background-image: none;
    transform: none;
    float: right;
}

.btn-link:not(.collapsed) .accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d8";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    background-image: none;
    transform: none;
    float: right;
}

.accordion-wrapper .card-header button {
  padding: 15px 10px !important;
  color: #464d53; /*#60676e;*/
   background-color: #eef4fa;
  border-radius: 0px;
  text-transform: uppercase;
}

.accordion-wrapper .card-header button h5 {
    font-size: 14px;
    font-weight: bold;
}

.accordion-wrapper .form-group {
    margin-bottom: 5px;
}

.accordion-wrapper>.card {
    margin-bottom: 15px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.DeclarationPLb {
    padding: 0px 0px;
}

.BillTableMsg {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #eef4fa;
    border-left: 4px solid #3488DB;
    padding: 10px;
}

.table-responsive {
    display: table !important;
}

.delete i.fa-trash-o,
.delete i.fa-pencil-square-o {
    width: 20px;
    height: 20px;
    font-size: 17px;
}

.sample-days-left {
    float: right;
    position: relative;
    margin-right: 40px;
}

.sample-days-left .skor-LeftDate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center !important;
    font-weight: 700;
    padding: 0px;
    border: 1px solid #ed1c24;
}

.skor-LeftDate {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #ffffff !important;
    margin-bottom: 0px;
    background: #ed1c24;
    padding: 1px 7px;
}

.sample-days-left .skor-LeftDate .submission {
    background: #fff;
    color: #ed1c24;
    padding: 1px 5px;
}

.sample-days-left .skor-LeftDate .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #f7f4f4c7;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: -26px;
    top: 38px;
}

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.sample-days-left .notify-arrow {
    visibility: hidden;
    right: 8px;
    top: 20px;
    border-color: transparent transparent #f7f4f4c7;
    border-bottom-color: #f7f4f4c7 !important;
    border-top-color: #f7f4f4c7 !important;
}

.badge {
    position: absolute;
    right: -8px;
    top: -11px;
    z-index: 1;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    padding: 4px 3px;
    background: #00a0df;
    font-weight: 400;
    color: #fff;
}

.sample-days-left .skor-LeftDate:hover .tooltiptext {
    visibility: visible;
}

.sample-days-left .skor-LeftDate .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #f7f4f4c7;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: -26px;
    top: 38px;
}

.InputToolTip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #f5f5f5;
    color: #000;
    padding: 5px 10px;
    position: absolute;
    font-weight: 600;
    z-index: 1;
    right: 0px;
    top: 66px;
    background: #fff;
    border-top: 3px solid #ccc;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.InputToolTip .tooltiptext p {
    font-weight: 100;
 }

.InputToolTip:hover .tooltiptext {
    visibility: visible;
}
.InputToolTip:hover .notify-arrow {
    visibility: visible;
}

.InputToolTip .notify-arrow {
    visibility: hidden;
    right: 15px;
    top: 48px;
    border-color: transparent transparent #ccc;
    border-bottom-color: #ccc !important;
    border-top-color: #ccc !important;
    transform: rotate(362deg);
}

.InputToolTip .fa-info-circle {
    position: absolute;
    right: 170px;
    top: 63px;
    font-size: 20px;
    color: #c94318;
    z-index: 1;
}

.InputToolTip {
    display: none;
}

.was-validated .form-control:invalid~.InputToolTip {
    display: block;   
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    /*background-image: none;*/
}

.table-condensed {
    width: 100%;
}

.EditHead {
    background: #f5f5f5;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.tab-pane.active .nav-tabs .nav-link {
    color: #495057;
}

.tab-pane.active .nav-tabs .nav-link.active {
    color: #3f6ad8;
}

.nav-item.disable {
    cursor: not-allowed;
}

.nav-item.disable a {
    pointer-events: none;
    opacity: 0.6;
}



td .form-control::placeholder {
    overflow: visible !important;
    text-overflow: ellipsis;
    font-size: 9px;
}

.form-control::placeholder {
    font-size: 13px;
}

.requiredStar {
  color: #e67878;
  font-size: 7px;
  padding: 5px;
}

input[type=file]::file-selector-button {
    border: 2px solid #f7b924;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #f7b924;
    transition: 1s;
    color: #fff;
}

input[type=file]::file-selector-button:hover {
    background-color: #eca909;
    border: 2px solid #eca909;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

#SearchIcNumber {
    margin-left: 19%;
}

.form-inline label {
    justify-content: start;
    font-weight:bold;
}

.form-inline .form-group {
    margin-bottom: 15px;
}

.form-inline .form-control {
    width: 100%;
}

.form-inline .input-group .form-control {
    width: auto !important;
}

.form-inline .input-group {
    width: 100%;
}


/*.form-row {
    margin-left: 10px;
}*/

.no-l-padding {
    padding-left: 0px;
}

.btn-primary.btn-pill {
    background-image: linear-gradient(120deg, #e9e4e4 0%, #d8d6d6 100%);
    color: #212529;
    background-color: #c8c8c8;
    border-color: #bbb!important;
}
.datepicker td,
th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.youth_radiobox {
  float: left;
  margin-left: 25px;
}

.Vertical_Nav_Tabs {
  display: block;
  border: 0px;
}

.tab-pane.active .nav-tabs.Vertical_Nav_Tabs .nav-link.active {
  background: #3f6ad8;
  color: #fff;
}

  .tab-pane.active .nav-tabs.Vertical_Nav_Tabs .nav-link.active:hover {
    color: #fff !important;
  }

.Vertical_tab_content textarea.form-control {
  border: 1px solid #ccc !important;
}
/*radio button*/

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.15;
    position: relative;
  }

  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 5.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative !important;
  z-index: 1000;
}

  .option-input:hover {
    background: #9faab7;
  }

 /* .option-input:checked {
    background: #E91E63;
  }
*/
.AcceptGreen.option-input:checked {
  background: #16ba51;
}

.RejectRed.option-input:checked {
  background: #E91E63;
}
.align-form-check-label {
  margin-bottom: -13px !important;
}
    .option-input:checked::before {
      height: 15px;
      width: 15px;
      position: absolute;
      content: "\f10c";
      font-family: FontAwesome;
      display: inline-block;
      font-size: 11.66667px;
      text-align: center;
      line-height: 17px;
    }

    .option-input:checked::after {
      -webkit-animation: click-wave 0.25s;
      -moz-animation: click-wave 0.25s;
      animation: click-wave 0.25s;
     
      content: '';
      display: block;
      position: relative;
      z-index: 100;
    }
.AcceptGreen.option-input:checked::after {
  background: #16ba51;
}

.RejectRed.option-input:checked::after {
  background: #E91E63;
}
  .option-input.radio {
    border-radius: 50%;
  }

    .option-input.radio::after {
      border-radius: 50%;
    }

.mytooltip {
  display: inline;
  position: relative;
  z-index: 999
}

  .mytooltip .tooltip-item {
    /*background: rgba(0, 0, 0, 0.1);*/
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 10px
  }

  .mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 400px;
    left: 100%;
    /*margin: 5px 5px 5px 5px;*/
    padding: 5px 5px 5px 15px;
    bottom: -410%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    /*background: #2b2b2b;*/
    background: #edf89e;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    color: black;
  }

    .mytooltip .tooltip-content::after {
      content: '';
      transform: rotate(90deg);
      top: 46%;
      left: -30px;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #edf89e transparent transparent;
      border-width: 10px;
      margin-left: 10px
    }

    .mytooltip .tooltip-content img {
      position: relative;
      height: 250px;
      display: block;
      float: left;
      margin-right: 1em;
      width:370px;
    }

  .mytooltip .tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .mytooltip:hover .tooltip-item::after {
    pointer-events: auto
  }

  .mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
  }

  .mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px
  }

  .mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff
  }
  .mytooltip .tooltip-content ul{
      margin-left:5%;
  }
  /*radio button end*/
  @media (max-width: 991.98px) {
    .app-header .app-header__mobile-menu {
        display: flex;
        visibility: hidden;
        order: 1;
    }
    .app-header.app-header_2 .app-header__mobile-menu {
        display: inherit !important;
        order: 1;
        visibility: visible;
    }
    .app-header.app-header_2 .app-header__content {
        visibility: visible;
        opacity: 1;
        background: transparent;
        box-shadow: none;
    }
    .app-header.app-header_2 .app-header__content .header-user-info {
        display: inherit;
    }
    .app-header.app-header_2 .app-header__content.header-mobile-open,
    .app-header.app-header_2 .app-header__content .app-header-right {
        top: 0;
    }
    .app-header .app-header__content.header-mobile-open .app-header-left h5 {
        font-size: 14px;
    }
    .app-header.Fist_Menu .app-header__content .app-header-right {
        display: none;
    }
    .app-header.app-header_mbl_menu {
        Top: 50px;
        display: block;
    }
    .app-header.app-header_2 {
        Top: 100px;
    }
    .app-header.Fist_Menu .app-header__content {
        left: 40%;
    }
    .app-header.Fist_Menu .app-header-left h5 {
        font-size: 15px;
    }
    .fixed-header .app-main {
        padding-top: 150px;
    }
    .form-control-file,
    .form-control-range {
        width: auto;
    }
    .btn.CommomBtn {
        padding: 10px 10px 10px 10px;
        min-width: 80px;
    }
    .btn.ActionBtn {
        padding: 7px 10px 7px 10px;
        min-width: 40px;
    }
    .table-responsive {
        display: block !important;
    }
    .app-page-title .page-title-actions {
        display: inline-block;
        margin-right: 20px;
    }
    .sample-days-left {
        margin-right: 0;
	  }
    .pagination {
        margin-bottom: 15px !important;
    }
    #SearchIcNumber {
        margin-left: 4%;
    }
    table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {   
        color:white !important;
      }

  
}

/*----*/
.BodyBg {
  background: #eee;
  margin-top: 30px;
  letter-spacing: 1px;
}

.ColorBox {
  border-radius: 10px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 10px;
  margin-bottom: 30px;
}

.GreenBox {
  background: #0090aa; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #0090aa, #31caae); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #0090aa, #31caae); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.BlueBox {
  background: #56b8ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #56b8ff, #bdbff1); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #56b8ff, #bdbff1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.PinkBox {
  background: #ff699c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ff699c, #ff699c99); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ff699c, #ff699c99); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.OrangeBox {
  background-image: linear-gradient(140deg,#d1ba82 -30%,#f7b924 90%);
  background-color: #ebd49e;
  border-color: #c78f07;
  color: #fff;
}
.partOne {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eeeeee75;
  padding-bottom: 10px;
}

  .partOne .Icon {
    float: left;
  }

  .partOne .Hours span {
    display: block;
    font-size: 30px;
    letter-spacing: 0px;
  }

/*i:before {
  font-size: 30px;
}*/

.WhiteBox {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
}

.TwopartTwo {
  background: #eee;
}

  .TwopartTwo .table > tbody > tr > td {
    border-top: 0px !important;
    padding-left: 15px;
  }

    .TwopartTwo .table > tbody > tr > td i:before {
      font-size: 17px;
    }

    .TwopartTwo .table > tbody > tr > td a {
      color: #000;
    }

  .TwopartTwo .table > tbody > tr:first-child td {
    padding-top: 15px;
  }

  .TwopartTwo .table > tbody > tr:last-child td {
    padding-bottom: 15px;
  }

.BulletStyle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 10px;
}

.TwopartThree {
  border-top: 2px solid #eee;
  padding-top: 15px;
  display: flow-root;
}

  .TwopartThree p {
    float: left;
    margin-bottom: 0px;
    margin-top: 10px;
  }

.SeeMoreBtn:hover {
  text-decoration: none;
  color: #fff;
}

.SeeMoreBtn {
  padding: 10px 10px;
  border-radius: 20px;
  color: #fff;
}

.TwopartOne p {
  float: left;
  margin-top: 10px;
  margin-bottom: 0px;
}

.clear {
  clear: both;
}

.TwopartOne {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.Badge {
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
}

  .Badge:hover {
    text-decoration: none;
    color: #fff;
  }
  /*---Footer----*/
.Footer_Logo img {
  border-radius: 100%;
  margin-right: 10px;
}

.Footer_Web_Address {
  margin-top: 7px;
}

.Footer_Content {
  text-align: right;
  margin-top: 50px;
}

  .Footer_Content ul {
    display: inline-block;
    margin-bottom: 0px;
  }

    .Footer_Content ul li {
      float: left;
      list-style: none;
    }

      .Footer_Content ul li a {
        color: #495057;
        font-weight: bold;
      }

  .Footer_Content p {
    margin-bottom: 5px;
  }

.clear {
  clear: both;
}
.tooltip-color {
    clear:both;
  background-color: aliceblue;
  padding: 10px;
  border-left: 4px solid #d8e1f1;
  margin-left:1%;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

  .fill-checkbox {
    --color: #9da7ac; }
    .fill-checkbox .fill-control-input {
      display: none; }
      .fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
        background-color: var(--color);
        border-color: var(--color);
        background-size: 80%; }
      .fill-checkbox .fill-control-input:checked ~ .fill-control-description {
        color: #9da7ac; }
    .fill-checkbox .fill-control-indicator {
      border-radius: 3px;
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid rgb(56, 51, 51);
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s;
      background: transperent;
      background-size: 0%;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
    .fill-checkbox .fill-control-description {
      color: #000; }
  
  .form-check.disabled .fill-checkbox {
    --color: #aaa; }
    .form-check.disabled .fill-checkbox .fill-control-description {
      color: #aaa; }
      
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#content{
  letter-spacing: 0.55px !important;
}
#contentFM{
	letter-spacing: 1.01px !important;
}