@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 
.dave-main-container{
    font-family: "Roboto", sans-serif;
}
.dave-chatbox-cont {
    right: 5px;
    width: 350px;
    bottom: 5px;
    z-index: 11999;
}
button.dave-thumbsdown, button.dave-thumbsup{
    display: none;
}
.dave-cb-icon {
    right: 15px  ;
    bottom: 64px ;
}

@media screen and (max-width: 450px) {
    .dave-icon {
        margin-bottom: 75px;
        margin-right: 0px;
        right: 2px !important;
        width: 4rem;
        height: 4rem;
        bottom: 7px !important; 
    }
}
.dave-cb-icon:hover {
    transform: scale(1.2);
}

.dave-botchat {
    background-color: rgba(225, 226, 236, 1);
    box-shadow: 0px 0px 1px rgba(131, 131, 131, 1);
    -webkit-box-shadow: 0px 0px 1px rgba(131, 131, 131, 1);
    -moz-box-shadow: 0px 0px 1px rgba(131, 131, 131, 1);
    font-family: 'Roboto', sans-serif;
}

.dave-botchat::before {
    background-color: rgba(0, 0, 0, 0);
}
.viewmorebtn {
    text-decoration: underline !important;
    color: darkblue !important;
    font-weight: 400 !important;
}
.dave-userchat {
    margin: 11px 0px;
    max-width: 90%;
    padding: 5px 5px 5px 25px;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(23, 28, 143, 0.4);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.dave-userchat::before {
    background-color: rgba(0, 0, 0, 0);
}

.dave-botchat p {
    color: black;
}

.dave-botchat p.dave-chattext {
    font-family: 'Roboto', sans-serif;
    font-size: small;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

p.dave-chattext a {
    font-weight: 800;
}

p.dave-userchat-p {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 400;
    text-align: left;
    font-size: small;
}

.dave-bc-avtar img {
    scale: 1.2;
}

.dave-cb-tt-sec {
    height: 60px;
    background-color: white;
    box-shadow: 0px 0px 1px rgba(131, 131, 131, 1);
    -webkit-box-shadow: 0px 0px 1px rgba(131, 131, 131, 1);
    -moz-box-shadow: 0px 0px 1px rgba(131, 131, 131, 1);
}

.dave-cb-tt {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: rgba(23, 28, 143, 1);
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0;
    margin-left: -10px;
}

.dave-cb-chatarea {
    height: 78% !important;
    background-color: rgba(247, 247, 249, 1);
}

.dave-cb-chatsugg-list {
    font-family: Roboto;
    border: 1px solid rgb(23 28 143 / 28%);
    font-weight: 500;
    padding: 7px 15px;
    color: rgba(23, 28, 143, 1);
    transition: all 0.5s;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.dave-cb-chatsugg-list:hover {

    background: rgba(23, 28, 143, 1) !important;
    transition: all 0.5s;

    color: rgba(255, 255, 255, 1);
}

.dave-bottitleicon {
    width: 29px;
    margin-right: 19px;
    margin-left: 0px;
    padding: 15px 0px;
}

.dave-cb-chatsugg-list {
    font-size: 12px;
    padding: 5px;
}

.dave-cb-chatsugg-list:hover {
    background-color: rgba(225, 226, 236, 1);
}

.dave-bc-avtar,
.dave-uc-avtar {
    bottom: 0px;
}

.dave-bc-avtar {
    left: -25px;
}

.dave-uc-avtar {
    right: -25px;
}

ul.dave-option-list li button {
    font-size: smaller;
    min-width: 150px;
    font-family: Roboto;
    border: 1px solid rgb(23 28 143 / 28%);
    font-weight: 500;
    padding: 7px 15px;
    transition: all 0.5s;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    background: rgba(0, 3, 118, 1);
    color: #ffffff;
}

ul.dave-option-list li button:hover {
    color: rgba(23, 28, 143, 1);
    background: rgba(255, 255, 255, 1);

    transition: all 0.5s;
}

#dave-userfull-rate:not(:checked)>label::before,
#dave-accuracy-rate:not(:checked)>label::before {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

button#dave-final-feedbackButton {
    color: white;
    background: black;
    font-family: "Roboto", sans-serif;
}

.rating-star-contt p {
    font-family: "Roboto", sans-serif;
}

#dave-feedback-write {
    border-color: black;
    border-width: 0.8px;
}

.dave-main-container [type="radio"]:checked+label:before,
.dave-main-container [type="radio"]:not(:checked)+label:before {
    border: none;
}

p.dave-feedback-msg {
    color: rgba(116, 116, 116, 1);
    margin-top: 10px;
}

.dave-main-container [type="radio"]:checked+label:after {
    display: none;
}

textarea#dave-feedback-write {
    min-height: 30px;
}

