/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/*
 * Media query breakpoints.
 * Processed by postcss/postcss-custom-media.
 */

/* Navigation related breakpoints */

/* Grid related breakpoints */

/* Grid shifts from 6 to 14 columns. */

/* Width of the entire grid maxes out. */

@media (min-width: 75rem) {

:root {
    --container-padding: var(--sp2);
}
  }

@media (min-width: 43.75rem) {

:root {
    --grid-col-count: 14;
    --grid-gap: var(--sp2);
}
  }

@media (min-width: 62.5rem) {

:root {
    --scrollbar-width: 0.9375rem;
}
  }

@media (min-width: 75rem) {

:root {
    --grid-full-width: calc(100vw - var(--scrollbar-width) - var(--content-left) - var(--sp4));
}
  }

@media (min-width: 90rem) {

:root {
    --grid-full-width: calc(var(--max-width) - var(--sp4));
}
  }

.show-header-top {
  background: #152f49;
  display: flex;
  justify-content: center;
  align-items: center;
}

.region--header-top {
  display: flex;
  justify-content: space-between; /* Ensure space between the items */
  align-items: center; /* Vertically center the items */
  min-height: 1.875rem;
  .block-mainmenu {
    flex: 0 0 70%;
    text-align: center;
    margin: 0;
  }
  .block-usermenu {
    flex: 0 0 30%;
    text-align: right; /* Right align the user menu */
    margin: 0;
  }
  #superfish-account-select {
    background: #152f49;
    border: none;
    color: #fff;
    margin: 0;
    padding: 0.3rem
  }
    #superfish-account-select:hover, #superfish-account-select:active, #superfish-account-select:visited{
      background: #152f49;
      border: none;
    }
}

.site-header,.site-branding {
  background-color: #193654 !important; /* Example background color */
  padding: 1.25rem 0;
  color: #fff; /* Text color */
  margin: 0;
  padding: 0;
}

/* Container styles */

.site-header_inner__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  flex-wrap: wrap
}

@media (max-width: 43.75rem) {

.site-header_inner__container {
    display: flex;
    justify-content: center;
    align-items: center
}
   }

@media (min-width: 43.75rem) {

.site-header_inner__container {
    justify-content: space-between
}
   }

.site-header_inner__container {
  .site-branding {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-branding__text {
    display: none;
  }
    @media (min-width: 75rem) {
  .site-branding__logo img {
      max-height: 6.73875rem
  }
    }
  .contact-text {
    h3{
      font-size: 1.0625rem;
      color: #e5f99a;
      font-weight: 800;
      margin: o;
      margin: 0;
      padding: 0;
    }
    p{
      color: #fff;
      padding: 0;
      margin: 0;
    }
  }
  .search-container {
    position: relative;
    display: flex
  }
    @media (min-width: 43.75rem) {
  .search-container {
      display: none
  }
    }
  .search-container {
    input {
      min-height: 2.375rem;
      max-width: 13.625rem;
      padding: 0;
      padding-left: 0.3125rem;
    }
    button {
      position: absolute;
      right: 0;
      padding: 0.5rem;
      background: transparent;
      border: 0;
      i{
        color: #193654;
          font-size: 1.3125rem;
      }
    }
  }
}

.site-header-top_inner__container {
  max-width: 90rem;
  padding: 0;
  width: 100%;
  padding: 0 1.25rem;
}

.User-manu-content.block__content {
  position: relative
}

.User-manu-content.block__content::after {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    color: white;
    margin-top: 0.75rem;
    top: 0;
    right: 0.875rem;
    position: absolute;
  }

/* Responsive design using custom media queries */

#superfish-main {
  li a {
    color : #fff;
    font-weight: bold
  }
    li a:hover, li a:focus, li a:active{
      color: #e5f99a;
    }
}

.sf-accordion-toggle #superfish-main-toggle{
  span {
    color: #fff
  }
  li a {
    color : #fff;
    font-weight: bold
  }
    li a:hover, li a:focus, li a:active{
      color: #e5f99a;
    }
}

