#webchat {
    height: 600px;
    margin-top: -100px;
    background-color: #FAFAFA;
    z-index: 9999;
    position: relative;
    border-radius: 40px;
    text-align: center;
}
.cognigy-webchat-1d55cmp{
    display:none;
}
#loader {
    border: 18px solid #f3f3f3;
    border-top: 18px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    position:absolute;
    top:45%;
    left:45%;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cognigy-webchat-19bn6oc{
    background-image:url('images/robot-chat.png') !important;
}
.cognigy-webchat-1x6n7jn {
    opacity: 0;
    height: 550px !important;
}
.is-loaded {
    opacity: 1;
    transition: all ease 0.25s;
}

.cognigy-webchat-1e4x85j{    
    background-image: linear-gradient(185deg, rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    color:#000000 !important;
}
.cognigy-webchat-1xkwv1i{
    background-color:#5273B3 !important;
    color:#ffffff !important;
}
.cognigy-webchat-6g26ku{
    text-align:left;
}
.cognigy-webchat-1erbulm{
    text-align:left;
}
.cognigy-webchat-hpgf8j{
    margin-left:10px;
}

#subText1 > div > h1 {

    font-weight: 700;
    font-size: 20pt;
    margin-bottom:20px;
}

#subText1 > div > ol {
    list-style-type: decimal;
    margin-left:40px;
}

.ms-Modal-scrollableContent > div:first-child {
    width:40vw !important;
}