.dave-cb-icon img {
    border-width: 2px;
    border-color: grey;
    border-style: solid;
    border-radius: 50%;
}

.dave-help-text {
    font-family: "Roboto", sans-serif;
}

.dave-help-paragraph {
    font-weight: 500;
}

.dave-help-container {
    bottom: 20px;
    right: 45px;
}

.dave-help-paragraph {
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-top: 14px;
    margin-right: 10px;
    padding-right: 7px;
}

.dave-pred-contt {
    padding: 0px;
    bottom: 62px;
}

.dave-help-close {
    font-size: 0.7rem;
    float: right;
    color: black;
    font-weight: 400;
}

.dave-help-close-symbol {
    float: right;
    font-weight: 700;
    font-size: 1rem;
    margin: -10px 2px 0px 5px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.dave-help-close-symbol {
    margin-top: -2px;
}

p.dave-help-control {
    color: rgba(120, 120, 120, 1);
    background-color: revert;
    font-family: 'Roboto', sans-serif;
}

.dave-cb-form form input[type="submit"] {
    background-color: white;
    border-color: white;
    color: black;
    text-transform: capitalize;
    font: normal normal bold 14px/13px Calibri;
}

.dave-cb-form form input:disabled {
    opacity: 0.5 !important;
}

.dave-cb-form form input,
.dave-cb-form form textarea {
    color: black;
}

button#dave-cb-usersend img {
    height: 18px;
}

.dave-cb-usersend {
    margin-bottom: 6px;
}

.icon-button__badge {
    position: absolute;
    top: 1px;
    right: 9px;
    width: 17px;
    height: 17px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
}

;
@media only screen and (max-width: 768px) {
    .dave-chatbox-cont {
        bottom: 150px;
    }

    .icon-button__badge {
        position: absolute;
        top: -1px;
        right: 9px;
        width: 10px;
        height: 10px;
        background: red;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 5;
        font-size: 8px;
    }
}

@media only screen and (max-width: 450px) {
    .dave-cb-icon {
        margin-bottom: 75px;
        margin-right: 0px;
        right: 5px;
        width: 4rem;
        height: 4rem;
        bottom: 40px;
    }

    .dave-help-container {
        bottom: 200px;
        right: 10px;
    }

    .dave-chatbox-cont {
        padding: 2px;
        bottom: 0px;
        right: 0px;
        width: 100%;
    }

    .dave-cb-stickBottom {
        left: 0px;
        right: 0px;
    }

    .dave-bc-avtar img {
        bottom: 3px;
        left: 3px;
    }

    .dave-uc-avtar img {
        bottom: 3px;
        left: -6px;
    }

    .dave-help-paragraph {
        font-weight: 400;
        font-size: 10px;
        line-height: 1;
    }

    .dave-help-paragraph {
        padding: 1px 5px;
        width: 95%
    }

    .dave-help-text {
        z-index: 9998;
        position: fixed;
        background-color: rgba(255, 255, 255, 1.0);
        border-radius: 10px;
        padding: 5px;
        min-width: 100px;
        max-width: calc(100vw - 80px);
        font-family: 'Roboto', sans-serif;
        color: rgba(75, 75, 75, 1);
        cursor: default;
    }

    .icon-button__badge {
        position: absolute;
        top: -1px;
        right: 9px;
        width: 10px;
        height: 10px;
        background: red;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 5;
        font-size: 8px;
    }
}


