body {
  font-family: 'Source Sans Pro';
  padding-bottom: 10px!important;
  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 */
}

.modal-content {
    background-color: #fff;
    color: #fff;
}

.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: #233BB1 !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
}


.panel {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

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

.manual_processing {
    color:orange!important
}

.failed {
    color:red!important
}

body {
    font-family: "Source Sans Pro", Sans-serif !important
}

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

.button {
    background-color: #233BB1;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 1em 1.5em 1em 1.5em;
  }

  .btn-primary {
    background-color: #233BB1;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px !important;
    width: 170px;
    border-color: #233bb1;
  }
  .btn-secondary {
    background-color: #5972ef;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px !important;
    width: 170px;
    border-color: #5972ef;
  }

  .htitle {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: bolder;
    line-height: 40px;
    text-align: left;
  }

  .t-footer {
    background-color: #233BB1 !important;
    color: white;
    padding-top: 30px;
    margin-top:30px;
    bottom: 0;
    /*width: 100%;*/
  }



  .li-footer > li, .li-footer > li > a {
    padding: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
  }

  .side-head {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
  }

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #233BB1;
    border-color: #233BB1;
  }

  .step-label {
    color: rgb(34, 58, 177);
  }

  .tab-menu:active, .tab-menu.active {
    background-color: #233bb1 !important;
    color: white !important;
    font-weight: bold;
  }

  .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;
  }

  .bg-primary {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .nav-link{
    color: rgb(35, 59, 177);
  }
