html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  background-color: #fff;
}

a {
  text-decoration: none;
}

.fiesta_mlog {
  margin: 0 auto;
  max-width: 600px;
  min-height: 90vh;
  background-color: #cff3ff;
  position: relative;
}

.fiesta_mlog_bg {
  min-height: 45vh;
  background-color: #cff3ff;
}

.fiesta_mlog_logo {
  margin: 0 auto;
  padding-top: 15vh;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  background-image: linear-gradient(#00a3c0, #cff3ff);
  color: #262626;
}

.fiesta_mlog_sublogo {
  text-align: center;
  font-weight: 600;
  color: #3d3d3d;
}

.fiesta_mlog_sublogo:before, .fiesta_mlog_sublogo:after {
  content: ' - ';
}

.fiesta_mlog_form {
  min-height: 55vh;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.fiesta_mlog_subf {
  padding: 10px;
}

.fiesta_mlog_form fieldset {
  border: 0;
}

.fiesta_mlog_info {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
}

.fiesta_mlog_subf label {
  display: block;
  color: #606060;
  font-weight: 500;
  margin-bottom: 5px;
}

label:before {
  font-family: "Material Icons";
  font-size: 20px;
  display: inline-block;
  transform: translateY(4px);
  line-height: 14px;
  margin-right: 6px;
  opacity: .25;
}

.login-username label:before {
  content: '\e158';
}

.login-password label:before {
  content: '\f042';
}

.fiesta_mlog_subf .frm_top_container {
  width: 100%;
}

.fiesta_mlog_subf input {
  background-color: #f6f8fc;
  width: 100%;
  font-size: 15px;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #e3e9f6;
}

.fiesta_mlog_subf .frm_submit {
  margin: 0 auto;
  margin-top: 20px;
}

.fiesta_mlog_subf .frm_submit input, #wp-submit {
  width: 100%;
  background-color: #00a3c0;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  cursor: pointer;
}

input:focus {
  outline: none;
}

.festa_mlog_bt {
  padding: 15px;
  text-align: center;
  color: #575757;
}

.frm_error_style {
  background-color: #ffebeb;
  margin: 10px;
  text-align: center;
  padding: 5px;
  border: 1px solid #ff0000;
  border-radius: 6px;
  color: #3d3d3d;
}

.login-remember {
  display: none;
}
#loginform-custom {
  padding: 5px 15px;
}

#loginform-custom p {
  padding: 0;
  margin: 0
}
#wp-submit {
  margin-top: 20px;
}

#wpadminbar {
  display: none;
}

#qr-reader {
  border-color: transparent!important;
}

#qr-reader__dashboard_section_csr span {
  display: block;
  margin: 10px;
}

#qr-reader__dashboard_section_csr #html5-qrcode-select-camera {
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 20px auto;
  padding: 10px;
  border-radius: 6px;
  min-width: 200px;
}

#qr-reader__dashboard_section_csr #html5-qrcode-button-camera-start {
  display: block;
  border: 1px solid #00a3c0;
  margin: 10px auto;
  padding: 10px 15px;
  min-width: 200px;
  background-color: #00a3c0;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #777, -3px -3px 3px #fff;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

#qr-reader__dashboard_section_csr #html5-qrcode-button-camera-start:hover {
  box-shadow: none;
}

.dt_xnowgler {
  border: 1px solid #dce2e7;
  margin: 10px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 6px;
}

.dt_xnowgler a {
  font-weight: 600;
  color: #263242;
  display: block;
}

.dt_xnowgler span {
  display: block;
  opacity: .5;
  font-size: 12px;
}

.general_content {
  margin: 10px;
}

.bugrepo {
  border: 1px solid #e64a62;
  background-color: rgba(230, 74, 97, 0.05);
  margin: 10px;
  padding: 10px 0;
  border-radius: 6px;
  position: relative;
}

.bugrepo_title {
  background-color: #e64a62;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  transform: translateX(-8px);
  border-radius: 6px;
  font-weight: 600;
}

.bugrepo_value {
  margin: 5px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e64a62;
}

.bugrepo_value a {
  color: #00a3c0;
}

.bugrepo_list:last-child .bugrepo_value {
  border-bottom: none;
  margin-bottom: 0;
}

