#chat-bot-spara {
    font-size: 14px;
    font-family: monospace;
    font-weight: 800;
    word-spacing: -4px;
    color: blue;
}
#chat-bot-selfin {
    height: inherit;
    padding: 0px;
}
.chat-bot-selfin-style {
    font-size: 8px;
    font-family: system-ui;
    text-decoration: none;
    -webkit-transition: width 2s;
    transition: width 2s;
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 3px 3px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid #65758e;
    border-radius: 5px;
}
.chat-bot-selfin-style:hover,
.chat-bot-action-elem:hover {
    background-color: rgb(101, 117, 142);
    color: white;
}
.chat-bot-action-elem {
    width: fit-content;
    border-radius: 4px;
    border: solid 1px #ababab;
    padding: 5px 10px;
    font-size: 11px;
    color: #344548;
    display: inline-block;
    cursor: pointer;
    font-size: 8px;
    font-family: system-ui;
    text-decoration: none;
    -webkit-transition: width 2s;
    transition: width 2s;
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 3px 3px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid #65758e;
    border-radius: 5px;
}
.chat-bot-mySlides {
    display: none;
}
.chat-bot-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
#chat-bot-cslider {
    background: white;
}
.chat-bot-slider-image {
    vertical-align: middle !important;
    height: 117px !important;
}
.chat-bot-prev,
.chat-bot-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.chat-bot-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.chat-bot-prev:hover,
.chat-bot-next:hover {
    background-color: rgba(128, 128, 128, 0.4);
}
.chat-bot-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.chat-bot-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.chat-bot-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.chat-bot-active,
.chat-bot-dot:hover {
    background-color: #717171;
}
.chat-bot-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 300px) {
    .chat-bot-prev,
    .chat-bot-next,
    .chat-bot-text {
        font-size: 11px;
    }
}
.chat-bot-mySlides {
    display: visible;
}
#chat-bot-slider {
    height: 35vw;
    position: relative;
    perspective: 500px;
    transform-style: preserve-3d;
}
#chat-bot-slider label {
    margin: auto;
    width: 88%;
    height: 70%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.4s ease;
}
.chat-bot-tooltip {
    position: relative;
    display: inline-block;
}
.chat-bot-tooltip .chat-bot-tooltiptext {
    visibility: hidden;
    width: 200px;
    height: 20px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 40%;
    top: 83%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.chat-bot-tooltip:hover .chat-bot-tooltiptext {
    visibility: visible;
    opacity: 0.8;
}
.chat-bot-tooltip {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}
#chat-bot-prompt {
    border-radius: 10px;
    display: none;
    position: absolute;
    z-index: 1;
    top: 25%;
    right: 5%;
    left: 5%;
    font-size: 18px;
    background: white;
    padding: 10px;
    box-shadow: 0px 1px 20px 0px #888888;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
    text-align: -webkit-center;
}
.chat-bot-confirmbutton {
    font-size: 15px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
    text-decoration: none;
    -webkit-transition: width 2s;
    transition: width 2s;
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 3px 3px;
    cursor: pointer;
    color: black;
    border-radius: 5px;
    margin-left: 20%;
    margin-right: 20%;
    float: left;
}
#chat-bot-Ybut {
    background-color: rgb(101, 117, 142) !important;
    color: white;
}
#chat-bot-Nbut {
    background-color: rgb(101, 117, 142) !important;
    color: white;
}
#chat-bot-Ybut:hover,
#chat-bot-Nbut:hover {
    background-color: rgb(128, 0, 0) !important;
}
.chat-bot-feedback {
    padding-left: 10px;
    width: -webkit-fill-available;
    padding-right: 10px;
    display: none;
    height: calc(100% - 105px);
    background-image: url("./images/background-small.png");
}
.chat-bot-FB1 {
    margin-top: -15px;
    margin-bottom: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: calibri;
    font-size: 10px;
}
input[type="radio"] {
    display: none;
}
.chat-bot-FB3:checked ~ span {
    opacity: 2px;
    zoom: 1.2;
}
#ExDiff {
    width: 55px;
    height: 40px;
    display: block;
    box-shadow: 0px 4px 4px 0px black;
    padding: 5px 5px 5px 5px;
    background: rgb(253, 1, 0);
    color: white;
    border-color: rgb(253, 1, 0);
    cursor: pointer;
    border-radius: 7px;
    background-image: linear-gradient(#ff2121, #8e3030db);
}
#Diff {
    width: 55px;
    height: 26px;
    display: block;
    box-shadow: 0px 4px 4px 0px black;
    padding: 15px 7px 10px 5px;
    background: rgb(248, 98, 87);
    color: white;
    border-color: rgb(248, 98, 87);
    cursor: pointer;
    border-radius: 7px;
    background-image: linear-gradient(#ff6559, #f3ac8adb);
}
#NotDec {
    width: 55px;
    height: 26px;
    display: block;
    box-shadow: 0px 4px 4px 0px black;
    padding: 15px 7px 10px 5px;
    background: Rgb(255, 196, 34);
    color: white;
    border-color: Rgb(255, 196, 34);
    cursor: pointer;
    border-radius: 7px;
    background-image: linear-gradient(#f9a42b, #f1b868);
}
#Easy {
    width: 55px;
    height: 26px;
    display: block;
    box-shadow: 0px 4px 4px 0px black;
    padding: 15px 7px 10px 5px;
    background: rgb(104, 195, 58);
    color: white;
    border-color: rgb(104, 195, 58);
    cursor: pointer;
    border-radius: 7px;
    background-image: linear-gradient(#76e415, #94cc61);
}
#ExEasy {
    width: 55px;
    height: 40px;
    display: block;
    box-shadow: 0px 4px 4px 0px black;
    padding: 5px 7px 10px 5px;
    background: rgb(133, 192, 102);
    color: white;
    border-color: rgb(133, 192, 102);
    cursor: pointer;
    border-radius: 7px;
    background-image: linear-gradient(#266b06, #6dde07);
}
.chat-bot-FBexD {
    text-align: center;
    margin-right: 5px;
}
.chat-bot-FBD {
    text-align: center;
    margin-right: 5px;
}
.chat-bot-FBUn {
    text-align: center;
    margin-right: 5px;
}
.chat-bot-FBE {
    text-align: center;
    margin-right: 5px;
}
.chat-bot-FBexE {
    text-align: center;
    margin-right: 5px;
}
#chat-bot-P1 {
    color: black;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 0px;
}
#chat-bot-P2 {
    font-size: 10.5px;
    color: green;
    margin-top: 12px;
    font-weight: 700;
    margin-bottom: 9px;
}
#chat-bot-P3 {
    color: black;
    font-size: 10px;
    margin: 5px 0px;
}
#chat-bot-FCheck {
    font-family: Calibri;
    display: none;
    font-size: 11px;
    color: black;
}
#chat-bot-comments {
    height: 50px;
    width: -webkit-fill-available;
    font-family: sans-serif;
    font-size: 10px;
    width: -moz-available;
    border: black 1px;
    border-style: solid;
}
#chat-bot-Conbutton {
    margin-top: -20px;
    pointer-events: none;
    margin-left: 10%;
}
.em {
    height: 1em;
}
.em-svg {
    height: 1em;
}
#chat-bot-Whole {
    margin-top: 10%;
    visibility: hidden;
}
#chat-bot-CL {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 10.5px;
    padding-left: 2px;
    font-family: calibri;
}
.chat-bot-submitFB:hover {
    background-color: rgb(101, 117, 142);
    color: white;
}
.chat-bot-submitFB {
    font-size: 12px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
    text-decoration: none;
    -webkit-transition: width 2s;
    transition: width 2s;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 24px 3px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid rgb(101, 117, 142);
    border-radius: 5px;
    margin-left: 35%;
    margin-right: 35%;
    float: left;
}
#chat-bot-flash {
    position: absolute;
    z-index: 1;
    padding-top: 73%;
    padding-left: 62%;
}
.sf-each-offer {
    display: flex;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
    padding: 15px;
    margin-top: 15px;
}
.tcapply {
    font-size: 8px;
    position: absolute;
    bottom: 2%;
    right: 3%;
}
.sf-offers-icon {
    display: inline-block;
    width: 148px;
    vertical-align: top;
    margin-right: 10px;
    height: 108px;
    border-radius: 4px;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.action-elem {
    width: fit-content;
    border-radius: 4px;
    border: solid 1px #ababab;
    padding: 5px 10px;
    font-size: 11px;
    color: #344548;
    display: inline-block;
    cursor: pointer;
    font-size: 8px;
    font-family: system-ui;
    text-decoration: none;
    -webkit-transition: width 2s;
    transition: width 2s;
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 3px 3px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid #008cba;
    border-radius: 5px;
}
.apply-now {
    color: #008cba;
}
#chat-bot-flashmsg,
#chat-bot-blog {
    display: none;
    padding-left: 10px;
    width: -webkit-fill-available;
    display: none;
    position: absolute;
    top: 62px;
    bottom: 0;
}
#b2c {
    font-family: calibri;
    font-weight: 300;
    font-size: 10px;
    border: rgb(101, 117, 142);
    color: white;
    background: rgb(101, 117, 142);
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    bottom: 13%;
    right: 40%;
}
.chat-bot-button {
    background-color: rgb(101, 117, 142);
    border: none;
    color: white;
    position: relative;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    left: 61%;
    border-radius: 4px;
}
#chat-bot-headingoffer {
    color: black;
    font-weight: bold;
    padding-top: 5px;
}
.chat-bot-mySlides {
    display: none;
}
.chat-bot-text {
    display: none;
}
.chat-bot-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.chat-bot-prev,
.chat-bot-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.chat-bot-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.chat-bot-prev:hover,
.chat-bot-next:hover,
.chat-bot-text:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.chat-bot-text {
    color: #f2f2f2;
    background-color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 50%;
    text-align: center;
    margin-left: 100px;
    border-radius: 10px;
}
.chat-bot-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.chat-bot-dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active,
.chat-bot-dot:hover {
    background-color: #717171;
}
.chat-bot-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 300px) {
    .chat-bot-prev,
    .chat-bot-next,
    .chat-bot-text {
        font-size: 11px;
    }
}
.oda-chat-connection-status {
    font-weight: normal;
    font-size: 12px;
    justify-content: center;
    text-transform: none;
    padding-top: 10px;
    image-rendering: -webkit-optimize-contrast;
}

