.chatbtn-pos{
    margin: -42px 0px 0px auto;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    /*font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    list-style: none outside none;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: normal;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: transparent;
    border-color: transparent;
    width: 39px;
    height: auto;*/
    cursor: pointer;
    display: block;
    z-index: 107158;
    position: fixed;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -27px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.chatbtn-disabled{
    visibility: hidden;
    height: 0px;
    width: 0px;
    z-index: -99999;
}

.chatbtn-pos .alternative {
    position: relative;
    right: 0px;
    top: 0px;
}
.chatbtn-pos .chat-btn {
    background: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    font-size: 0.75em;
    line-height: 0.125em;
    letter-spacing: 0.125em;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
}

.chatbtn-pos .chat-btn:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    background: rgba(115, 115, 115, 1);
}
.chatbtn-pos .chat-bttn-container {
    font-weight: 700;
    /*position: absolute;
    z-index: 99999.999;
    top: -5px;
    right: -10px;*/
}

.chatbtn-pos .white-base {
    padding: 12px 32px 12px 18px;
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(255, 255, 255, 1)!important;
    -webkit-box-shadow: -1px -2px 15px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: -1px -2px 15px 0px rgba(0, 0, 0, .25);
    box-shadow: -1px -2px 15px 0px rgba(0, 0, 0, .25);
}


.chatbtn-pos .svg-container {
    width: 36px;
    height: 36px;
    fill: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: -4px;
    right: -9px;
}

.chatbtn-pos svg {
    -webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.125));
    filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.125));
    animation: pulse .35s ease-in-out .2s both;
    -webkit-animation: pulse .75s ease-in-out .2s both;
}

.chatbtn-pos .Chat_Fill_Right {
    background-color: rgba(255, 255, 255, 0);
}
.chatbtn-pos .icon-chat-alternative {
    display: none;
}

#salesforce-invite-btn{
    width:317px;
    height:297px;
    background-image:url('../images/Admission_bg.png');
    background-size:cover;
    color:#fff;
    text-align: center;
}

span#invite-btn-header {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 45px;
    display: inline-block;
}

span#invite-btn-copy {
    font-size: .88em;
    line-height: 1.45em;
    margin-top: 18px;
    display: inline-block;
}

#chat-now-btn{
    display: inline-block;
    background-color: #fff;
    color: #592e77;
    text-align: center;
    width: 55%;
    border-radius: 4px;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: .88em;
    cursor: pointer;
}
#no-thx-btn {
    font-size: .75em;
    /* color: #c1b4cb; */
    opacity: 0.70;
    cursor: pointer;
}
