/* This file is reserved for overriding and extending the template styles. */
.label_mine label{ 
    font-weight: bold;
    font-size: 16px;
}
.label_mine p{ 
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 200;
}
.custom_by_me{
    padding: 12px 20px !important;
    font-size: 12px;
}
.title{
    font-size: 24px;
    font-weight: 400;
}
.title-above{
    font-size: 34px;
    font-weight: bold;

}
.content_container{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.print-footer{
    display: none;
}
@media print {
    @page {
        margin: 0;
      }
      body {
        margin: 0;
      }
      .print-hide {
        display: none;
      }
      .page-title-container {
        display: none;
      }
      .breadcrumb-list {
        display: none;
      }
    .print-footer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
      }
    .print-hide {
        display: none !important;
      } 
    .print-button {
        display: none; /* Hide the print button during printing */
    }
    body {
        margin: 0;
        padding: 0;
    }
    .fees-container {
        max-width: none;
    }
}


.dropdown-menu {
  z-index: 1050 !important; /* Ensure dropdowns appear above other elements */
  position: fixed !important; /* Use fixed positioning to escape overflow */
}

.my-btn {
    padding: 17px 24px 32px 24px;
    margin-left: 10px;
}