/*Bottom Bubble */
body{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.cb__contact_bubble {
    animation: fadeIn .25s ease;
    position: fixed;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    bottom: 30px;
    z-index: 99999999;
}

.cb__contact_bubble a {
    box-shadow: 0 10px 20px #d00000c9;
    width: 57px;
    height: 57px;
    align-items: center;
    border: none;
    border-radius: 99999px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    position: relative;
    animation: sonarWav 4s linear  infinite;


}


  .cb__contact_bubble.right.cb__rotate_bubble a{
    animation: none;
    animation-timing-function: none;
  }
.cb__rotate_bubble a {
    background: #56BABD;
}

.cb__button_cntainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.cb__button_cntainer .cb__close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.8, .8) rotate(-180deg);
    opacity: 0;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cb__button_cntainer .cb__open {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cb__rotate_bubble .cb__button_cntainer .cb__close {
    transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    opacity: 1;
}

.cb__rotate_bubble .cb__button_cntainer .cb__open {
    transform: translate(-50%, -50%) scale(.8, .8) rotate(180deg);
    opacity: 0;
}

.cb__button_cntainer .cb__open img {
    width: 22px;
}
.cb__button_cntainer .cb__close img{
    width: 16px;
}
/*MODAL*/

.cb__modal {
    width: 340px;
    animation: fadeIn .25s ease;
    position: fixed;
    flex-direction: column;
    right: 30px;
    bottom: 100px;
    z-index: 99999999;
    background: #dddddd;
    display: none;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.cb__modal.cb__show_modal {
    display: flex;
}

.cb__modal_header {
    float: left;
    width: 100%;
    padding: 3px 15px;
    background: #56BABD;
    text-align: left;
    border-radius: 6px 6px 0 0;
}
.cb__modal_header .cb-pop-hi{
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
}
.cb__modal_header #cb__pop_heading{
    color:#ffffff;
    padding-left: 15px;
    font-size:14px !important;
    font-weight:400;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.5px;
}

/* .cb__modal_header img {
    float: left;
    width: 20px;
    margin-right: 5px;
} */
.cb__modal_header .cb-fevicon{
    width:55px;
}
.cb__modal_header .cb-full-logo{
    width:85px;
}
.cb__modal_body {
    float: left;
    width: 100%;
    height: 400px;
    max-height: calc(100vh - 260px);
     overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    flex: 1 0 auto;
    position: relative;
    background: #ffffff;
}

/* ::-webkit-scrollbar {
    width: 2px !important;
} */

.cb__modal_body {
    scrollbar-width: none !important;
}

.my{
    justify-content: flex-end;
}

.cb__sendsms_page {
    max-width: calc(100% - 32px);
    color: #4f4f4f;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom:0px;
    margin-left: 16px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 3px;
    /* padding: 15px 26px 16px 0px; */
    align-self: flex-start;
    position: relative;
    opacity: 0;
    animation: innerBubbleGrow .2s ease forwards 0s;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-sizing: border-box;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.cb__sendsms_page .cb_admin-icon{
    width:36px;
    height:36px;
    border-radius: 100px;
    margin-right: 10px;
    padding: 2px;

}
.cb__sendsms_page > #cb__sendsms {
    font-size: 14px !important;
    font-weight: 400;
    max-width: 222px;
    color:#4f4f4f;
    background-color: #F5F8FA;
    border-radius: 0px 8px 8px 8px;
    animation: outerBubbleGrow .4s ease forwards;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    letter-spacing: 0.5px;
    padding: 15px;
    overflow-wrap: anywhere;
}

/* .cb__sendsms_page:after {
    content: '';
    z-index: -1;
    left: 0;
    bottom: 0;
    background-color: #F5F8FA;
    border-radius: 24px 24px 24px 3px;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: outerBubbleGrow .4s ease forwards;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
} */

.cb__sendsms_page1.cb__status_msg {
    display: none;
    margin:15px 0px;
}

.cb__sendsms_page.cb__status_msg .cb__top_border {
    background: #56BABD;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0 !important;
}
.cb__textInput input:-internal-autofill-selected {
    background-color: transparent !Important;
}

.cb__sendsms_page.cb__status_msg.show_status {
    display: inline-block;
}

.cb__status_msg .cb__sendsms {
    text-align: center;
}

.cb__sendsms span {
    float: left;
    width: 100%;
}

.cb__sendsms #cb__my_message_content_name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color:#4f4f4f;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.cb__sendsms #cb__my_message_content_phone {
    font-size: 14px;
    line-height: 20px;
    color:#4f4f4f;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.cb__status_msg .cb__sendsms img {
    width: 50px;
    margin-bottom: 10px;
}

