/* table styling  */

/* Table styling for RMA status table */
table.oda-chat-message-RMAtable td {
    border: 1px solid darkgrey;
    text-align: center !important;
    font-size: 14px!important;
    font-family: "Roboto", sans-serif !important;
}

table.oda-chat-message-RMAtable th {
    border: 1px solid darkgray;
    font-size: 16px!important;
    text-align: center!important;
    font-family: "Roboto", sans-serif !important;

}

table.oda-chat-message-RMAtable thead tr {
    background-color: #6c6c6c !important;
    color: #FFFFFF !important;
    font-family: "Roboto", sans-serif !important;
}

table.oda-chat-message-RMAtable tr td:first-child{
    width:135px !important
}

table.oda-chat-message-RMAtable {
    width:100%  !important
}
/* ----------------------------------------------------------------------- */
/* Table styling for warranty status table */

table.oda-chat-message-warrantytable td{
    border: 1px solid darkgrey;
    text-align: center !important;
    font-size: 14px!important;
    font-family: "Roboto", sans-serif !important;
}
    

table.oda-chat-message-warrantytable th {
    border: 1px solid darkgray;
    font-size: 16px!important;
    text-align: center!important;
    font-family: "Roboto", sans-serif !important;
}

table.oda-chat-message-warrantytable thead tr {
    background-color: #6c6c6c !important;
    color: #FFFFFF !important;
    font-family: "Roboto", sans-serif !important;
}

table.oda-chat-message-warrantytable tr td:first-child{
    width:65px !important
}
table.oda-chat-message-warrantytable {
    width:100% !important 
}

/* ---------------------------------------------------------------------- */

.oda-chat-message-content p {
    font-size: 16px;
}

.oda-chat-message-content p img{
    max-width: 105% !important; 
    padding: 0;
    margin-left: -5px;
    height : auto !important;
}
table#mobile_exempt p img {
    max-width: 180% !important;
    width: 150%;
    height: auto;
    margin-left: -75px;
    margin-bottom: -100px;
}

ol table.bgnormal {
    width: 130% !important;
    height: auto;
    border: 1px solid black;
    /* border-collapse: initial; */
    margin-left: -50px;
   }
table.bgnormal {
    width: 100% !important;
    height: auto;
    border: 1px solid black;
    /* border-collapse: initial; */
}
   table.bgnormal tbody tr td{
font-size: 11px;
padding: 1px;
border: 1px solid black;
text-align: center;
}
table.bgnormal tbody tr td strong{
    word-break: keep-all;
}

table.bgnormal tbody tr td b{
    font-size: 15px;
}

    table#Map-By-Drive-Name {
        width: 150% !important;
        height: auto;
        border: 1px solid black;
        /* border-collapse: initial; */
        margin-left: -83px;
       }
       table#Map-By-Drive-Name tbody tr td{
    font-size: 13px;
    padding: 1px;
    border: 1px solid black;
    text-align: center;
    }
    table#mobile_exempt{
        border: none !important;
        margin-left: 0;
        width: 100% !important;
    }

    table#mobile_exempt td b {
        font-size: 15px;
    }

    table#mobile_exempt td{
       border: none !important;
       text-align: left !important;
       font-size: 13px;
       padding: 6px 0px 6px 4px !important;
    }
    table#mobile_exempt td .text{
        word-break: normal;
    }
    table#mobile_exempt tr{
        background-color: transparent !important;
    }
    table#Map-By-Drive-Name tbody tr:nth-child(odd){
        background-color: lightgray;
    }
    table#Map-By-Drive-Name tbody tr:nth-child(even){
        background-color: white;
    }

    table.bgnormal tbody tr:nth-child(odd){
        background-color: lightgray;
    }
    table.bgnormal tbody tr:nth-child(even){
        background-color: white;
    }
    .oda-chat-message-content ul p img {
       
        max-width: 160% !important;
        padding: 0;
        margin-left: -88px;
    
    }
  
/* end of table styling */


.oda-chat-header-button {
    background: transparent !important;
	/* Added by CSS Corp */
	border: none;
	margin-right: 2px;
	margin-left: 2px;
	/* End of addition by CSS Corp */
}

