/********************************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;
    height: 70px !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;
    border-radius: 10px !important;
    box-shadow: inset 0 0 3px #8080807a, 0 0 3px #8080806e;
    text-align: center;
}

#reference-div-header {
    color: #fff;
    background: #8B4513;
    padding: 15px 0px;
    border-radius: 5px;
    text-shadow: 2px 2px black;
    letter-spacing: 2px;
 }

#reference-div button {
    padding: 8px 10px;
    font-size: 15px;
    background-color: #8B4513;
    border-radius: 40px;
    color: #fff;
    border: none;
    margin: 2px 0px 10px 0px;
    cursor: pointer;
}


#reference-div .fs-6 {
    font-size: 15px !important;
    cursor: pointer !important;
	display: block !important;
}

textarea#reference-area {
    resize: auto!important;
    margin-top: 15px;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 7px;
    border: 1px solid #8B4513;
}  

#reference-div button:hover {
   
    border: 1px solid black;
    background-color: transparent;
    color: black;
    text-shadow: none;
    transition: .7s all;
  
}

.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: 70vh;
}

.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;
}

.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;
}

/***************************************Login Page CSS 06-11-2023***********************************/



.main009-logo {
    height: auto;
    width: 50%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

img#logo18 {
    height: 150px;
}

.main009 {
    height: 100vh;
    width: 100%;
    border-radius: 10px;
    border: 1px solid lightgray;
    max-width: 800px;
    margin: auto;
    box-shadow: #b3632b82 0px 50px 100px -20px, #b3632b21 0px 30px 60px -30px, #b3632b38 0px -2px 6px 0px inset;
}

.main1827 {
    height: auto;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

h2.herb {
    text-align: center;
    font-size: 32px;
    color: #8b4513;
    font-family: 'Poppins', sans-serif;
}

p.trusted {
    text-align: center;
    font-size: 16px;
    color: gray;
    margin-top: -15px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

button.signin a {
    text-decoration: none;
    color: white;
}

button.signin {
    background-color: #b3632d;
    padding: 14px 218px;
    border: 1px solid #b3632d;
    border-radius: 5px;
    margin-left: 7em;
    margin-top: 2.2em;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    line-height: 20px;
    cursor: pointer;
}

button.signin:hover {
    background-color: transparent;
    border: 1px solid #b3632d;
    transition: all .7s;
}

button.signin:hover a{
    color: black;
}



h2.need-help {
    text-align: center;
    font-size: 16px;
    color: #ed833c;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

td#or {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;

}

table#table-box {
    margin-top: 25px;
}

td#left {
    width: 50%;
    padding-right: 10px;
}

td#right {
    width: 50%;
    padding-left: 10px;
}

button.google a {
    text-decoration: none;
    color: black;
    display: flex;
}
button.facebook a {
    text-decoration: none;
    color: black;
    display: flex;
}

button.google {
    padding: 14px 196px;
    border: 1px solid #b3632d;
    border-radius: 5px;
    margin-left: 7em;
    margin-top: 2em;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    background: transparent;
    cursor: pointer;
}
button.google:hover {
    background-color: #b3632d;
    border: 1px solid #b3632d;
    transition: all .7s;
}

button.google:hover a {
   color: white;
}


button.facebook {
    padding: 14px 186px;
    border: 1px solid #b3632d;
    border-radius: 5px;
    margin-left: 7em;
    margin-top: 2em;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    background: transparent;
    cursor: pointer;
}

button.facebook:hover {
    background-color: #b3632d;
    border: 1px solid #b3632d;
    transition: all .7s;
}

button.facebook:hover a {
    color: white;
}




p.by-signing {
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: grey;
    line-height: 27px;
    padding: 0 7em;
    margin-top: 31px;
}


a.term {
    color: #b3632d;
    font-size: 16px;
    font-weight: 500;
}
a.term:hover {
    text-decoration: none;
}

img#google-img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
img#facebook-img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}





/***************************************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: 100% !important;
    max-width: 85vw;
    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;
}
.text-section {
    padding: 17px 7px !important;
}
.send-options {
    justify-content: end !important;
}
.audio-section {
    display: block !IMPORTANT;
}
div#player-section audio.player {
    width: 100% !important;
    display: block !important;
    box-sizing: unset !important;
    height: 40px !important;
    min-width: 260px !important;
    margin-top: 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;
}
}


@media(max-width:370px){
div#player-section audio.player {
    min-width: 235px !important;
}

.audio-section {
    padding: 14px 15px;
}
.send-options {
    width: auto !important;
}
.message-input {
    font-size: 13px !important;
}
#reference-div button {
    font-size: 12px !important;
}
#reference-div .fs-6 {
    font-size: 12px !important;
}
}




/**************CSS 31-10-23 FC*******************/


@media (min-width: 1440px) {


div#reference-div {
    width: 96%;
}

textarea#reference-area {
    min-width: -webkit-fill-available !important;
}
}

@media screen and (min-width:1124px) and (max-width:1440px){


div#reference-div {
    width: 96%;
}

