h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
body {
  font-family: "Poppins", sans-serif !important;
  color: #444444;
}
.logo-jx h1 {
  font-size: 2.2rem;
  margin-bottom: 0px;
}
.logo-jx p {
  margin-bottom: 5px;
}
.navbar-nav a.nav-link {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.jumbotron-jx-full {
  height: 100vh;
}
.jumbotron-jx {
  background: rgb(0, 176, 240);
  /* overflow: hidden; */
  /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('https://bcmaumere.beacukai.go.id/uploads/berita/berita_202710051020_KegiatanBerbenahdiPosPengawasanBeadanCukaiLabuanBajo.jpg');  */
  background-size: cover;
  background-image: linear-gradient(135deg, rgba(0, 176, 240, 0.6) 42%, rgba(0, 176, 240, 1) 100%), url("../img/background-image-labuan-bajo.jpg");
}
.jumbotron-jx-custom {
  height: auto;
  padding-bottom: 15px;
}
.jumbotron-jx > .container > .row > div:nth-child(1) {
  /* .jumbotron-jx>.container>.row>div:nth-child(2) { */
  margin-top: 95px;
}
.logo-jx img {
  width: 190px !important;
}
.navbar-light .navbar-nav .nav-link {
  transition: 0s;
}
.navbar-light .navbar-nav .nav-link .login-icon {
  width: 15px;
  margin-right: 5px;
}
.navbar-light .navbar-nav .login-btn-nav:hover {
  color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .nav-link:hover {
  /* border-bottom: 1px solid #1F4E79; */
  /* background: #1F4E79;
    border-radius: 20em; */
  /* border-radius: 5px; */
  background-color: #1f4e79;
  border-radius: 2em;
  color: #fff;
}
.dropdown-menu {
  -webkit-box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.16);
  border: none !important;
}
.dropdown-menu li a {
  padding: 10px 20px;
}
.jx-color:hover {
  color: lightgray;
}
.jx-color {
  background-color: #1f4e79;
  color: #fff !important;
}
.copyright-text {
  font-size: 11px;
  color: gray;
}
.navbar-light .navbar-nav .login-btn-nav {
  /* color: rgb(255 255 255 / 90%); */
  color: rgb(32, 32, 32);
  background: #fdd752;
  border-radius: 20em;
  display: flex;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link.active {
  /* border-bottom: 1px solid #1F4E79; */
  background-color: #1f4e7921;
  border-radius: 2em;
  color: #585858;
}
.btn-homes {
  border-radius: 2em;
  padding: 10px 25px;
}
.login-card img {
  width: 50%;
}
.no-norder-radius {
  border-radius: 0px !important;
  border: 0px;
}
.panduan-items h4 {
  font-size: 15px;
}
.panduan-items p {
  font-size: 11px;
}
.panduan-icon {
  /* border:1px solid gray; */
  /* border-radius: 50%; */
  /* padding:25px; */
  /* display: inline-block; */
}
.panduan-icon img {
  width: 50%;
}
.panduan-icon svg {
  width: 70px;
}

.card-layanan img {
  width: 20%;
}
.card-layanan a,
.card a {
  color: #212529;
  text-decoration: none;
}
.card:hover a {
  color: #1f4e79;
}
.card-layanan:hover {
  background-color: #d0d0d0;
}

.tabs-jx {
  /* border: 1px solid #f1f1f1; */
  border-radius: 5px;
  position: relative;
  display: flex;
  /* justify-align: left; */
}
/* ul.tabs-jx > li:nth-child(2) {
  position: absolute;
  right: 38em;
} */
ul.tabs-jx > li:nth-child(3) button {
  display: flex;
  align-items: center;
  background-color: #ffa502;
}
ul.tabs-jx > li:nth-child(3) .download-icon {
  width: 20px;
}
.jx-list > li {
  padding: 0.5rem 0px;
  font-size: 12px;
  font-weight: bold;
}

.download-list {
  width: 20px;
}

.zandgar__wizard {
  display: block;
  height: 100%;
  position: relative;
}

.zandgar__wizard .zandgar__step {
  display: none;
}

.zandgar__wizard .zandgar__step.zandgar__step__active {
  display: block;
}

.nav-pills .nav-link.actives {
  border-bottom: 1px solid blue;
  border-radius: 0px;
}

.remove-bordradius {
  border-radius: 0px !important;
}

.dataTables_filter {
  margin-bottom: 10px;
  float: left !important;
}
.caption {
  border: 3px dashed;
  padding: 10px;
}

.label_input_file {
  position: absolute;
  top: 8px;
  right: 45%;
}
.input_files_dokumen {
  color: transparent;
}
.text-transparent {
  color: transparent !important;
}
.select_radio_input {
  display: flex;
  justify-content: center;
  padding-left: 0px !important;
}
.select_radio_input input[type="radio"] {
  margin-left: 0px !important;
}

.seciton_page {
  min-height: 100vh;
  background-color: #fff;
}
.seciton_page > div.container {
  margin-top: 100px;
  padding: 10px;
}
.image_panduan {
  width: 700px;
  border: 1px solid #e2e2e2;
  padding: 3px;
}

@media screen and (max-width: 765px) {
  .jumbotron-jx-full {
    min-height: 100vh !important;
    height: auto !important;
  }
  .jumbotron-jx > .container > .row > div:nth-child(1) {
    margin-top: 100px;
    text-align: center;
  }
  .card-layanan img {
    width: 90%;
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    font-size: 12px;
  }
  .form-floating > label {
    font-size: 12px;
  }
  .label_input_file {
    right: 82px;
  }
  .text-center-mobile {
    text-align: center;
  }
  .text-center-mobile > button {
    margin-bottom: 10px;
  }
  .card_register {
    width: auto !important;
  }
  .align_left_m {
    text-align: left !important;
  }
}
@media screen and (max-width: 1200px) {
  .label_input_file {
    right: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .label_input_file {
    right: 52%;
  }
}

.card_register {
  width: 50rem;
}

.accordion .accordion-item h2 > button {
  font-size: 23px !important;
  font-weight: 500;
}
.accordion-button {
  padding: 0 !important;
}

.hide_show {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #b4b4b4;
  cursor: pointer;
}
.show_hide_icon {
  width: 20px;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.bg-welcome {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-image: linear-gradient(135deg, rgba(0, 176, 240, 0.6) 42%, rgba(0, 176, 240, 1) 100%), url("../img/background-image-labuan-bajo.jpg");
  background-position: center;
}
.bg-welcome .content-welcome {
  width: 100%;
  position: fixed;
  padding: 30px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.bg-welcome .content-welcome h1,
h2,
h3 {
  text-align: center;
}
.bg-welcome .content-welcome a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.bg-welcome .content-welcome img {
  display: block;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-bottom: 20px;
}
.hidden-tab {
  display: none;
}
.body-imei {
  text-align: justify;
}
#detail a .card-title {
  padding: 20px 10px;
}
#detail a .card-title:hover {
  color: #1f4e79;
  background-color: white;
}
.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-body a .card-title:hover {
  background-color: #d0d0d0;
}
.card-forgot {
  padding-top: 75px;
}


@media screen and (max-width: 765px) {
  .btn_tab_bc li button{
    padding:.2rem .5rem;
    font-size: 12px;
  }
  
  .btn_tab_bc li.ms-4{
    margin-left: 0px !important;
  }

  .bg-welcome .content-welcome img {
    width: 70%;
  }
  .bg-welcome .content-welcome{
    /* top:40%; */
  }
}