/* 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;
}
html[data-color=light-green][data-navcolor=dark] .logo .img, html[data-color=dark-green][data-navcolor=dark] .logo .img {
  background-position: center;
  background-size: 109px;
  height: 130px;
}
@media only screen and (max-width: 480px) {
  html[data-color=light-green][data-navcolor=dark] .logo .img, html[data-color=dark-green][data-navcolor=dark] .logo .img {
    background-size: 100px;
  }
  html[data-navcolor=dark] .nav-container{
    height: 120px;
  }
}
@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;
    }
}