@font-face {
    font-family: "lato";
    src: url(/fonts/Lato-Regular.woff2) format("woff2"),
        url(/fonts/Lato-Regular.ttf) format("truetype");
    src: url(/fonts/Lato-Regular.woff) format("woff"),
        url(/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helvetica-neue";
    src: url(/fonts/HelveticaNeue-Roman.woff2) format("woff2"),
        url(/fonts/HelveticaNeue-Roman.ttf) format("truetype");
    src: url(/fonts/HelveticaNeue-Roman.woff) format("woff"),
        url(/fonts/HelveticaNeue-Roman.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
  }
  

.helvetica-neue {font-family: helvetica-neue;}

.lato {
    font-family: lato;
}

.site-logo{
    mix-blend-mode: darken;
}

.bg-gradient-button {
    background-image: linear-gradient(180deg, #52baac 0%, #4a9fd5 100%);
}

.or-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #b4b0b0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.or-section {
    position: relative;
}

.tabs-active-class {
    background: #5371f3 !important;
    border-top: 1px solid #5371f3 !important;
    color: #fff !important;
}

#tab-2,
#tab-3 {
    display: none;
}

.tab-content {
    display: none;
}

.tab-content.tab-active {
    display: block;
}

/* modal-css-start */

.modal {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(#fff,.8);
    opacity: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease-in-out, z-index 0s .5s ease-in-out;
}

.modal--is-open {
    z-index: 100;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.modal__transparent-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #0000008a;
}

.modal__content {
    position: relative;
    max-width: 650px;
    border-radius: 10px;
    padding: 80px;
    width: 90%;
    background: #fff;
    z-index: 13;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
}

.close-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 13;
    font-size: 25px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* modal-css-end */

/* adtalem-page-css-start */

.adtalem-bg-section{
    background-image: url('/images/adtalem-bg.png');
    background-size: 100% 100%;
    background-position: center center;
    border-radius: 50px;
    height: 80vh;
}

.adtalem-bg-chat-box{
    background-image: linear-gradient(to top, #5c9811bf 0%, #0c1402c2 100%);
    height: 350px;
    border-radius: 20px;
}

.adtalem-bg-message-box {
    background: #5c9811bf;
    border-radius: 20px;
}

.pleasewait-loader{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000c;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    flex-direction: column;
    gap: 15px;
    z-index: 9;
}

.pleasewait-loader svg{
    width: 40px;
    height: 40px;
}

/* adtalem-page-css-end */

/* custom-avatar-page-css-start */
/* .user-message-section {display:none} */
/* custom-avatar-page-css-end */

/* chatbot-setting-page-css-start */
#setting-response-message {
    display: none;
    position: fixed;
    top: 16px;
    right: 27px;
    width: fit-content;
}
section.hide-domain-field {display:none;}
/* chatbot-setting-page-css-end */

.plan-details li{
    position: relative;
    padding-left: 20px;
}

.plan-details li:before{
    content: '';
    width: 7px;
    height: 10px;
    border-right: 3px solid green;
    border-bottom: 3px solid green;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 2px;
}
#chatbot-limit-message {display: none;}