.user-nemu-item {
  background: #152f49!important;
  option {
    background: #152f49!important;
    color: #fff
  }
    option:focus, option:active, option:hover {
      color: #e5f99a;
    }
}

.path-frontpage {
  .sidebar-grid  {
    display: none;
  }
  .frontpage-slider-block {
    position: relative;
    img {
      width: 100%;
      opacity: 1
    }
       @media (max-width: 62.5rem) {
    img {
        opacity: 0.3
    }
      }
    .slider-text-wrapper {
      width: 40%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(20%, -50%)
    }
      @media (max-width: 62.5rem) {
    .slider-text-wrapper {
        position: relative;
        margin: 0.625rem;
        padding: 0;
        text-align: center;
        top: 0;
        left: 0;
        transform: translate(0%, -59%);
        width: 100%
    }
      }
      @media (max-width: 31.25rem) {
    .slider-text-wrapper {
        transform: translate(0%, -30%);
        top: 0;
        left: 0
    }
      }
    h3{
      margin: 0.3125rem 0;
      color: #0c243d;
      font-size: 2.8125rem;
      line-height: 1.5625rem;
      margin: 0.625rem 0
    }
      @media (min-width: 62.5rem) and (max-width: 81.25rem) {
    h3{
        font-size: 2rem;
        line-height: 1;
        margin-top: 1.5625rem
    }
      }
       @media (max-width: 31.25rem) {
    h3{
        font-size: 1.5rem
    }
      }
    .sub-heading {
      color: #d63384;
      line-height: 3.75rem;
      font-size: 1.5rem;
      font-weight: 800;
      padding: 0;
      margin: 0
    }
      @media (min-width: 62.5rem) and (max-width: 81.25rem) {
    .sub-heading {
        line-height: 1.75rem;
        font-size: 1.25rem
    }
      }
      @media (max-width: 31.25rem) {
    .sub-heading {
        font-size: 1rem
    }
      }
    .body-text {
      padding-right: 15%;
      font-size: 1rem
    }
      @media (min-width: 62.5rem) and (max-width: 81.25rem) {
    .body-text {
        font-size: 1rem;
        line-height: 1
    }
      }
      @media (max-width: 62.5rem) {
    .body-text {
        text-align: center;
        width: 100%;
        padding: 0;
        font-size: 1rem;
        margin-top: 1rem
    }
      }
      .register-button:focus, .register-button:hover, .login-button:focus, .login-button:hover {
        background: none;
        color: #d63384;
        border: 1px solid #d63384;;
      }

  }
  .content-above {
    max-width: 90rem;
    display: flex;
    margin: 0 auto;
    text-align: center;
    .feature-card-block {
      width: 100%;
      -ms-grid-column: 1;
      -ms-grid-column-span: 13;
      grid-column: 1 / 14;
      .views-field-title {
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        padding: 0.3125rem;
        color: #d63384;;
      }
    }
      @media (max-width: 43.75rem) {
    .feature-card-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 13;
        grid-column: 1 / 14;
        padding-left: 1rem;
        padding-right:1rem
    }
      }
    .feature-card-block {
      .views-view-grid__item-inner .views-field-field-feature-image .field-content{
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .views-field-field-feature-image img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 5rem;
        padding-bottom: 1rem;
      }
      .views-view-grid__item-inner {
        border-radius: 0.625rem;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #fff;
        padding: 1rem;
        border: 1px solid rgba(51,51,51,0.1098)
      }
        .views-view-grid__item-inner:hover{
          transform: scale(1.05);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        }
    }
  }
    @media (min-width: 43.75rem) and (max-width: 62.5rem) {
  .content-above {
      margin: 0;
      padding: 0;
      transform: translate(0%, -26%);
      .views-view-grid {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0.625rem;
        padding: 0.625rem;
        .views-view-grid__item {
          flex: 1 1 calc(50% - 1.25rem);
        }
      }
  }
    }
     @media (max-width: 43.75rem) {
  .content-above {
      margin: 0;
      padding: 0;
      transform: translate(0%, -10%);
      .views-view-grid {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0.625rem;
        padding: 0.625rem;
        .views-view-grid__item {
          flex: 1 1 100%;
        }
      }
  }
    }
  .region--content-below {
    margin: 0 auto;
    max-width: 90rem;
    width: 100%;
    padding-left: 2rem
  }
    @media (min-width: 43.75rem) and (max-width: 62.5rem) {
  .region--content-below {
      transform: translate(0%, -18%)
  }
    }
    @media (min-width: 62.5rem) and (max-width: 75rem) {
  .region--content-below {
      transform: translate(0%, -12%);
      padding-left: 2rem
  }
    }
  .block-govt-orders {
    padding: 4rem;
  }
  .block-govt-orders,.block-about-irms {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 6 !important;
    grid-column: 1 / 7 !important
  }
    @media (max-width: 43.75rem) {
  .block-govt-orders,.block-about-irms {
      -ms-grid-column: 1!important;
      -ms-grid-column-span: 13!important;
      grid-column: 1 / 14!important;
      padding-left: 1rem;
      padding-right:1rem
  }
    }
  .block-govt-orders,.block-about-irms {
    .row-about-wrapper {
      .image-wraper img {
        float: left;
        margin: 0;
      }
      p{
        text-align: justify;
        margin: 0;
        margin-left: 18rem
      }
        @media (max-width: 43.75rem) {
      p{
          margin: 0
      }
        }
    }
    .row-order-wrapper {
      display: flex;
      flex-wrap: wrap;
      background-color: #fff;
      padding: 1.25rem;
      border-radius: 0.5rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }
    .row h4 {
      width: 100%;
      margin-bottom: 1.25rem;
      text-align: left;
    }
    .image-wrapper img {
      max-width: 100%;
      height: auto;
      border-radius: 0.5rem;
    }
    .image-wrapper {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.625rem;
    }
    .order-content {
      flex: 2;
      padding: 0 2rem
    }
      @media (max-width: 43.75rem) {
    .order-content {
        padding: 0
    }
      }
    .order-content .more-link {
      display: inline-block;
      margin-top: 0.625rem;
      color: #007BFF;
      text-decoration: none;
    }
    .order-content .more-link:hover {
      text-decoration: underline;
    }
    .view-govt-orders-view {
      margin: 0;
      padding: 0;
      grid-gap: 0;
      .view-header {
        margin: 0;
        padding: 0;
        grid-gap: 0;
      }
      .view-content {
        grid-gap: 0;
        color: #919303;
      }
      .views-field-field-orders a{
        font-size: 1rem;
      }
      h4, h3 {
        margin: 0;
        margin-bottom: 0.5rem;
        color: #d63384;;
      }
    }
  }
}

