body, h1, h2, h3, h4, h5, h5, p, a, li{
      font-family: "Signika", sans-serif!important;
}

h2{
      font-size: 30px!important;
      color: #9c0011!important;
      font-weight: 300!important;
}

h3{
      font-size: 24px!important;
      color: #2a2c2e!important;
      font-weight: 400!important;
}

h4{
      font-size: 20px!important;
      color: #2a2c2e!important;
      font-weight: 500!important;
}

p{
      font-weight: 300!important;
      font-size: 14px!important;
}

label{
      font-weight: 400!important;
      color: #555555;
}

input[type="file"]::file-selector-button {
  border: 2px solid #2F3490;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #fff;
  transition: 1s;
  cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
  background-color: #2F3490;
  border: 2px solid #2F3490;
  color: #fff;
}

.form-control{
      border-color: #555555!important;
      font-weight: 300!important;
}

.btn{
      border-radius: 4px!important;
}

svg.btn, svg.btn:hover{
      fill: #9c0011;
      width: 48px;
      padding: 0;
}

#clearFilterBtn{
      width: 50px;
}

/* divider */
.divider {
      font-size: 24px;
    font-weight: 500;  
    display: flex;
  align-items: center;
  margin-top: 20px;
    margin-bottom: 20px;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 1.2px;
  background-color: #9c0011;
  margin: 5px;
}

.vertical-divider {
  /* position: absolute; */
  display: table;
  text-align: center;
  height: 100%;
  width: 70px;
}

/* Accordion */
.accordion{
      padding: 15px;
      background: #efefef;
}

.accordion-item{
      border:1px solid #b1b3b3
}

.accordion .accordion-header .accordion-button{
      font-size: 26px;
      font-weight: 500;
      color: #2F3490;
}

  .center-element {
    position: relative;
    display: table-cell;
    vertical-align: middle;
        font-size: 24px;
    font-weight: 500;
  }
    .center-element:before,
    .center-element:after {
      position: absolute;
      content: "";
      width: 3px;
      left: 50%;
      border-left: 3px solid #9c0011;
    }
    .center-element:before {
      bottom: 50%;
      top: 0;
      margin-bottom: 20px;
    }
    .center-element:after {
      top: 50%;
      bottom: 0;
      margin-top: 20px;
    }
  

.nav-tabs .nav-link{
      background: #b1b3b3;
      color: #555!important;
      min-width: 120px;
      text-align: center;
      margin-right: 2px;
      border: none;
}

a.active.nav-link[role="tab"], .nav-tabs .nav-link.active{
      background: #2F3490;
      color: #fff!important;
      box-shadow: #a8a5a5 0px -3px 5px;
}

table tr td input{
  display: block;
    width: 110px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #555555!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
      
th,td{
      border-color: #ced4da!important;
}
.tableColor thead{
      background: #b1b3b3;
}
.tableColor th{
      color: #000;
      /* border-color: #2F3490!important; */
}

.static-top.navbar .menu-bar > .navbar-nav > li > a{
      font-weight: 400!important;
      font-size: 18px!important;
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
      display: none;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a[aria-current="page"],
.static-top.navbar .menu-bar > .navbar-nav > li > a:hover[aria-current="page"]{
      color: #9c0011;
      background-color: transparent;
      text-decoration: unset;
} 

.static-top.navbar .menu-bar > .navbar-nav > li > a:hover{
      background-color: transparent;
      color: #9c0011;
      text-decoration: unset!important;
}

.formHeaderBG{
      background-color: #dff2fe;
      padding: 10px 4px;
}

.formHeaderBG h4{
      margin-bottom: 0;
}

/* Multistep form*/

.progress 
{
      background-color: #B1B3B3!important;
}
.progress .list-group-item{
      color: #ffffff!important;
}
.progress .list-group-item.active{
      background-color: #555555!important;
}

.progress .list-group-item-success{
      background-color: #2F3490!important;
}

.progress .list-group-item-success span{
      float: left;
      height: 25px;
    margin-right: 8px;
    width: 25px;
    border-radius: 50%;
    background: #fff;
    color: #2F3490;
    display: flex;
    align-items: center;
    padding-left: 0px !important;
    justify-content: center;
    line-height: 20px;
}


/* signin page */

.signInBgContainer{
      background: url('./Airport.jpg');
      background-repeat: no-repeat;
      background-size: cover;
}

.signInBgContainer .wrapper-body{
      background: #ffffffe6;
      background: #ffffffe6;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      margin-top: 20px;
      width: 60%;
      min-width: 500px;
}



.signInWrapper .col-md-6, #ContentContainer_MainContent_MainContent_SecureRegister .col-lg-6{
      width: 100%;
}

.signInWrapper .col-md-8, #ContentContainer_MainContent_MainContent_SecureRegister .col-md-8 {
      width: 45%;
}

