.box1
{
    border-radius: var(--border-radius1);
    background-image: linear-gradient(to bottom, white 0%, white 50%);
    color: rgb(20, 20, 20);
    border:0.5px #7cb7d4 solid;
}
/* html,
body
{
    background-image: linear-gradient(to bottom,  white 0%, white 50%);

} */
.btn1,
.btn1:hover,
.btn1:focus,
.btn,
.btn:hover,
.btn:focus
.btnNoDisable,
.btnNoDisable :hover,
.btnNoDisable:focus
{
    background: #0675ab;
    color: white;
    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: #0675ab;
	color: white;
}

.tab:hover label {
	color: white;
    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: #0675ab;
	color: white;
}

.tab-content {
	display: none;
    border: none;
    border-top: none;
    background: white;
}

.sendItemS,
.sendItemL
{
    background-color: #0675ab;
    color: white;
    border: 1px #0675ab solid;
}
.btnSend
{
    background: transparent;
}

.card
{
    border: 2px #0675ab solid;
}
.customer-dropdown-toggler {
    
    background-color: #0675ab !important;
    color: white !important;
    border: 1px #0675ab solid;
}


.btn-gray {
    background-color: gray;
}