.dave-cb-chatarea {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 12px;
}
.dave-cb-chatarea::-webkit-scrollbar-button {
    height:40px;
  } 

.dave-botchat {
    border-radius: 0px 15px 15px 15px;
    margin: 15px 0px;
    max-width: 90%;
    padding: 5px 5px 25px 25px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    border-top: 1px solid rgba(23, 28, 143, 0.4);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.dave-bc-avatar,
.dave-uc-avatar {
    background: none;
}

.dave-botBubble-Title {
    display: none;
}

.dave-botchat .dave-bc-avatar {
    top: 0px;
    width: 40px;
    height: 40px;
}

span.dave-botBubble-timestamp {
    position: absolute;
    bottom: 0px;
    font-size: xx-small;
    right: 11px;
}

.dave-bc-avatar,
.dave-uc-avatar {
    /* background: #eff5fc; */
    border-radius: 50%;
    top: 5px;
    height: 35px;
    left: 3px;
    position: absolute;
    width: 35px;
    z-index: 1;
}

.dave-userchat {left: 34px;border-radius: 15px 0px 15px 15px;margin: 20px 2px 20px 0px;max-width: 90%;border-top: 1px solid rgba(23, 28, 143, 0.4);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);position: relative;color: white;width: 100%;padding-bottom: 13px;background: rgba(0, 3, 118, 1);}

.dave-bc-avatar,
.dave-uc-avatar {
    border-radius: 50%;
    top: 5px;
    height: 35px;
    left: 0;
    position: absolute;
    width: 35px;
    z-index: 1;
}

span.dave-userBubble-Title {
    display: none;
}

span.dave-userBubble-timestamp {
    font-size: xx-small;
    right: 11px;
    position: absolute;
    bottom: 0px;
    display: block;
    color: white;
}

.dave-cb-type-sec {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 10px 57px;
    position: relative;
}

.dave-cb-input input {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgb(0 0 0 / 21%);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: .8rem;
    padding: 16px 42px 15px 21px;
    width: 100%;
    margin-top: 7px;
    height: 47px;
}

.dave-bottyping-loader,
.dave-otherpersonTyping-loader,
.dave-usertyping-loader {
    height: 50px;
    width: 100px;
}

p.dave-userchat-p {
    letter-spacing: 0;
    padding: 2px 20px 14px 20px !important;
    text-align: left;
}
img.dave-botchat-typing-img,
img.dave-user-typing-img {
    height: 40px !important;
    left: 40px !important;
    width: 45px;
}
img.dave-user-typing-img {
    left: 15px !important;
}
form.dave-form select {
    border: 1px solid rgba(23, 28, 143, 0.25);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 4px;
}

