body {
    font-family: 'Outfit', 'sans-serif';
    background-color: #F4F2F6;
    overflow-x: hidden!important; /* Disable horizontal scrolling */
    overflow-y: auto!important; /* Allow vertical scrolling */
    touch-action: pan-y!important; /* Allow only vertical scrolling */
    -webkit-user-drag: none!important; /* Disable dragging */
    -webkit-touch-callout: none!important; /* Disable touch menu */
    margin: 0;
  }
  .modal-content {
    background-color: #fff;
    color: #181414;
  }

  .close {
    background-color: #fff;
    color: #fff;
  }

  img[src^="data:image/svg+xml"] {
    background-color: white;
  }

  .brand-logo {
    width: 140px;
  }


  .red {
    color: #ff2222;
  }

  .green {
    color: #60e660;
  }


  .icon {
    padding: 0px;
    color: #4EFFC1 !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    letter-spacing: 1px;
    margin: 5px;
    font-size: 16px;
    font-weight: 600 !important;
    background: none !important
  }


  .completed {
    color: rgb(1, 112, 23) !important
  }

  .manual_processing {
    color: orange !important
  }

  .failed {
    color: red !important
  }



  .form-disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .btn {
    background-color: #004899;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #004899;
    color: white;
    border-radius: 0;
  }

  .btn-primary {
    background-color: #004899;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #004899;
    color: white;
    border-radius: 0;
    --bs-btn-active-bg: #484848 !important;
    border-radius: 10px;
    min-width: 200px;
    max-width: 350px;
  }

  .btn-secondary {
    background-color: transparent;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #004899;
    color: #484848;
    border-radius: 10px;
    min-width: 200px;
    max-width: 350px;
  }


  .btn-primary:active,
  .btn-primary.active .open>.dropdown-toggle.btn-primary {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #004899;
    color: white;
  }

  .btn-primary:focus,
  .btn-primary:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #004899;
    color: white;
  }

  .btn-sm {

    min-width: 100px;
    max-width: 150px;
    min-height:50px;
  }

  .form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(86, 90, 120, 0.399);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
  }

  .page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(86, 90, 120, 0.399);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
  }

  .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  .navbar {
    box-shadow: 0px 1px 14px 0px rgb(132, 132, 132);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background-color: #004899 !important;
  }

  .bg-primary {
    background-color: #004899 !important;
  }

  .nav-link {
    color: white;
  }

  .header-link:hover,
  .header-link:focus,
  .header-link:active {
    color: #ffffff !important;
  }

  .form-check-input {
    border-width: 1px;
    border-color: #484848;
  }


  .form-check-input:checked {
    background-color: #004899;
    border-color: #004899;
  }

  .h-30{
    height:30%
  }

  .h-40{
    height:40%
  }
  .h-20{
    height:20%
  }
  .h-60{
    height:60%
  }

  .h-70{
    height:70%
  }

  .h-80{
    height:80%
  }

  .list-checkmarks li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 8px 0 -22px;
    color: #545252;
    background-color: white;
  }


  .invalid-feedback {
    background-color: transparent !important;
    border: none;
    margin-top:.15rem;
    margin-bottom: 0.3rem;
  }
  /* add scroll margin for the last row with devices < 650px height*/
  /*
  @media (max-height: 700px) {
    .scroll-margin {
      margin-bottom: 50px!important;
    }
  } */


  .scroll-margin {
    margin-bottom: 30px!important;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding:0px;
  }
