.text-uppercase {
  text-transform: uppercase;
}

.text-uppercase::placeholder {
  text-transform: none;
}

.custom-popover {
  --bs-popover-zindex: 2;
  --bs-popover-border-color: #cc3300;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); 
*, ::after, ::before {
    box-sizing: border-box;
}
html{
  background-color: #f7f7f7;
}
body{
    font-family: "Nunito", sans-serif;
    margin: 0;
    max-width: 520px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
}  

.uiux-bg-login{
  position: relative;
  background-color: #DA493E;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.uiux-container-login{
  width: 100%;
  margin-top: -120px;
}

.uiux-view-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.uiux-view-flex p:nth-child(1){
  max-width: 150px;
}

.uiux-view-flex p:nth-child(2){
  font-weight: bold;
}

.uiux-header-login{
  text-align: center;
  color: white;
}

.uiux-card h4{
  font-size: 18px;
  margin: 0;
  color: #414141;
}

.uiux-card{
  width: 100%;
  background-color: white;
  border-radius: 12px;
  padding: 24px 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.uiux-powered{
  color: white;
  position: absolute;
  bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.uiux-powered .uiux-flex{
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 12px ;
  margin-bottom: 9px;
}

.uiux-powered p{
  margin: 0;
}

.form-check-input:checked{
  background-color: #2E5CA1;
    border-color: #2E5CA1;
}

.uiux-btn{
  border-radius: 6px;
  padding: 9px 12px;
}

.uiux-btn:disabled, .uiux-btn:hover:disabled{
  background-color: rgba(0, 0, 0, 0.212);
  cursor: not-allowed;
}

.uiux-btn-primary{
  background-color: #2E5CA1;
  color: white;
  border: 0;
}
.uiux-btn-primary:hover{
  background-color: #24477a;
  color: white;
}

.uiux-btn-secondary{
  background-color: #2e5ca144;
  color: #2E5CA1;
  border: 0;
}
.uiux-btn-secondary:hover{
  background-color: #2e5ca144;
  color: #2E5CA1;
}

.uiux-btn-warning{
  background-color: #ffcc00;
  color: black;
  border: 0;
}
.uiux-btn-warning:hover{
  background-color: #ffcc00;
  color: black;
}

.uiux-text-modal .modal-footer{
  display: block;
}

/* Dashboard */
.uiux-bg-izin-lokasi{
  position: relative;
  width: 100%;
  height: max-content;
  border-radius: 0 0 24px 0;
  background-color: #BF2F24;
  padding: 24px 12px 24px 12px;
  color: white;
  z-index: 100;
}

.uiux-container-form::-webkit-scrollbar {
  width: 0;           
}

.cursor-pointer{
  cursor: pointer;
}

.uiux-flex-wrap .form-check{
  margin-bottom: 12px !important; 
}

.uiux-container-form{
  background-color: white;
  padding: 24px 12px;
  border-radius: 12px 12px 0 0;
  height: calc(100vh - 180px);
  overflow-y: scroll;
}

.uiux-flex-wrap{
  display: flex;
flex-direction: column;
}

.uiux-cstm-i{
  width: 24px;
  text-align: center;
  font-size: 18px;
  margin-left: 0 !important;
}

.uiux-text-detail-lokasi h4{
    font-size: 16px;
}.uiux-text-detail-lokasi p{
  color: #6D717B;
}
.uiux-badge{
  width: max-content;
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 12px;
}

.uiux-badge-success{
  background-color: #7CECB3;
  color: #003F1F;
}

.uiux-badge-secondary{
  background-color: #D8D8D8;
  color: #1C1939;
}

.uiux-badge-yellow{
  background-color: #ffeb86;
  color: #1C1939;
}

.uiux-btn-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 37px;
  min-width: 37px;
}

.uiux-container-form .form-check{
  margin-bottom: 0;
}

.uiux-flex.uiux-card-red p{
  font-size: 12px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.uiux-flex.uiux-card-red h5{
  font-size: 15px;
}

.form-check-input{
  border: 1px solid #2E5CA1;
}

.uiux-osx{
  overflow-x: scroll;
}

.uiux-osy{
  overflow-y: scroll;
}

.uiux-step{
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6D717B;
}
.uiux-flex .uiux-step p{
  width: 18px;
  height: 18px;
  background-color: #B0B2B9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  }
  .uiux-flex .uiux-step.active p{
    background-color: #2E5CA1;
    }
.uiux-flex .uiux-step h5{
font-size: 12px;
}
.uiux-step.active{
  color: #2E5CA1;
}

.uiux-bg-red{
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
  border-radius: 0 0 42px 0;
  background-color: #DA493E;
  z-index: 0;
}

.img-profile{
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.uiux-card-red div{
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background-color: #0000004d;
}

.uiux-container{
  position: relative;
  color: white;
  z-index: 100;
}

.bg-white {
  background-color: white;
}

.uiux-flex{
  display: flex;
  align-items: center;
  gap: 9px;
}.uiux-flex p, .uiux-flex h5, .uiux-container-form p, .uiux-container-form h5{
  margin: 0;
}.uiux-flex p, .uiux-container-form p{
  font-size: 14px;
}.uiux-flex h5, .uiux-container-form h5{
  font-size: 18px;
}

.uiux-badge-border a{
  text-decoration: none;
  color: #2E5CA1;
}

.uiux-form-upload{
  margin-bottom: 20px;
}

.uiux-a{
  color: white;
  font-size: 22px;
}

.uiux-flex .image-upload{
  min-width: 160px;
}

#upload-sections .col-6{
  margin-bottom: 12px;
}

.uiux-card-dashboard{
  animation: animate-pulse 0.8s linear infinite;
  text-decoration: none;
}

.a-decoration{
  text-decoration: none;
  color: white;
}

.uiux-border-v1{
  border-left: 1px solid #cbcbcb;
  height: 16px;
}

.uiux-badge-border{
  width: 100%;
  border-radius: 9px;
  padding: 12px;
  border: 1px solid #CBCBCB;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.uiux-card h5{
  color: black;
  font-weight: bold;
}

.uiux-card-dashboard img{
  max-width: 100px;
}

.uiux-card-dashboard {
  cursor: pointer;
}

.uiux-card-dashboard i{
  margin-left: auto;
  color: #414141;
}

.italic{
  font-style: italic;
}

.w-max-content{
  width: max-content;
}

.uiux-text-modal h5{
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}.uiux-text-modal p{
  margin: 0;
  font-size: 14px;
}
.uiux-text-modal .modal-body{
  text-align: justify;
}
.bold{
  font-weight: bold;
}

.invalid p, .invalid h5{
  color: #535353;
}

.valid p, .valid h5{
  color: #0cc406;
}

#validationBox{
  display: none;
  margin-top: 9px;
}

.header-custom{
  text-align: center;
  padding: 0 18px;
}

.form-custom:focus{
  border: 0;
}

.header-custom img{
  max-width: 100%;
}

.custom-eye{
  cursor: pointer;
  position: absolute;
  top: 6.5px;
  right: 10px;
  border: 0;
  background-color: transparent;
  color: #414141;
}

.form-group div{
  position: relative;
}

#validationBox .uiux-flex div{
  width: 100%;
}

.uiux-body-izin-lokasi{
  background-color: #EEEEEE;
}

.image-upload {
  position: relative;
}

.image-upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  height: 100px;
  border: 2px dashed #AFB1B7;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #2E5CA1;
  font-size: 32px;
  gap: 14px;
}

.uiux-form-group{
  width: 100%;
  margin-bottom: 18px;
}

.uiux-form-group label{
  margin-bottom: 0;
}

.uiux-card-warning{
  background-color: #fbc50031;
  color: #703607;
  padding: 12px;
  border-radius: 8px;
}

.uiux-card-danger{
  background-color: hsl(0, 79%, 85%);
  color: #703607;
  padding: 12px;
  border-radius: 8px;
}

.image-upload input[type="file"] {
  display: none;
}

.uiux-preview-image img{
  width: 100%;
  height: 100px;
  border: 2px dashed #AFB1B7;
  border-radius: 8px;
  object-fit: cover;
}

.uiux-preview-image-revisi img{
  border: 2px solid #bf2f24;
}

.uiux-preview-image .uiux-btn-primary{
  min-width: 42px;
}

#uiux-image-actions, .uiux-image-actions{
  position: absolute;
  top: 27px;
  justify-content: center;
  width: 100%;
  gap: 6px;
}

