/* 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: Pilat, Helvetica, Arial, sans-serif !important;
}

table.oda-chat-message-RMAtable th {
    border: 1px solid darkgray;
    font-size: 16px !important;
    text-align: center !important;
    font-family: Pilat, Helvetica, Arial, sans-serif !important;

}

table.oda-chat-message-RMAtable thead tr {
    background-color: #6c6c6c !important;
    color: #FFFFFF !important;
    font-family: Pilat, Helvetica, Arial, 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: Pilat, Helvetica, Arial, sans-serif !important;
}


table.oda-chat-message-warrantytable th {
    border: 1px solid darkgray;
    font-size: 16px !important;
    text-align: center !important;
    font-family: Pilat, Helvetica, Arial, sans-serif !important;
}

table.oda-chat-message-warrantytable thead tr {
    background-color: #6c6c6c !important;
    color: #FFFFFF !important;
    font-family: Pilat, Helvetica, Arial, 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 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;
						
	border: none;
	margin-right: 2px;
	margin-left: 2px;
} */

/* 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;*/
    /*border: 2px solid #e6e6e6 !important;*/
    border-radius: 50% !important;
    /* bottom: 20px !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: 198px;
    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; */
    opacity: 1;
    /* background: url('/euf/assets/themes/standard/botimages/WesternDigitalChat_Logo.png') no-repeat center center;  */
    /*background: url('/euf/assets/themes/standard/botimages/SD_Conversation_Logo.svg') 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: 235px;
    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; */
    /*border: 1px solid #DBDBDB;*/
    opacity: 1;
    /* background: url('/euf/assets/themes/standard/botimages/WesternDigitalChat_Graphic.svg') no-repeat center center;  */
    background: url('/euf/assets/themes/standard/botimages/SD_Conversation_Avatar.png') 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 Pilat, Helvetica, Arial, sans-serif;
    font-family: Pilat, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.13px;
    color: #000000;
    opacity: 1;
}

.oda-chat-conversation-header-text{
    /* Layout Properties */
    top: 378px;
    left: 208px;
    width: 100%;
   /* width: 116px;
   height: 19px;
   margin-left: 34.22px;  */
    margin-top: 19px;
    margin-left: 80px;
    /* UI Properties */
   /*text-align: center;*/
    font: normal normal 18px/16px ,"Trebuchet MS", Helvetica, sans-serif !important;

    letter-spacing: 0.13px;
    color: #000000;
    opacity: 1;
    font-size: 24px;
 
 }

.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;
    border-radius: 8px;
    border-radius: 10px !important;
}

/* .oda-chat-header {
						   
    top: 59px;
    left: 79px;
    width: 375px;
    height: 56px;
					   
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 1000;
} */

.oda-chat-logo {
    /* Layout Properties */
    top: 74px;
    left: 103px;
    width: 160px !important;
    height: 100px !important;
    margin-left: 10px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    padding: 0%;
    /* UI Properties */
    opacity: 1;
    /*visibility: hidden;*/
}

/* .oda-chat-conversation{
    top: 115px;
    left: 79px;
    width: 100%;
    height: 521px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    opacity: 1;
} */

.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 !important;
    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; */
    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: #00397e ; */
    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-header-info-wrapper {
    display: none;
}

/* ------------------------------------------------- */


.oda-chat-message-actions.oda-chat-col{

    display: flex;
    flex-direction: row;
    /* margin-left: -42px;
    width: calc(100% + 60px); */
}
/* This is in Prod */
.oda-chat-message-actions .oda-chat-action-postback,
.oda-chat-card-actions button.oda-chat-action-postback {
    /* position: unset !important; */
    text-align: center;
    white-space: normal !important;
    text-shadow: none !important;
    line-height: 1.2em !important;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-family: Pilat, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    /*flex: 1; */
    justify-content: center;
    padding: 12px 9px;
    margin: 4px;
    text-decoration: none;
    /* background-color: transparent !important; */
    border: 2px solid #E10600 !important;
    /* flex: auto; */
    /* width: 98%; */
}


/* .oda-chat-message-actions .oda-chat-action-postback:first-child {
    margin-top: 12px;
} */

/* -------------------------------------------- */


/* Card and form styles */
.oda-chat-card-actions .oda-chat-action-postback {
    padding: 12px 12px;
    margin: 4px;
}

.oda-chat-card-actions.oda-chat-col {
    align-items: center !important;
    justify-content: center !important;
}

.oda-chat-card-title {
    font-weight: unset !important;
    line-height: 1.5 !important;
}

.oda-chat-card {
    border-radius: 0px 20px 20px 20px !important;
}

.oda-chat-card-message-content {
    margin-bottom: 10px !important;
}

.oda-chat-form-message-header {
    /* font-weight: 400 !important; */
    padding: 0px !important;
}

.oda-chat-form-message-key {
    font-size: 16px !important;
}

.oda-chat-form-message-value {
    font-size: 15px;
}

