@font-face {
  font-family: 'Stencil';
  src: url('../fonts/Stencil.woff2') format('truetype'),
       url('../fonts/Stencil.woff') format('woff'),
       url('../fonts/Stencil.ttf') format('truetype');
}
.add_memo .btnAdd {
  margin: 19px 0 15px;
}

.highlight {
background-color: #dbdbdb;
}
#tbl_release, #tbl_disapprove{
  width: 100% !important;
}
.dataTables_wrapper .dt-buttons {
margin-right: 10px; /* Add space between buttons and search box */
}

.dataTables_wrapper .dataTables_filter {
float: right; /* Align search box to the right */
}
.options{
font-weight: 400;
font-size: 15px;
}
.badge-olive{
color: #fff;
background-color: #3d9970;
}



/*Print css*/
.flex {
display: flex;
}
.p-4 {
padding: 1rem;
}

.bg-green-100 {
--tw-bg-opacity: 1;
background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.font-bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.kap_title{
text-decoration: underline;
font-size: 1rem;
text-align: center;
font-weight: bold;
}
.kagwad-title{
font-size: 20px;
font-weight: bold;
}
.header-template{
margin-top: 10px; 
margin-left: -40px;
}
.header-template > p{
margin-bottom: 0rem;
font-size: 13px;
color: #000;
}
.punong-brgy{
background-color: #22C55E;
margin-top: 20px; 
font-size: 12px; 
color: yellow;
text-align: center;
}
.punong-brgy > h2{
font-weight: bold;
font-size: 23px;
}
.flex p {
margin-bottom: 0;
}
.user-info p{
font-family: 'Times New Roman', serif;
font-size: 15px;
font-weight: bold
}
.main-print .barangay-logo{
text-align: center;
display: block;
}

.signature {
display: table;
list-style: none;
position: absolute;
top: 46px;
left: 150px;
right: 0;
text-align: center;
}
.signature > li {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.signature > li > img {
width: 60%;
}
.bg-footer{
/* background: url('../images/kap_certf_layout.png') no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 412px; */
position: relative;
}

.indigency-content .item{
padding: 0.75rem;
text-align: justify;
font-family: 'Times New Roman', serif; 
}
.purpose{
font-weight: bold;
font-family: 'Times New Roman', serif;
font-size: 15px;
padding: 0.75rem;
}
.border-black {
border: 1px solid #000;
}

.header-clearance{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-clearance .header-item .logo-kamuning{
  width: 10rem;
}
.header-clearance .header-item:nth-child(2){
 text-align: center;
}
.header-clearance .header-item > h3{
  font-weight: 600;
  margin-bottom: 0;
}
.header-clearance .header-item > p{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
}
.office-bg{
background-color: #2f6046;
padding: 3px;
color: #fff;
text-align: center;
}
.office-bg > p{
margin: 0;
font-size: 24px;
font-weight: bold;
}

.clearance-content{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  background: #fff;
}
.clearance-side{
  background-color: #306046;;
  color: #fff;
  flex-grow: 1;
  width: 26rem;
}
.side-title{
background-color: #ffff01;
color: #306146;
padding: 10px;
text-align: center;
}
.side-title > p{
margin: 0;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
.officials-list {
list-style: none;
padding: 0;
}
.officials-list li {
margin-bottom: -2px;
padding: 5px 13px 0px;
}
.officials-list li:nth-child(1){margin-top: 13px;text-align: center;margin-bottom: 13px;}
.officials-list li > p{
margin-bottom: 0;
font-size: 13px;
font-style: italic;
}
.capt{
 font-size: 18px;
 font-family: 'Stencil', sans-serif;
}
.line{
text-decoration: underline;
}
.officials-list li > h5{
margin-bottom: 0;
font-size: 17px;
}
.officials-list li:nth-child(10) .last {
padding-bottom: 13px;
display: block;
}
.clearance-item{
width: 100%;
}
.clearance-title{
  background-image: linear-gradient(to top, #a1cb8c, #a5cd93, #aacf99, #aed0a0, #b3d2a6);
  padding: 0px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-top: 35px;
  font-family: 'Stencil', sans-serif;
  letter-spacing: 2px;
}
.content-clearance{width: 100%;padding: 30px 17px 0;}
.content-clearance .item{font-size: 20px;margin-bottom: 15px;}
.content-clearance .title-content{
  font-size: 20px;
}
.business-info > p{
  margin-bottom: 0;
  font-size: 20px;
}
.validity > p{
  color: red;
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 0px;
}



.receipt-container {
  display: flex;
  justify-content: flex-start;
}

.receipt-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px; /* Adjust as necessary */
  margin-top: 35px;
}

.receipt-table th,
.receipt-table td {
  border: 1px solid black;
  text-align: left;
  padding: 2px;
}

.receipt-table th {
  background-color: #f2f2f2;
  text-align: center;
}

.receipt-table td {
  vertical-align: top;
  font-size: 18px;
}
.clearance-sign{
  text-align: center;
  margin-top: 40px;
}
.seal{
  text-align: center;
  margin-top: 56px;
  font-size: 16px;
  color: #306046;
}
.footer-clearance{
  background-color: #306046;
  padding: 3px 32px 5px;
}
.footer-clearance > p{
  color: #fff;
  text-align: right;
  font-style: italic;
  margin-bottom: 0;
}
.clearance-sign-clearance > img{
  width: 100%;
}

.signature-container {
  text-align: left;
  margin: 140px 1px 0; /* Add spacing around the container */
}

.signature-line {
  border-top: 1px solid black;
  width: 200px; /* Adjust width as needed */
   /* Center the line */
}

.signature-container p {
  margin-top: 5px; /* Space between the line and the text */
  font-size: 20px; /* Adjust text size */
  font-weight: normal; /* Optional: Customize text weight */
}
.uppercase{
  text-transform: uppercase;
}

      /* Center the video popup */
      #video-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .relative {
        position: relative;
    }

    #video {
        border: 2px solid gray;
        border-radius: 8px;
        width: 400px;
    }

    .button-container {
        display: flex;
        gap: 10px;
        position: absolute;
        bottom: 10px;
    }

    .button-container button {
        padding: 8px 12px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .button-container button.close {
        background-color: #f44336;
        margin-left: 20px;
    }

    .button-container button:hover {
        opacity: 0.8;
    }

    #photo-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .residency-header{
      display: flex;
      justify-content: space-around;
    }
    .sub-header > p{
      margin: 0;
      color: #000;
      font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif; 
      font-weight: bold;
    }
    .photo-thumb-sig{
      display: table;
      list-style: none;
      text-align: center;
      margin-top: 50px;
    }
    .photo-thumb-sig > li {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding-right: 45px;
    }
    .photo-thumb-sig .app-photo{
      width: 128px;
      height: 128px;
      border: 1px solid;
    }
    .hidden {
        display: none;
    }
    .justify-between {
        justify-content: space-between;
    }
  .user-panel .admin-img-logo{
    height: auto;
    width: 12.1rem;
  }
  .info-box{
    cursor: pointer;
  }
  .info-box:hover{
    background-color: #dfdfdf;
  }
  .sub-item ol li{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .seal-permit{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #306046;
  }
  .content-clearance .item-permit{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .s-brgy{
    text-align: center;
    color: #ffc000;
    text-decoration: underline;
    margin-bottom: 1rem !important;
    font-weight: bold;
  }
  .s-kabtaan{
    text-align: center;
    color: #ffc000;
    text-decoration: underline;
    margin-bottom: 1rem !important;
  }
  .clearance-sign-left{
    text-align: left;
    margin-top: 40px;
  }
  .clearance-sign-right{
    text-align: right;
    margin-top: 40px;
  }
  .jobseeker-title{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
  }
  @page {
      size: A4 portrait; /* or use 'letter' for 8.5 x 11 inches */
      margin: 2mm 2mm 0 2mm;
  }
  .resident-seal > p{
    margin-bottom: 0;
  }
  .staff-resident-info > p{
    margin-bottom: 0;
  }
  .resident-seal {
    margin-bottom: 20px;
  }
  .staff-resident-info{
    text-align: right;
    margin-top: 93px;
  }
 .signature-container-indi{
  text-align: left;
    margin: 100px 0px 0;
 }
 .business-print .item-business{
   font-size: 18px;
   margin-bottom: 15px;
 }
 .clearance-sign-business{
    text-align: center;
    margin-top: 60px;
 }
 .profile-user-img{
  width: 100px !important;
  height: 100px !important;
 }
 .text-left{
  text-align: left;
 }
 .liqour-clearance .clearance-sign-business {
  text-align: center;
  margin-top: 40px;
 }
 .liqour-clearance .seal {
  text-align: center;
  margin-top: 33px;
  font-size: 16px;
  color: #306046;
}
@media print {

    /* Force background color to be printed */
    body {
        margin: 0;
        padding: 0;
        -webkit-print-color-adjust: exact;
        background: white;
     
    }
    @page {
        margin: 0;
        size: auto;
    }

    .content-wrapper {
        width: 100%;
    }

    .card {
        page-break-inside: avoid;
    }

    .clearance-content {
        font-size: 12px;
    }

   
    #print-area{
       width: 100%;
       height: 100%;
       page-break-before: always;
       background-color: white !important;
    }
    /* .out-print{
      margin-top: 3rem;
      margin-bottom: 3.2rem;
    } */
    .residency-print{
      margin-bottom: 2rem;
      width: 100%;
      height: 100%;
      box-shadow: none; 
      border: none; 
    }
    /* .content-indigency{
      width: 100%;
      height: 100%;
      box-shadow: none; 
      border: none; 
    } */
    .residency-print .text-print{
      font-size: 1.2rem;
    }

    .content-indigency .title-content{
      margin-top: 1rem;
    }
    
}