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

} */
.btn1,
.btn1:hover,
.btn1:focus,
.btn,
.btn:hover,
.btn:focus
.btnNoDisable,
.btnNoDisable :hover,
.btnNoDisable:focus
{
    background: rgb(255,220,0);
    color: black;
    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,185,0);
	color: black;
}

.tab:hover label {
	color: black;
    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,220,0);
	color: black;
}

.tab-content {
	display: none;
    border: none;
    border-top: none;
    background: rgb(71,71,72);
}

.sendItemS,
.sendItemL
{
    background-color: rgb(255,220,0);
    color: rgb(71,71,72);
    border: 1px rgb(255,220,0) solid;
}
.btnSend
{
    background: transparent;
}

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


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