.swedCssProviderList {
margin-top: 16px;
list-style: none;
display: none;
padding: 0;
}
.swedCssProviderList.sw-show {
display: block;
}
.swedCssProviderList li {
display: inline-block;
cursor: pointer;
margin: 0 0 10px 10px !important;
padding: 10px;
border: solid 1px transparent;
}
@media (max-width: 991px) {
.sw-provider {
width: 40%;
}
}
.swedCssProviderList li:hover {
cursor: pointer;
}
.swedCssProviderList li img{
height: 24px;
margin: 0 !important;
}
.swedCssProviderList li img:hover {
cursor: pointer;
}
.swedCssProviderList .sw-border {
border: solid 1px #888888;
border-radius: 4px;
}
.sw-provider {
padding: 0;
}
.sw-provider label {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
}
.sw-provider:hover  {
border: solid 1px #cccccc;
border-radius: 4px;
}
.sw-margin {
margin-bottom: 16px;
}
.sw-input {
display: none;
}