.main-block {
    background-color: #F6F6F7;
}

.chatbot-header {
    background-color: #FFFFFF;
}

#dotcom-chatbot {
    border: 1px solid #EB262A;
    margin: 0 auto;
}

#messages {
    height: 250px;
    overflow-y: scroll;
    padding: 7px 5px 5px 5px;
    font-family: "KareliaWeb Regular", sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #F6F6F7;
}

.message-text {
    width: auto;
    height: fit-content;
    line-height: 1.5;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    font-family: "KareliaWeb Regular", sans-serif;
    background: #ffffff;
    display: inline-block;
    padding: 8px;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    color: #707070;
    font-size: 12px;
}

section.chatbot-section {
    width: 30vw;
    margin: 0 !important;
    position: fixed;
    bottom: 6px;
    z-index: 99999999;
    background: #fff;
    right: 3px;
}

.bot .message-text {
    margin-left: 20px;

}

.user .message-text {
    background-color: #EA262A;
    color: #FFFFFF;
    /* 	 width: 100%; */
    display: flex;
    justify-content: right;
}

.dotcomhead-content h1 {
    color: #EB262A;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    padding: 3px 2px 6px 19px;
}

.dotcomhead-content span {
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 0px;
    padding: 3px 2px 8px 19px;
}

.chatbot-privacy-text {
    color: #707070;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 	width: 71%; */
    width: 90%;
    margin: 0px 10px 0px 10px;

}

.dotcom-subheadingchat {
    background-color: #F6F6F7;
    /* 	padding: 10px 0; */
    padding: 5px 0;
    display: flex;
    justify-content: center;
}

.message-container.user {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

span.DotcomuserInput {
    font-size: 10px;
    color: grey;
    margin: 5px;
}

input#userChatInput::placeholder {
    color: #ABABAB;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

#chatbot-container {
    display: none;
    /* Hide the chatbot initially */
}

#openChatbotButton {
    background: #EA262A url(/wp-content/uploads/2025/06/message-white.png);

    width: 50px;
    height: 50px;
    position: fixed;
    bottom: -10px;
    border-radius: 50%;
    color: #fff;
    margin: 20px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    z-index: 99999999;
}

button#openChatbotButtonClose {
    background: url(/wp-content/uploads/2025/06/icons8-minus-chatbot.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin: -15px 10px 0px 0px;
    float: right;
    /* 	position: relative;
    left: 92%; */
}

.dotcomgreen-icon {
    background: green;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    top: 29px;
    right: 7px;
}

.dotcomchat-head {
    display: flex;
    margin-bottom: 21px;
    margin-left: 42px;
}

.dotcomhead-content {
    position: relative;
    bottom: 4px;
}

.dotcomchat-online {
    border: 1px solid #d4cece;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding: 8px;
}

.dotcomInnerimage {
    width: 30px;
    height: 30px;
}

.dotcomImg {
    display: flex;
}

p.dotcomuser-heading {
    color: #707070;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 2px 1px 0px 3px;
}

div.doctomImage-Container {
    border: 1px solid #E3E3E3;
    border-radius: 58%;
    padding: 4px 4px;
    background-color: #FFFFFF;
}

img.dotcomuser-image {
    width: 14px;
    height: 14px;
}

/* sent input filed  */
.dotcomchat-container {
    width: 100%;
    padding: 1px 3px 1px 5px;
    background-color: #ffffff;
    border-top: 1px solid #d3cdcd;
    border-bottom: 1px solid #d3cdcd;
}

.dotcomchat-input {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 0px;
}

#userChatInput {
    width: 76%;
    color: #707070;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    flex: 1;
    border: none;
    outline: none;
    padding: 0px 0px 0px 6px;
}

button#emoji-button {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.dotcomPoweredBy {
    text-align: center;
    color: #707070;
    font-family: "KareliaWeb Regular", sans-serif;
    line-height: 16px;
    background-color: #F6F6F7;
}

.dotcomPoweredBy p {
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 12px;
}

.dotcomPoweredBy span {
    color: #EB262A;

    font-weight: 500;
}

.dotcomcard-container {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
}

.dotcomcard {
    margin: 5px;
    background: #707070;
    padding: 7px;
    border-radius: 8%;
    color: #EAEAEA;
}

.message-text a span {
    color: #EB262A;
    font-weight: 500;
}

.emojionearea .emojionearea-button {
    right: 13px;
    top: 5px !important;
    width: 20px;
    opacity: 3 !important;
}

button#sent-button {
    padding: 0px 0px 4px 0px !important;
}

.chatbot-title {
    padding-top: 26px;
}

