@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;400&family=Roboto:wght@100;300;400;600&display=swap');

::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}



.login{
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 90px;
}

/*LOGIN*/
  .signup-form{
    margin: auto;
    background: #f6f6f6;
    width: 400px;
    height: 320px;
    padding: 20px 20px 20px 20px;
    border-radius: 4px;
    border-color: #ccd9df;
    border-style: solid;
    border-width: 2px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;

  }
  .signup-form .heading{
    color: #1f5932;
    padding-bottom: 10px;
    font-size: 2.125rem;
    font-weight: 700;
    font-family: 'Roboto' Helvetica, Arial, sans-serif;
  }

  .signup-form .labelText{
    display: block;
    font-size: 60%;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #1f5932;
    font-weight: bold;
  }

  .signup-form input{
    width: 100%;
    padding: 12px;
    line-height: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    border-width: 4px;
    border-style: solid;
    border-radius: 5px;
    background-color: lightgray;
  }
  .signup-form button{
    background-color: #1f5932;
    border-color: #1f5932;
    padding: 20px 44px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-width: 1px;
    border: none;
    /*margin: 3px;*/
    cursor: pointer;
  }

  .signup-form p.error{
    color: red;
    font-weight: bold;
    padding-top: 2px;
    text-decoration: blink;
  }

  p.error{
    color: red;
    font-weight: bold;
    padding-top: 2px;
    text-decoration: blink;
  }
/*END LOGIN*/

/*SIDEBAR*/
a.sidebar-link {
  padding: .625rem;
  color: #FFF;
  display: block;
  font-size: 1.1rem;
  white-space: nowrap;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.sidebar-nav{
  padding: 0rem;
}

.sidebar-link i{
  font-size: 1.15rem;
  margin-right: .75rem;
}

a.sidebar-link:hover{
  background-color: rgba(255,255,255, .075);
  border-left: 3px solid #3b7ddd;
}
#sidebar ul{
  padding-left: 0rem;
}
.sidebar-dropdown li{
  padding-left: 2.3rem;
}

.sidebar-link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.5rem;
}

.sidebar-link[data-bs-toggle="collapse"]::after{
  content: "";
  border: solid;
  border-color: white;
  border-width: 0 .015rem .015rem 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%) rotate(-135deg);
  transition: all .2s ease-out;
}
 .sidebar-link.has-dropdown[data-bs-toggle="collapse"].collapsed::after{
  transform: translateY(-50%) rotate(45deg);
  transition: all .2s ease-out;
}

.wrapper {
  display: flex;
}

.main{
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #fafbfe;
}

/*#sidebar{
  width: 70px;
  min-width: 70px;
  z-index: 1000;
  transition: all .25s ease-in-out;
  display: flex;
  flex-direction: column;
  background-color: #0e223e;
}

#sidebar.expand {
  width: 260px;
  min-width: 260px;
}*/

#toggle-btn{
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 1rem 1.5rem;
}

#toggle-btn i{
  font-size: 1.5rem;
  color: #fff;
}

.sidebar-logo {
  margin: auto 0;
}

.sidebar-logo a{
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}

/*#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
  display: none;
} */

.acMxHeader{
  font-weight: bold;
}
.acMxHeaderU{
  font-weight: bolder;
  text-decoration: underline;
  font-size: 12.8pt;
}

.acSubHeading{
  font-size: 14pt;
  font-weight: bold;
}
.acSubSubHeading{
  font-size: 13pt;
  text-decoration: underline;
}

.acHeading{
  font-size: 18pt;
  font-weight: bold;
}
.info{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.maint-Overdue{
  color: red;
  font-weight: 600;
  text-decoration: blink;
}
 .no-bullet{
  list-style-type: none;
}

.entry{
  font-weight: bold;
}

.smDateTime{
  font-size: 8pt;
}
.metarRaw{
  font-family: monospace;
}

.form-check-input:checked {
        background-color: #007bff; /* Brighter blue */
        border-color: #007bff;
}
.form-check-input {
        border-color: #52595e !important;  /* Darker border for unchecked state */
}

.custom-striped-container .row:nth-of-type(even) {
      background-color: /*#f8f9fa*/#a2a4a6; /* Light gray background for odd rows */
      border-bottom: dashed 1px;
    }

.custom-striped-container .row:nth-of-type(odd) {
      background-color: #ffffff; /* White background for even rows */
      border-bottom: dashed 1px;
    }

/*WX COLORS*/
.VFR-badge-color {
  background-color: #07c502; /* Your custom background color */
  color: #ffffff; /* Your custom text color */
}

.MVFR-badge-color {
  background-color: #236ed8; /* Your custom background color */
  color: #ffffff; /* Your custom text color */
}

.IFR-badge-color {
  background-color: #ff2700; /* Your custom background color */
  color: #ffffff; /* Your custom text color */
}

.LIFR-badge-color {
  background-color: #ff40ff; /* Your custom background color */
  color: #ffffff; /* Your custom text color */
}