#dolphin-iframe {
    border: none;
    background: transparent;
    z-index: 999999;
    transform: translateZ(0px);
    position: fixed;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: opacity, top, bottom;
    opacity: 1;
    height: 60px;
    width: 60px;
    max-height: 565px;
    min-height: 60px;
    margin-left: 8px;
    margin-right: 8px;
    right: 20px;
    bottom: 20px;
    border-radius: 8px;
}

.hide-iframe {
    height: 0px !important;
    width: 0px !important;
    max-height: 0px !important;
    min-height: 0px !important;
}

@media (max-width: 700px) {
    .dolphin-view-chat {
        width: 100% !important;
        max-height: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
        right: 0px !important;
    }
}

@media (max-width: 425px) {
    .dolphin-view-campaign {
        width: 80% !important;
    }
}