.bugrepo_itemimg {
  margin: 0 10px;
  margin-top: 10px;
}

.bugrepo_image .bugrepo_descript {
  font-size: 12px;
  margin: 0 10px;
  opacity: .6;
}

.contact86 {
  display: flex;
  border-top: 1px solid #ccc;
  margin: 0 10px;
  padding: 10px 0;
  color: #333;
}

.contact86:hover {
  background-color: #fff;
}

.contact86_ava {
  width: 42px;
  margin-right: 10px;
}

.contact86_ava img {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.contact86_content {
  width: calc(100% - 152px);
}

.contact86_tgl {
  width: 100px;
  font-size: 12px;
  text-align: right;
}

.contact86_content .contact86_dn {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact86_content .contact86_pesan {
  opacity: .6;
  font-size: 12px
}

.contact87 {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}

.contact87_top {
  font-size: 12px;
  color: #777;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.contact87_mid {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.contact87_ava {
  width: 74px;
}

.contact87_ava img {
  width: 64px;
  height: 64px;
  display: block;
}

.contact87_dename {
  margin: 5px 0;
  font-weight: 600
}

.contact87_demail {
  font-size: 12px;
  color: #777;
}

.contact87_judul {
  font-weight: 600;
}

.contact87_lb {
  margin: 10px;
}

.contact87_lb a {
  background-color: #00a3c0;
  color: #fff;
  padding: 3px 9px;
  border-radius: 6px
}

.contact87_lb a:before {
  font-family: 'Material Icons';
  content: '\e15e';
  display: inline-block;
  transform: translateY(2px);
  margin-right: 5px;
}

.errlog_tokrol {
  border: 1px solid red;
  margin: 10px;
  padding: 10px;
  background-color: #fef5f2;
  border-radius: 6px;
  text-align: center;
}

.error_page91 {
  margin: 10px;
  text-align: center;
}

.error_page91_mes {
  margin-bottom: 10px;
}

.error_page91_nav a {
  color: #00a3c0;
  text-decoration: underline;
}

/* Dashboard CSS - Header
----------------------------------------- */
#page {
  margin: 0 auto;
  max-width: 600px;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}

#headmaster {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 3px 3px 3px #7e7e7e;
  padding: 10px;
}

.profiler {
  display: flex;
}

.avaer {
  margin-right: 10px;
}

.avaer img {
  border-radius: 50%;
  display: block;
  width: 64px;
  height: 64px;
}

.avaer .frm_no_entries {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.infmerger98 {
  display: flex;
}

.namer {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 8px;
}

.jober {
  text-transform: capitalize;
  font-size: 14px;
  opacity: .5;
}

.setter {
  margin-left: 10px;
}

.setter a span {
  color: #787878;
  font-size: 16px;
  display: block;
  margin-top: 6px;
}

.setter a span:after {
  font-family: 'Nunito', sans-serif;
  content: 'Edit';
  font-size: 12px;
  background-color: #eeeeee;
  padding: 3px 6px;
  display: inline-block;
  transform: translateY(-3px);
  margin-left: 3px;
  border-radius: 4px;
  color: #00a3c0;
}

.r_notifications {
  position: relative;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px #aaa;
  color: #333;
  cursor:pointer;
}

.head_r .r_notifications:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00a3c0;
  border-radius: 50%;
  top: 3px;
  right: -3px;
}

.head_r .r_notifications span.material-icons {
  display: block;
    -moz-animation: 1s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation:swing 1s infinite ease-in-out;
    -webkit-transform-origin:top;
}

@-moz-keyframes swing {
    0%{-moz-transform:rotate(-3deg)}
    50%{-moz-transform:rotate(3deg)}
    100%{-moz-transform:rotate(-3deg)}
}
@-webkit-keyframes swing {
    0%{-webkit-transform:rotate(-3deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-3deg)}
}

.float77_notifications {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  padding-top: 55px;
}

.r_notifications:focus + .float77_notifications{
  display:block;
}

.float77_notifications .announcer_post {
  background-color: #e7ffff;
  border: 1px solid #00a3c0;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #777;
  font-size: 12px
}