/* Added by CSS Corp */
.oda-chat-header-button:focus:enabled {
	border: none;
	outline: none;
}

.oda-chat-button:focus:enabled {
	border: none;
	outline: none;
}
/* End of addition by CSS Corp */

.oda-chat-button {
    background: #000000 !important;
	/*fill: #0277BD !important;*/
    /* bottom: 20px !important; */
    border: 1px solid #E6E6E6 !important;
}
@media screen and (min-width: 769px){
    .oda-chat-wrapper {
        bottom: 40px !important;;
    }
}

@media only screen and (max-width: 600px) {
    .oda-chat-wrapper {
        bottom: 40px !important;
        right: 20px;                /* Moving the screen a bit to the left of the screen as it is very close in mobile devices */
    }
}

.oda-chat-conversation-div{
    /* Layout Properties */
    top: 170px;
    left: 174px;
    width: 184px;
    height: 227px;
    margin-top: 55px;
    margin-left: 95px;
    /* UI Properties */
    opacity: 1;
}
.oda-chat-conversation-logo {
    /* Layout Properties */
    top: 170px;
    left: 174px;
    width: 184px;
    height: 25px;
	/* Added by CSS Corp */
	margin-left: auto;
	margin-right: auto;
	/* End of addition by CSS Corp */
    /* UI Properties */
    /* background: transparent url('/euf/assets/themes/standard/botimages/Logo.svg') 0% 0% no-repeat padding-box; */
    /* background: transparent url('/euf/assets/themes/standard/botimages/Logo.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    background: url('/euf/assets/themes/standard/botimages/WesternDigitalChat_Logo.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.oda-chat-conversation-avatar{
    /* Layout Properties */
    top: 215px;
    left: 194px;
    width: 144px;
    height: 144px;
	/* Modified by CSS Corp */
    margin-left: auto;
	margin-right: auto;
	/* End of modification by CSS Corp */
    margin-top: 22px;
    /* UI Properties */
    /* background: transparent url('/euf/assets/themes/standard/botimages/avatar.png') 0% 0% no-repeat padding-box; */
	/* background: transparent url('/euf/assets/themes/standard/botimages/avatar.png') 0% 0% no-repeat padding-box; */
    /*border: 1px solid #DBDBDB;*/
    opacity: 1;
    background: url('/euf/assets/themes/standard/botimages/WesternDigitalChat_Graphic.svg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.oda-chat-conversation-text{
    /* Layout Properties */
    top: 378px;
    left: 208px;
    width:100%;
    /* width: 116px;
    height: 19px;
    margin-left: 34.22px;  */
    margin-top: 19px;
    /* UI Properties */
    text-align: center;
    font:  normal normal 18px/16px "Roboto", sans-serif;
    letter-spacing: 0.13px;
    color: #000000;
    opacity: 1;
}
.oda-chat-conversation-text em{
    font-weight: bold;
    font-size: 16px !important;
}
/*.oda-chat-widget {
    width: 500px !important;
    border: 2px solid black;
}*/
.oda-chat-widget {
    /* Layout Properties */
    /*top: 58px;
    left: 79px;*/
    width: 375px;
    height: 641px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border: 1px solid #E8E8E8;
    opacity: 1;
}
.oda-chat-header {
    /* Layout Properties */
    top: 59px;
    left: 79px;
    width: 100%;
    height: 56px;
    /* UI Properties */
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 1000;
}
.oda-chat-logo {
    /* Layout Properties */
    top: 74px;
    left: 103px;
    width: 30px !important;
    height: 30px !important;
    max-height:30px;
    max-width: 30px;
    min-height:30px;
    padding: 0%;
    /* UI Properties */
    opacity: 1;
}
.oda-chat-conversation{
    /* Layout Properties */
    top: 115px;
    left: 79px;
    width: 100%;
    height: 521px;
    /* UI Properties */
    background: #F8F8F8 0% 0% no-repeat padding-box;
    opacity: 1;
}

/* .oda-chat-icon-wrapper{
    background-color: #000000;
    border-radius: 50%;
    padding: 1px;
    align-items: center;
} */
/* .oda-chat-message-icon{
    
        height: 20px !important;
        max-height: 20px !important;
        max-width: 23px !important;
        width: 23px !important;
} */
.oda-chat-card{
	width: 100%;
}
.oda-chat-card-image{
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.oda-chat-card-title{
	white-space: normal;
}

.oda-chat-message{
	margin-bottom: 10px;
}

.oda-chat-left .oda-chat-message-footer{
	margin-top: 10px;
    padding:16px ;
}

.oda-chat-message-bubble {
    max-width: 300px !important;
    padding: 0px;
    background: #ECECEC 0% 0% no-repeat padding-box;
    opacity: 1;

}

.oda-chat-message-content {
    padding:16px;
    margin: 0px;
    font-family: 'Roboto',sans-serif;
}

.oda-chat-right .oda-chat-message-bubble {
    /*border-radius: 32px 32px 0 32px !important;*/
    border-radius: 20px 20px 0 20px !important;
    background-color: #C0DDEF;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
.oda-chat-left .oda-chat-message-bubble {
    /*border-radius: 32px 32px 32px 0 !important;*/
    border-radius: 20px 20px 20px 0 !important;
    background-color: #F2F3F3;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
.oda-chat-action-postback{
    white-space: normal !important;
    text-shadow: none !important;
    line-height: 18px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #0277BD !important;
    opacity: 1;
    text-align: center;
    font: normal normal medium 14px/22px Roboto;
    letter-spacing: -0.04px;
	/* Added by CSS Corp */
	line-height: 1.3;
	/* End of addition by CSS Corp */
    color: #0277BD !important;
    opacity: 1;
}
.oda-chat-user-input{
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    margin: 0px 0px 0px 15px;
}
.oda-chat-user-input:focus{
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.oda-chat-footer-button{
    border: none !important;
}
.oda-chat-footer-button:disabled{
    border: none !important;
}
.oda-chat-footer-button-svg-icon{
    fill: #000000 !important;
}

.oda-chat-button-icon:first-child {
    fill: #000000 !important;
}

.oda-chat-share-popup-item {
    color: black;
}

.oda-chat-message-actions .oda-chat-action-postback.oda-chat-disabled {
    background: #f8f8f8;
    border-color: #c5c5c5;
    color: #737373;
}
.oda-chat-message-actions .oda-chat-action-postback {
    background: #025e7e;
    border-color: #025e7e;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
.oda-chat-header-info-wrapper{
    display: none;
}
.oda-chat-message-actions .oda-chat-action-postback {
    white-space: normal !important;
    text-shadow: none !important;
    line-height: 18px !important;
    align-items: center;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-family: 'Roboto', sans-serif  !important;
    font-weight: bold;
    /*flex: 1; */
    justify-content: center;
    /*padding: 12px 24px;*/
    padding: 12px 12px;
    margin: 4px;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    /* border-top: 0.5px solid lightgray !important; */
}

.oda-chat-message-actions {
	display: grid;
    font-family: 'Roboto', sans-serif;
    /* margin-top: 10px; */
	/* flex-direction: unset;
	flex-wrap: wrap; */
}

.oda-chat-card-actions .oda-chat-action-postback {
    padding: 12px 12px;
    margin: 4px;
}

#chat_widget_main button 
{
    text-transform:none !important;
}
#agent-top{
    background-color: #ececec;
    display: flex;
    /* margin: 5px; */
    align-items: center;
    height: 60px;

}
#agent-top img{
    margin-left: 15px;
    border-radius: 50%;
    background-color: white;
}
#agent-name{
    padding: 5px 15px;
    font-family: 'Roboto';
}
#agent-name div:first-child{
    font-weight: bold;
    padding: 2px 0 8px 0;
}
.imgbox {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

button.oda-chat-action-postback div::before{
    width: 100%;
    height: 0.5px;
    /* overflow: hidden; */
    position: absolute;
    left: 0;
    content: "";
    /* display: block; */
    margin: -16px 0 0px 0px;
    background-color:lightgray;
}

.oda-chat-message-content .oda-chat-message-actions .oda-chat-action-postback {
    padding: 16px 0 0 0;
}

.oda-chat-message-content h3 span,.oda-chat-message-content h3 {
    padding-left: 0 !important;
}

 .oda-chat-message-content button.oda-chat-action-postback::before{
    width: 100%;
    height: 0.5px;
    /* overflow: hidden; */
    position: absolute;
    left: 0;
    content: "";
    /* display: block; */
    bottom: 55px ;
    background-color:lightgray;
}
.oda-chat-user-input::before{
    content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0; 

  background-color: #000000
}


#close_modal{
    float: right;
    font-size: 35px;
}
.head{
        /* display: none; */
        visibility: hidden;
        background-color: white;
        position: fixed;
        /* z-index: 1; */
        /* padding-top: 100px; */
        /* left: 0; */
        /* top: 0; */
        width: 22%;
        /* height: 100%; */
        overflow: auto;
        border: none;
        bottom: 110px;
        cursor: pointer;
        overflow: visible;
        padding: 0px;
        /* position: absolute; */
        right: 21px;
        text-align: center;
        touch-action: none;
        /* transition: height 0.25s ease-out, width 0.25s ease-out; */
        z-index: 10000;
        box-shadow: 0px 1px 7px 0px #888888;
}

.modal_text{
    padding: 18px 15px;
    margin: 0px;
    line-height: 1.6em;
    font-size: 13px;
    font-family: "Roboto",sans-serif;
}
#wd-top{
    background-color:#ECECEC !important;
}

/* This is for the divider button between the input text field and attachment icon */
button#oda-chat-share-button::after {
    content: "";
    position: absolute;
    background: lightgray;
    height: 100%;
    width: 1.0px;
    left: 45px;
}