#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: Pilat, Helvetica, Arial, sans-serif;
}

#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;
}

/* This is there in Prod and not in new css file. What is this part for? */
/* .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-left .oda-chat-message-bubble> :first-child button.oda-chat-action-postback::before {
    width: 100%;
    height: 0.5px;
    position: absolute;
    left: 0;
    content: "";
    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;
    border-radius: 8px !important;
}

/* ----------------------------------------------------------------- */
.modal_text {
    padding: 18px 15px;
    margin: 0px;
    line-height: 1.6em;
    font-size: 13px;
    font-family: Pilat, Helvetica, Arial, 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;
}

ul#oda-chat-share-menu {
    right: 150px !important;
    max-width: 210px !important;
}

/* Dont know what is this for! */
/* ----------------------- */
.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 query section */
/* ---------------------------------------------------- */
/* @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{
    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;
    }						  
} */
@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 !important;
        height: 600px !important;
    }
}

@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 {
        min-height: 36px !important;
        max-height: 36px;
    }

    .oda-chat-widget {
        width: 375px !important;
        height: 320px !important;
    }

    #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 !important;
        height: 595px !important;
        right: -10px !important;
    }
}

@media screen and (max-width:376px) {
    .oda-chat-widget {
        width: 265px !important;
        height: 520px !important;
        right: -10px !important;
        /* bottom: -20px !important; */
    }
}

@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 !important;
        height: 500px !important;
    }
}



/* ---------------------------------------------------- */



/* Avatar Alignment to bottom*/
/* .oda-chat-wrapper .oda-chat-message-block {
    align-items: flex-end !important;
}

.oda-chat-right .oda-chat-message-bubble {
    border-radius: 12px 12px 0 12px !important;

}
.oda-chat-left .oda-chat-message-bubble {
    border-radius: 12px 12px 12px 0 !important;
} */
/* Avatar Alignment to bottom*/

/* .oda-chat-card-actions .oda-chat-action-postback {
    padding: 12px 12px;
    margin: 4px;
} */

/* Always show send icon */
.oda-chat-button-send.oda-chat-none {
    display: flex !important;
}

/* Icon Button Size*/
/* .oda-chat-wrapper button svg, .oda-chat-wrapper button img {
    width: 25px !important;
    height: 25px !important;
} */

.oda-chat-header-actions.oda-chat-flex button {
    margin: 0 0 0 8px;
    max-height: 32px;
    max-width: 32px;
    padding: 4px;
    width: 32px;
    margin-right: 2px;
    margin-left: 2px;
}

/* Header Icon Size*/
.oda-chat-header-actions.oda-chat-flex button img {
    height: 30px;
    width: 24px;
}

.oda-chat-footer-actions .oda-chat-flex button {
    height: 50px;
    width: 50px;
}

/* Footer Shadow */
/* .oda-chat-wrapper .oda-chat-footer {
    box-shadow: unset !important;
} */

/* Images within bubble - On Skill or enable this */
.oda-chat-message-bubble img {
    width: 100% !important;
    height: auto !important;
}


/* -------------------------------------------------------------------- */
/* calendar styles - Date Picker UI*/
.calendar {
    display: flex;
    flex-direction: column;
}

#selectedDate {
    display: flex;
    height: 27px;
    width: 100%;
    margin-top: 10px;
    margin-left: 70px;
    margin-bottom: 10px;
    align-content: center;
    justify-content: center;
    margin: 20px auto 10px !important;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 10px;
}

#submitDatebtn {
    width: 100%;
    background: #E10600;
    border-color: #E10600;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin-bottom: 10px;
}

#submitDatebtn:hover {
    background-color: #0064D1;
    border-color: #0064D1;
}

/* ------------------------------------ */

.oda-chat-left .oda-chat-message-bubble> :first-child {
    padding: 16px !important;
    overflow: hidden;
    overflow-wrap: break-word;
    text-align: start;
    /* white-space: normal; */
    word-break: break-word;
    background-color: #F6F3F1;
    border-radius: 30px !important;
}

.oda-chat-right .oda-chat-message-bubble {
    border-radius: 20px 20px 0 20px !important;
    padding: 16px !important;
    line-height: 1.5;
}

.oda-chat-left .oda-chat-message-bubble {
    border-radius: 0px 20px 20px 20px !important;
    /* padding: 16px !important; */
    line-height: 1.5 !important;
    overflow: visible !important;
}

.oda-chat-message-actions {
    align-items: normal !important;
    justify-content: center !important;
    font-family: Pilat, Helvetica, Arial, sans-serif;
    display: grid;
    background-color: white;
}

/* .oda-chat-wrapper button:focus {
    outline: 3px solid #b58409 !important;
} */

/*  */
/* .oda-chat-message-list.oda-chat-flex.oda-chat-col .oda-chat-message {
    margin-bottom: 5px;
} */
/* 
.oda-chat-message-list.oda-chat-flex.oda-chat-col .oda-chat-message:last-child {
    margin-bottom: 0;
} */

