#gcaMain {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#gcaMainButton {
    background-image: url("https://getchat.app/assets/img/whatsapp.svg");
    background-color: #25d366;
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483647;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.gcaLeft {
    left: 20px !important;
}
#gcaMainCard {
    z-index: 2147483647;
    background-color: #e5ddd5;
    width: 300px;
    bottom: 100px;
    right: 20px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
    position: fixed;
    border-radius: 8px;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;

}
.gcaHide {
    visibility: hidden;
    filter: alpha(opacity=50);
    opacity: 5;
}
#gcaMainCard.gcaDisplay {
    visibility: visible;
    filter: alpha(opacity=50);
    opacity: 5;
}
#gcaMainCardInner {
    height: auto;
}
#gcaMainCardInnerTop {
    background-color: #1ebea5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

}
#gcaMainCardInnerTopContent {
    padding: 7px;
    color: #FFF;
    margin-left: 5px;
    font-size: 14px;
}
#gcaMainHoverInnerCloseButton {
    color: #ccc;
    font: 12px/100% arial, sans-serif;
    position: absolute;
    right: 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 3px;
    z-index: 2147483647;
    cursor: pointer;
}
#gcaMainHoverInnerCloseButton:after {
    content: 'X';
}
#gcaMainCardInnerTopContentCloseButton {
    color: #757575;
    font: 15px/100% arial, sans-serif;
    position: absolute;
    right: 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
}
#gcaMainCardInnerTopContentCloseButton:after {
    content: 'X';
    /* UTF-8 symbol */
}
#gcaMainCardInner {
    height: 100%;
}
#gcaMainCardInnerBody {

}
#gcaMainCardInnerChatBox {
    top: 110px;
    height: 74px;
    width: 100%;
    z-index: 2147483647;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#gcaMainCardInnerChatBoxTextArea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 230px;
    margin: 10px;
    padding: 5px;
    height: 40px;
    box-sizing: border-box;
    min-height: 40px;
    font-size: initial;
    line-height: initial;
    display: initial;
    overflow: hidden;
}
#gcaMainCardInnerChatBoxTextArea:focus {
    outline: none;
}
#gcaMainCardInnerChatBoxSend {
    position: absolute;
    right: 14px;
    bottom: 27px;
    width: 30px;
    height: 30px;
    background-image: url(https://getchat.app/assets/img/send.png);
    background-size: cover;
}
#gcaMainCardInnerBody {

}
#gcaMainCardInnerBodyMessage {
    background-color: #FFF;
    top: 10px;
    margin: 15px;
    padding: 9px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity: 0;
}
.gcaDisplay #gcaMainCardInnerBodyMessage {
    visibility: visible;
    filter: alpha(opacity=50);
    opacity: 5;
}
#gcaMainCardPoweredBy {
    position: absolute;
    bottom: 3px;
    left: 11px;
    font-size: 11px;
}
#gcaMainCardPoweredBy a,
#gcaMainCardPoweredBy a:link,
#gcaMainCardPoweredBy a:visited,
#gcaMainCardPoweredBy a:active {
    color: #337ab7;
}
#gcaMainHover {
    background-color: #FFF;
    bottom: 100px;
    right: 20px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
    position: fixed;
    border-radius: 8px;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    max-width: 300px;
    opacity: 0;
}
#gcaMainHover.gcaDisplay {
    visibility: visible;
    filter: alpha(opacity=50);
    opacity: 5;
    z-index: 2147483647;
}
#gcaMainHoverInner {
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
}

/* New CSS for the new shared buttons - steve */

/* Our custom Styling for the Facebook button */
/* Temp whatsapp icon styling, to change main file */

#gcaMainButton.gcaMainButton.gcaLeft.gca_micro {
    z-index: 2147483500 !important;
}
#gcaMainButton {
    z-index: 2147483500 !important;
}

/* Temp whatsapp icon styling, to change main file */

#facebookMainBtn {
    background-image: url(img/facebook.png);
    background-color: #007fff;
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483500;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
#emailMainButton {
    background-image: url(img/email.png);
    background-color: #f2be3e;
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483500;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
#sharedMainButton {
    background-image: url(https://getchat.app/assets/img/shareIcon.png);
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483647;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
#gcaFbIframe {
    z-index: 2147483647 !important;
    background-color: #e5ddd5 !important;
    height: 297px !important;
    width: 300px !important;
    bottom: 100px !important;
    right: 20px !important;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25) !important;
    position: fixed !important;
    border: none !important;
    border-radius: 8px !important;
}
.gcaFbIframeCloseButton {
    color: #000;
    font: 15px/100% arial, sans-serif;
    position: fixed;
    bottom: 370px;
    right: 33px;
    z-index: 2147483647;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
.gcaFbIframeCloseButton::after {
    content: 'X';
    position: sticky;
}
.gcaFbIframeCloseButton.gcaLeft {
    right: unset;
    left: 300px !important;
}
#sharedMainButton:hover {
    box-shadow: 2px 2px 6px rgb(140 140 140 / 40%);
    transition: box-shadow 0.3s ease;
}
#sharedMainButton:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}
#facebookMainBtn:hover {
    box-shadow: 2px 2px 6px rgb(84 83 83 / 70%);
}
#emailMainButton:hover {
    box-shadow: 2px 2px 6px rgb(84 83 83 / 70%);
}
#instagramMainButton:hover {
    box-shadow: 2px 2px 6px rgb(84 83 83 / 70%);
}
#telegramMainButton:hover {
    box-shadow: 2px 2px 6px rgb(84 83 83 / 70%);
}

