.vision-trigger {position: fixed;right: 20px;bottom: 20px; background: url("sd-bf-icon.svg") #fff no-repeat!important;  border-radius: 100%; width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;padding: 5px;z-index: 1000000;transition: transform .5s ease-in-out;cursor: pointer; border: none;}
.vision-trigger:hover {opacity: 0.8;}

#sd_barriere_setting {background: #000000; color: #fff; width: 300px; padding: 20px; height: 500px; position: fixed; top: 0px; right: 0; z-index: 100000;}
#sd_barriere_setting.hide {display: none;}
.sd_header {display: flex;justify-content: space-between; margin-bottom: 20px;}
#sd_close {cursor: pointer;}

.sd_body {display: grid; grid-template-columns: repeat(3,1fr); column-gap: 10px;}
.sd_card {width: 100px;border: 1px solid #ffffff;padding: 5px; cursor: pointer;}
.sd_card .sd_icon {width: 50px;margin: auto;}
.sd_card .sd_label {text-align: center;}