.oda-chat-wrapper .oda-chat-messages-wrapper .oda-chat-message-list .oda-chat-message button:last-child {
    margin-bottom: 4px !important;
}

/* space between each message*/
.oda-chat-left .oda-chat-message-bubble {
    margin-bottom: 5px !important;
    background-color: #F6F3F1;
}

.oda-chat-wrapper .oda-chat-message-block {
    margin-bottom: 0px !important;
}


.oda-chat-left .oda-chat-message-date {
    margin-top: -2px !important;
}

/* Typing indicator's padding */
.oda-chat-message-bubble.oda-chat-false {
    padding: 0px 20px 0px 10px !important;
}

.oda-chat-typing-cue-wrapper {
    overflow: unset !important;
}

/* foter icons ->send & upload button */
.oda-chat-footer-actions.oda-chat-flex button {
    width: 32px;
    height: 32px;
    padding: 4px;
}

.oda-chat-footer-actions.oda-chat-flex button img {
    width: 24px !important;
    height: 24px !important;
}

/* read more button alignment */
.oda-chat-left .oda-chat-message-bubble> :first-child .oda-chat-message-actions .oda-chat-action-postback {
    /*padding: 16px 0 0px 0px;*/
    width: 100%;
}

.oda-chat-conversation {
    padding: 10px 12px 0px !important;
}

/* This part takes care of the spacing between listed items */
.oda-chat-wrapper .oda-chat-messages-wrapper .oda-chat-message-list .oda-chat-message {
    white-space: normal !important
}

.oda-chat-wrapper .oda-chat-conversation .oda-chat-conversation-pane.oda-chat-bot-icon .oda-chat-message-block .oda-chat-messages-wrapper,
.oda-chat-wrapper .oda-chat-conversation .oda-chat-conversation-pane.oda-chat-user-icon .oda-chat-message-block .oda-chat-messages-wrapper {
    max-width: calc(.95*(100% - 40px));
}

.oda-chat-card {
    padding: 0px !important;
}

.oda-chat-card .oda-chat-card-actions.oda-chat-col {
    position: relative;
}

.oda-chat-card-content {
    padding: 16px;
}

.oda-chat-message-bubble.oda-chat-message-bubble-form-message.oda-chat-edit-form-message {
    width: 100%
}

/* This is for confirm button at the last for editform type of action button */
.oda-chat-form-actions.oda-chat-col.oda-chat-form-message-actions-col button.oda-chat-action-postback.oda-chat-flex {
    width: 120%;
    margin-left: -20px !important;
    justify-content: center;
    max-width: 130%;
    border: none;
}

/* This is for the anchor tags text color with the link */
.oda-chat-wrapper .oda-chat-messages-wrapper .oda-chat-message-list .oda-chat-message a {
    color: #00397E !important;
}

/* 2) Height of the chatbot icon */
.oda-chat-wrapper .oda-chat-button {
    height: 48px !important;
    width: 48px !important;
}

.oda-chat-button img {
    display: block;
    height: 100% !important;
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
    padding: 10px;
}

/* --------------------------------- */
/* this part is to make the button focus same as production in the static html page */
/* .oda-chat-wrapper button:focus {
    outline: 3px solid #b58409 !important;
    } */
.oda-chat-wrapper input#selectedDate {
    position: relative;
}

.oda-chat-wrapper input[type=date]:before,
input[type=date]:before {
    margin-right: 5%;
    top: 0;
}

@media (min-width: 376px) {

    .oda-chat-wrapper input[type=date]:before,
    input[type=date]:before {
        margin-right: 13%;
    }
}

@media (min-width: 768px) {

    .oda-chat-wrapper input[type=date]:before,
    input[type=date]:before {
        margin-right: 20%;
    }
}

.oda-chat-wrapper .oda-chat-action-postback {
    color: #E10600;
    /* text-decoration: underline !important; */
}

/* Ensure the container uses flexbox */
.oda-chat-footer-mode-keyboard {
    display: flex;
    align-items: center;
}

/* Reorder elements within the flexbox container */
textarea.oda-chat-user-input {
    order: 1;
    /* Move the text area to the start */
    flex-grow: 1;
    /* Ensure it takes up the remaining space */
}

.oda-chat-footer-actions {
    order: 1;
    /* Move the attachment to 1 and send button to end which will be controlled from web-sdk.js*/
    display: flex;
    align-items: center;
}

.oda-chat-button-send {
    order: 1;
    /* Ensure the send button is before the attachment button */
}

.oda-chat-button-upload {
    order: 2;
    /* Ensure the attachment button is after the send button */
}

.oda-chat-wrapper .oda-chat-message-block.oda-chat-right .oda-chat-messages-wrapper .oda-chat-message .oda-chat-message-bubble:not(.oda-chat-error) {
    color: #FFFFFF !important;
}