.special-button {
    position: fixed;
    left: 0;
    top: 80px;
    background: #044f6f;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    padding: 5px;
    gap: 5px;
    text-align: left;
    box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.2);
    font-weight: 700;
        z-index: 999;
}

@media screen and (max-width:980px){
    .special-button {
        top: 112px;
        font-size: 11px;
    }
}
.special-button img{
    width: 35px;
}


.special-wiew {
  zoom: 150%;
  -webkit-filter: grayscale(100%) contrast(150%); 
}