/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

.Ll7V72dm63WTr1buD4lg {
    align-items: center;
    display: flex
;
    grid-column-start: span 2;
    grid-row-start: span 1;
    overflow: hidden;
    /* margin: 10px; */
    margin: 5px 0;
}

.DIxbY_Wd8M99mMzbD9Jz {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 7px 10px 4px #5d6b844d;
    transition: transform .6s cubic-bezier(.25,.1,.25,1), box-shadow .3s cubic-bezier(.25,.1,.25,1);
}

.Ll7V72dm63WTr1buD4lg .VrWOfVJtTjn2FNJx0TFc {
    border-radius: 16px 0 0 16px;
}

.VrWOfVJtTjn2FNJx0TFc {
    border-radius: 16px;
}

.QGnVckPD11ZTkQr8o8ci {
    color: #002b50;
    font: 700 12px / 20px "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
    padding: 0 8px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body {
    min-width: 314px;
    font: 400 16px / 24px "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
}

    /* Modal styles */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
      }
      .modal-content {
        background-color: #fff;
        margin: 15% auto;
        padding: 20px;
        border-radius: 8px;
        width: 80%;
        max-width: 600px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }
      .modal-content h2 {
        margin-top: 0;
      }
      .modal-content ul {
        list-style: none;
        padding: 0;
      }
      .modal-content li {
        margin: 10px 0;
      }
      .modal-content a {
        text-decoration: none;
        color: blue;
      }
      /* .close {
        color: red;
        float: right !important;
        font-size: 2rem;
        cursor: pointer;
      } */

      .close {
        color: red;
        font-size: 2rem;
        cursor: pointer;
        position: absolute;
        top: 10px; /* Adjust this value as needed */
        right: 10px; /* Adjust this value as needed */
    }
    
    @media screen and (max-width: 991px) {
      .search-box-form {
        width: 100%; 
        margin: 0 .5rem !important;
    }
      .search-box {
          width: 100%;        /* Make the search box take the full width */
          margin-top: 25px;   /* Add margin on the top */
          padding: 10px;      /* Optional: Add some padding for better appearance */
          box-sizing: border-box; /* Ensure padding doesn't affect width calculation */
      }
  }