.path-user {
  .main-content__container {
    position: relative;
    .ircreate-button {
      position: absolute;
      top: 25rem;
      left: 50%
    }
      .ircreate-button.disabled {
        background: none;
        color: #777;
      }
    a[disabled] {
      color: #999; /* Adjust the color for disabled state */
      cursor: not-allowed; /* Show not-allowed cursor for disabled state */
      text-decoration: none; /* Remove underline for disabled state */
      pointer-events: none; /* Disable click events for disabled state */
    }
  }
}

@media (max-width: 43.75rem) {

.path-user {
    .main-content__container {
      padding: 0 2rem;
      text-align: center;
    }
    .button-container {
      display: flex;
      align-items: center;
      justify-content: center;
      .ircreate-button {
        position: absolute;
        top: 18rem;
        left: 16%;
      }
    }
    img {
      margin: 0 auto;
    }
}
  }

.page--emp-register {
  .registration-instructions {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 0.625rem;
    margin-bottom: 1.25rem;
    border-radius: 0.25rem;
    color: #f21a1a;
    font-size: 1.1em;
  }
 }

.page--add-emplyee-record {
  .edit-field-search-date-wrapper {
    visibility: hidden;
  }
  .form-item.js-form-type-vertical-tabs {
    .vertical-tabs__menu {
      display: none;
    }
  }
}

