.view-launch {
    background-color: transparent;
    background-size: 6px 6px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    border-right: 1px dashed rgb(110, 110, 110);
    border-left: 1px dashed rgb(110, 110, 110);
    border-bottom: 1px dashed rgb(110, 110, 110) !important;
    transition: background-color .1s;
    overflow: hidden;
    align-items: stretch;
    padding: 0 !important; /* padding moved to the anchor so the anchor fills the whole box */
    height: 100%;
}

.cramped th, .cramped td {
    padding: 8px 8px;
}

.view-launch-link {
    display: block;
    box-sizing: border-box !important;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    padding: 15px;
    flex: 1 1 auto; /* allow the link to grow and fill the parent */
    width: 100%;
}

.view-launch:has(.view-launch-link:hover) {
    background-color: rgba(255, 255, 255, 0.116);
}
tbody tr:last-child .view-launch {
    border-bottom: 1px dashed rgb(110, 110, 110);
}

.launch-img {
    max-width: 80%;
    max-height: 300px;
    margin-bottom: 60px;
    border-radius: .8em;
}
input, button, textarea {
    font-family: Lexend, sans-serif;
}

p input, td input, td textarea {
    margin: 0 3px;
    background-color: rgb(230, 230, 230);
    border-radius: 4px;
    border-width: 1px;
    font-size: 14px;
    padding: 1px 5px;
}
p button {
    margin: 0 3px;
    background-color: rgb(230, 230, 230);
    border-radius: 4px;
    border-width: 1px;
}
option {
    font-family: inherit;
    font-family: inherit;
}
select {
    font-family: inherit;
    font-family: inherit;
    background-color: rgb(230, 230, 230);
    border-radius: 4px;
    border-width: 1px;
    margin: 0 3px;
}
.launch-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.launch-info form {
    padding: 0;
    margin: 0;
}
.launch-edit-p {
    padding: 0;
    margin: 0;
}
.unsorted-flights-container {
    font-family: inherit;

    padding: 14px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Ensure .nav-hover-glow is positioned relative to .nav-link */
    border: 1px dashed rgb(110, 110, 110);
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.021);
    backdrop-filter: blur(8px);
    transition: background-color .1s;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    background-size: 6px 6px; /* Adjust the size of the stripes */
}
.unsorted-flights-container:hover {
    background-color: rgba(255, 255, 255, 0.116);
}
.unsorted-flights-link {
    color: white;
    font-family: inherit;
    font-family: inherit;
    text-decoration: none;
}
td input[type="file"]::file-selector-button, td input[type="file"] {
    visibility: hidden;
    position: absolute;
}

.edit-launch-input {
    background-color: rgb(230, 230, 230);
    border-color: rgb(210, 250, 224);
    color: black;
    border-radius: 4px;
    font-family: 'Red Hat Text', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0;
    font-size: 12px;
    padding: 2px 4px;
    border-top-color: #666975;
    border-left-color: #666975;
    border-right-color: #8F8F9D;
    border-bottom-color: #8F8F9D;
    border-style: solid;
    border-width: 1.4px !important;
}
.edit-launch-hover {
    position: relative;
    cursor: pointer;
}
.edit-launch-hover::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
}
.edit-launch-hover:hover::after {
    opacity: 1;
}
.Has-csv-data {
    background-color: rgb(200, 200, 200);
}
.Needs-csv-data {
    background-color: rgb(230, 230, 230);
}
