body {
    background-color: #2b3341;
    color: #fff;
    max-width: 1200px;
    margin: auto;
}
h2 {
    text-transform: lowercase;
    color: #1287d1;
    margin-left: 15px;
}
select, input {
    background-color: #b0c0db;
    border-radius: 25px;
    border: 1px solid #1287d1;
    padding-left: 10px;
    background: linear-gradient(0deg, #b0c0db 60%, #646f81);
}
option {
    border-radius: 25px;
}

.main-logo {
    width: 200px;
    margin: 25px;
}
.form-params {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 3rem; 
    font-size: 12px;
}
.form-params label {
    width: 150px;
}
.form-params select {
    width: 100%;
    max-width: 400px;
    height: 30px;
}
.form-params input {
    width: 100%;
    height: 30px;
    max-width: 400px;
}
p.small {
    font-size: 0.75rem;
}
.text-faded {
    color: #9fafb7!important;
}
.decline-btn, .accept-btn,
.plane-upload-container a,
a + [type="button"],
.plane-upload-container button + div,
.dwnld-btns, .preflight {
    display: none !important;
}
.files-container {
    border: none;
    margin: 0;
}
.cart-container, form {
    width: 50%;
}
.main-form {
    border-right: 1px solid #3d4759;
}

.load-window {
    position: absolute;
    background-color: #2b3341;
    opacity: 90%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.results {
    display: block;
}
.download-section {
    margin: 25px;
    border: dashed 2px #00c455;
    border-radius: 25px;
    padding: 25px;
}

.download-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    background:linear-gradient(180deg, #00c455, #02401d);
    border-radius: 25px;
    margin: 15px 0;;
}
.download-file:hover {
    background:linear-gradient(180deg, #43ff93, #037434);
    cursor: pointer
}

.download-file .file-actions {
	min-width: 45px;
	display: flex;
	justify-content: center;
    
}

.download-file .file-actions button {
	height: 50px;
	text-align: center;
	padding: 36px 0 0;
	font-size: 0.8em !important;
	color: #607D8B;
	width: 40px;
	min-width: 40px;
	margin-left: 5px;
}
.padding-25 {
    padding: 25px;
}
.fa-solid {
    font-size: 20px;
    color:#b1c0da;
    margin-right: 10px;
    text-shadow: 1px 1px 2px #2c3340    
}

footer.copyright {
    position: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 50px 0 25px 0;

}
.copyright a {
    color: #1287d1;
}
@media screen and (max-width: 800px) {
    .flex {
        flex-wrap: wrap;
    }
    .cart-container, form {
        width: 100%
    }

    form {
        margin-bottom: 40px;
    }
}