.page-node-type-incuben {
  .working-location-list {
    color: #000;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 1rem;
    text-align: left;
  }

  th, td {
    padding: 0.75rem 0.9375rem;
    border: 1px solid #ddd;
  }

  th {
    background-color: #f4f4f4;
  }
  /*.link.tabledrag-toggle-weight{
    display: none;
  }*/
  .field-multiple-table {
    th {
      background: #f6f8f8;
      border: 0;
      font-size: 1.2rem;
      padding: 1rem;
    }
  }
  [dir="ltr"] #personal-det .wide-content {
    margin-left: 0!important;
}
  [dir="rtl"] #personal-det .wide-content {
    margin-right: 0!important;
}
/*  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
  }

  th, td {
    padding: 12px 15px;
    border: 1px solid #ddd;
  }

  th {
    background-color: #f4f4f4;
  }*/
  .draggable-table td {
    border:  0;
    padding: 0;
    margin: 0;
    .button {
      margin: 0;
    }
  }
  .file-display-area {
    position: absolute;
    top: 0;
    right: 10%;
    width: 30%;
    height: auto;
    transform: translateX(50%);
    width: 100%;
    max-width: 35em;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 0.5rem;

  }
  #pdf-canvas, #image-container ,#file-display-area img {
    width: 100% !important;
    height: auto;
    width: 100%;
  }

  .emp-det.field-group-tabs-wrapper {
    background-color: #fff;
    vertical-tabs {
      display: block !important;
      position: relative;
      width: 100%;
    }
    .vertical-tabs__menu {
      max-width: 20rem;
      width: 40%;
      a{
        background-color: rgba(25,54,84,0.65882);
        color: #fff;
        font-size: 1.2rem;
        padding: 1rem
      }
         a:hover, a:visited, a:focus, a:active{
          background: #fff;
          color: #152f49;
          border: 1px solid #152f49;
        }
    }
    .vertical-tabs__panes {
      margin-top: 0;
      width: 60%;
    }
  }
}

[dir="ltr"] .page-node-type-incuben .vertical-tabs__panes #personal-det .wide-content {
  margin-left: 0!important;
}

[dir="rtl"] .page-node-type-incuben .vertical-tabs__panes #personal-det .wide-content {
  margin-right: 0!important;
}

.page-node-type-incuben .block-system-main-block {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/ 14;
}

.canvas-button {
  position: absolute;
  top: -4%;
  right:0;
}

.file-display-area {
  width: 100%;
  overflow: hidden;
  background: red;
}

.hideCanvas {
  width: 0 !important;
  overflow: hidden;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3125rem;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Hover effect similar to Bootstrap */

.btn-primary:hover {
  background-color: #ffffff; /* Darker blue for hover */
  color:#0056b3;
  border: 1px solid #0056b3;
}

/* Active state to mimic Bootstrap */

.btn-primary:active {
  background-color: rgba(255,255,255,1);
  color:#0056b3;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: 1px solid #0056b3;
}

/* Focus state for accessibility, similar to Bootstrap */

.btn-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.page--user-dashboard {
  .view table {
    td.views-field {
      line-height: 1.2;
      margin: 0;
      vertical-align: middle;
      padding: 0.3125rem;
      border: 1px solid hsl(201, 15%, 63%);
    }
    th {
      line-height: 1.2;
      margin: 0;
      vertical-align: middle;
      padding: 0.3125rem;
      font-weight: bold;
      border: 1px solid hsl(201, 15%, 63%);
    }
  }

  .view-content {
    grid-gap: 0;
  }
  #edit-moderation-state--wrapper {
    background: rgba(189,199,209,0.58039);
    margin: 0;
    .fieldset__legend--composite {
      display: none;
    }
    .fieldset--group{
      border: 0;
      background: none;
    }
  }
  .form-item-moderation-state {
    padding-right: 2rem;
  }
  .form-item__label {
    padding: 0;
  }
  .js-form-item.form-item.js-form-type-textfield {
    width: 15rem;
  }
  .js-form-item-title {
    width: 25rem !important;
  }
  .fieldset__legend--visible ~ .fieldset__wrapper {
    border: 0;
    .label {
      padding: 0;
    }
  }
}

