/**
 * Copyright (c) 2021 Oracle and/or its affiliates.
 * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
 */

/* Card Layout CSS */
.oda-chat-button-icon{
  width: 50px !important;
  height: 50px !important;

}
.oda-chat-wrapper, .oda-chat-classic, .oda-chat-collapsed{
  border-radius: 100% !important;
  background-color: transparent;
}

.oda-chat-card{
    /*border-radius: 0px !important;*/
    /*border: 1px solid rgba(0, 0, 0, 0.12);*/
    /*padding: 2px !important;*/

    background: #fef7e3 !important;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 20px !important;
    display: block;
    max-width: 100%;
    min-width: 75%;
    overflow: hidden;
    padding: 20px;
    white-space: pre-wrap;
    text-align: center !important;
}
.oda-chat-header {
    background-color: #000 !important;
}
.oda-chat-card-image {
    max-width: 100%;
    margin: unset !important;
    height: 210px !important;
    width: 375px !important;
    object-fit: fill !important;
}
.oda-chat-card-title{
    font-weight: 400 !important;
    margin: 4px !important;
    white-space: pre-wrap !important;
    text-align: center !important;
    padding: unset !important;
    max-width: 100% !important;
}

.oda-chat-card-description{
    font-size: small !important;
}

.oda-chat-message-global-actions {
    justify-content: space-evenly !important;
    flex-direction: row !important;
    margin-top: 5px !important;
    width: 330px !important;
}

.oda-chat-action-postback:first-of-type {
    margin-top: 4px !important;
}

.oda-chat-action-postback:last-of-type {
    margin-bottom: 4px !important;
}

.oda-chat-action-postback {
    padding: 12px 24px !important;
    border: 1px solid #ffbc15 !important;
    color: #737373 !important;
    font-size: 13px !important;
    display: inline !important;
    flex: none !important;
    background-color: #ffbc15 !important;
    justify-content: center !important;
}

.oda-chat-round{
    height: 36px !important;
    width: 36px !important;
}

.video-player{
    height: 181px !important;
    max-width: 100%;
    width: 330px !important;
}

/*  Message Layout CSS  */

.oda-chat-message-bubble{
    padding: 10px !important;
    margin-right: 16px !important;
}

.oda-chat-left .oda-chat-message-bubble{
    border-radius: 20px 20px 20px 0 !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    background-color: #FEF7E3 !important;
    color: #424242 !important;
}

.oda-chat-right .oda-chat-message-bubble {
    border-radius: 20px 20px 0 20px !important;
    background-color: #ececec !important;
    color: #424242 !important;
    padding: 20px !important;
    margin: 0 0 20px 16px !important;
}

.oda-chat-wrapper .oda-chat-icon-wrapper {
    align-self: flex-end !important;
    align-items: flex-end !important;
    background-color: transparent !important;
}

.oda-chat-conversation {
    background-color: #fff !important;
}

.oda-chat-message-content{
    margin: 1px !important;
    white-space: normal !important;
}


/* Story Layout CSS */

.Bot-SE2-Story-readNext {
    outline:none;
}
.Bot-SE2-Story-readNext .Bot-contentWrapper {
    height: 100%;
}
.Bot-SE2-Story-readNext .Bot-imgDiv {
    float: right;
    width: 43%;
    height: 100%;
    padding-right: 0px;
    background-color: #655f5c;
    position: relative;
    outline:none;
    display: flex;
}
.Bot-SE2-Story-readNext .Bot-imgDiv img {
    width:100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    outline:none;
}
.Bot-SE2-Story-readNext .Bot-imgDiv video {
    width:100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    background: black;
    outline:none;
}
.Bot-SE2-Story-readNext .Bot-imgDiv video:hover,
.Bot-SE2-Story-readNext .Bot-imgDiv video:focus {
    cursor: pointer;
}
.Bot-SE2-Story-readNext .Bot-TextDiv {
    float: left;
    width: 53%;
    height: 100%;
    position: relative;
    outline:none;
}
.Bot-SE2-Story-readNext .Bot-NoMediaTextDiv {
    width:100%;
    height:100%;
    position: relative;
    outline:none;
}
.Bot-SE2-Story-readNext .Bot-AuthorTitle {
    width: 100%;
}
.Bot-SE2-Story-readNext .Bot-Author {
    color:#FFFFFF;
    font-family: HelveticaNeue;
    display: flex;
}
.Bot-SE2-Story-readNext .Bot-Date {
    padding-left: .2rem;
}
.Bot-SE2-Story-readNext .Bot-Title {
    font-weight: bold;
    position: relative;
    outline:none;
    padding-bottom: 3px;
	padding-top: 2px;
}
.Bot-SE2-Story-readNext .Bot-Summary {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    position: relative;
    outline:none;
}
.Bot-font14 {
    font-size: 13px;
    color:#FFFFFF;
}
.Bot-font14-2LineEllipsis {
    line-height: 1.214em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 2.428em;
}
.Bot-font12 {
    font-weight: normal;
    font-size: 9px;
    letter-spacing: 0.43px;
    color:#FFFFFF;
    line-height: 1.333em;
}
.Bot-font12-3LineEllipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}
.Bot-font16-1LineEllipsis {
    -webkit-line-clamp: 1;
    max-height: 1.375em;
}



/* Index page CSS */

.landing-page{
    min-width: 426px;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 1vw;
    line-height: 1.4em;
}
.page-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.833vw;
    background: #201E1C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.31);
}
.page-logo {
    margin-left: 6.125vw;
    width: 5.417vw;
}
.headerText{
    font-weight: normal;
    font-size: 2em;
    color: #FFFFFF;
    margin-left: 1.875vw;
    line-height: 1.4em;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    outline: none;
}
.page-banner{
    display: flex;
}
.page-content{
    display: flex;
    /* min-height: 100vh; */
}
.column1{
    flex: auto;
    background: #3a3631;
}
.column2{
    background: #655F5C;
    min-width: 416px;
}
.page-desc{
    margin: 6.389vw 4vw auto 4vw;
}
.page-topic{
    font-weight: normal;
    font-size: 2em;
    color: #FEFEFE;
    line-height: 1.4em;
}
.topic-underline{
    width: 3.542vw;
    height: 5.56px;
    background: #2A9F8C;
    margin-top: 1em;
}
.page-details{
    font-style: normal;
    font-size: 1.35em;
    line-height: 2em;
    margin-top: 3.82vw;
    color: #FEFEFE;
}
.sub-Topic{
    font-weight: 700;
}
.sub-details{
    font-weight: 400;
    padding-bottom: 0.798vw;
    padding-left: 0.347vw;
}
.page-footer {
    width: 100%;
    height: 7.833vw;
    background: #201E1C;
    display: block;
}
.footer-img{
    width: 22.75vw;
    height: 7.833vw;
    margin-left: 6.125vw;
    float: left;
}
@media only screen and (max-width: 767px){
    .column2 {
        display: none;
    }
    .landing-page{
        font-size: 7.68px;
    }
    .page-header{
        height: 60.16px;
    }
    .page-logo {
        width: 41.59px;
    }
}

.oda-chat-wrapper .oda-chat-button   {
  background-color: transparent !important;
  border-radius: 100% !important;
}