.dave-cb-form form input[type="submit"] {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(23, 28, 143, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 11px 12px;
    color: rgba(23, 28, 143, 1);
    font-family: Roboto;
    font-weight: 500;
}

.dave-cb-form form input[type="submit"]:hover {
    background: rgba(23, 28, 143, 1);
    color: rgba(255, 255, 255, 1);
}

.tab-navigation {
    display: flex;
    padding: 5px 0px;
    /* overflow-x: scroll;
overflow-y: hidden; */
}

.tab-navigation li {
    padding: 10px 20px;
    background-color: #ffff;
    cursor: pointer;
    padding: 6px;
    font-size: x-small;
    font-family: Roboto;
    font-weight: 500;
    margin: auto;
    align-content: center;
}

.tab-navigation .partition{
    border: 1px solid rgba(88, 88, 88, 1);
}
.tab-navigation .partition:last-child {
    display: none;
}

.dave-form {
    display: none;
}

.active-form {
    display: block;
}

.tab-navigation>li>a {
    padding: 5px 0px;
    /* display: block; */
    line-height: 1;
    letter-spacing: 0px;
    width: max-content;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
}

.active-tab a {
    color: rgba(23, 28, 143, 1) !important;

}

.tab-content {
    /* background: rgba(255, 255, 255, 1); */
    padding: 0px 0px;
    /* width: 100%; */
    margin-top: 0px !important;
}

.tab-content input {
    border-radius: 5px;
    font-size: small;
    width: 100%;
    padding: 7px;
    border: 2px solid rgba(23, 28, 143, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.tab-content select {
    width: 100%;
    padding: 7px;
    border: 2px solid rgba(23, 28, 143, 0.25);
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.dave-form button {
    background: rgba(0, 3, 118, 1);
    border: white;
    color: #ffff;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.dave-form button:hover {
    border: 1px solid rgba(23, 28, 143, 0.5);
    background: white;
   color:  rgba(0, 3, 118, 1);  
    padding: 10px;
    transition: all 0.5s;

    border-radius: 5px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.tab-content>label {
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px 0px;
}

.addtocart .product {
    padding: 10px 10px;
    height: auto;
    border-radius: 5px;
    display: flex;
    margin: 18px 0px;
    border: 1px solid rgba(23, 28, 143, 0.25);
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.addtocart .product img{
    width: 85px !important;
    height: 85px !important;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-right: 8px !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
    position: relative !important;
    top: 0px !important;
    padding: 4px !important;
}
.addtocartbutton{
    padding: 5px 5px;
    font-size: xx-small;
    margin: 10px 0px;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    width: fit-content;
    cursor: pointer;
    transition: all 0.5s;

    background: rgba(0, 3, 118, 1);
    border: white;
    color: #ffff;
}
li.dave-pred-txt {
    padding: 5px;
    border-bottom: 1px solid;
    text-transform: capitalize;
}

.addtocartbutton:hover {
    transition: all 0.5s;
   
    color: rgb(23 28 143);
    background: white;
 
    border: 1px solid rgba(23, 28, 143, 0.5);
    
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.addtocart .product h3 {
    width: 100%;
    right: 0;
    position: relative;
    text-align: start;
    float: left;
    scroll-snap-align: center;
    padding-left: 0;
    margin: 0 0;
    font-size: x-small;
    font-weight: 400;
    line-height: 1.2;
}

.addtocart .product .product-info {
    display: flex;
    /* height: auto; */
    flex-direction: column;
}


.product-info p {
    font-size: 10px;
    margin: -8px 0px;
    font-weight: bold;
}
.product-info h6 {
    margin: 1px 0;
    font-weight: 600;
}

h6#part-num {
    display: block;
    font-size: 0.79em;
}

.dave-homeBtn{
    display:contents;
    cursor: pointer;
}
.dave-homeBtn img{
    width: 60px;
    margin-left: -56px;
    position: relative;
}
.dave-cb-send-icon {
    bottom: 18px !important;
    color: grey;
    flex: auto;
    position: absolute;
    right: 10px;
}
.dave-cb-chatsugg{
    display: none !important;       
}
span.errortext {
    font-size: x-small;
    position: relative;
    top: -2px;
    left: 8px;
    color: #2b2b2b;
}
.dave-userchat.dave-usertyping-loader {
    left: 210px !important;
}
@media only screen and (max-width: 450px) {
    .dave-cb-tt {
        padding: 10px 0 10px 10px;
        font-size: small !important;
    }
    p.dave-userchat-p {
        font-size: .8em;
        padding: 2px 20px 10px 20px !important;
    }
    .dave-userchat.dave-usertyping-loader {
        left: 180px !important;
    }
    
}

.dave-form button:disabled {
    background: #fefefe !important;
    color: #a19e9e !important;
    border: 0.1px #b9b9b9 solid !important;

}