.box1
{
    border-radius: var(--border-radius1);
    background-image: linear-gradient(to bottom, rgb(0,95,171) 0%, rgb(0,95,171) 50%);
    color: rgb(255,255,255);
    border:0.5px Red solid;
}
/* html,
body
{
    background-image: linear-gradient(to bottom,  rgb(0,95,171) 0%, rgb(0,95,171) 50%);

} */
.btn1,
.btn1:hover,
.btn1:focus,
.btn,
.btn:hover,
.btn:focus
.btnNoDisable,
.btnNoDisable :hover,
.btnNoDisable:focus
{
    background: rgb(255,238,0);
    color: blue;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    /* text-shadow: 2px 2px var(--color-input-text-shadow); */

}
.tabs {
    border: none;
}
.tab > label 
{
    border: none;
	background: rgb(255,238,0);
	color: blue;
}

.tab:hover label {
	color: blue;
    background: var(--color-btn-focus);
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
	background: rgb(255,238,0);
	color: blue;
}

.tab-content {
	display: none;
    border: none;
    border-top: none;
    background: rgb(0,95,171);
}

.sendItemS,
.sendItemL
{
    background-color: rgb(255,238,0);
    color: rgb(0,95,171);
    border: 1px rgb(255,238,0) solid;
}
.btnSend
{
    background: transparent;
}

.card
{
    border: 2px rgb(255,238,0) solid;
}
.customer-dropdown-toggler {
    
    background-color: rgb(255,238,0) !important;
    color: rgb(0,95,171) !important;
    border: 1px rgb(255,238,0) solid;
}


.btn-gray {
    background-color: gray;
}