html, body {
    height: 100%;
    color: #000000;
    background-color: #ffffff;
}

.full-height {
    height: 100%;
}

.content-area {
    background: green;
    color: white;
}

.sub-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.article-tree {
    background: blue;
    color: white;
}

.container-height {
    margin: 0 auto;
    min-height: 88%;
    height: auto;
}

.div-vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/* {
    border-radius: 0 !important;
}*/
.info-mg-top {
    margin-top: 20px;
}

.btn-mg-top {
    margin-top: 20px;
}

@media (max-width:767px) {
    .info-mg-top {
        margin-top: 15px !important
    }

    .btn-mg-top {
        margin-top: 15px !important
    }
}

@media (min-width:768px) {
    .info-mg-top {
        margin-top: 15px !important
    }

    .btn-mg-top {
        margin-top: 25px !important
    }
}

@media (max-width:578px) {
    .extra-pl-small-scr {
        padding-left: 25px !important;
    }
}
#chatbot_button {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 999px;
    -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .25));
    cursor: pointer
}

#chatBot {
    height: 550px;
    width: 400px;
    border-width: 0
}
#chatbot_button img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

#chatBot button {
    border-radius: 10px 10px;
}

#chatbot_chat {
    /*border: 1px solid lightgray;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-height: 650px;
    width: 400px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, .25));
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, .25));
    border-radius: 30px;
    overflow: hidden
}

#chatbot_head {
    /*background-color: #212e5b;*/
    background-image: url("../App_Images/banner_msp.png");
    background-size: 100% 100%; /*cover;*/
    filter: brightness(130%);
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 400px;
    line-height: 50px;
    padding: 5px 5px 5px 15px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#chatbot_logo {
    height: 40px
}

#chatbot_logo img {
    width: 290;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: initial
}

#chatbot_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

#chatbot_close:hover {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%
}

#chatbot_chat.chat_open {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#chatbot_chat #chatBot .webchat__icon-button,
#chatbot_chat #chatBot .webchat__icon-button--stretch {
    min-width: initial
}

#chatbot_bubble {
    font-weight: bold;
    font-size: 13px;
    font-family: sans-serif;
    text-align: center;
    width: 120px;
    padding: 10px;
    position: fixed;
    bottom: 70px;
    right: 70px;
    border-radius: 10px 10px 0 10px;
    background-color: lightgray
}

#chatbot_button {
    -webkit-animation: chatbot_bubble_shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
    animation: chatbot_bubble_shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@-webkit-keyframes chatbot_bubble_shake {

    5%,
    45% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    10%,
    40% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    15%,
    25%,
    35% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    20%,
    30% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes chatbot_bubble_shake {

    5%,
    45% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    10%,
    40% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    15%,
    25%,
    35% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    20%,
    30% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

#chatBot .ac-pushButton[aria-pressed="true"] {
    border-color: rgb(33, 46, 91, 1);
    background-color: rgb(33, 46, 91, 1);
}

#chatBot input[type=button]:hover,
#chatBot input[type=reset]:hover,
#chatBot input[type=submit]:hover,
#chatBot button:hover {
    border-color: rgba(1, 47, 231, .5);
}

li.webchat__carousel-filmstrip-attachment.webchat__carousel-filmstrip-attachment--hide-avatar.react-film__filmstrip__item {
    box-sizing: revert;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-box {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.spinner-circle {
    width: 80px;
    height: 80px;
    border: 10px solid #ddd;
    border-top: 10px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.spinner-text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}