.chatbot {
    display: none;
    position: fixed;
    bottom: 30px;
    /*width: 250px;*/
    /*height: 400px;*/
    left: 40px;
    overflow: hidden;
    z-index: 1253;
    background: white;
}

.chatbot-form{
    width: 250px;
    height: 400px;
}

.chatbot-modal-content {
    background-color: var(--unnamed-color-0b2533);
    width: 100%;
    padding: 0.5rem;
    height: 60px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.close {
    color: #aaa;
    float: right;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.center-logo {
    display: flex;
    justify-content: center;
}


button.btn-close,
.form-close-button .btn-close{
    position: absolute !important;
    right: 1rem;
    top: 1rem;
}

.center-logo .btn-close {
    right: 5px;
    top: 5px;
    font-size: 1rem;
}

.chatbot-converstions-section{
    justify-content: end;
    height: 340px;
    flex: 1;
    border-right: 2px solid var(--unnamed-color-f8f8f8);
    border-bottom: 2px solid var(--unnamed-color-f8f8f8);
    border-left: 2px solid var(--unnamed-color-f8f8f8);
}

.title-suggested-content {
    display: flex;
    flex-direction: column;
}

.title-suggested-content h4 {
    font-size: 2vh;
    text-align: center;
}

.card-suggested-models .description-content {
    justify-content: center;
    align-items: center;
}


.card-suggested-models .content-suggested-container {
    justify-content: center;
    height: 60px;
}

.question {
    text-align: justify;
    margin-top: 1rem;
}

.question p {
    font: normal normal normal 16px/14px SuzukiPROHeadline;
    padding: 0 1rem;
    margin-bottom: 0;
}


.stock-vehicles-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
}

.stock-vehicles-card .title-suggested-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.5rem;
    border-bottom: 2px solid grey;
    border-top: 2px solid grey;
}

.stock-vehicles-card .title-suggested-content .main-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.5rem;
}


.stock-vehicles-card .title-suggested-content h4 {
    font-weight: bold;
    font-size: 1rem;
}

.stock-vehicles-card .content-suggested-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0B2533;
}

.stock-vehicles-card .description-content p {
    padding: 0;
    margin: 0;
}

.description-stock-car {
    text-align: start;
    margin-bottom: 0.5rem;
    color: #808080AB;
}

.close-chatbot-form {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 1rem;
}

.chatbot-form-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.chatbot-option-positive {
    background: var(--unnamed-color-d52b1e);
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    border: 2px solid var(--unnamed-color-d52b1e);
}

.chatbot-option-positive a {
    color: white;
}

.chatbot-option-negative {
    background: white;
    color: #0B2533;
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    border: 2px solid #0B2533;
}

.chatbot-option-negative a {
    color: #0B2533;
}

.chatbot-option a {
    color: white;
}

.chatbot-oss-header {
    color: white;
    display: flex;
    justify-content: space-between;
}

.question-line {
    width: 70%;
    border-top: 2px solid #0B2533;
    margin: 1rem 0;
}

