#alme-ui-client-root {
    bottom: 0;
    right: 0;
    position: fixed;
    height: 650px;
    width: 450px;
    display: none;
    z-index: 99999;
}

.alme--launchPointContainer{
	position: fixed;
    right: 0px;
    top: 240px;
}

.alme--launchPointContainer .alme--launchPointContainer--launchPoint{
	background: #FFFFFF;
    cursor: pointer;
    display: block;
    width: 183px;
    height: 64px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #eeeeee;
    transition: width .3s;
}
.alme--launchPointContainer--launchPoint:hover {
    width: 250px;
    background: #003a7c;
}

.alme--launchPointContainer--launchPoint__text {
    color: #003a7c;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-top:10px;
    width: 111px;
    transition: width 0s;
}
 .alme--launchPointContainer--launchPoint:hover .alme--launchPointContainer--launchPoint__text {
    width: 242px;
    color: #FFFFFF;
}

.hide-chat-container{
	display:none !important;
}

.alme--launchPointContainer--launchPoint__icon {
    position:absolute;
    content: " ";
    height: 82px;
    width: 89px;
    bottom: 0;
    right: 0;

}
.alme--launchPointContainer--launchPoint:hover .alme--launchPointContainer--launchPoint__text::before{
    content: "Just tell me what\Ayou're looking for.";
    white-space: pre;
    font-weight: bold;
 }

.alme--launchPointContainer--launchPoint__text::after {
    font-weight: bold;
    content: "Questions? I can help.";
}

.alme--launchPointContainer--launchPoint:hover .alme--launchPointContainer--launchPoint__text::after {
    content: "";
}

@media only screen and (max-width: 600px) {
   #alme-ui-client-root {
      width: 100%;
      height: 100%;
   }
   .stop-scroll {
      overflow: hidden;
      height: 100%;

   }
}

    

@media only screen and (min-width: 601px) and (max-width: 1366px) {
   #alme-ui-client-root {
       height: 590px;
       z-index: 9999;
   }
 
 }

 @media screen and (max-width: 767px) {
    .cope-core-isi-sophia-expand .cope-core-isi-fixed[data-expanding-isi] {
        z-index: 999999;
    }

    #alme-ui-client-root.cope-core-alme-ui-expand {
        top: 0;
        height: 92%;
        bottom: auto;
    }
}