footer {
  background: linear-gradient(180deg, hsl(201, 15%, 72%) 0%, hsl(201, 15%, 20%) 100%) !important;
    ul{
    list-style: none;
    margin: 0px;
    color: #fff;
    a {
      text-decoration: none;
      color: #fff;
    }
  }
  .site-footer__inner {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-footer_bottom {
    background: #30414a !important;
    .site-footer__inner {
      padding: 2rem;
      text-align: center;
    }
    a{
      color: hsl(201, 15%, 63%)!important;
    }
  }
  .footer-widgets-area {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    flex-wrap: wrap;
    .textwidget {
      font-size: 1.2rem;
    }
  }
  .footer-widgets-area > .widget {
    flex: 1;
    min-width: 12.5rem;
    padding: 1.25rem;
    color: #fff;
    box-sizing: border-box;
    margin: 0.625rem;
  }

  .footer-widgets-area > .widget-first {
    flex: 0 0 40%;
  }

  .footer-widgets-area > .widget-nav-menu {
    flex: 0 0 20%; ul li a {
      text-decoration: none
    }
      ul li a:hover {
        color: #e5f99a !important;
      }
  }
  .footer-widgets-area > .widget-contact{
    flex: 0 0 30%;
  }

  .footer-widgets-area h3 {
    margin-top: 0;
    color: #e5f99a !important;
  }
  /* Responsive adjustments */
}

@media (max-width: 56.25rem) {

footer {
    .footer-widgets-area {
      justify-content: center;

      .footer-widgets-area > .widget {
        flex: 1 1 45%;
      }
    }
}
  }

@media (max-width: 37.5rem) {

footer {
    .footer-widgets-area > .widget {
      flex: 1 1 100%;
      min-width: 100%;
      text-align: center;
    }
}
  }

.block-views-blockabout-us-block-2 {
  .block__title {
    font-size: 2.3rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}

.ourteam-block {
  .views-view-grid--horizontal {
    --views-grid--column-count: 4
  }
    @media (min-width: 43.75rem) and (max-width: 62.5rem) {
  .views-view-grid--horizontal {
      --views-grid--column-count: 2!important
  }
    }
    @media (max-width: 43.75rem) {
  .views-view-grid--horizontal {
      --views-grid--column-count: 1 !important
  }
    }
  .views-view-grid__item {
    margin: 0 auto;
    text-align: center;
  }
  .views-view-grid__item-inner {
    .views-field-field-about-image .field-content{
      width: 11.25rem;
      height: auto;
      margin: 0 auto;
      img {
        width: 100%;
        height: auto;
        border: 1px solid #333;
        border-radius: 50%;
      }
    }
    .views-field-body {
      margin-top: 1rem;
      color:  #d63384;
    }
    .views-field-title .field-content{
      font-size: 1.1rem !important;
      line-height: 1;
      margin: 0;
    }
    .pink-text {
      font-size: 1rem;
    }
    h5 {
      margin: 1rem;
    }
    p{
      margin:0;
    }
  }
}

.page--contact-us {
  .block-block-contentcb4acb65-5a85-4a2b-b4b5-83bb0e744657 {
    background: blue;
    .field--name-body p iframe {
      width: 100%;
      max-height: 18.75rem;
    }
  }
}

.page--emp-search {  
 /*.accordion-list ul {
    list-style: none;
    padding-left: 1.25rem;
    display: none;
  }

  .accordion-list li {
    margin: 0.3125rem 0;
  }
  li div {
   display: inline-block;
  }

  .accordion-open > ul {
    display: block;
  }
  span.accordion-toggle {
    font-weight: bold;
  }
  span.accordion-toggle::after {
    content: "▶";
    margin-left: 0.3125rem;
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .accordion-open > span.accordion-toggle::after  {
    content: "▼";
  }*/
  .sidebar-grid .region--sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4; /* Sidebar now on the left */
  }

  .sidebar-grid > .site-main {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5 / 14 /* Main content shifted to the right */
  
  }
    @media (min-width: 62.5rem) {

  .sidebar-grid > .site-main {
      -ms-grid-column: 5 !important;
      -ms-grid-column-span: 9 !important;
      grid-column: 5 / 14 !important
  
  }
    }
  ul {
    list-style-type: none;
  }
  .bef-exposed-form  {
    font-size: 0.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
     #edit-actions--3 {
      position: absolute;
      top: -4%;
      left: 40%;
    }
    input.form-text {
      min-height: 2.25rem;
    }
    select {
      height: 2.25rem;
      max-width: 90%;
    }
    .fieldset .form-item{
      margin-top: 0.4375rem;
      margin-bottom: 0.4375rem;
    }
  }
   
}

