/* Style the header */
header {
    background-color: #333;
    color: white;
    text-align: center;
    border-bottom: dashed;
    padding: 0;
    margin: auto;
  }
  
  /* Style the success message */
  .success-message {
    background-color: #4CAF50;
    color: white;
  }
  
  /* Style the error message */
  .error-message {
    background-color: red;
    color: white;
  }
  
  .link-button,
  .dead-link-button {
    font-size: 14px;
  }
  
  .card {
    background-color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #30363a;
    border-radius: 0.25rem;
    color: #E1E1E1;
  }
  
  .filename {
    color: black;
    border-color: gainsboro;
    background: transparent;
  }
  
  .filename-heading {
    background: black;
    padding: 20px 0;
    color: #f2f2f2;
  }
  
  svg:not(:root) {
    overflow: hidden;
    position: absolute;
  }
  
  body {
    margin: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: left !important;
    background-color: black !important;
  }
  
  body.custom-body-class {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75em;
    font-size: 16px;
    background-color: black !important;
    color: #aaa;
    display: flex !important;
    justify-content: center !important;
  }
  
  .container {
    max-width: 1150px !important;
    width: 100% !important;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .css-button-sharp--blue {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border: 2px solid #2c0b8e;
    background: #2c0b8e;
  }
  .css-button-sharp--blue:hover {
    background: #fff;
    color: #2c0b8e;
  }
  
  .table-bordered td, .table-bordered th {
    border: 1px solid #3e464f;
  }
  

  /* status checker button css */
  .btn-custom {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 0px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-custom:hover {
    background-color: #0056b3;
}
.btn-custom:disabled {
    background-color: #d6d6d6;
    cursor: not-allowed;
}


/* Display the button */
    .update-button {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }
    
.custom-hr {
    border-top: 1px solid #ffffff; /* Adjust color as needed */
    margin-top: 20px; /* Adjust margin as needed */
    margin-bottom: 20px; /* Adjust margin as needed */
}

  .bg-black {
    background-color: #000000 !important;
  }
  .navbar-toggler {
    order: 1;
  }
  .navbar-brand {
    order: 0;
  }
  
  .border-white {
    border-color: #373A71 !important;
  }
  
    .navbar {
    border-bottom: 2px solid #373A71;
    border-top: 2px solid #11155D;
  }
  
  .custom-hr {
    border-top: 1px solid #ffffff; /* Adjust color as needed */
    margin-top: 20px; /* Adjust margin as needed */
    margin-bottom: 20px; /* Adjust margin as needed */
}

.extra-bold {
    font-weight: 700; /* Adjust the value as necessary, the maximum value is 900 */
}


img.img-fluid {
    width: 100%;
    max-width: 150px;
    padding-bottom: 3px 4px !important;
    /*margin-bottom: 6px !important;*/
}

@media (max-width: 575px) {
    img.img-fluid {
        width: 100%;
        max-width: 100px;
        padding-top: 8px;
    }
}

/*@media (min-width: 576px) {*/
/*    img.img-fluid {*/
/*    width: 100%;*/
/*    max-width: 60px;*/
/*    }*/
/*}*/