.float77_notifications .announcer_posttitle {
  display: none;
}

.float77_notifications .announcer_postdate span {
  background-color: #00a3c0;
  color: #fff;
  padding:0 6px;
  border-radius: 4px;
}

.float77_notifications .announcer_postcontent {
  font-size: 12px;
  margin-top: 5px;
}

.announcer {
  margin: 20px 10px;
  min-height: 15vh;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #7e7e7e, -3px -3px 3px #fff;
  background-color: #00a3c0;
  background: linear-gradient(170deg, #cff3ff 0%, #00a3c0 40%, #008198 100%);
  color: #fff;
  padding: 10px;
}

.announcer .announcer_posttitle {
  text-align: center;
  font-weight: 600;
}

.announcer .announcer_posttitle:before, .announcer .announcer_posttitle:after {
  content: '-';
  margin: 5px;
}

.announcer .announcer_post span {
  font-size: 12px;
  padding: 3px 9px;
  border-radius: 6px;
  font-weight: 600;
  background-color: #c000a3;
  box-shadow: 3px 3px 3px #006072
}

.announcer_postcontent {
  margin-top: 10px;
  font-size: 15px;
}

.announc376 {
  margin: 10px;
}

.announc376_history {
  margin: 10px;
}
.announc376_history .announcer_post {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
}

.announc376_history .announcer_post div:before {
  margin-right: 5px;
  min-width: 80px;
  display: inline-block;
  opacity: .4
}

.announc376_history .announcer_posttitle:before {
  content: 'Judul:';
}

.announc376_history .announcer_postdate:before {
  content: 'Tanggal:';
}

.breadcrumb_halaman {
  margin: 10px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  font-size: 15px;
  border: 1px solid #00a3c0
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li.home:before {
  font-family: 'Material Icons';
  content: '\e587';
  display: inline-block;
  line-height: 1;
  transform: translateY(2px);
  margin-right: 6px;
  opacity: .5;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  content: "/\00a0";
  opacity: .5;
}

ul.breadcrumb li a {
  color: #00a3c0;
  text-decoration: none;
}

.titler {
  text-align: center;
}

.head_p a {
  color: #00a3c0;
}

/* Dashboard CSS - Frontpage
----------------------------------------- */
.browse_category {
  margin: 10px;
}

.category_title {
  font-weight: 600;
  font-size: 20px;
  color: #222;
  margin-top: 25px;
}

.grider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
  margin: 10px
}

.grider_items {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #00a3c0;
  overflow: hidden;
  display: block;
  color: #00a3c0;
}

.grider_items:hover, .grider_items:focus {
  background-color: #00a3c0;
  color: #fff;
  box-shadow: 3px 3px 3px #7e7e7e, -3px -3px 3px #fff;
}

.grider_icon {
  min-height: 70px;
}

.grider_icon span {
  font-size: 56px;
  display: block;
  margin: 10px auto;
}

.grider_name {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Dashboard CSS - Footer
----------------------------------------- */
.site-info {
  text-align: center;
  margin-top: 32px;
  padding: 10px;
}

.footer_comp {
  font-weight: 600;
  margin-bottom: 10px;
}

.copyright,
.arr {
  font-size: 14px;
  opacity: .8;
}

/* Dashboard CSS - Profile
----------------------------------------- */
.head_p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.profile_box {
  margin: 10px;
}

/* Dashboard CSS - Penilaian
----------------------------------------- */
.master_penilaian {
  display: flex;
  flex-wrap: wrap;
}
.meta_filter {
  width: 50%;
  padding: 0 10px;
}
.meta_penilaian32 {
  width: 50%;
  text-align: right;
  padding: 0 10px;
}

.master_penilaian > p {
  display: none;
}

.platfrom_view72 {
  width: 100%;
}

.rpv1390_details {
  width: 100%;
}

.meta_filter select {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 10px;
  border-radius: 6px;
}

.meta_penilaian81 a.export-view {
  background-color: #1650ef;
  border: 1px solid #1650ef;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 3px 3px 3px #7e7e7e, -3px -3px 3px #fff;
  display: inline-block;
}

.meta_penilaian81 a.export-view:before {
  font-family: 'Material Icons';
  content: '\e161';
  font-weight: normal;
  font-size: 24px;
  line-height: 10px;
  display: inline-block;
  transform: translateY(6px);
  margin-right: 6px;
  margin-left: -3px;
  opacity: .5
}

.platfrom_view72 {
  border: 1px solid #c1c1c1;
  margin: 10px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}

.pf72_1 {
  border-left: 5px solid #f25855;
  margin-top: 10px;
  padding: 0 13px;
  transform: translateX(-3px);
}

.pf72_2 {
  border-left: 5px solid #8927a5;
  margin-top: 1px;
  padding: 0 13px;
  padding-bottom: 5px;
  transform: translateX(-3px);
}

.pf72_tempat {
  font-weight: 700;
  margin-bottom: 3px;
  max-width: 60vw;
}

.pf72_tempat span {
  color: #f25855;
}

.pf72_ikey {
  font-size: 14px;
  opacity: .7;
  padding-bottom: 10px;
}

.pf72_timestamp {
  color: #8927a5;
}

.pf72_toilet {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 6px;
  padding: 3px 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.pf72_toilet.Wanita {
  color: #ff007f;
  background-color: rgba(255, 0, 128, 0.15);
}

.pf72_toilet.Pria {
  color: #007fff;
  background-color: rgba(0, 128, 255, 0.15);
}

.pf72_toilet:before {
  font-family: 'Material Icons';
  font-size: 20px;
  font-weight: normal;
  line-height: 1px;
  display: inline-block;
  transform: translateY(4px);
  margin-left: -6px;
  margin-right: 3px;
}

.pf72_toilet.Wanita:before {
  content: '\e590';
}

.pf72_toilet.Pria:before {
  content: '\e58e';
}

.pf72_grouping {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #e6e8f0;
  margin: 0 15px;
  border-radius: 6px;
  padding: 0 10px;
}

.pf72_data {
  display: flex;
  border-bottom: 1px solid #e6e8f0;
  padding: 3px 0;
  color: #707070;
  font-size: 14px
}

.pf72_data:nth-child(13), .pf72_data:last-child {
  border-bottom: 0;
}

.pf72_data:before {
  font-family: 'Material Icons';
  font-size: 16px;
  display: inline-block;
  margin-right: 6px;
}

.pf72_data.Clean:before {
  content: '\e8dc';
  color: #06c385;
}

.pf72_data.Dirty:before {
  content: '\e8db';
  color: #d6074b;
}

.pf72link_group {
  margin: 10px 16px;
  display: flex;
  justify-content: space-between;
}

.pf72link_siji a {
  color: #4a4a4a;
  border-bottom: 1px solid;
  font-weight: 600;
}

.pf72link_siji:after {
  font-family: 'Material Icons';
  content: '\e5cf';
  display: inline-block;
  color: #4a4a4a;
  font-size: 26px;
  line-height: 1px;
  animation: moving_down .9s infinite;
}

@keyframes moving_down {
  0%   {transform: translateY(0px);opacity:.2;}
  25%  {transform: translateY(3px);opacity:.4;}
  50%  {transform: translateY(6px);opacity:.6;}
  75%  {transform: translateY(9px);opacity:.8;}
  100% {transform: translateY(12px);opacity:1;}
}

.pf72link_loro  {
  text-transform: capitalize;
  font-weight: 600;
  opacity: .8;
  display: flex;
}

.pf72link_loro img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
}

.frm_pagination_cont {
  width: 100%;
}

.frm_pagination_cont .frm_pagination {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.frm_pagination li a {
  display: block;
  margin: 0 3px;
  padding: 3px 12px;
  border-radius: 6px;
  background-color: #00a3c0;
  color: #fff;
  font-weight: 600;
  border: 1px solid #00a3c0;
}

.frm_pagination li.active a, .frm_pagination li a:hover {
  background-color: #fff;
  color: #00a3c0;
  border: 1px solid #00a3c0;
}

.meta_counter {
  width: 100%;
  text-align: center;
  margin: 10px;
  color: #333;
}

.meta_counter span {
  border-bottom: 1px solid;
  font-weight: 600;
}

.warning_otorisasi {
  border: 1px solid #ff9700;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  background-color: #ffefd8;
}

/* Dashboard CSS - Rincian Penilaian
----------------------------------------- */
.rpv53_title {
  margin: 10px;
  margin-top: 20px;
  font-weight: 600;
  color: #1ab467;
}

.rpv53_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin: 10px;
}

.rpv53_item {
  border: 1px solid #dce2e7;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 6px;
}

.rpv53_kjudul {
  opacity: .5
}

.rpv53_kvalue, .rpv53_pmain {
  font-weight: 600;
  text-transform: capitalize;
  color: #263242;
}

.rpv53_place, .rpv53_s87item, .rpv53_media, .rpv53_textarea34, .rpv53_digsign, .frm_no_entries {
  border: 1px solid #dce2e7;
  margin: 10px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 6px;
}

.master_penilaian .frm_no_entries {
  width: 100%;
}

.rpv53_s87item.Dirty {
  border: 1px solid #ff7575;
  background-color: #ffebeb;
  color: red;
}

.rpv53_psub {
  font-size: 12px;
  opacity: .6
}


.rpv53_s87item {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.rpv53_suba87 {
  color: #263242;
}

.Clean .rpv53_subb87 {
  color: #1ab467;
}

.rpv53_tickon:before {
  font-family: 'Material Icons';
  display: inline-block;
  font-weight: normal;
  transform: translateY(3px);
}

.Clean .rpv53_tickon:before {
  content: '\e2e6';
  color: #1ab467;
}

.Dirty .rpv53_tickon:before {
  content: '\e5c9';
  color: red;
}

.frm_file_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin: 5px 0;
}

.frm_file_link {
  display: block;
  border: 1px solid #dce2e7;
  border-radius: 6px;
  overflow: hidden;
}

.frm_file_link img {
  display: block;
  width: 100%;
  height: auto;
}

.rpv53_textarea34 {
  color: #263242;
}

.rpv53_textarea34 .blank {
  opacity: .5;
}

.rpv53_textarea34 p:first-child,
.rpv53_textarea34 p:last-child {
  margin: 0;
}

.rpv53_digsign img {
  display: block;
  margin: 0 auto;
}


.rpv53_navlink {
  border-top: 1px solid #dce2e7;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-shadow: -3px -3px 6px #a2b2bf;
  margin-top: 20px;
}

.rpv53_navlink a {
  display: block;
  padding: 3px 9px;
  border-radius: 6px;
  font-weight: 600;
  background-color: #00a3c0;
  color: #fff;
}

.rpv53_navlink a:before {
  font-family: 'Material Icons';
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
}

.rpv53_navlink a.back:before {
  content: '\e15e';
}

.rpv53_navlink a.home:before {
  content: '\e15f';
}

#html5-qrcode-button-camera-permission {
  background-color: #00a3c0;
  padding: 6px;
  font-weight: 600;
  border: none;
  color: #fff;
  border-radius: 6px;
}

/* Lokasi
----------------------------------------- */
.pin_error {
  border: 1px solid red;
  margin: 20px 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px;
  background-color: #ffebeb;
  font-weight: 600;
}

.pin_error span {
  margin-top: 10px;
  display: inline-block;
  background-color: red;
  padding: 3px 10px;
  color: #fff;
  border-radius: 6px;
}

.pin_error:before {
  font-family: "Material Icons";
  content: '\e002';
  font-size: 20px;
  display: block;
  color: red;
  font-size: 64px;
  font-weight: normal;
}

td .clea_class {
  color: #00be8f;
}

td .dirt_class {
  color: #de0000;
}

.form_pin.first {
  margin-top: 64px;
}

.form_pin {
  margin: 0 10px;
  text-align: center;
}

.form_pin .label_pin {
  font-weight: 600;
  margin-bottom: 10px;
}

.form_pin .label_pin:before {
  font-family: "Material Icons";
  content: '\e5c3';
  font-size: 20px;
  display: inline-block;
  transform: translateY(4px);
  line-height: 14px;
  margin-right: 6px;
  opacity: .35;
  font-weight: normal;
}

.form_pin input {
  background-color: #fff;
  width: 100%;
  font-size: 15px;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #a1a1a1;
  text-align: center;
}

.form_pin input[type=submit] {
  background-color: #00a3c0;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  cursor: pointer;
}

.fc_title {
  margin: 10px;
  text-align: center;
  padding: 20px 10px;
  font-weight: 600;
}

.fc_title .fc_maintitle {
  font-size: 20px;
  margin-bottom: 20px;
}

.fc_title .fc_maintitle:after {
    display: inline-block;
    margin: 0 0 6px 10px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 20%;
}
.fc_title .fc_maintitle:before {
    display: inline-block;
    margin: 0 10px 6px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 20%;
}

.fc_title .fc_subtitle, .fc_title .fc_timer {
  color: #3f3f3f;
}

.fc_title .fc_subtitle span {
  color: #ff4d4d;
}


.ceklist_form3 {
  margin: 0 15px;
}

#frm_field_10_container,
#frm_field_11_container,
#frm_field_12_container,
#frm_field_13_container,
#frm_field_14_container,
#frm_field_17_container,
#frm_field_69_container, #field_5i1sg_label {
  display: none;
}

