@charset "UTF-8";

/**
Copyright 2019
**/

.bg-vw {
    background-color: #2AC398;
}

.admincontact ~ button {
    top: 4px;
    left: 125px;
    position: absolute;
}

.wrap-float-widget {
    /*bottom: 35%;
    right: 10%;*/
    top: 90%;
    left: 95%;
    z-index: 1100;
    display: inline-block;
    position: fixed;
}

.wrap-float-widget .btn-float-content {
    display: block;
    width: 50px;
    filter: drop-shadow(3px 3px 3px #a8a8a8); 
}