.page-wrapper {
  background: #fff;
  width: 100%;
  max-width: 100%;
}

.blue-text {
  color: #152f49!important;
  font-size: 1.5rem;
  padding: 0 0.3125rem;
}

.green-text {
  color: #919303 !important;
  font-size: 1.5rem;
}

.red-text {
  color: red !important;
  font-size: 1.5rem;
}

button:hover {
  color: hsl(202, 79%, 38%);
  background: none;
}

.pink-text {
  color: #f50173 !important;
  font-size: 1.5rem;
}

h1.page-title {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

a[disabled] {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
  background: none;
}

#marquee-container {
  position: relative;
  padding-left: 1.5625rem; /* Adjust based on the width of your new.gif, plus some margin */
}

#marquee-container::before {
  content: '';
  position: absolute;
  left: 12%;
  top: 4%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4.25rem;
  height: 17.25rem;
  background-image: url('../images/new.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title {
  text-align: center;
}

#drupal-off-canvas-wrapper {
  left: 75.875rem !important;
}

.print__link--pdf {
  display: inline-block; 
  color: #fff;                /* White text */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.print__link--pdf:hover {
  background: #b71c1c;         /* Darker red on hover */
  text-decoration: none;
}
.print__link--pdf {
  display: inline-block; 
  color: #fff;                /* White text */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.print__link--pdf:hover {
  background: #b71c1c;         /* Darker red on hover */
  text-decoration: none;
}
.page--pen-directory  .form-item {
  width: 40%;
  float: left;
}
.page--pen-directory  .form-actions {
  display: block;
  float: left;
}
.page--user-dashboard  .js-form-item.form-item.js-form-type-textfield.js-form-item-title {
  margin-left: 10px;
  margin-right: 10px;
  
}

#block-lets-clerkd .menu--level-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#block-lets-clerkd .menu--level-1 > .menu__item {
  list-style: none;
}

#block-lets-clerkd .menu--level-1 > .menu__item > a {
  display: inline-block;
  padding: 8px 14px;
  background-color: #005aa7;   /* button color */
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
}

#block-lets-clerkd .menu--level-1 > .menu__item > a:hover {
  background-color: #00B2EB;;
}

#block-lets-clerkd .menu--level-1 > .menu__item > a {
  background: transparent;
  border: 1px solid #005aa7;
  color: #005aa7;
}

#block-lets-clerkd .menu--level-1 > .menu__item > a:hover {
  background: #00B2EB;;
  color: #fff;
}