.oda-chat-header {
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    height: 60px;
    padding-left: 10px;
    padding-right: 8px;
}

.oda-chat-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oda-chat-subtitle{
    font-weight: normal !important;
    font-size: 12px !important;
    justify-content: center !important;
    text-transform: none !important;
    padding-top: 10px !important;
    image-rendering: -webkit-optimize-contrast;
}

.oda-chat-logo {
    margin-top: 5px;
    flex: 0;
    height: 50px;
    max-height: 46px;
    max-width: 63px;
    min-height: 16px;
    width: 77px;
}
#chat-bot-menubutton {
    font-size: 11px;
    text-align: center;
    background-color: white;
    color: black;
    padding: 5px 10px;
    margin: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 140, 186);
    border-radius: 5px;
    display: inline-block;
}
#chat-bot-menubutton:hover {
    background-color: rgb(0, 87, 184);
    color: white;
}
#chat-bot-new {
    zoom: 0.7;
    position: absolute;
    left: 23%;
    top: 350px;
    width: 30px;
}
#chat-bot-textintro {
    font-family: -webkit-body;
    margin-left: 4px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding: 4px;
}
#chat-bot-flashmsg,
#chat-bot-blog {
    display: none;
    padding-left: 10px;
    width: -webkit-fill-available;
    display: none;
    position: absolute;
    top: 62px;
    bottom: 0;
}
.fa-times:before {
    content: "\F00D";
    color: white;
}
#chat-bot-flashmsg,
#chat-bot-blog {
    display: none;
    padding-left: 10px;
    width: -webkit-fill-available;
    display: none;
    position: absolute;
    top: 62px;
    bottom: 0;
}
#chat-bot-career {
    position: absolute;
    left: 10px;
    color: white;
    border-radius: 4px;
    width: 74px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    border-color: rgb(128, 0, 0) !important;
    background-color: rgb(128, 0, 0) !important;
}
#chat-bot-Procat {
    color: white;
    text-align: center;
    border-radius: 4px;
    width: 123px;
    line-height: 23px;
    font-size: 12px;
    border-color: rgb(128, 0, 0) !important;
    background-color: rgb(128, 0, 0) !important;
}
#pfhead {
    font-size: 13px;
    margin-left: -15px;
}
#C1,
#C2,
#C3,
#C4,
#C5 {
    -webkit-appearance: checkbox;
}
.chat-bot-slider-img {
    width: 100%;
    height: 170px;
}
#liststyle {
    list-style: disc;
    font-size: 12px;
    margin-left: 15px;
    margin-bottom: -13px;
    text-align: justify;
    list-style-position: outside;
}
#chat-bot-Sf {
    display: none;
    padding-left: 10px;
    width: -webkit-fill-available;
    display: none;
    position: absolute;
    top: 62px;
    bottom: 0;
    background-image: url("https://objectstorage.ap-mumbai-1.oraclecloud.com/n/bajajbot/b/bajajdev-bucket/o/%2Fimages%2Fbackground-small.png");
}
.chat-bot-sf-banner {
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
    padding: 15px;
    margin-top: 15px;
}
.chat-bot-apply-now {
    font-size: 8px;
    position: absolute;
    bottom: 2%;
    right: 3%;
}
.chat-bot-sf-offers-icon {
    display: inline-block;
    width: 334px;
    vertical-align: top;
    margin-right: 10px;
    height: 149px;
    border-radius: 4px;
    background-size: 100%;
}
#sf-b2c {
    font-family: calibri;
    font-weight: 300;
    font-size: 10px;
    border: rgb(101, 117, 142);
    color: white;
    background: rgb(101, 117, 142);
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    bottom: 11%;
    right: 40%;
    text-decoration: none;
}
#chat-bot-lb1 {
    position: absolute;
    margin-left: 4px;
    margin-top: 3px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#chat-bot-fname {
    margin-top: 4px;
    margin-left: 12px;
    width: 43.5%;
    height: 17px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline-color: rgb(128, 0, 0);
    border: 1px solid rgb(128, 0, 0);
}
#chat-bot-lname {
    margin-left: 3px;
    width: 44.5%;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline-color: rgb(128, 0, 0);
    border: 1px solid rgb(128, 0, 0);
    height: 17px;
}
#chat-bot-lb2 {
    margin-left: 4px;
    margin-top: 6px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 55px;
}
#chat-bot-email {
    position: absolute;
    margin-top: 2px;
    width: 80%;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline-color: rgb(128, 0, 0);
    border: 1px solid rgb(128, 0, 0);
    margin-left: 12px;
    height: 17px;
}
#chat-bot-lb3 {
    margin-left: 4px;
    margin-top: 6px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#chat-bot-phonenumber {
    margin-top: -1px;
    margin-left: 12px;
    width: 42.5%;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline-color: rgb(128, 0, 0);
    border: 1px solid rgb(128, 0, 0);
    height: 17px;
}
#chat-bot-lb4 {
    margin-left: 34px;
    margin-top: 6px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#chat-bot-pincode {
    margin-top: -1px;
    margin-left: 10px;
    width: 42.5%;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline-color: rgb(128, 0, 0);
    border: 1px solid rgb(128, 0, 0);
    margin-bottom: 23px;
    height: 17px;
}
#pf-aacomment {
    display: inline-block;
    margin-top: 5px;
    height: 60px;
    margin-left: 12px;
    width: 239px;
    border: 47px rgb(128, 0, 0);
}
#chat-bot-chk1 {
    -webkit-appearance: checkbox;
    margin-top: 4px;
    margin-left: 9px;
}
#chat-bot-lb5 {
    position: absolute;
    margin-left: 4px;
    display: inline;
    font-size: 10px;
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 24px;
}
#chk2 {
    -webkit-appearance: checkbox;
    margin-top: 4px;
    margin-left: 9px;
}
#pri_Pol {
    font-size: xx-small;
}
#chat-bot-lb6 {
    margin-left: 4px;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#chat-bot-lb7 {
    margin-left: 12px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#inline-Mobileno {
    display: inline-block;
    margin-top: 8px;
}
#inline-pincode {
    display: inline-block;
    margin-bottom: -21px;
}
#secondchk {
    margin-top: -18px;
}
#chat-bot-pfsubmit {
    margin-top: 16px;
    font-size: 12px;
    margin-bottom: 1px;
    width: 100px;
    border-color: rgb(128, 0, 0);
    background-color: rgb(128, 0, 0);
    height: 7%;
    margin-left: 70px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    padding: 1px;
    cursor: pointer;
}
#chat-bot-productsalesform {
    padding: 2px;
    height: 392px;
    border: 1px solid rgb(128, 0, 0);
}
#error-checkboxchecked {
    display: none;
    font-size: 10px;
    color: rgb(128, 0, 0);
    margin-left: 27px;
    margin-top: -19px;
    animation-name: example;
    animation-duration: 4s;
    animation-delay: 2s;
    margin-right: 27px;
}
#displaymsg_pinfo {
    font-size: 10px;
    color: rgb(128, 0, 0);
    margin-left: 25px;
    margin-top: 25px;
    animation-name: example;
    animation-duration: 4s;
    animation-delay: 2s;
    margin-right: 27px;
}
.chat-bot-compulsary::before {
    content: "* ";
    color: red;
}
:required {
    background: #f4f4f4;
}
