h1 {
    color: grey;
}

.container {
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: center;
}

.inner-container {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

.input-form {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

.input-container {
    display: flex; 
}

.input-bar {
    padding: 10px;
    border-radius: 3px;
    max-width: 75%;
    font-size: large;
}

.action-button {
    /* background: #2f0353; */
    background-clip: padding-box;
    /* background-color: #655C96; */
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.25px;
    margin: 0 0 0 10px;
    outline: none;
    padding: 15px 5px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    width: 240px; 
    -webkit-transition: all .4s ease-in-out;
}

.edit-search-button {
    -webkit-transition: all .4s ease-in-out;
}

.feedback-button {
    -webkit-transition: all .4s ease-in-out;
}

.small-button {
    /* background: #2f0353; */
    background-clip: padding-box;
    /* background-color: #655C96; */
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.25px;
    margin: 0 0 0 10px;
    outline: none;
    padding: 3px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;

}

.popup-waiting-content {
    color: #888;
}

.waiting-button {
    padding: 10px;
    border-radius: 5px;
    font-size: large;
    color: #2f0353;
    background: #bdbbbb;
    cursor: none;
}


.popup-box-outer {
    position: fixed;
	z-index: 51;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,.4);
	display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
}

.popup-box-content {
    background-color: #fefefe;
	margin: 0 5rem 5rem 5rem;
	padding: 2.5rem 2rem;
	border: 1px solid #888;
	width: 80%;
	z-index: 52;
	border-radius: 18px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.close-button {
    margin-left: auto;
    background-color: red;
    border-radius: 100px;
    padding: 5px;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover {
    background-color: rgb(197, 60, 60, 1);
}

.sec-con {
    display: flex;
    flex-direction: row;
    margin: 2px 2px 2px 2px;
    font-size: larger;
    color: #000000;
}

.sum-container {
    margin: 5px;
    padding: 5px;
    background-color: #d4d8d8;
    border-radius: 10px;
}

.sum-line {
    margin: 5px;
    font-size: larger;
    color: #0c0c00;
}

.sub-con {
    display: flex;
    flex-direction: row;
    margin: 2px 2px 2px 7px;
    font-size: large;
    color: #020f00;
}

.ter-con {
    display: flex;
    flex-direction: row;
    margin: 2px 2px 2px 12px;
    font-size: small;
    color: #09011b;
}

.num-span {
    margin-right: 5px;
}

.code-inner {
    background: #bdbbbb;
    color: #2f0353;
    padding: 6px;
    border-radius: 4px;
}

.code-container {
    /* display: flex; */
    /* flex-direction: row; */
    padding: 4px;
    /* font-size: large; */
    /* justify-content: center; */
}

.display-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontally center */
    justify-content: center; /* Vertically center (if you want full vertical centering) */
    text-align: center; /* Optional: center text content inside inner divs */
}

.long-container {
    margin: 5px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.long-button {
    background: #2f0353;
    color: #bdbbbb;
    padding: 10px;
    border-radius: 10px;
    margin-left: auto;
}

.inner-waiting-bar {
    background: #2f0353;
    padding: 25px;
}

.outer-waiting-bar {
    border: #000000;

}

.stage-collection-span {
    font: 10px Arial, sans-serif
}

.filter-display-lines{
    display: flex;
    flex-direction: column;
}