.stock-choose-btn {
    background: black;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.stock-car-container {
    margin: 0 1rem;
    padding: 0 1rem;
}

.stock-choose-btn a {
    color: white;
}

.chatbot-open-button {
    bottom: 1vh;
    position: absolute;
    left: 0;
    z-index: 12345;
    height: 8vh;
    width: 5vw;
    background-color: rgba(255, 255, 255, 0);
}

.header-presentation{
        display: flex;
        flex-direction: column;
        justify-content: center;
}

.header-presentation h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.header-presentation p {
    font-size: 14px;
    margin: 0;
}

.header-assistant-photo img {
    height: 80%;
}

.header-assistant-photo {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 45px;
}

.assistant-message-card {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 5px;
}

.msg-card {
    width: 90%;
    font-size: 13px;
    margin: 0;
    background: #f8f8f8;
    border-radius: 0px 0px 0px 10px;
    padding: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.msg-card p {
    margin: 0;
}

.answer-background {
    background: #f8f8f8;
    padding: 0.5rem;
}

.answer-container {
    width: 80%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    padding: 0.5rem;
    align-items: center;
}

.user-answer-container {
    text-transform: uppercase;
    border: 2px solid #0B2533;
    padding: 0.2rem 0.5rem;
}

.answer-support {
    margin: 0 0 0 0.5rem;
    font-size: 10px;
    text-transform: uppercase;
}

.message-history-container {
    padding: 5px;
    overflow-y: scroll;
    flex: 1;
    margin-bottom: 5px;
}

.answer-button {
    text-transform: uppercase;
    border: 2px solid #0B2533;
    padding: 0 0.5rem;
    margin: 0;
    color: #0B2533;
    text-align: center;
    font-size: 12px;
}

.close-chatbot-button {
    padding: 0.2rem;
}

.question-time {
    font-size: 10px;
    text-align: end;
    padding: 2px 2px;
    margin: 0;
}

.answer-time {
    font-size: 10px;
    text-align: start;
    padding: 0 0.4vw;
    margin: 0;
}

.p-05 {
    padding: 0.5rem;
}

.card-suggested-models .title-suggested-content h2 {
    border: none;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    background: white;
    font-family: var(--unnamed-font-family-suzukiproregular);
    font-weight: bold;
    color: var(--unnamed-color-002233);
}

.description-content p {
    text-align: center;
    font-size: 12px;
    font-family: var(--unnamed-font-family-suzukiproregular);
    font-weight: bold;
    margin: 0;
    color: var(--unnamed-color-002233);
}

.select-suggestion-container{
    position: relative;
}

.margins-start-again-button{
    margin-top: 5px;
    margin-bottom: 10px;
}

.stock-description-info {
    text-align: center;
    margin-bottom: 5px;
}

.stock-description-info p {
    font-size: 14px;
    font-family: var(--unnamed-font-family-suzukiproregular);
}

.redirect-stock-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8%;
}

.answer-history-container{
    border: 2px solid black;
    border-radius: 0px 0px 10px 0px;
    text-transform: uppercase;
    max-width: 80%;
    width: fit-content;
}

.width-suggestion-extended{
    width: 400px;
}

.answer-history-container p{
    margin: 0;
    padding: 2px 10px;
    font-size: 13px;
}


.redirect-stock-btn a {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    padding: 2%;
    color: white;
    background-color: var(--unnamed-color-002233);
    text-align: center;
    cursor: pointer;
    width: 80%;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 1.5vh;
}

.dis-col {
    flex-direction: column;
}

.center-item {
    align-items: center;
}

.height-100 {
    height: 100%;
}

.height-85{
    height: 85%;
}

.height-75{
    height: 75%;
}

.height-90{
    height: 90%;
}

.h-35{
    height: 35%;
}

.h-55{
    height: 55%;
}

.h-65{
    height: 65%;
}

.height-40{
    height: 40%;
}

.height-60{
    height: 60%;
}

.height-25{
    height: 25%;
}

.top-1vh{
    top: 1vh
}

.answer-section{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0;
}

.center-card{
    display: flex;
    justify-content: center;
}

.mt-2vh{
    margin: 2vh 0 0 0;
    margin-right: 0;
}

.mt-2per{
    margin: 2% 0 0 0;
    margin-right: 0;
}

.pos-rel{
    position: relative;
}

.top-1{
    top: 1vh;
}

.top-5-per{
    top: 5%;
}

.bot-15px{
    bottom: -15px!important;
}

.descriptions-section{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.width-50{
    width: 50%!important;
}

.width-60{
    width: 60%!important;
}

.suggested-again-btn{
    background: var(--unnamed-color-002233);
    color: white;
    text-transform: uppercase;
    height: 30px;
    width: 160px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 2px;
    font-family: 'SuzukiPROHeadline', sans-serif;
}

.suggestion-container{
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.suggestion-message{
    flex: 1;
    overflow-y: scroll;
}