.cb__status_msg .cb__sendsms h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #2A2A2A;
}

.cb__status_msg .cb__sendsms p {
    font-size: 12px;
    font-weight: 400;
    color: #888787;
    margin: 6px 0;
}

.cb__status_msg .cb__sendsms a {
    color: #56BABD;
    text-decoration: none;
}

.cb__sendsms_formContent.cb__submit_msg {
    display: none;
    font-size: 14px;
}

.cb__sendsms_formContent.cb__submit_msg span {
    font-size: 12px;
    font-weight: 400;
    color: #989898;
}

.cb__sendsms_formContent.cb__submit_msg p {
    padding: 0;
    margin: 0;
}

.cb__sendsms_formContent.cb__submit_msg.show_submit {
    display: inline-block;
}

.cb__spinner {
    margin: 20px 0 0 0;
    width: 100px;
    text-align: center;
}

.cb__spinner > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background: #cccccc;
}

.cb__spinner .cb__bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.cb__spinner .cb__bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.cb__modal_footer {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #000000 !important;
    border-top:1px solid #000000;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0 0 6px 6px;
    color: #ffffff !important;
}

.cb__modal_footer img {
    width: 16px;
    margin-right: 5px;
}
#cb__success .cb__sendsms_page{
    margin-top:0px;
}
/** Form **/

#cb__form.hide_form {
    display: none;
}

.cb__sendsms_formContent {
    width: 160px;
    opacity: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    background-color: #EFF7FE;
    border-radius: 10px 10px 3px 10px;
    margin: 22px 16px 0 0;
    animation: innerBubbleGrow .5s ease forwards .5s;
    transform-origin: bottom right;
    z-index: 2;
    padding: 15px 26px 16px 21px;
    float: right;
    box-sizing: content-box;
}

.cb__sendsms_formContent.cb__submit_msg {
    animation: innerBubbleGrow .1s ease forwards .1s;
}

.TextInput__Input:focus ~ label, .TextInput__Textarea:focus ~ label {
    color: #56BABD;
}

.cb__textInput__Bar:before,
.cb__textInput__Bar:after {
    background-color: #56BABD;
}

.cb__textInput {
    position: relative;
    margin: .6rem 0;
    opacity: 0;
    animation: textFade .3s linear forwards .3s;
}

.cb__textInput.cb__error .cb__textInput__Bar:before, .cb__textInput.cb__error .cb__textInput__Bar:after {
    background: #ff0000 !important;
}

.cb__textInput.cb__error label {
    color: #ff0000 !important;
}

