﻿
.chat-box-right1 {
    margin-left: 0;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 500px;
    background-color: #fff;
    display: block;
    border-radius: 3px;
    position: relative;
    margin-left: 2px;
    margin-bottom: 20px;
}

* {
    box-sizing: border-box;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 10px 5px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 200px;
}

img.open-button {
    height: 75px;
    width: 75px;
}

    img.open-button:hover {
        transform: scale(1.5);
        transition: transform .7s ease-in-out;
    }

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 20px !important;
    right: 15px;
    z-index: 9;
}
.chat-popup1 {
    display: none;
    position: fixed;
    bottom: 230px !important;
    right: 100px;
    z-index: 9;
    width:350px;
    height:175px;
}

/* Add styles to the form container */
.form-container {
    height: 75vh;
    width: 500px;
    padding: 10px;
    min-height: 75vh;
    background-color: white;
}

    /* Set a style for the submit/send button */
    .form-container .btn1 {
        background-color: white;
        color: black;
        padding: 5px 1px;
        border: 1px solid #3b3b8d;
        cursor: pointer;
        width: 95%;
        margin-bottom: 10px;
        opacity: 0.8;
        border-radius:10px;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

#chatbox {
    margin: 4px, 4px !important;
    padding: 4px;
    width: 100%;
    height: 110px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
}

::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

.userText {
    border-radius: 25px;
    background: #6d81f5;
    padding: 5px;
    width: auto;
    height: auto;
    color: white;
    font-size: 15px;
}

.botText {
    border-radius: 25px;
    background: #f1f5fa;
    padding: 5px;
    width: inherit;
    height: auto;
    color: white;
    font-size: 15px;
}

.msg-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
img.open-button {
    height: 75px;
    width: 75px;
}





.close1 {
    float: right;
    font-size: 1.2675rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close1:hover {
        color: #000;
        text-decoration: none
    }

    .close1:not(:disabled):not(.disabled):hover, .close1:not(:disabled):not(.disabled):focus {
        opacity: .75
    }

button.close1 {
    /*padding: 0;*/
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-body1 {
    overflow-y: auto
}
.modal-body1 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}


.pt1-1, .py1-1 {
    padding-top: .25rem !important
}

.media1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media1-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ml1-3, .mx-3 {
    margin-left: 1rem !important
}

.mb1-2, .my-2 {
    margin-bottom: .5rem !important
}
.row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}
.col1-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.ml1-2, .mx-2 {
    margin-left: .5rem !important
}

.float-right {
    float: right !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.col-md-10 {
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 83.33333%;
    /* flex: 0 0 83.33333%; */
    /* max-width: 83.33333%; */
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dddee0;
    -webkit-transition: border-color 0s ease-out;
    transition: border-color 0s ease-out;
    background-color: #fff;
}
.form-control {
    border: 1px solid #e8ebf3;
    border-radius: 0.25rem;
    border-bottom: 1px solid #e8ebf3;
    -webkit-transition: border-color 0s ease-out;
    transition: border-color 0s ease-out;
    background-color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .845rem;
    font-weight: 400;
    line-height: 1.8;
    color: #303e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8ebf3;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.text-right {
    text-align: right !important;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.d-none {
    display: none !important;
}
a {
    font-family: "Poppins",sans-serif;
    color: #303e67;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa-1x {
    font-size: 1em;
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.rounded-circle {
    border-radius: 50% !important;
}

