html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #e8f0f3 !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


@media print {
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
/* custom override for Bootstrap .btn */
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*Background-color: transparent;*/
    border: 1px solid transparent;
    padding: .375rem .35rem;
    font-size: 1rem;
    border-radius: .95em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#copyPassengerInfo.btn.btn-link {
    opacity: 1 !important;
    color: #007bff;
}
    /* or your desired color */


.my-collapse-button, .my-collapse-button:link, .my-collapse-button:visited

{
    color: #007bff !important; /* Or any color you prefer */
    opacity: 1 !important;
    
}
.tight-row {
    margin-bottom: 0.25rem !important; /* reduces vertical spacing */
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.cancel-button {
    position: absolute;
    top: 145px; /* Adjust this value to match your navbar's height */
    right: 10px; /* Or whichever value you prefer */
    background: transparent;
    border: none;
    font-size: 24px;
    color: #000; /* Adjust color as needed */
    cursor: pointer;
}
/* Highlight the confirmation code dropdown on Create Invoice */
.highlighted-dropdown {
    background-color: #e8f1ff;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

    .highlighted-dropdown .form-control {
        border: 1px solid #4682B4;
    }