#image-actions button {
  margin: 5px;
}

.uiux-card h3{
  font-size: 18px;
  color: black;
}

.uiux-flex-w label{
  min-width: 120px;
  max-width: 120px;
}

.uiux-flex-w{
  margin-bottom: 6px;
}

.uiux-text-banner h5{
  font-weight: bold;
  font-size: 24px;
}

.uiux-text-banner p{
  font-size: 14px;
}

.uiux-img-toko{
  width: 250px;
}

#loading{
  position:fixed;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  background-color:#fbfbfb;
  z-index:999999;
}

.loader{
  width:150px
}

@media (max-width: 430px){
  .uiux-text-banner h5{
    font-size: 18px;
  }

  .uiux-text-banner p{
    font-size: 12px;
  }

  .uiux-img-toko{
    width: 200px;
  }
}

@media (max-width: 344px){
  .uiux-text-banner h5{
    font-size: 16px;
  }

  .uiux-text-banner p{
    font-size: 10px;
  }

  .uiux-img-toko{
    width: 200px;
  }
}

@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 rgba(32, 99, 224, 0.61),  0 0 0 0 rgba(32, 61, 224, 0.61);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 12px rgba(255,109,74,0);
  }
}

.image-upload-dokumen {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #2E5CA1;
  font-size: 32px;
  gap: 14px;
  border: 1px solid #AFB1B7;
  height: max-content;
  justify-content: left;
}

.upload-dokumen-x{
  font-size: 12px;
  background: #bebebe;
  border-radius: 50%;
  color: white;
  border: 0;
}