/* css for reponsivenes */
@media (max-width: 991px) {
    #openChatbotButton {
        padding: 0px !important;
    }

    button#openChatbotButtonClose {
        padding: 0px !important;
    }

    section.chatbot-section {
        bottom: 0px !important;
    }

    .dotcomhead-content h1 {
        font-size: 17px;
        padding: 3px 2px 6px 3px;
    }

    .dotcomhead-content span {
        font-size: 12px;
        padding: 3px 2px 8px 3px;
    }

    .message-text {
        padding: 5px;
        font-size: 11px;
    }

    section.chatbot-section {
        width: 38vw;
    }

    /* 	for privacy content */
    .chatbot-privacy-text {
        width: 99% !important;
    }

    .dotcomchat-container {
        padding: 2px 2px 2px 2px !important;
    }

    #messages {
        height: 200px !important;
    }

    .dotcomchat-head {
        margin-left: 17px !important;
    }

}

@media(max-width: 1270px) {
    #messages {
        height: 200px;
    }
}

@media (max-width :450px) {
    section.chatbot-section {
        width: 86vw;
    }
}

.Chatbotloader {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /*     margin: 3px 18px; */
    margin: 2px 15px 1px 13px;
    background: #FFF;
    box-shadow: -11px 0 #FFF, 11px 0 #FFF;
    box-sizing: border-box;
    animation: chatbot 3s linear infinite;
    /* 	animation: shadowPulse 3s linear infinite; */
}

@keyframes chatbot {
    33% {
        background: #FFFFFF;
        box-shadow: -11px 0 #EA262A, 11px 0 #FFFFFF;
    }

    66% {
        background: #EA262A;
        box-shadow: -11px 0 #FFFFFF, 11px 0 #EA262A;
    }

    100% {
        background: #FFFFFF;
        box-shadow: -11px 0 #FFF, 11px 0 #EA262A;
    }
}

/*  for contact forms*/
.dotcomTest input {
    border: 1px solid #EA262A !important;
    color: #1C1C1C !important;
    font-size: 12px !important;
    padding: 4px 5px !important;
}

.dotcomTest span input::placeholder {
    color: #1C1C1C !important;
}

.dotcomTest select {
    border: 1px solid #EA262A !important;
    color: #1C1C1C !important;
    /* 	padding: 11px 24px 11px 42px; */
    font-size: 12px;
    padding: 5px 5px 3px 33px;
    width: 100%;
}

.dotcomTest input#dotcom {
    background: #EA2626;
    color: #FFFFFF !important;
}

.dotcomTest {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-column-gap: 6px;
}

.dotcom-bot-btns {
    display: flex;
}

button.dotcontact-option {
    border: 1px solid #EA262A;
    margin: 4px;
    border-radius: 3px;
    padding: 4px !important;
    background: #EA262A;
    color: #FFFFFF;
    font-size: 12px;
}


.message-text p {
    font-size: 12px !important;
    /* line-height: 20px; */
    font-weight: 800;
}

.message-text a {
    color: #EB262A;
    margin-left: 10px;
}

.dotc-bot-btns {
    display: flex !important;
}

.emojionearea .emojionearea-editor {
    font-size: 12px !important;
}

.Dotcomformdiv {
    margin-left: 20px;
}

.dotcomTest .wpcf7-not-valid-tip {
    padding-top: 0px;
    padding-bottom: 0px;
}

.Dotcom-Contactfrom form .wpcf7-response-output {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
}

.Dotcom-Contactfrom .wpcf7 form.invalid .wpcf7-response-output {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #EB262A !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #EB262A !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media(min-width: 450px) and (max-width: 681px) {
    section.chatbot-section {
        width: 60vw !important;
    }
}

@media(min-width: 991px) and (max-width: 1029px) {
    section.chatbot-section {
        width: 33vw !important;
    }
}

@media(max-width:329px) {
    .dotcomTest .wpcf7-not-valid-tip {
        padding-top: 0px;
        padding-bottom: 24px !important;
    }

    button.dotcontact-option {
        font-size: 10px !important;
    }
}

@media(max-width: 321px) {
    .chatbot-title {
        padding-top: 13px !important;
    }
}


.dotcomsubmit input#dotcom {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDBMMjAgMjBMOC43NDIyOGUtMDcgLTguNzQyMjhlLTA3TDIwIDBaIiBmaWxsPSIjMUMxQzFDIi8+Cjwvc3ZnPgo=), auto !important;
}

.dotcomsubmit .wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed !important;
}

/* .bot-urls {
    padding-left: 20px; 
} */

.bot-urls a {
    display: inline-block;
    /* Prevent line breaks after each anchor */
    position: relative;
    padding-left: 10px;
    /* Space between bullet and text */
}

.bot-urls a::before {
    content: "•";
    /* Bullet character */
    color: black;
    /* Change bullet color */
    position: absolute;
    left: 0;
    top: 0;
}

#DotcomerrorMsg {
    color: red;
    display: none;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 10px;
    position: relative;
    bottom: 8px;
    left: 12px;
}

@media screen and (orientation: landscape) and (min-height: 250px) and (max-height: 465px) {
    .chatbot-title {
        padding-top: 15px !important;
    }

    #messages {
        height: 140px !important;
    }

    .chatbot-stroke {
        height: 19px !important;
    }

    .dotcomchat-online {
        height: 36px !important;
        width: 36px !important;
        padding: 4px !important;
    }

    .dotcomgreen-icon {
        position: relative;
        top: 23px !important;
        right: 6px !important;
    }

    .dotcomhead-content span {
        font-size: 12px !important;
        /*         padding: 1px 2px 0px 2px !important; */
    }
}

