/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root {
   --wc_text_color: #fff;
   --wc_text_color_hover: #fff;
   --wc_background_color: #2B3595;
   --wc_background_color_hover: #000;
}

.hidden{
    display: none;
}
.wt_chat_bot_main button.chatbox-open span.wt_chat_text.hidden {
    display: none;
}
.wt_chat_bot_main {
    position: relative;
    z-index: 9999;
}

.wt_chat_bot_main button.chatbox-open span img {
    width: 25px;
    height: 25px;
}

.wt_chat_bot_main button.chatbox-open:hover,
.wt_chat_bot_main button.chat-bot-close:hover{
 color: var(--wc_text_color_hover);
 background-color: var(--wc_background_color_hover);
}
.wt_chat_bot_main button:focus{
    outline: none !important;
    border: none;
}
.wt_chat_bot_main button.chat-bot-close {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 52px;
    height: 52px;
    color: #fff;
    background-color: #0360a5;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    margin: 16px;
}
.wt_chat_bot_main.horizontal.center.verticall.bottom .wt-chat-bot-popup,
.chatbox-open.horizontal.center.verticall.bottom.active {
    transform-origin: center bottom;
}
.wt_chat_bot_main.horizontal.center.verticall.top .wt-chat-bot-popup,
.wt_chat_bot_main .chatbox-open.horizontal.center.verticall.top.active{
    transform-origin: center top;
}
.wt_chat_bot_main.horizontal.left.verticall.bottom .wt-chat-bot-popup {
   transform-origin: left bottom;
}

.wt_chat_bot_main.horizontal.right.verticall.top .wt-chat-bot-popup {
    transform-origin:right top;
}
.wt_chat_bot_main.horizontal.left.verticall.top .wt-chat-bot-popup {
    transform-origin:left top;
}
.wt_chat_bot_main button.chatbox-open.active {
    animation: pop-out 0.5s ease forwards;
    transform-origin: right bottom;
}
@keyframes pop-out {
    0% {
        transform: scale(1) rotate(0);
    }

    100% {
        transform: scale(0) rotate(0);
    }
}

.wt-chat-bot-popup .chat-bot-header ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: block;
    max-height: 200px;
    position: relative;
    overflow-y: scroll;
}
.wt-chat-bot-popup .chat-bot-header ul li{
    padding-bottom: 10px;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 16px;
    color: #6e6b6b;
}
/*.wt_chat_bot_main .bot-search-field form {
    margin-bottom: 22px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 8px #bfbfbf;
    height: 40px;
}*/
.wt_chat_bot_main .bot-search-field form input[type=text] {
    border: 0;
    padding: 4px;
    width: calc(100% - 60px);
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    font-size: 14px;
}


.wt-chat-bot-popup .chat-bot-header ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.wt-chat-bot-popup .chat-bot-header ul::-webkit-scrollbar{
    width: 2px;
    height: 8px;
    background-color: #F5F5F5;
}

.wt-chat-bot-popup .chat-bot-header ul::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0360a5;
}

.chat-question-title .chat-other h2 {
    color: #010101;
    font-family: 'Montserrat';
    font-size: 14px;
}

.chat-question-title .chat-other {
    border: 1px solid #1d73be;
    border-radius: 4px;
    background: #1d73be12;
    margin-bottom: 10px;
    padding: 10px;
}
.chat-question-title .chat-other p{
    color: #151313d4;
    margin: 0;
}
.chat-quetion-btn .bot-btn {
    display: block;
    padding: 10px;
    border-radius: 6px;
    background: transparent;
    color: #0360a4;
    font-family: 'Montserrat';
    text-align: center;
    border: 2px solid #1d73be;
    font-weight: 600;
    margin-bottom: 30px;
}
.chat-quetion-btn .bot-btn:hover {
    background-color:  #0360a4;
    color: #fff;
}
.chat-bot-content-meassage {  
    padding: 12px;
}
.chat-bot-content-meassage h2.wt-bot-head-title {
    font-size: 25px;
    color: var(--wc_background_color);
    text-align: center;
    font-family: 'Raleway'!important;
}
.chat-bot-content-meassage p{
    color: #444;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.chat-bot-accordian{ position:relative;  }

.chat-question-title  .close-chat-question-title{
    color: #0360a5;
    text-align: end;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 85px;
    font-size: 18px;
}
.main-chat-box.active::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    content: '';
    z-index: 1;
}