.cb__textInput input, .cb__textInput textarea {
    resize: none;
    background-color:#EFF7FE !important;
    border: 0;
    color: #4f4f4f;
    font-size: 14px !important;
    height: 30px;
    line-height: 30px;
    outline: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    letter-spacing: 0.5px;
    padding: 8px 0;
    font-weight: 600 !important;
    box-sizing: content-box;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

.cb__textInput label {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    /* top: 23px; */
    transition: .2s ease;
    white-space: nowrap;
    z-index: 2;
    min-width: 100px;
    letter-spacing: 0.5px;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block !important;
}

.cb__textInput__Textarea {
    margin-top: 10px !important;
    height: 16px !important;
    line-height: 16px !important;
}

.cb__textInput__Textarea ~ .cb__textInput__Bar {
    bottom: 4px;
}

.cb__textInput input:focus + label, .cb__textInput textarea:focus + label {
    opacity: 1;
    transform: translateY(-12px) translatex(-8px) scale(0.85);
}

.cb__textInput input:not(:placeholder-shown) + label, .cb__textInput textarea:not(:placeholder-shown) + label {
    opacity: 1;
    transform: translateY(-12px) translatex(-8px) scale(0.85);

}

.cb__textInput input:focus + .cb__textInput__Bar {
    background: #56BABD !important;
}

.cb__textInput input::placeholder, .cb__textInput textarea::placeholder {
    color: #ffffff;
}

.cb__textInput__Bar:before {
    left: 50%;
}

.cb__textInput__Bar:after {
    right: 50%;
}

.cb__textInput__Bar:after, .cb__textInput__Bar:before {
    content: '';
    height: 2px;
    position: absolute;
    transition: .2s ease;
    width: 0;
}

.cb__textInput__Bar:before, .cb__textInput__Bar:after {
    background-color: #56BABD;
}

.cb__textInput input:focus ~ .cb__textInput__Bar:after, .cb__textInput input:focus ~ .cb__textInput__Bar:before, .cb__textInput textarea:focus ~ .cb__textInput__Bar:after, .cb__textInput textarea:focus ~ .cb__textInput__Bar:before {
    width: 50%;
}

.cb__textInput__Checkmark {
    display: none;
}

.cb__textInput__Error {
    color: #e73e51;
    font-weight: 600;
    position: absolute;
    bottom: 6px;
    font-size: 12px;
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 5px 0 5px 5px;
    display: none;
}

.cb__textInput__Checkmark--show .cb__textInput__Checkmark {
    position: absolute;
    height: 16px;
    width: 16px;
    right: 2px;
    bottom: 22px;
    background-color: transparent;
    transform: translateY(50%);
    z-index: 999;
    display: block;
}

.cb__textInput__Checkmark--show.cb__error .cb__textInput__Checkmark {
    display: none;
}

.cb__error .cb__textInput__Error {
    display: block !important;
}

.cb__textInput__Checkmark--show .cb__textInput__Checkmark img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: white;
    stroke-miterlimit: 10;
    box-shadow: rgb(34, 216, 93) 0 0 0 inset;
    animation: 0.5s ease-in-out 0.3s 1 normal forwards running fill, 0.3s ease-in-out 0.65s 1 normal forwards running scale, 0.5s ease-in-out 0.5s 1 normal forwards running box-shadow;
}

.cb__textInput__Bar {
    background-color: #c4c4c4;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.cb__sendButton.cb__sendButton--incomplete {
    background-color: #56BABD;
    border-color: #56BABD;
    font-weight: 500;
}

.cb__sendButton.cb__sendButton--valid:hover {
    background-color: #56BABD;
    border-color: #56BABD
}

.cb__sendSmsPage__ButtonFader {
    float: left;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: opacity .2s .4s, transform .2s .4s, max-height 0s .6s, .4s;
    max-height: 100%;
    margin-top:25px;
}