@media screen and (orientation: landscape) and (max-height: 367px) {
    .dotcomchat-head {
        margin-bottom: 14px !important;
        margin-left: 21px !important;
    }

    .dotcom-subheadingchat {
        padding: 2px 0 !important;
    }

    #messages {
        height: 120px !important;
    }

    p.dotcomlandscap-powered {
        line-height: 21px !important;
    }
}

@media screen and (orientation: portrait) and (max-height: 447px) {
    #messages {
        height: 150px !important;
    }

    .chatbot-stroke {
        height: 22px !important;
    }
}

@media screen and (orientation: portrait) and (max-height: 332px) {
    #messages {
        height: 95px !important;
    }
}

button[disabled]#sent-button,
html input[disabled]#userChatInput {
    cursor: not-allowed;
    background: none !important;
}

@font-face {
    font-family: 'KareliaWeb-Regular';
    src: url('./fonts/KareliaWeb-Regular.ttf');
}

@font-face {
    font-family: 'KareliaWeb-Medium';
    src: url('./fonts/KareliaWeb-Medium.ttf');
}

@font-face {
    font-family: 'KareliaWeb-Bold';
    src: url('./fonts/KareliaWeb-Bold.ttf');
}

.kareliaWeb-regular {
    font-family: 'KareliaWeb-Regular';
}

.kareliaWeb-medium {
    font-family: 'KareliaWeb-Medium';
}

.kareliaWeb-bold {
    font-family: 'KareliaWeb-Bold';
    font-weight: 700;
}

#chatbot-container .header-111 {
    background-color: #EA262A !important;
}


#chatbot-container iframe {

    width: 100% !important;
    height: 65vh !important;

}

.chatbot-section h1 {
    color: whitesmoke;
    font-family: "KareliaWeb-Regular", sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0 20px;
}

.chatbot-section p {
    font-size: 12px !important;
    font-family: "KareliaWeb-Regular", sans-serif !important;
}

.chatbot-section #banner {
    align-items: center;
    background-color: #EA262A;
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}

.chatbot-section #webchat {
    height: 50vh;
    overflow: hidden;
    width: 100%;
}

button#openChatbotButtonClose {
    background: url(/wp-content/uploads/2025/06/icons8-minus-chatbot.png);
    background-size: 22px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px !important;
    background-position-y: center;
}

section.chatbot-section {
    border: 1px solid #EA262A;
}

@media (min-width :1400px) {
    section.chatbot-section {
        width: 25vw;
    }
}

.webchat__link-definitions__list-item-text,
.webchat__link-definitions__badge {
    overflow: visible !important;
    font-size: 12px;
    min-height: 10px;
}

.webchat__link-definitions .webchat__link-definitions__list-item-body {
    padding: 10px !important;
    font-family: "KareliaWeb-Regular", sans-serif !important;

}

#webchat header {
    display: none !important;
}

.chatbot-section .webchat__suggested-action {
    border: 1px solid #EA262A !important;
    color: #fff !important;
    background: #EA262A !important;
    border-radius: 4px !important;
    height: 25px !important;
    font-size: 12px !important;
    font-family: "KareliaWeb-Regular", sans-serif !important;
}


.webchat__bubble__content p {
    line-height: 1.5;
    color: #707070;
}

.webchat__bubble__content {
    border-color: #E3E3E3 !important;
    border-radius: 5px !important;
}

.webchat__bubble--from-user p {
    background: #EA262A;
    font-size: 14px !important;
    color: #fff !important;
}

.webchat__css-custom-properties>div {
    background: #F6F6F7 !important;
}

input.webchat__send-box-text-box__input {
    font-size: 13px !important;
    font-family: "KareliaWeb-Regular", sans-serif !important;
}

@media (max-width:700px) {
    .chatbot-section #webchat {
        height: 45vh;
    }

}

@media(min-width: 700px) and (max-width: 1029px) {
    section.chatbot-section {
        width: 43vw !important;
    }

    .chatbot-section #webchat {
        height: 40vh;
    }
}

/* Style for the welcome message box */
.welcome-box {
    background-color: #f0f8ff;
    border: 1px solid #ccc;
    padding: 12px 16px;
    border-radius: 8px;
    z-index: 1000;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    right: 20px;
    justify-content: end;
    position: fixed;
    bottom: 8.5vh;
    width: fit-content;
}

/* Close button inside the welcome box */
.welcome-box .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #555;
    width: 10%;
}

/* Example chatbot button */
#openChatbotButton {
    margin-top: 100px;
    margin-left: 20px;
    padding: 10px 16px;
    font-size: 16px;
}

@media (min-width:1500px) {
    .welcome-box {
        width: 15% !important;
    }
}