.signInBgContainer .nav-tabs.nav-account li:nth-child(2){
      display: none;
}



  .gridWrapper{
    display: grid;
    grid-template-rows: auto;  
    padding: 0;  
  }

  .catTitle{
    background: #2f3490;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
  }

  .gridCat{
    background: #b1b3b3;
    padding:10px 15px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
        border-bottom: 1px solid;
        text-align: center;
  }

  .gridRow{
    display: grid;
    grid-template-columns: repeat(8,minmax(0, 1fr));
    gap: 15px;
    padding:10px 15px;
    background: #ececec;
    border-bottom: 1px solid;
  }

  .gridRow.header, .gridRowAircraft.header{
     background: #b1b3b3;
    color: #000;
    font-size: 18px;
  }

  .gridRow.header .gridCol{
    text-align: center;
  }

  .gridRow.header .gridCol:first-child{
    text-align: left;
        font-size: 18px;
  }

  .gridCol{
    display: grid;
    align-items: center;
        /* grid-template-columns: repeat(7,minmax(0, 1fr));
    gap: 8px; */
  }

  .subtotal{
      font-weight: 400;
      font-size: 18px;
      color: #2f3490;
       border-color: #212529;
  }

  .subtotal input, .subtotal ::placeholder, .subtotal ::-webkit-input-placeholder{
      color: #2f3490;
      font-weight: 500 !important;
      
  }

  .total{
      font-weight: 500;
      color: #9c0011;
      font-size: 22px;
      border-color: #212529;
  }
  
  .total input, .total ::placeholder,  ::-webkit-input-placeholder{
      color: #9c0011;
      font-weight: 500 !important;
  }

  .gridBgColor{
    background: #dff2fe;
  }

  .gridBGDarkBlue{
    background: #1A1C3E;
    color: #fff;
    font-size: 20px;
  }

  .gridRowCargoWrapper{
       display: grid;
    grid-template-columns: repeat(2,minmax(0, 1fr));
     gap: 30px;
     border-right: 1x solid;
  }

  .gridRowCargo{
      display: grid;
    grid-template-columns: repeat(3,minmax(0, 1fr));
     gap: 15px;
    padding:10px 15px;
    background: #ececec;
    border-bottom: 1px solid;
    border-color: #212529;
  }

  .gridRowAircraft{
       display: grid;
    grid-template-columns: repeat(6,minmax(0, 1fr));
     gap: 15px;
    padding:10px 15px;
    background: #ececec;
    border-bottom: 1px solid;
  }

  .homeHelplinks > div{
      display: flex;
      flex-flow: column;
  }

  .homeHelplinks div > button{
      background: #9c0011!important;
      color: #fff;
      height: 40px;
      width: 100%;
      margin: auto;
  }

  .homeHelplinks div > button:hover{
      color: #fff;
  }

  .homeHelplinks div > button span{
      margin-right: 8px;
  }

  #CardGallery #galleryIntersectionObserverParent > div  div{
      width: 100%;
      width: 100%;
      background: #b1b3b3d1;
      padding: 5px 10px;
  }

  #CardGallery #galleryIntersectionObserverParent > div  div a{
     color:#9c0011!important;
     font-size: 18px;
     border: none!important;
  }

  #CardGallery #galleryIntersectionObserverParent > div  div p{
     color: #000;
  }

  /* upload section */
.uploadCreateWrapper{
      position: relative;
      display: flex;
      justify-content: end;
    align-items: center;
}

  /* .upload-container {
            max-width: 500px;
            margin: 40px auto;
            padding: 30px;
            background: #f9f9f9;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            text-align: center;
        }

        .upload-container h2 {
            margin-bottom: 20px;
            color: #333;
        }

        .file-input {
            margin-bottom: 20px;
        }

        input[type="file"] {
            display: block;
            margin: 10px auto;
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 6px;
            cursor: pointer;
            background: white;
        }

        .upload-btn {
            background-color: #0078D4;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .upload-btn:hover {
            background-color: #005a9e;
        } */

/*Notification  */
.notificationWrapper {
      height: auto;
      width: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 15px;
}
.notificationWrapper button{
      background: #fff;
      color: #000;
      font-weight: 500;
}

.notificationWrapper button:hover{
      background: #B1B3B3;
      color: #000;
}

.notificationWrapper .warning{
      background: #9c0011;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      padding: 15px;
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
}
.notificationWrapper .warning p, .notificationWrapper .pendingApproval p{
      color: #fff;
      font-size: 18px!important;
      font-weight: 500!important;
      margin: 0;
}

.notificationWrapper p i{
      margin-right: 10px;
}

.notificationWrapper .pendingApproval{
      background: #2F3490;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      padding: 15px;
      border-radius: 4px;
      display: flex;
       justify-content: space-between;
            align-items: center;
}

/* search filter*/

.searchWrapper{
      width: 200px;
      height: 40px;
      padding: 0;
      padding-right: 5px;
      border: 1px solid #ced4da;
      display: flex;
      align-items: center;
      border-radius: 6px;
}

.searchWrapper input{
      border: none;
}