textarea#reference-area {
    min-width: -webkit-fill-available !important;
}

}


@media screen and (min-width:992px) and (max-width:1124px){


div#reference-div {
    width: 95%;
}

textarea#reference-area {
    min-width: -webkit-fill-available !important;
}

}


@media screen and (min-width:768px) and (max-width:992px){


div#reference-div {
    width: 94%;
}

textarea#reference-area {
    min-width: -webkit-fill-available !important;
}

}


@media screen and (min-width:574px) and (max-width:768px){


div#reference-div {
    width: 92.6%;
}
textarea#reference-area {
    min-width: -webkit-fill-available !important;
}

}



@media screen and (min-width:425px) and (max-width:574px){


div#reference-div {
    width: 90%;
}
textarea#reference-area {
    min-width: -webkit-fill-available !important;
}

}


@media screen and (min-width:375px) and (max-width:425px){


div#reference-div {
    width: 86%;
}

textarea#reference-area {
    min-width: -webkit-fill-available !important;
}

}

@media (max-width: 375px) {


div#reference-div {
    width: 85%;
}

textarea#reference-area {
    min-width: -webkit-fill-available !important;
}
}



/**************ANIMATION CSS 28-9-23*******************/

@keyframes pulsing {
  from {
    opacity: 0.8;
    stroke-width: 0;
  }
  to {
    opacity: 0;
    stroke-width: 1px;
  }
}

.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;
}


main.main01 {
    text-align: center;
    margin: 2em 28em;
    border: 1px solid #c3bbbb;
    padding: 1em 6em 2em;
    background-color: #faf7f7;
    border-radius: 35px !important;
}

.main01 h1 {
    margin-bottom: 20px !IMPORTANT;
}

.socialaccount_ballot ul {
    list-style: none;
    margin-bottom: 9px;
}

.socialaccount_ballot a.socialaccount_provider.google {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    border: 1px solid #0d6efd;
    padding: 1px 11px 4px;
    background-color: #0d6efd;
    border-radius: 5px !important;
}

.socialaccount_ballot .login-or {
    padding-left: 25px;
}
form.login p.loginpass {                         
    margin-top: 5px;
    margin-bottom: 15px;
}

form.login p.loginpass label {           
    text-align: left;
    margin-bottom: 10px;
}

form.login p.loginpass input {          
    width: 300px;
    border: 1px solid #cbcccc;
    border-radius: 5px;
    height: 35px !important;
	padding: 0 10px;
}

form.login p.remember01 {                        
    display: block !important;
    margin-bottom: 0px;                              
}

form.login p.remember01 input {
    width: 2em !important;
}

form.login a.button.secondaryAction {
    display: block;
    margin-bottom: 25px;
    margin-top: 9px;
}

form.login button.primaryAction {
    padding: 10px 100px;
    font-size: 17px;
    background-color: #8B4513;
    border-radius: 25px;
    color: #fff;
    border: none;
}


.main01 p.para01 {
    display: block !important;
    line-height: 1.5em !important;
    font-size: 17px !important;
    margin-bottom: 25px !important;
}

.main01 p.para01 a{
    text-decoration: none;
    font-weight: 500 !important;
}

form#signup_form p.loginpass {                         
    margin-top: 5px;
    margin-bottom: 15px;

}

form#signup_form p.loginpass01 {                         
    margin-top: 5px;
    margin-bottom: 25px;
}

form#signup_form p.loginpass label {           
    text-align: left;
    margin-bottom: 10px;
}
form#signup_form p.loginpass01 label {
    text-align: left;
    margin-bottom: 10px;
}

form#signup_form p.loginpass input {          
    width: 300px;
    border: 1px solid #cbcccc;
    border-radius: 5px;
    height: 35px !important;
	padding: 0 10px;
}

form#signup_form p.loginpass01 input {          
    
    border: 1px solid #cbcccc;
    border-radius: 5px;
    height: 35px !important;
	padding: 0 10px;
}

form#signup_form ul {
    text-align: left;
    padding: 0 0 0 3em;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

form#signup_form p.loginpass:nth-child(2) label {
    margin-right: 35px;
}

form#signup_form button.primaryAction {
    padding: 10px 100px;
    font-size: 17px;
    background-color: #8B4513;
    border-radius: 25px;
    color: #fff;
    border: none;
}


@media (min-width: 1400px){
   main.main01 {
    margin: 2em 28em;
    padding: 2em 3em;
    
}
}


@media (min-width: 967px) and (max-width: 1399px){
   main.main01 {
    margin: 2em 17em;
    padding: 2em 3em;
    
}
}

@media (min-width: 700px) and (max-width: 966px){
   main.main01 {
    margin: 2em 9em;
    padding: 2em 3em;
    
}
}

@media (max-width: 699px){
main.main01 {
    margin: 2em 2em;
    padding: 2em 2em;
    
}
}

h1.acc-title {
    text-align: center;
}


@media (max-width: 425px){
	form.login p.loginpass input {
    width: 100%;
}
    form#signup_form p.loginpass input {
    width: 100%;
}
}











