.chatBotWrapper {
    height: 55vh;
    width: 22vw;
    z-index: 999999;
    min-width: 320px;
    min-height: 200px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 36%);
    transition: all 0.3s linear;
    display: none;
}

.chatBotHeader {
    background-color: #00bcd4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.cbTitle {
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-size: 16px;
}

.cbTitle img {
    max-height: 24px;
    margin-right: 6px;
}

.cbControlar {
    display: flex;
    align-items: center;
}

.cbcDragBtn img {
    max-height: 18px;
}

.cbcCancleBtn img {
    max-height: 28px;
}

.cbcCancleBtn {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.closeOne {
    height: 18px;
    width: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    rotate: -45deg;
}

.closeTwo {
    height: 18px;
    width: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    rotate: 45deg;
}

.hidden {
    display: none !important;
}

div.conv-form-wrapper div.wrapper-messages {
    position: relative;
    height: 52vh !important;
    max-height: 52vh !important;
    overflow-y: overlay;
    transition: margin 0.1s;
    padding: 0 10px;
}

.spinLoader,
.spinLoader:before,
.spinLoader:after {
    background: #00bcd4 !important;
    -webkit-animation: spinLoaderChat 1s infinite ease-in-out;
    animation: spinLoaderChat 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.spinLoader {
    color: #00bcd4 !important;
    text-indent: -9999em;
    margin: 50% auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.spinLoader:before,
.spinLoader:after {
    position: absolute;
    top: 0;
    content: "";
}

.spinLoader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinLoader:after {
    left: 1.5em;
}

div.conv-form-wrapper div.messages {
    transition: bottom 0.15s, padding-bottom 0.15s;
    position: absolute;
    bottom: 0;
    height: auto !important;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    padding-top: 5px;
    /* max-height: 71vh; */
}

div.conv-form-wrapper div.messages {
    max-height: 52vh;
    height: auto !important;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

div.conv-form-wrapper * {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

div.conv-form-wrapper div.messages::-webkit-scrollbar,
div.feed ul::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

div.conv-form-wrapper div.messages div.message.to {
    /*
    background: #efefef;
    color: #6f6f6f;
    border-top-left-radius: 0;
*/
    float: left;
}

div.conv-form-wrapper div.messages div.message.to .msgQusGrp {
    background: #efefef;
    color: #6f6f6f;
    float: left;
    border-radius: 20px;
    border-top-left-radius: 0;
    padding: 10px 15px 8px;
    width: 100%;
}

div.conv-form-wrapper div.messages div.message.to.withAns .msgQusGrp {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.msgAnsGrp input[type="radio"] {
    display: none;
}

.msgAnsGrp input[type="checkbox"] + label:before,
.msgAnsGrp input[type="radio"] + label:before,
.msgAnsGrp input[type="checkbox"]:checked + label:before,
.msgAnsGrp input[type="radio"]:checked + label:before {
    display: none;
}

.msgAnsGrp input[type="checkbox"] + label,
.msgAnsGrp input[type="radio"] + label {
    text-decoration: none;
    color: #646464;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    padding-left: 1.2em;
    padding-right: 0.75em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    position: relative;
    margin: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    border-top: none;
    transition: all 0.8s;
}

.msgAnsGrp input[type="checkbox"] + label:hover,
.msgAnsGrp input[type="radio"] + label:hover {
    background-color: #f3feff;
}

.msgAnsGrp input[type="checkbox"]:checked + label,
.msgAnsGrp input[type="radio"]:checked + label {
    color: #00bcd4;
    background-color: #f3feff;
}

.msgAnsGrp .msgAansList:last-child label {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

div.conv-form-wrapper div.messages div.message.to .msgQusGrp .msgQhed {
    font-weight: 600 !important;
    color: #000;
    font-size: 12px;
}

.wrapper-messages .msgAnsGrpFreeInput {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 20px);
    height: 44px;
    bottom: 0px;
    padding-bottom: 6px;
    padding-top: 2px;
    background-color: #fff;
}

.msgAnsGrpFreeInput .msgAnsInputText {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-height: 45px;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #000;
}

.msgAnsGrpFreeInput .sendMsgAnsBtn {
    max-height: 45px;
    max-width: 90px;
    height: 40px;
    width: 90px;
    background: #000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.conv-form-wrapper div.messages div.message {
    border-radius: 20px;
    /*    padding: 12px 22px;*/
    font-size: 14px;
    line-height: 18px;
    color: #333;
    display: inline-block;
    /*    padding: 10px 15px 8px;*/
    border-radius: 20px;
    margin-bottom: 5px;
    float: right;
    clear: both;
    max-width: 85%;
    word-wrap: break-word;
}

div.conv-form-wrapper div.message.ready {
    -webkit-animation: bounceIn 0.2s ease;
    animation: bounceIn 0.2s ease;
    transform-origin: 0 0 0;
}

div.conv-form-wrapper div.message {
    animation: slideTop 0.15s ease;
    -webkit-animation: slideTop 0.15s ease;
}

.message.to + .message.from,
.message.from + .message.to {
    margin-top: 15px;
}

div.conv-form-wrapper div.messages div.message.from {
    background: #00bcd4;
    color: #fff;
    border-top-right-radius: 0;
    padding: 6px 18px 6px;
}

.convFormDynamic {
    width: calc(100% - 0px);
    margin: 10px auto 3px;
    padding: 6px 4px 6px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 45px;
    background: #2b2b2b;
    box-shadow: 0 -4px 7px 0px rgba(222, 222, 222, 0.4);
}

.dynamicAns {
    width: 85%;
}

.dynamicAnsBtn {
    width: 45px;
}

.dynamicAnsBtn button {
    height: 45px;
    width: 100%;
    border: 1px solid #2b2b2b;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2b;
    box-shadow: 2px 3px 8px -2px #000000, -1px -2px 8px -3px #abaaaa;
}

.dynamicAnsBtn button:hover {
    background-color: #000000;
}

.dynamicAns input[type="checkbox"] + label,
.dynamicAns input[type="radio"] + label {
    margin-bottom: 0px;
}

.enquireNowBtn {
    height: auto;
    width: auto;
    max-width: 200px;
    min-width: 100px;
    max-height: 50px;
    min-height: 10px;
    background-color: #00bcd4;
    color: #fff;
    border-radius: 12px;
}

.enquireNowBtn .chatBotHeader,
.enquireNowBtn .chatBotContainer {
    display: none;
}

.activeEnquireNowBtn {
    display: none;
}

.enquireNowBtn .activeEnquireNowBtn {
    display: block;
    padding: 8px 20px;
    cursor: pointer;
    color: #ffffff;
    background-color: #00bcd4;
    transition: all 0.8s linear;
    border-radius: 4px;
}

.dynamicAns input[type="text"],
.dynamicAns input[type="password"],
.dynamicAns input[type="email"],
.dynamicAns input[type="tel"],
.dynamicAns select,
.dynamicAns textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(160, 160, 160, 0.075);
    border: none;
    border: solid 1px rgba(160, 160, 160, 0.3);
    border-radius: 0;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: inset 3px 2px 4px #181818, inset -4px -2px 7px #575757;
    color: #ffffff;
}

/*


.dynamicAns input[type="checkbox"] + label, .dynamicAns input[type="radio"] + label {
    text-decoration: none;
    color: #646464;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    padding-left: 1.8em;
    padding-right: 1.75em;
    position: relative;
}
.dynamicAns input[type="checkbox"] + label:before, .dynamicAns input[type="radio"] + label:before {
    background: rgba(160, 160, 160, 0.075);
    border: solid 1px rgba(160, 160, 160, 0.3);
    content: '';
    display: inline-block;
    font-size: 0.8em;
    height: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px;
}

.dynamicAns input[type="checkbox"]:checked + label:before,
.dynamicAns input[type="radio"]:checked + label:before {
    background: #3c3b3b;
    border-color: #3c3b3b;
    color: #ffffff;
    content: '\f00c';
}
*/

.dynamicAns input[type="radio"]:checked,
.dynamicAns input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.dynamicAns input[type="radio"]:checked + label,
.dynamicAns input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
}

.dynamicAns input[type="radio"]:checked + label:before,
.dynamicAns input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #595959;
}

.dynamicAns input[type="radio"]:checked + label:after,
.dynamicAns input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #00bcd4;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dynamicAns input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.dynamicAns input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes spinLoaderChat {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes spinLoaderChat {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes slideTop {
    0% {
        margin-bottom: -25px;
    }

    100% {
        margin-bottom: 0;
    }
}

@-webkit-keyframes slideTop {
    0% {
        margin-bottom: -25px;
    }

    100% {
        margin-bottom: 0;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.75, 0.75);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        transform: scale(0.75, 0.75);
    }

    100% {
        transform: scale(1, 1);
    }
}

div.chatBotContainer div.card.selectAvalSlotContain {
    height: 0vh !important;
    max-height: 0vh !important;
    overflow-y: overlay;
    transition: margin 0.25s, all 0.75s ease;
    padding: 0 10px;
    background-color: #008b9d;
    position: absolute;
    width: 100%;
    top: 58vh;
    opacity: 0;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

div.chatBotContainer div.card.selectAvalSlotContain.show {
    height: 53vh !important;
    max-height: 53vh !important;
    overflow-y: overlay;
    transition: margin 0.25s, all 0.75s ease;
    padding: 0 10px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 32px;
    opacity: 1;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

@keyframes swapIn {
    from {
        bottom: -70vh;
        top: auto;
    }

    to {
        bottom: auto;
        top: 32px;
    }
}

@-webkit-keyframes swapIn {
    from {
        bottom: -70vh;
        top: auto;
    }

    to {
        bottom: auto;
        top: 32px;
    }
}

.datewithSlotContainer {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.datewithSlotContainer .dateWithSlotRow {
    width: calc(100% / 5);
    min-height: 200px;
    background-color: transparent;
    padding: 3px;
}

ul.slotTimeGroup {
    padding-inline-start: 0px;
    list-style: none;
}

ul.slotTimeGroup li.slotTimeAvailable {
    text-align: center;
    font-size: 12px;
    padding: 4px;
    border-radius: 6px;
    border: 1px solid #b9b9b9;
    color: #2f2f2f;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.2s;
}

ul.slotTimeGroup li.slotTimeAvailable:hover,
ul.slotTimeGroup li.slotTimeAvailable:active {
    background-color: #d9fbff;
    color: #000000;
    border: 1px solid #51d3e3;
}

.slotTimeSelected {
    background-color: #d9fbff;
    color: #000000;
    border: 1px solid #51d3e3;
}

.slotDays.currentDays {
    border-left: 2px solid #00bcd4;
    font-weight: 600;
}

.slotDays {
    text-align: center;
    margin-bottom: 20px;
}

.dtNavBtnGrp {
    display: flex;
    align-items: center;
}

.faIconBtn {
    height: 22px;
    width: 22px;
    margin: 2px;
    border-radius: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faIconBtn i {
    margin-left: 4px;
}

.slctSlotHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slctSlotHeader span.bckPreviousBtn {
    margin-right: 10px;
    cursor: pointer;
}

.currentMonth {
    color: #fff;
    background-color: #000;
    width: fit-content;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 1px 3px 9px -4px #4b4a4a;
    margin-bottom: 5px;
}

.curMnthTimeZ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.curMnthTimeZ .timeZone {
    color: #9b9b9b;
}
