:root{
    --font-size-small: 14px;
    --font-size-normal: 16px;
    --font-size-big: 24px;
    --body-color:#e3f6e3;

    --primary-color:#012f6b;
    --primary-color-active: #4D658C;

    --error-color:#ea5455;

    --secondary-color:#4caf50;
}

.w-fit-content{
  width: fit-content;
}

.login-side{
  min-height: 100vh;
  
  /* background: linear-gradient(90deg, #5D54A4, #7C78B8);	 */
  overflow: hidden;
}

.login-inner{
  z-index: 2;
}

.information-container{
  gap: 10px;
  margin: 0;
}

.information-container .col-auto{
  padding: 0;
}

.information-child{
  border-radius: 10px;
  color: black;
  background-color: white;
  box-shadow: 0px 2px 6px 0px black;
  padding: 10px;
}

.secondary-color{
  color: var(--secondary-color)!important;
}

.login-background1{
  z-index: 1;
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
}

.login-background2{
  z-index: 1;
  position: absolute;
  width: 300px;
  bottom: -20px;
  left: -20px;
}

.login-background3{
  z-index: 1;
  position: absolute;
  width: 300px;
  bottom: -130px;
  right: -130px;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	bottom: 120px;
	right: 120px;	
	border-radius: 0 72px 0 0;

}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #6C63AC;	
	bottom: 0px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 600px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -50px;
  transform: rotate(135deg);
	right: 120px;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #7E7BB9;	
	top: -180px;
  transform: rotate(135deg);
	right: 50px;	
	border-radius: 60px;
}

.required{
  color: red;
}

.app-brand{
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.input-lihat-nop{
  padding: 5px;
  font-size: 15px;
  border: 1px solid var(--primary-color);
}

.button-lihat-nop{
  width: auto;
  min-width: 200px;
  font-size: 15px;
  max-width: 400px;
  margin-top: 10px;
  padding: 10px 20px;
}

.captcha-container{
  display: flex;
  justify-content: space-between;
}

body{
  background-color: var(--body-color);
}
a{
  color: var(--primary-color);
}

a:hover{
  color: var(--primary-color-active);
}

.qr-box-ok h4{
  margin: 0;
  font-size: var(--font-size-normal);
}

.card-body-qr{
  font-size: var(--font-size-small);
}

#html5-qrcode-anchor-scan-type-change{
  display: none!important;
}

#reader div img{
  display: none;
}

#reader__scan_region img{
  display: inline!important;
}

button#html5-qrcode-button-camera-stop,
button#html5-qrcode-button-camera-start,
button#html5-qrcode-button-camera-permission{
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--primary-color);
}

.content-wrapper{
  overflow: hidden;
}

.overflow-none{
  overflow: hidden;
}

.pengaduan-info{
  color: var(--primary-color);
  font-size: var(--font-size-small);
}

.title-welcome{
  font-size: var(--font-size-normal);
  color: var(--primary-color);
}

.pengaduan-card{
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  background: rgb(122,180,255);
background: linear-gradient(163deg, rgba(122,180,255,1) 0%, rgba(188,248,192,1) 100%);
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  background: rgb(122,180,255);
  background: linear-gradient(163deg, rgba(122,180,255,1) 0%, rgba(188,248,192,1) 100%);
}

.pengaduan-card h3{
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 5px;
}

.pengaduan-card a{
  color: var(--primary-color)!important;
  cursor: pointer;
  margin: 0;
  text-decoration: underline!important;
  font-size: var(--font-size-normal);
}

.img-ripple-effect{
  display: none;
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 0;
}

.carousel{

  max-width: 800px;
  z-index: 2;
}

.carousel img{
  width: 100%;
  /* aspect-ratio: 16/9; */
  border-radius: 5px;
}

.content-footer{
  margin-top: 65px;
  z-index: 2;
}

.container-motto{
  z-index: 2;
  background-color: #ffc107;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size:var(--font-size-normal);
  color: var(--primary-color);
  border-radius: 10px;
}

.text-title{
  /* padding-left: 3rem; */
  font-size: var(--font-size-big);
  color: var(--primary-color);
}

.icon-tiny{
  width: 20px;
  height: 20px;
}


.icon-small{
    width: 30px;
    height: 30px;
}

.icon-big{
    width: 70px;
    height: 70px;
}

