/*
    Returns test form CSS
*/
.searchButton{
    display:flex;
    width:auto; 
    padding:5px 10px; 
    margin:5px 5px; 
    align-items:center; 
    justify-content:center;
}

.ups-tracking-button{
    width: auto;
    padding: 0.563em 1.125em 0.813em;
    margin:5px 5px;
    border: 1px solid #ac1100;
    align-items:center; 
    justify-content:center;
    background-color: #244083;
    border-color: transparent;
    color: #ffffff;
    transition: all .15s linear;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    position:relative;
}

.view-order-button{
    width: auto;
    padding: 0.563em 1.125em 0.813em;
    margin:5px 5px;
    border: 1px solid #ac1100;
    align-items:center; 
    justify-content:center;
    background-color: #244083;
    border-color: transparent;
    color: #ffffff;
    transition: all .15s linear;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    position:relative;
    font-family: Roboto, sans-serif;
    display: inline-block;
    cursor: pointer;
}

.view-order-button:hover{
    background-color: #ffb900;
    color: black;
}
.bh-returns-hidden{
	display:none;
}

/* Rest of your styles */

.shipping-label-help {
    cursor: pointer;
    color: rgba(42,82,152,1); /* You can adjust the color as needed */
}

.shipping-label-help:hover {
	cursor: pointer;
	color: #ffb900; /* You can adjust the color as needed */
}

.shipping-label-help-modal {
	cursor: default;
    display: none;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	 color:#000000;
    background-color: #fcb900;
	 border-radius: 8px;
	 border: 1px #d39b01 solid;
	 position:relative;
}

.modal-content {
    background-color: white;
    margin: auto;
    padding: 8px;
    border: 1px solid #888;
    width: 80%;
	 z-index: 100;
}

.shipping-label-help-modal .close{
	display:block;
	width:20px;
	position: absolute;
	right:0px;
}

.warning-section{
    flex: auto;
    margin-top: 10px;
}

.warnings{
    display: block;
    color: #ac1100;
    font-weight: 800;
}