#frm_field_15_container .frm_opt_container {
  display: flex;
  justify-content: center;
}

#frm_field_15_container .frm_opt_container img {
  height: auto;
  width: 60px;
  margin: 0 auto;
}

#frm_field_15_container .frm_opt_container .frm_image_option_container {
  border: none;
}

.frm_form_field.vertical_radio {
  border-bottom: 1px solid #d9d9d9;
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
}

.frm_form_field.vertical_radio .frm_opt_container {
  display: flex;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 5px;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style #frm_field_15_container.form-field {
  margin-bottom: 30px;
}

span.frm_text_label_for_image_inner,
.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
  font-weight: 600;
  font-size: 16px;
  min-width: 130px;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field.frm_blank_field .frm_primary_label  {
  color: rgba(221,51,51,1);
}

.form-field.vertical_radio.frm_blank_field .frm_error {
  display: none;
}

#field_q1j6g_label {
  margin-top: 30px;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_opt_container .frm_radio label {
  font-size: 16px;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_opt_container .frm_radio:last-child label {
  margin-left: 25px;
}

.frm-line-table .frm_show_images.frm_image_option_container.frm_image_option_size_small.frm_label_with_image img {
  display: none;
}

.frm-line-table .frm_text_label_for_image {
  text-align: left;
  padding: 0;
}

.frm-line-table span.frm_text_label_for_image_inner {
  font-weight: normal;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_opt_container .frm_radio:first-child input[type="radio"]::before {
  box-shadow: inset 10px 10px #00be8f;
}

.ceklist_form3 .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_opt_container .frm_radio:last-child input[type="radio"]::before {
  box-shadow: inset 10px 10px #de0000;
}

.frm_dropzone .dz-preview .dz-column {
  padding-right: 10px;
}

.ceklist_form3 .with_frm_style .frm-summary-page-wrapper {
  padding: 10px;
  margin: 10px 0
}
.frm-summary-page-wrapper .frm-line-table td, .frm-summary-page-wrapper .frm-line-table th {
  padding: 3px;
}

.frm-summary-page-wrapper .frm-line-table tr:last-child {
  border-bottom: none;
}

.frm-summary-page-wrapper .frm_show_images.frm_image_option_container.frm_image_option_size_small.frm_label_with_image {
  margin: 0;
}

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

.ceklist_form3 .with_frm_style .frm_message p {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
}

.ceklist_form3 .with_frm_style .frm_message strong {
  text-transform: capitalize;
}

.sucmes_navi {
  display: flex;
  justify-content: space-evenly;
}

.sucmes_navi a {
  display: block;
  padding: 10px;
  border-radius: 6px;
  background-color: var(--success-text-color);
  color: #fff;
  min-width: 100px;
  text-align: center;
}

.scan93:before, .dashboard93:before {
  font-family: 'Material Icons';
  display: block;
  font-size: 42px;
  margin-bottom: 5px;
}

.scan93:before {
  content: '\f206';
}

.dashboard93:before {
  content: '\e871';
}

.scan93:after {
  content: 'Scan Lainnya';
}

.dashboard93:after {
  content: 'Dashboard';
}