.menu-dashboard-item{
    cursor: pointer;
    /* display: flex;
    align-items: center!important;
    justify-content: center!important; */
}

.btn-npwpd{
  z-index: 2;
}

.btn-primary, .swal2-confirm{
    color: white!important;
    background-color: #012f6b!important;
    border: 1px solid #012f6b!important;
}

.page-item.active .page-link{
  color: white!important;
  background-color: var(--primary-color)!important;
  border: 1px solid var(--primary-color)!important;
}

.btn-primary:hover{
    background-color: #4D658C!important;
}


.menu-dashboard-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    background: rgb(130,191,244);
    background: linear-gradient(133deg, rgba(130,191,244,1) 11%, rgba(177,234,202,1) 74%);
}

.card-dashboard{
  padding-left: 5px!important;
  padding-right: 5px!important;
}

.menu-dashboard-icon img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.menu-dashboard-text{
    /* text-wrap: nowrap; */
    font-weight: bold;
    color: #002f6a;
    text-align: center;
    font-size: var(--font-size-small);
}


.container-bottom-nav{
    display: none;
    width: 100%;
    padding: 15px;
    background-color: var(--primary-color);
    position: fixed;
    bottom: 0;
    
    align-items: center;
    justify-content: space-between;
    color: var(--nav-text-color);
    z-index: 2000;
  }

  .card-npwpd{
    position: relative;
    background: rgb(0,47,108);
    background: linear-gradient(163deg, rgba(0,47,108,1) 0%, rgba(81,162,101,1) 100%);
    color: white;
  }

  .card-npwpd .dot-card-npwpd{
    width: 200px;
    opacity: .2;
    right: -40px;
    bottom: -60px;
    position: absolute;
  }

  .card-npwpd h1,
  .card-npwpd h5{
    color: white;
  }
  
  .bottom-nav-child{
    color: white;
    cursor: pointer;
    border-radius: 5px;
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bottom-nav-child:hover{
    color: white;
  }
  
  
  
  .actived.bottom-nav-child{
    color: white;
    /* background: linear-gradient(to top, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%); */
    /* box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48); */
  }
  
  .actived .bottom-nav-text{
    display: block;
  }
  
  .bottom-nav-child-list{
    list-style: none;
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 80px;
    border-radius: 10px;
    left: -25%;
  }
  
  .bottom-nav-child-list.far-left{
    right: auto;
    left: 0;
  }
  
  .bottom-nav-child-list.far-right{
    left: auto;
    right: 0;
  }
  
  .bottom-nav-child-list.actived{
    display: block;
  }
  
  .bottom-nav-child-list li{
    cursor: pointer;
    background-color: white;
    color: var(--nav-text-color);
  
  
  }
  .bottom-nav-child-list li a p{
    padding: 10px;
    color: var(--nav-text-color);
    margin: 0;
  }
  
  
  .bottom-nav-child-list li.actived{
    background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
    color: white;
  }
  
  .bottom-nav-child-list li.actived a p{
    color: white;
  }
  
  
  .bottom-nav-child-list li:hover{
    background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
    color: white;
  }
  
  .bottom-nav-child-list li:hover > a p{
    color: white;
  }

  .bottom-nav-popout{
    cursor: pointer;
    top: -20px;
    position: absolute;
    left: 50%;

    transform: translate(-50%,0);
  }

  .bottom-nav-popout .popout-icon{
    background-color: #4cb050;
    border: 4px solid white;
    border-radius: 50%;
    padding: 20px;
    color: white;
  }

  .bottom-nav-popout .text-popout{
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
    color: white;
  }

  .container-pegawai{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-pegawai img{
    height: 300px;
  }

  .container-pegawai h3{
    margin: 0;
    font-size: var(--font-size-normal);
  }

  /* .status-formulirspt{
    position: absolute;
    right: 0;
    top: 0;
  } */


  .swal2-title{
    margin: 1.875rem auto 1rem auto!important;
  }

  @media (max-width: 600px) {

    .img-ripple-effect{
      display: block;
    }
  }


  @media (max-width: 1200px) {
    .layout-menu-toggle{
      display: none;
    }
  
    .container-bottom-nav{
      display: flex;
    }
  }

  @media (min-width: 1200px) {
    .text-title{
      padding-left: 3rem;
    }
  }
  