﻿.floating {
    bottom: 105px;
    position: fixed;
    right: 36px;
    z-index: 11;
}

.dnnEditState .floating,
.dnnEditState .floating__list,
.dnnEditState .floating__list_button {
    position: inherit;
}

.dnnEditState .floating__list {
    opacity: 1;
    text-align: left;
    visibility: visible;
}

.floating__content {
    position: relative;
}

.floating__list {
    /* bottom: -120px; */
    bottom: 60px;
    left: 10px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: right;
    transition: all 400ms ease;
    visibility: hidden;
}

.floating__list.active {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}

.floating__list_button {
    background: #006633;
    border-radius: 5px;
    box-shadow: 3px 3px 6px #00000040;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto 15px auto;
    padding: 8px 12px 8px 12px;
    position: relative;
    right: 100%;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.floating__list_button:focus,
.floating__list_button:active,
.floating__list_button:visited {
    color: #fff;
}

.floating__list_button:hover {
    background: #C0E0D0;
    color: #002914;
    text-decoration: none;
}

.floating__icon {
    align-items: center;
    background: #006633;
    border-radius: 50%;
    display: flex;
    height: 35px;
    justify-content: center;
    position: absolute;
    right: -40px;
    top: 50%;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
    width: 35px;
}

.floating__list_button:hover .floating__icon {
    background: #C0E0D0;
}

.floating__icon_src{
    transition: all 0.3s ease 0s;
}

.floating__list_button:hover .floating__icon .floating__icon_src{
    filter: brightness(0) saturate(100%) invert(11%) sepia(52%) saturate(1597%) hue-rotate(120deg) brightness(94%) contrast(103%);
}

/* .floating__list_button:before {
    background-color: #006633;
    border-radius: 50%;
    content: "";
    height: 35px;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 35px;
}

.floating__list_button:hover:before {
    background-color: #C0E0D0;
    background-blend-mode: difference;
} */

/* .floating__list_ws:before {
    background-image: url('/Portals/0/skins/sede/images/iconos/icon-ws-sticky.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.floating__list_chat:before {
    background-image: url('/Portals/0/skins/sede/images/iconos/icon-chat-line.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
} */


.floating__link {
    background: #C0E0D0;
    border-radius: 50%;
    box-shadow: 3px 3px 6px #00000040;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 55px;
    position: relative;
    width: 55px;
}

.floating__link:before {
    background: url('/Portals/cens/Images/iconos/icon-chat-sticky.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 27px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
}

.floating__link.active:before {
    background: url('/Portals/cens/Images/iconos/close-chat.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25px;
    width: 25px;
}