.back_btn_url a {
    display: inline-block;
    text-align: center;   
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.back_btn_url a:before {
    content: '\f060';
    display: inline-block;  
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-right: 6px;
}


.Chat-bot-title .chat-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.chat-bot-accordian-footer.chat-bot-accod-wrap{
    color: #000;
}

.chat-bot-accordian-footer .chat-accordian-title-footer .chat-accordian-title {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
    padding-top: 8px;
}

.chat-bot-accordian .chat-bot-accod-wrap .chat-accordian-content{
    display: none;
    margin-top: 10px;
}

.wt-chat-bot-popup .search-submit-btn{
    font-weight: 600;
    color: #000
}

.main-chat-box .wt-chat-content .chat-bot-accordian .chat-bot-accod-wrap:last-child {
    border: 0;
}


.wt-chat-bot-popup .bot-search-field form button[type=submit] {
    border-radius: 0;
    border-left: 1px solid #eee;
}


.wt-chat-main-box.log_content .wt-chat-log,
.wt-chat-main-box .wt-chat-wrap,
.wt-chat-bot-popup .bot-search-field{
    display: none;
}

.wt-chat-main-box.log_content .wt-chat-wrap,
.wt-chat-main-box .wt-chat-log,
.wt-chat-bot-popup .bot-search-field.log_content{
 display: block;
}



.error .wt-chat-input {
    border-color: #fe0000 !important;
}
.chat-guest-email p{
    text-align: center;
    margin-bottom: 20px;
}
.chat-guest-email p span {
    font-size: 14px;
    text-align: center;
    color: #ef0505;
    font-weight: 600;
    border: 1px solid #ef0505;
    border-radius: 5px;
    padding: 5px 10px;
}

.wt-chat-main-box .wt-chat-log .guest_submit {
    -webkit-appearance: button;
    cursor: pointer;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}


.wt-chat-main-box.log_content {
    padding: unset;
    box-shadow: unset;
}



/*-------------------------------------------------
# start chat css
-------------------------------------------------*/

/*----- start chat body css -----*/

.wt_chat_bot_main button.chatbox-open {
    position: fixed;
    width: auto;
    height: 52px;
    color: var(--wc_text_color);
    background-color: var(--wc_background_color);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 15%);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.wt_chat_bot_main button.chatbox-open svg{
    font-size: 18px;
}

.wt_chat_bot_main button.chatbox-open span.wt_chat_text{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92px;
    margin-left: 10px;
    text-align: start;
}
.wt-chat-bot-popup {
    display: none;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    animation: pop-swirl 0.5s ease forwards;
    transform-origin: right bottom;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@keyframes pop-swirl {
    0% {
        transform: scale(0) rotate(0);
    }

    100% {
        transform: scale(1) rotate(0);
    }

}
.main-chat-box .chat-bot-content-meassage {
    display: none;
}
.main-chat-box .wt-chat-content {
    max-height: 300px;
    overflow: auto;
    margin: 15px 0;
    padding: 0 20px;
}
.main-chat-box .wt-chat-content::-webkit-scrollbar {
    width: 4px;
    background-color: #f4f4f8;
}
.main-chat-box .wt-chat-content::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: var(--wc_background_color);
}
.main-chat-box .wt-chat-content span.wt-chat-date {
    font-size: 13px;
    color: #000;
    text-align: center;
    display: block;
    font-weight: 400;
    margin-bottom: 12px;
}
.wt-chat-bot-popup .bot-search-field form {
    display: flex;
    background-color: #f4f4f8;
    margin-bottom: 0;
}
.wt-chat-bot-popup .bot-search-field form input {
    box-shadow: none;
}
.wt-chat-bot-popup .bot-search-field form input:focus,
.wt-chat-bot-popup .bot-search-field form input:focus-visible {
    outline: 0;
    border: 0;
}
.wt-chat-bot-popup .bot-search-field form input.search {
    padding: 15px 20px;
    line-height: 26px;
    color: #000;
    border: 1px solid #e9e9e9;
}
.wt-chat-bot-popup .bot-search-field form input.search.error {
    border: 1px solid #ff0000;
}
.wt_chat_bot_main .bot-search-field form button[type=submit] {
    font-size: 16px;
    padding: 0 20px;
    color: var(--wc_text_color);
    transition: 0.3s;
    text-transform: uppercase;
    background-color: var(--wc_background_color);
    border: 1px solid var(--wc_background_color);
    border-radius: 0 0 6px 0;
    cursor: pointer;
}
.wt_chat_bot_main .bot-search-field form button:hover[type=submit], .wt_chat_bot_main .bot-search-field form button[type=submit]:focus, .wt-chat-log .chat-guest-submit input.guest_submit {
 color: var(--wc_text_color_hover);
 background-color: var(--wc_background_color_hover);
 border: 1px solid var(--wc_background_color_hover);
}
.wt_chat_bot_main .bot-search-field form button[type=submit]:focus-visible {
   outline: 0;
}
.main-chat-box .wt-chat-content .wt-about-chat h3.wt-chat-greeting {
    color: #000;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 8px;
    font-weight: 700;
}
.main-chat-box .wt-chat-content .chat-bot-accordian .chat-bot-accod-wrap {
    padding: 5px 10px;
    margin: 10px 0;
    background-color: #f4f4f8;
    border-radius: 4px;
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title:first-letter {
    text-transform: capitalize;
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title.active {
    font-weight: 600;
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title .high-light em {
    background: var(--wc_highlight_background_color);
    color: var(--wc_highlight_color);
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title svg {
    margin-left: 6px;
    font-size: 12px;
    color: #333;
    transition: all .4s;
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title.active svg {
    transform: rotate(90deg);
}
.main-chat-box .wt-chat-content .chat-bot-accordian .chat-bot-accod-wrap i {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    position: relative;
}
.main-chat-box .wt-chat-content .chat-bot-accordian .chat-bot-accod-wrap i:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #2B3595;
    position: absolute;
    top: 6px;
    left: 0;
}
.main-chat-box .wt-chat-content .chat-bot-accordian .chat-bot-accod-wrap i:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #2B3595;
    position: absolute;
    top: 2px;
    right: -6px;
}
.chat-bot-accordian .chat-bot-accod-wrap h3.chat-accordian-title.active i:after {
    opacity: 0;
}
.main-chat-box .wt-chat-main-box .wt-description {
    color: #000;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
    padding-bottom: 8px;
}
.Chat-bot-title .chat-title-wrap .chat-contents  ul.list {
    overflow: initial;
    margin: 0;
    padding: 0;
}
.Chat-bot-title .chat-title-wrap .chat-contents ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    margin-left: 5px;
}
.Chat-bot-title .chat-title-wrap .chat-contents ul li a {
    color: var(--wc_text_color);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
    transition: all .4s;
}
.chat-bot-accordian .chat-bot-accod-wrap .chat-accordian-content .high-light em {
    color: var(--wc_highlight_color);
}
.chat-bot-accordian .chat-bot-accod-wrap .chat-accordian-content .high-light em {
    background: var(--wc_highlight_background_color);
}
.main-chat-box .wt_chat_not_search {
    font-size: 15px;
    line-height: 22px;
    background-color: var(--wc_background_color);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
}
.main-chat-box .Chat-bot-title {
    padding: 16px 20px;
    background-color: var(--wc_background_color);
}
.Chat-bot-title .chat-title-wrap h2.title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--wc_text_color);
    margin: 0;
    max-width: 170px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-chat-box .wt-chat-content .wt-about-chat .wt-description, .chat-bot-accordian .chat-bot-accod-wrap .chat-accordian-content {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.chat-bot-close i, .chat-bot-minimize i {
    display: none;
}
.chat-bot-close, .chat-bot-minimize {
  width: 15px;
  height: 15px;
  position: relative;
}
.chat-bot-minimize:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #FFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-out 0.3s all;
}
.chat-bot-close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: var(--wc_text_color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: ease-out 0.3s all;
}
.chat-bot-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: var(--wc_text_color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: ease-out 0.3s all;
}
.main-chat-box.active .wc-loader {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: var(--wc_background_color);
    vertical-align: middle;
    pointer-events: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0 1em 0 -0.2em currentcolor;
    -webkit-animation: wc-loader 0.8s ease-in-out alternate infinite;
    animation: wc-loader 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}
.main-chat-box.active .wc-loader:after, .main-chat-box.active .wc-loader:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.main-chat-box.active .wc-loader:before {
    left: -1em;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}
.main-chat-box.active .wc-loader:after {
    right: -1em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}
@keyframes wc-loader {
    0% {
        box-shadow: 0 2em 0 -.2em currentcolor;
    }
    100% {
        box-shadow: 0 1em 0 -.2em currentcolor;
    }
}

.main-chat-box.active {
    background: #0297b0;
}

/*login-css*/
.main-chat-box .wt-chat-log input.wt-chat-input {
    background-color: #f4f4f8;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    outline: none;
    font-size: 15px;
    margin-bottom: 13px;
    border-radius: 4px;
    color: #000;
}
.wt-chat-log .chat-guest-submit input.guest_submit {
    font-size: 16px;
    line-height: 26px;
    padding: 7px;
    color: var(--wc_text_color);
    transition: 0.3s;
    text-transform: uppercase;
    background-color: var(--wc_background_color);
    border: 1px solid var(--wc_background_color);
    border-radius: 4px;
}
.wt-chat-log .chat-guest-submit input.guest_submit:hover {
    color: var(--wc_text_color_hover);
    background: var(--wc_background_color_hover);
    border: 1px solid var(--wc_background_color_hover);
}
.wt-chat-main-box {
    padding: 12px 0px 5px;
}
.wt-chat-no-permission-msg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000042;
    left: 0;
    top: 0;
    z-index: 1;
}
.wt-chat-no-permission-msg{
    display: none;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.wt-chat-no-permission-msg p {
    font-size: 14px;
    color: #ff0b0b;
    line-height: 1.2;
    font-weight: 500;
    background: #f6c8c8;
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    margin: 0;
    width: 90%;
    text-align: center;
    border-left: 2px solid red;
}

/*----- End chat body css -----*/

/*----- strat align css -----*/

.main-chat-box {
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 320px;
    height: auto;
}
.chatbox-open.right.top {
    right: 0;
    top: 0;
}
.chatbox-open.right.top ~ .main-chat-box {
    right: 16px;
    top: 16px;
}
.chatbox-open.center.top {
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}
.chatbox-open.center.top ~ .main-chat-box {
    left: 50%;
    top: 16px;
    transform: translatex(-50%);
}
.chatbox-open.left.top {
    left: 0;
    top: 0;
}
.chatbox-open.left.top ~ .main-chat-box {
    left: 16px;
    top: 16px;
}
.chatbox-open.right.center {
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.chatbox-open.right.center ~ .main-chat-box {
    right: 16px;
    top: 50%;
    transform: translatey(-50%);
}
/*.chatbox-open.center.center {
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}
.chatbox-open.center.center ~ .main-chat-box {
    left: 50%;
    top: 16px;
    transform: translatex(-50%);
}*/
.chatbox-open.left.center {
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.chatbox-open.left.center ~ .main-chat-box {
    left: 16px;
    top: 50%;
    transform: translatey(-50%);
}
.chatbox-open.right.bottom {
    right: 0;
    bottom:0;
}
.chatbox-open.right.bottom ~ .main-chat-box {
    right: 16px;
    bottom: 16px;
}
.chatbox-open.center.bottom {
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
}
.chatbox-open.center.bottom ~ .main-chat-box {
    left: 50%;
    bottom: 16px;
    transform: translatex(-50%);
}
.chatbox-open.left.bottom {
    left: 0;
    bottom: 0;
}
.chatbox-open.left.bottom ~ .main-chat-box {
    left: 16px;
    bottom: 16px;
}
/*----- End align css -----*/

/*-------------------------------------------------
# End chat css
-------------------------------------------------*/







/*-------------------------------------------------
# start Media css
-------------------------------------------------*/
@media only screen and (max-width: 1250px) {
    .chatbox-open.right.bottom ~ .main-chat-box,
    .chatbox-open.left.bottom ~ .main-chat-box {
        bottom: 70px;
    }
    .site-below-footer-wrap {
        min-height: inherit !important;
    }
}
@media only screen and (max-width: 1023px) {
    .back_btn_url a {
        padding: 10px 20px;
        min-width: 120px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .site-below-footer-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .back_btn_url {
        bottom: -30px;
        text-align: center;
    }
    .ast-builder-grid-row-container-inner .site-footer-section{
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 380px) {
    .main-chat-box{
        right: 8px;
        width: 300px;
    }
}
