/* .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
} */
/* @media (max-width: 991px) {
  #stepAP{
    display: none;
  }
} */
.rscroll {
  overflow: auto;   /* Enables scrolling if needed */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}

.rscroll::-webkit-scrollbar {
  display: none;  /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
}

.invalid-input {
    border: 2px solid red;
}


#itemsTable { width: 100%; border-collapse: collapse; }
#itemsTable, th, td { border: 1px solid black; }
th, td { padding: 10px; text-align: center; }
.total-amount { margin-top: 20px; font-weight: bold; }


.recieptfrm{
    /*background-color: #a3cbd6;*/
}
.larawan{
    margin: auto !important;
}
.married{
    display: none ;
}
#UcpisView{
    display: none;
}
#UbpermitView{
    display: none;
}
#UstoreView{
    display: none;
}
.dr{
  color: red;
  font-weight: bolder;

}
.logo{
    /*margin-top: 15px;*/
    align-items: center;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 180px; /* Adjust the width to accommodate the image size plus padding and border */
    height: 180px; /* Adjust the height similarly */
}
.logoR{
    align-items: center;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70px; /* Adjust the width to accommodate the image size plus padding and border */
    height: 70px; /* Adjust the height similarly */
}
#Upreview-container {
    width: 140px; /* Adjust the width to accommodate the image size plus padding and border */
    height: 140px; /* Adjust the height similarly */
    border: 2px solid #000; /* Solid border around the preview area */
    padding: 5px;
    border-radius: 10px; /* Optional: Rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9; /* Light background to make the empty area more visible */
    /*margin: auto !important;*/
    margin-top: 20px;
    margin-bottom : 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    
}


#Upreview {
    max-width: 100%;
    max-height: 100%;
    display: inline-block; /* Hide the image by default */
    /*margin: auto !important;*/
}
#preview-container {
    width: 140px; /* Adjust the width to accommodate the image size plus padding and border */
    height: 140px; /* Adjust the height similarly */
    border: 2px solid #000; /* Solid border around the preview area */
    padding: 5px;
    border-radius: 10px; /* Optional: Rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9; /* Light background to make the empty area more visible */
    /*margin: auto !important;*/
    margin-top: 20px;
    margin-bottom : 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    
}


