﻿.btnExpansive{
height: 35px;
background-color: var(--primary1);
border-radius: 5px;
font-size: 20px;
}
.btnExpansive_Icon{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height:100%;
padding: 0 10px;
color: #fff;
}

.btnExpansive .svg-inline--fa{color:#fff !important}