/********************************MAIN PAGE CSS 21-09-23*******************************************/

body {
    font-family: Poppins, sans-serif;
    background: url(/static/img/brown-bg.png) !important;
    background-size: cover!important;
}

img.site-logo-main {
    width: 20.75em ;
}

img.card-icon2.me-2 {
    width: 14em;
    margin: 0rem !important;
}

.cs-card {
    box-shadow: rgb(225, 225, 225) 0em 0em 10.3125em !important;
    display: block !important;
    border-radius: 1.875em;
    background: rgb(255, 255, 255);
    border-width: 0.06em;
    border-style: solid;
    border-color: rgba(200, 98, 14, 0.61);
    border-image: initial;
    padding: 1em !important;
}

h3.page2-title.color-60C1EC.w-100 {
    font-size: 1.7vw;
    color: rgb(106, 64, 52) !important;
    text-align: center !important;
}

a {
    text-decoration: none;
}


/**********************************CHAT NOW BUTTON BORDERED BOX CSS 21-09-23**********************/


.auther-detail img {
    width: 7em;
    object-fit: contain;
}

.chat-card {
    text-align: center;
    box-shadow: 0px 0px 7px 0px #c8620e9c;
    border: 0.06em solid #c8620e9c;
    padding: 2em 2em 0.7em;
}

.chat-card .auther-detail h2 {
    font-size: 18px;
    margin-left: 0;
    margin-top: 1em;
}

button.secondary-btn {
    padding: 10px 30px;
    font-size: 17px;
    background-color: #8B4513;
    border-radius: 40px;
    color: #fff;
    border: none;
}


/***************************************WEB CHAT PAGE CSS 21-09-23***********************************/

.site-logo-chat {
    width: 10vw;
}

.print-chat-btn img {
    width: 20px;
}

#reference-div {
    display: none;
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.inner-webchat .right p {
    background-color: #8B4513;
	display: inline-block;
	color:#fff;
}

.form-control:focus {
    box-shadow: none;
}

.webchat-section {
    min-height: 100vh;
    padding: 33px 15px 0;
    background: url(/static/img/bg-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}

button.back-chat-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    color: #964b00;
    border: none;
    outline: none;
    padding: 0;
    background: transparent!important;
    display: flex;
    align-items: center;
}

.webchat-section .for-print button {
    min-width: 43px;
    height: 43px;
    border-radius: 10px;
    background: #8B4513;
    border: none;
    outline: none;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webchat-section .for-print .reference-chat-btn .fa-file-lines::before{
color:#fff;
}

.inner-webchat {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
}

.chat-section {
    padding: 25px 28px 33px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    flex: 1 1 auto;
    height: 100%;
    overflow-y: auto;
	min-height: 21rem;
}

.right {
    float: right;
}

.bubble {
    clear: both;
}

.bubble p {
    border-radius: 5px;
    padding: 8px;
    margin: 8px 12px;
    max-width: 80%;
    position: relative;
    transition: background-color 0.5s;
}

small, .small {
    font-size: 0.875em;
}

.right p::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -8px;
    bottom: 8px;
    border-top: 4px solid transparent;
    border-left: 8px solid #8B4513;
    border-bottom: 4px solid transparent;
}

.inner-webchat .left p {
    background-color: #eceded;
    float: left;
}

.left p::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    top: 8px;
    border-top: 4px solid transparent;
    border-right: 8px solid #ccc;
    border-bottom: 4px solid transparent;
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -0.125em;
}

.audio-section {
    padding: 14px 25px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.align-items-center {
    align-items: center !important;
}

img.site-logo {
    width: 20.75em;
}

.text-section {
    padding: 17px 22px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-radius: 0px 0px 20px 20px;
}

.message-input {
    font-weight: 500;
    font-size: 20px;
    color: #3C4247;
    border: none;
    outline: none;
    padding: 0;
}

.send-options {
    width: 105px;
    flex: none;
    display: flex;
}

.send-options .send-btn, .send-options .record-btn {
    background: #8B4513 !important;
}

.record-btn img {
    width: 24px;
}


/***************************************ALL MEDIA QUERIES CSS 21-09-23***********************************/


@media (max-width: 767px){
h3.page2-title.color-60C1EC.w-100 {
    font-size: 5vw !important;
}

.cs-card {
    width: 85vw !important;
    margin: 0 auto !important;
}

.chat-card {
    width: 85vw;
    margin: 0 auto !important;
}

img.site-logo {
    width: 14.75em !important;
}
.chat-card {
    padding: 2em !important;
}

.h-100 {
    height: 100% !important;
    width: 85vw;
    margin: 0 auto !important;
}

.reference-chat-btn {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
}

.for-print button {
    min-width: 30px!important;
    height: 30px!important;
}
.message-input {
    font-size: 15px !important;
}
}


@media(max-width: 990px){
.site-logo-main {
    width: 14.75em !important;
}
.cs-card img.card-icon2.me-2 {
    width: 11em !important;
}
img.site-logo {
    width: 14.75em !important;
}
.auther-detail img {
    width: 4em !important;
}
.left p {
    background-color: #fff !important;
    float: none !important;
}
.site-logo-chat {
    width: 7em !important;
}
}


@media (min-width: 768px) and (max-width: 990px){
h3.page2-title.color-60C1EC.w-100 {
    font-size: 3vw !important;
}
.col-md-4 {
    width: 55% !important;
}

.chat-card {
    padding: 15px !important;
}

.reference-chat-btn {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
}
.for-print button {
    min-width: 30px!important;
    height: 30px!important;
}
}


/**************ANIMATION CSS 28-9-23*******************/

.pulse {
  animation: pulsing 1000ms ease-out infinite;
}

.slow-pulse {
    animation: pulsing 1200ms ease-out infinite;
}

.control-panel.show-control
{
    animation: showControl .5s linear forwards;
}

.control-panel
{
    transition: .4s ease;
}

.down-arrow
{
    transition: .4s ease;
}
