iframe#chatbox-iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    /* visibility: hidden; */
    display: none;
}

.TrackToggle {
    position: absolute;
    top: 0px;
    left: 0px;
    /* visibility: hidden; */
    display: none;
}

.EmbedDiv {
    /* position: absolute;  */
    display: block;
    position: fixed;
    bottom: 15px;
    right: 120px;
    z-index: 101;
    /* visibility: hidden; */
    display: none;

    -moz-border-radius: 25px; /* for Firefox */
    -webkit-border-radius: 25px; /* for Webkit-Browsers */
    border-radius: 25px; /* regular */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

/* Fanny 6/2/2020 */
.EmbedDivClose {
    /* position: absolute;  */
    position: fixed;
    bottom: 680px !important;
    right: 100px !important;
    /* visibility: hidden; */
    display: none;

    -moz-border-radius: 25px; /* for Firefox */
    -webkit-border-radius: 25px; /* for Webkit-Browsers */
    border-radius: 25px; /* regular */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    z-index: 102;
}

.ObjTag {
    width: 500px;
    height: 700px;
    border-radius: 25px;
    /* NEW */
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.EmbedTag {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

/*TODO: remove this so that you can place the icon in a div*/
.ButtonDiv {
    position: absolute;
}
.ButtonDivBottom {
    /* Fanny 6/2/2020*/
    position: fixed;
    bottom: 0px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Fanny 6/2/2020 */
img#itdchatbot-icon {
    width: 60px;
    height: 82px;
    /* color: silver; */
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
    z-index: 1;
}
img#itdchatbot-icon:hover,
img#itdchatbot-icon:focus {
    opacity: 0.85;
}
img#chatbot-cancel-icon {
    width: 30px;
    /* height: 20px; */
    /* color: silver; */
    border-radius: 50%;
    background: white;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
    opacity: 1;
}
img#chatbot-cancel-icon:hover,
img#chatbot-cancel-icon:focus {
    opacity: 0.75;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .ButtonDivBottom {
        /* Fanny 6/2/2020*/
        position: fixed;
        bottom: 0px;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ObjTag {
        width: 100%;
        height: 90%;
    }
    .EmbedDiv {
        /* position: absolute;  */
        display: block;
        position: fixed;
        height: 90%;
        width: 80%;
        bottom: 10px;
        right: 80px;
        z-index: 101;
        /* visibility: hidden; */
        display: none;

        -moz-border-radius: 25px; /* for Firefox */
        -webkit-border-radius: 25px; /* for Webkit-Browsers */
        border-radius: 25px; /* regular */
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    }
    /* img#chatbot-cancel-icon {
        display: none;
    } */
    .EmbedDivClose {
        /* position: absolute;  */
        position: fixed;
        top: 10% !important;
        right: 60px !important;
        /* visibility: hidden; */
        display: none;
    
        -moz-border-radius: 25px; /* for Firefox */
        -webkit-border-radius: 25px; /* for Webkit-Browsers */
        border-radius: 25px; /* regular */
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        z-index: 102;
    }
}