@media screen and (min-width:601px) and (max-width:768px) {


    .main009-logo {
        height: auto;
        width: 96%;
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }
    .main1827 {
        height: auto;
        width: 96%;
        max-width: 1100px;
        margin: auto;
    }
    button.signin {
        background-color: #b3632d;
        border: 1px solid #b3632d;
        border-radius: 5px;
        font-size: 14px;
        font-family: Poppins, sans-serif;
        line-height: 20px;
        cursor: pointer;
        width: 86%;
        height: 50px;
        padding: 0;
        margin: 20px 55px;
    }

    button.google {
        border: 1px solid #b3632d;
        border-radius: 5px;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        background: transparent;
        cursor: pointer;
        width: 86%;
        height: 50px;
        padding: 0;
        margin: 20px 55px;

    }

    button.google a {
        text-decoration: none;
        color: black;
        display: flex;
        justify-content: center;
    }

    button.facebook {
        border: 1px solid #b3632d;
        border-radius: 5px;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        background: transparent;
        cursor: pointer;
        width: 86%;
        height: 50px;
        padding: 0;
        margin: 20px 55px;
    }

    button.facebook a {
        text-decoration: none;
        color: black;
        display: flex;
        justify-content: center;
    }

    p.by-signing {
        text-align: center;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        color: grey;
        line-height: 20px;
        padding: 0 2em;
        margin-top: 4px;
    }

   

    a.term {
        color: #b3632d;
        font-size: 12px;
        font-weight: 500;
    }


    
}



@media screen and (min-width:320px) and (max-width:600px) {

    .main009-logo {
        height: auto;
        width: 92%;
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }
    .main1827 {
        height: auto;
        width: 92%;
        max-width: 1100px;
        margin: auto;
    }
    button.signin {
        background-color: #b3632d;
        border: 1px solid #b3632d;
        border-radius: 5px;
        font-size: 14px;
        font-family: Poppins, sans-serif;
        line-height: 20px;
        cursor: pointer;
        width: 82%;
        height: 50px;
        padding: 0;
        margin: 20px 40px;
    }

    button.google {
        border: 1px solid #b3632d;
        border-radius: 5px;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        background: transparent;
        cursor: pointer;
        width: 82%;
        height: 50px;
        padding: 0;
        margin: 20px 40px;

    }

    button.google a {
        text-decoration: none;
        color: black;
        display: flex;
        justify-content: center;
    }

    button.facebook {
        border: 1px solid #b3632d;
        border-radius: 5px;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        background: transparent;
        cursor: pointer;
        width: 82%;
        height: 50px;
        padding: 0;
        margin: 20px 40px;
    }

    button.facebook a {
        text-decoration: none;
        color: black;
        display: flex;
        justify-content: center;
    }

    p.by-signing {
        text-align: center;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        color: grey;
        line-height: 20px;
        padding: 0 2em;
        margin-top: 4px;
    }

   

    a.term {
        color: #b3632d;
        font-size: 12px;
        font-weight: 500;
    }


}







    /*--------------------------------changed css toggle refrence 21-11-2023--------------------------*/




@media screen and (min-width:1440px) {

    textarea#reference-area {
        min-width: -webkit-fill-available !important;
        min-height: 216px!important;
        height: 216px;
        max-width: 96% !important;
    }


    #reference-div {
        position: fixed !important;
        left: 2% !important;
    }
    
}


@media screen and (min-width: 1124px) and (max-width: 1440px){


    textarea#reference-area {
        min-width: -webkit-fill-available !important;
        max-width: 96% !important;
        min-height: 162px !important;
        height: 162px;
    }
        #reference-div {
        position: fixed !important;
        left: 2% !important;
    }
}


    @media screen and (min-width: 992px) and (max-width: 1124px){

        textarea#reference-area {
            min-height: 159px !important;
            max-width: 96% !important;
        }
  

    }

    @media screen and (min-width: 768px) and (max-width: 992px){

        textarea#reference-area {
            max-width: 96%;
            min-height: 170px;
        }
    }


    @media screen and (min-width: 574px) and (max-width: 768px){


        textarea#reference-area {
            max-width: 96% !important;
            min-height: 170px !important;
        }
        
                       #reference-div {
        position: fixed !important;
        left: 7% !important;
    }
    }

    @media screen and (min-width: 425px) and (max-width: 574px){
        textarea#reference-area {
            min-width: -webkit-fill-available !important;
            max-width: 96% !important;
            min-height: 170px !important;
        }
        
             #reference-div {
        position: fixed !important;
        left: 7% !important;
    }
    }

    @media screen and (min-width: 375px) and (max-width: 425px){
        textarea#reference-area {
            max-width: 96% !important;
            min-height: 121px !important;
        }
        
          #reference-div {
        position: fixed !important;
        left: 7% !important;
    }
    }

    @media only screen and (max-width: 374px){
        textarea#reference-area {
            max-width: 96%;
            min-height: 60px;
        }
                    #reference-div {
        position: fixed !important;
        left: 7% !important;
    }
    }



}