#gcaMainButton:hover {
    box-shadow: 2px 2px 6px rgb(84 83 83 / 70%);
}
.gca_hidden {
    display: none;
}
.gca_micro_hidden {
    bottom: -500px !important;
    opacity: 0;
}
.gca_micro {
    width: 45px !important;
    height: 45px !important;
    opacity: 1;
    transition: bottom 0.7s ease, opacity 1.3s ease;
}
.gcaMain .gca_micro {
    margin-right: 10px;
}
.gcaMain.gca_anchor_left .gca_micro {
    margin-left: 10px;
    margin-right: unset;
}
.gca_hover_shared {
    bottom: 27px !important;
    right: 105px !important;
}
.gca_hover_shared.gcaLeft {
    right: unset !important;
    left: 105px !important;
}
#gcaFbIframe.gcaLeft {
    left: 25px !important;
}
.gca-platform-select {
    text-align: left;
}
.col-content-unactive {
    display: none;
}

/* HIDE RADIO */

.gca-platform-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */

.gca-platform-checkbox+img {
    cursor: pointer;
}

/* CHECKED STYLES */

.gca-platform-checkbox:checked+img {
    filter: grayscale(0);
}
.platform-icon {
    margin: 10px;
    margin-right: 14px;
    filter: grayscale(1);
    width: 45px;
    height: 45px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2147483500;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.not-active {
    display: none;
}
#gcaFbIframeExample {
    height: 300px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
    border: none;
}
#gcaFbIframeDemo {
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
}
.gcaHidden {
    display: none;
}
.row.pf-icon-section {
    position: relative;
}
.pf-icon-w {
    text-align: left;
    width: 30%;
    position: absolute;
    left: -50px;
    top: 7px;
}
.pf-icon-section {
    margin: 50px;
}
.pf-icon-holder {
    width: 100%;
    margin-left: -14%;
}
.demoChatIcon {
    background-image: url(https://getchat.app/assets/img/whatsapp.svg);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 63%;
    margin-right: auto;
}
.demoChatIconFB {
    background-image: url(img/facebook.png);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 63%;
    margin-right: auto;
}
.demoEmailIcon {
    background-image: url(img/email.png);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    left: 346px;
    top: 120px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
#sharedMainButtonDemo {
    background-image: url(https://getchat.app/assets/img/shareIcon.png);
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    left: 346px;
    top: 303px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25)
}
#sharedDemoContainer {
    height: 332px;
    margin-bottom: 35px;
}
.gcaDemoShared {
    position: absolute;
    right: 160px;
    z-index: 998;
}
.gcaDemoShared>div:last-child {
    display: none;
}
.whatsappDemoMicro {
    background-image: url(https://getchat.app/assets/img/whatsapp.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    /* left: 357px; */
    /* top: 185px; */
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.facebookDemoMicro {
    background-image: url(img/facebook.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    /* left: 357px; */
    /* top: 92px; */
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.emailDemoMicro {
    background-image: url(img/email.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    /* left: 357px; */
    /* top: 3px; */
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.emailFbStyle {
    top: 95px;
}
.emailWhatsappStyle {
    top: 101px;
}
.fbWhatsappStyle {
    top: 188px;
}

@media only screen and (max-width: 600px) {
    .pf-icon-w {
        position: unset;
        text-align: unset;
        width: unset;
        margin-bottom: 20px;
    }
    .pf-icon-holder {
        width: unset;
        text-align: unset;
        margin-left: unset;
    }
    .pf-icon-section {
        margin-bottom: 5px;
    }
    .gcaDemoShared {
        right: 55px;
    }
    #sharedMainButtonDemo {
        left: 270px;
    }
    .whatsappDemoMicro {
        left: 279px;
    }
    .emailDemoMicro {
        left: 279px;
    }
    .facebookDemoMicro {
        left: 279px;
    }
    .xs-text-center {
        padding-bottom: 6px;
    }
    .demoEmailIcon {
        left: 273px;
    }
}

/* Instagram Icon */

#instagramMainButton {
    background-image: url(img/instagram.png);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483500;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.demoInstagramIcon {
    background-image: url(img/instagram.png);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    left: 346px;
    top: 120px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.instagramDemoMicro {
    background-image: url(img/instagram.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.instagramDemoIcon {
    background-image: url(img/instagram.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}

/* telegram Icon */

#telegramMainButton {
    background-image: url(img/telegram.png);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483500;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.demoTelegramIcon {
    background-image: url(img/telegram.png);
    width: 65px;
    height: 65px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    left: 346px;
    top: 120px;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.telegramDemoIcon {
    background-image: url(img/telegram.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.telegramDemoIcon {
    background-image: url(img/telegram.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-shadow: 1px 2px 8px rgba(70, 70, 70, .25);
}
.emailDemoMicro,
.facebookDemoMicro,
.whatsappDemoMicro {
    top: 0 !important;
    left: 0 !important;
}
#demoIconContainer {
    display: flex;
    flex-direction: column-reverse;
    width: fit-content;
    position: absolute;
    right: 175px;
    bottom: 30px;
}
#demoIconContainer>div {
    margin-bottom: 10px;

}
#sharedDemoContainer {
    position: absolute;
    right: 0px;
}

/* CUSTOM STYLES */

#gcaMainCardPoweredBy {
    display: none;
}
#gcaMainCardInnerChatBoxTextArea {
    height: 80px;
    font-size: 14px;
}
#gcaMainCardInnerChatBox {
    height: 100px;
}
#gcaMainCardInnerChatBoxSend  {
    bottom: 35px !important;
}
#gcaMainCardInnerTopContent {
    line-height: 30px;
}
#gcaMainCardInnerTopContentCloseButton {
    top: 15px;
}
#gcaMainCardInnerTopContent:before {
    display: block;
    content: '';
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    float: left;
    border-radius: 50%;
    background-image: url(../img/general/alberto_fucci.jpg);
    background-size: contain;
    margin-right: 5px;
}