.status{
    position: absolute;
    width: 14px;
    left: 27px;
    bottom: 13px;
}

.oda-chat-button img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    padding: 7px;
}

/* Important Image's code */
table.bgnormal td img {
    max-width: initial;
    width: 25px;
    height: 25px;
}

/* Note text's code */
.bgnormal td .text {
    word-break: keep-all;
}

/* To remove the notification of unread messages */
.oda-chat-notification-badge {
    display: none;
}

p#chat-bot-textintro span {
    font-size: 16px !important;
}





@media  screen and (min-width: 1900px) {
    .head{
        width: 15%;   
    }
}

@media  screen and (max-width: 768px) {
    .head{
        width: 35%;
        bottom: 80px;
        right:  12px;
    }
}

@media screen and (max-width: 600px) {
    .head{
        width: 45%;
        bottom: 95px;
        right: 12px;
    }
    .oda-chat-widget {
        width: 330px;
        height: 600px;
    }
}

@media only screen and (min-device-width: 480px)
and (max-device-width: 800px)
and (orientation: landscape) {
    .oda-chat-footer.oda-chat-mode-keyboard .oda-chat-footer-mode-keyboard, .oda-chat-footer.oda-chat-mode-voice .oda-chat-footer-mode-voice{max-height: 36px;}
    .oda-chat-widget {
        width: 310px;
        height: 320px;
    }
    #chat-bot-prompt{
        top: 25%;
        font-size: 15px; 
    }
    #chat-bot-confbtn #chat-bot-Ybut, #chat-bot-confbtn #chat-bot-Nbut{padding: 5px 3px 5px 3px;font-size: 14px;}
}
    
@media screen and (max-width: 480px) {
    .head{
        width: 53%;
        bottom: 95px;
        right: 10px;
    }
    .oda-chat-widget {
        width: 310px;
        height: 595px;
    }
}

@media screen and (max-width:376px) {
    .oda-chat-widget {
        width: 265px;
        height: 520px;
    }
}

@media screen and (max-width:300px) {
    #chat-bot-prompt{
    /* top: 42%; */
    font-size: 13px;
    }
    #chat-bot-confbtn{
    margin-left: 15px
    }
    #chat-bot-confbtn #chat-bot-Ybut, #chat-bot-confbtn #chat-bot-Nbut{
    padding: 6px 30px 6px 30px;
    
    font-size: 13px;
    
    }.oda-chat-widget {
    width: 220px;
    height: 500px;
    }
}