.cb__legal {
    margin: 20px auto;
    text-align: center;
    color: #ccc;
    font-size: 10px;
    max-width: 25em;
    line-height: 1.6;
    letter-spacing: .2px;
    opacity: 0;
    animation: innerBubbleGrow .5s ease forwards 0s;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cb__legal p {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #BBB9B9;

}

.cb__legal a {
    color: grey !important;
    text-decoration: underline !important;
}

.cb__legal--isActive {
    opacity: 1;
}

.cb__sendSmsPage__Center {
    text-align: center;
    width: 100%;
    height: auto;
}

.cb__sendButton.cb__disabled {
    opacity: .4;
}

.cb__sendButton {
    font-family: Graphik, avenir next, avenir, Helvetica, sans-serif;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    width: 190px;
    height: 46px;
    font-weight: 600;
    font-size: 15px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    outline: 0;
    background-color: #56BABD;
    transition: width .3s, height .3s, color .3s, background-color .3s, border-color .3s;
    color: #fff;
    border-color: #56BABD;
    opacity: 1;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cb__sendButton.cb__sendButton--incomplete {
    background-color: #56BABD;
    border-color: #56BABD
}


/*Prompt Section*/

.cb__prompt {
    z-index: 999999;
    animation: fadeIn .25s ease;
    align-items: flex-end;
    display: none;
    flex-direction: column;
    margin: 16px;
    width: 100%;
    max-width: 317px;
    padding-top: 20px;
    position: fixed;
    bottom: 90px;
    right: 15px;
}


.cb__prompt.cb__hide_prompt {
    display: none !important;
}

.cb__prompt__closeButton {
    background-color:#ffffff;
    border-radius: 99999px;
    border: none;
    color: #828282;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 15px;
    margin-right: 3px;
    margin-bottom: 10px;
    opacity: 1;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .24);
    letter-spacing: 0.5px;
}

.cb__prompt__closeButton--isMobile, .cb__prompt__closeButton--isTablet, .cb__prompt__closeButton:active, .cb__prompt__closeButton:hover {
    color: #000;
    background-color: rgba(240, 240, 240, .95);
}

/* .cb__prompt:hover > .cb__prompt__closeButton {
    opacity: 1;
} */

.cb__prompt__messageBubble {
    border: 1px solid #e8e9eb;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .24);
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    max-width: 290px;
    padding: 16px;
    width: 100%;
    z-index: 99999;
}

.cb_prompt__avatarCustom {
    background-color: #e4e9f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.cb_prompt__avatarCustom img{
    border-radius:100px;
    padding: 2px;
    width:40px;
}
.cb__prompt__promptText {
    padding-left: 12px;
    font-size: 14px !important;
    line-height: 1.4;
    max-width: 190px;
    color:#828282;
    letter-spacing: 0.5px;
}

.cb__prompt__messageBubble::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -6px;
    right: 18px;
    background: #fff;
    border-radius: 4px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Input Box Style */
.cb-modal-input {
    background: #ffffff;
    width: 100%;
    padding-bottom: 20px;
    padding-top:15px;
}
.cb-modal-chitkara-inputbox input{
    border:none;
    background: transparent !important;
    color:#4f4f4f;
    height:48px;
    padding:0;
    width:100%;
    outline: none;
    font-weight: 400;
}
.cb-modal-chitkara-inputbox button{
    background: #d00000;
    border:none;
    border-radius: 40px;
    height:34px;
    width:69px;
    color:#ffffff;
    font-size:14px;
    font-weight: 400;
    box-shadow: none;
}
.cb-modal-chitkara-inputbox{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E8E6EA;
    box-sizing: border-box;
    border-radius: 40px;
    height:48px;
    width:80%;
    margin:0 auto;
    padding: 0 15px;
}
.cb-modal-inputbox input:focus{
    outline: none !important;
}
.cb-modal-chitkara-inputbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 300 !important;
}
  .cb-modal-chitkara-inputbox input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 300 !important;
}
.cb-modal-chitkara-inputbox input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 300 !important;
}
.cb-modal-chitkara-inputbox input:-moz-placeholder { /* Firefox 18- */
    font-weight: 300 !important;
}
/*KEY FRAME*/

@keyframes fadeIn {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }
    100% {
        webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes innerBubbleGrow {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes textFade {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px rgba(34, 216, 93, 1);
    }
}


@media only screen and (max-width: 600px) {
    .cb__modal.cb__show_modal {
        display: inline-block;
    }

    .cb__modal_header {
        border-radius: 0 !important;
    }

    .cb__modal {
        width: 100%;
        top: 0 !important;
        right: 0;
        bottom: inherit;
        border-radius: 0;
        box-shadow: none;
        height: 100%;
    }

    .cb__modal_body {
        position: absolute;
        left: 0;
        top: 70px;
        height: 100% !important;
    }

    .cb__sendSmsPage__Center {
        margin-bottom: 40px;
    }

    .cb__legal {
        max-width: 80%;
    }

    .cb__sendButton {
        width: 80%;
    }

    .cb__contact_bubble.cb__rotate_bubble {
        top: 6px;
        bottom: inherit;
    }

    .cb__contact_bubble.cb__rotate_bubble a {
        box-shadow: none;
    }

    .cb__modal_footer {
        border-radius: 0 !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .cb__sendSmsPage__Center {
        height: 120px;
    }
}