#preview {
    max-width: 100%;
    max-height: 100%;
    display: none; /* Hide the image by default */
    /*margin: auto !important;*/
}
.green{
  font-weight:bolder;
  text-align: left;
  font-size: large;
}
.pay{
  transform: rotate(45deg);
}
#available_stocks{
  font-size: 15px !important;
  font-style:italic;
  color: red;
  margin-top: 5px;
  margin-bottom: 2px;
}
.btnm{
  padding-top: 34px;
}
.headerfont{
  font-size: small;
}
.page-item.active .page-link {
    z-index: 1;
    color: #000000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.page-item .page-link {
  z-index: 1;
  color: #000000 !important;
}
.select2{
  width: 100% !important;
}
.active{
  color: #ffffff;
}
.sbtn{
  margin-top: 32px;
}
.table{
  font-size: 13px;
}
.legal {
  position: absolute;
  bottom: 0;
  width: 190px;
  border-top: 1px solid rgb(136, 135, 135);
  padding: 15px;
  overflow: hidden; 
  font-size: 12px;
  color: white;
  margin-left: 15px;
  display: block;
}
.side{
  background-color: #31332f;
}
.top{
  background-color: #31332f;
}
.gets{
  transform: rotate(-30deg);
}
.uppercase{
  text-transform: uppercase;
}
.imgdiv{
  padding-top: 5px;
}
.mobile {
  display: none;
}
 @media (max-width: 991px) {
  .mobile {
    display: block;
  }
  .legal {
    display: none;
  }
}
.error{
    outline: 1px solid red;
} 
.stepAP{
  font-size: 14px;
  text-align: left;
  display: block;
}
#indent{
  margin-left: 50px;
}
#joemar{
  font-size: small;
}
label{
  font-weight: bold;
}
.menuHead{
  
  font-size:small;
  color: green;
  margin-bottom: 0px;
  padding-right: 10px;
  text-decoration: none;
}
.menuHeads{
  text-decoration: none;
  font-size:small;
  color: rgb(252, 186, 4);
  margin-bottom: 0px;
  padding-right: 30px;
}
.menuHeads:hover{
  text-decoration: none;
  color: rgb(252, 186, 4);
}
.menuHead:hover{
  text-decoration: none;
  color: green;
}
/* body{
  /* margin-left: 280px;
  margin-right: 280px;
} */
#results{
  height: 200px;
  background-color: green;
}
.firstdiv{
  width: 99%;
}
.btnbg{
  background-color: rgb(4, 167, 4);
  display: block;
  width: 100%;
}
.note{
  font-size: 11px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
#takeApic{
  font-weight: bold;
  border-radius: 0%;
  height: 80px;
  width: 80px;
}
.btncontainer{
  padding: 0px;
  margin-right: 1px;
  width: 263px;
}
@media only screen and (max-width: 1024px) {
  .btncontainer{
    padding: 0px;
    width: 263px;
    margin-bottom: 5px;
    /* margin-left: 17px; */
    display: block;
    margin-left: auto;
    margin-right: auto 
    
  }
}
.lastrow{
  align-self: center;
}
.btnloan{
  font-size: medium;
  font-weight: bold;
  border-radius: 0%;
  padding-bottom: 20px;
  width: 100%;
  /* height: 70px;
  padding-top: 25px; */
}
.num{
  /* color: #2aaa0a; */
  font-weight: bold;
}
.justi{
  text-align: justify;
  font-size: 15px;
}
.bod{
  background-color: rgb(145, 161, 145); /* For browsers that do not support gradients */
  background-color: green; /* For browsers that do not support gradients */
  background-image: linear-gradient(to left, rgb(148, 197, 148) , white);

}
#emage{
  width: 90%;
  height: 90%;
}
label{
  color:black;
}
#imp{
  color: red;
}
.bodoats{
  padding-top: 200px;
}
.footlabel{
  color: rgb(4, 167, 4);
  font-weight: bold;
}
.swal-text {
  font-size: 16px;
  position: relative;
  float: none;
  line-height: normal;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  max-width: calc(100% - 20px);
  overflow-wrap: break-word;
  box-sizing: border-box;

}
.swal-footer {
  text-align: center;
  padding-top: 13px;
  margin-top: 13px;
  padding: 13px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.swal-button-container {
  margin: 5px;
  display: inline-block;
  position: relative;
}

.swal-button {
  color: white;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
  }

  .memT{
    text-align: left;
    color: #000000;
  }
  #una{
    float: right;
  }
  .perinforeg{
    color: #000000;
  }
  .incon{
    padding-right : 40px;
  }
  .perinfoass{
    color: #000000;
  }
  .SOIass{
    color: #000000;
  }
  .legbenass{
    color: #000000;
  }
  .legbenreg{
    color: #000000;
  }
  .natOwork{
    font-size: 13px;
  }
  .legname{
    font-size: 12px;
    font-weight: italic;
  }
  .listB{
    font-size: 14px;
  }

  .navHEAD{
    font-size: 12px;
    font-weight: bold
  }
  .afp{
    display: block;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .imglogo{
    width: 65px;
    height: 65px;
  }
  .poter{
    background-color: #000000;
    font-size: 12px;
    text-align: center;
  }
  .inq{
    color: #ffffff;
    padding-top: 0px;
  }
  .afpslaiLOGO{
    height: 70px;
    width: 250px;
  }
  .mobhr{
    border: 2px solid green;
    box-shadow: 0 10px 10px -12px #000;
  }
  .nav1{
    font-size: 12px;
    font-weight: bold
  }
  .dmenu{
    width: 500%;
  }
  .dmenu1{
    font-size: 10px;
    width: 200%;
  }
  .dmenu2{
    display: block;
    position: relative;
  }
  .dmenu3{
    text-decoration: underline;
  }
  .dmenu4{
    font-size: 12px;
  }
  .dmenu5{
    color:#e0a709;
  }
  .dmenu6{
    border: 2px solid green;
    width: 100%;
    box-shadow: 2px 2px 3px rgb(39, 38, 38);
  }

  .dmenu7{
    font-size: 12px;
  }
  .dmenu8{
    font-size: 11px;
  }
  .dmenu9{
    margin-left:5px;
    padding-left:5px;
  }
  .dmenu10{
    margin-left:15px;
    padding-left:15px;
  }

label{
    color: #000000;
}



li{
  color: #000000;
}
ul{
  color: #000000;
}
ol{
  color: #000000;
}
h6{
  color: #000000;
}
