body{
	    font-family: Poppins;
		font-size:15px;
}

#Smallchat .Messages, #Smallchat .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#logToSave{
  padding-right:25%;
}

.chat_close_icon {
   cursor:pointer;
    color: #333;
    font-size:16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_minimize_icon {
   cursor:pointer;
    color: #333;
    font-size:16px;
    position: absolute;
    right: 40px;
    z-index: 9;
    /*top: 16px;*/
}

.chat_maximize_icon {
   cursor:pointer;
    color: #fff;
    font-size:16px;
    position: absolute;
    right: 40px;
    z-index: 9;
}

.chat_on {
    position: fixed;
    z-index: 10;
    width: 130px;
    height: 130px;
    right: 15px;
    bottom:20px;
	/*background-color:#207ad0;*/
    /*color: #fff;*/
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;*/
    cursor: pointer;
    display: block;
}

.chat_on_icon{
    color:#fff;
    font-size:25px;
    text-align:center;
}
.chat_on_icon img {
  max-width: fit-content;
  left: -25px;
  position: absolute;
      bottom: 10px;
}
/*
#Smallchat,#Smallchat * {
 box-sizing:border-box; 
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-tap-highlight-color:transparent
}
*/
#Smallchat .Layout { 
 pointer-events:auto;
 box-sizing:content-box!important;
 z-index:1000;
 position:fixed;
 bottom:20px;
 min-width:50px;
 max-width:300px;
 max-height:30px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:end;
 -webkit-justify-content:flex-end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 border-radius:50px;
 box-shadow:1px 0 20px 5px rgba(0,0,0,.25);
 -webkit-animation:appear .15s cubic-bezier(.25,.25,.5,1.1);
 animation:appear .15s cubic-bezier(.25,.25,.5,1.1);
 -webkit-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 opacity:0;
 -webkit-transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
 transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s
  transition: all .3s ease-in-out;   
}

#Smallchat .Layout-right {
 right:20px
}

#Smallchat .Layout-open {
 overflow:hidden;
 min-width:380px;
 max-width:380px;
/* max-width: -moz-calc(85% - 58px);
 max-width: calc(85% - 58px);*/
 height:760px;
 max-height:670px;
 border-radius:10px;
 color:#383c42 !important;
 -webkit-transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
 transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
 transition: all .3s ease-in-out;
}

#Smallchat .Layout-expand {
 height:760px;
 min-height:712px;
      display:none;
      background-color: rgb(63 81 181 / 0%) !important  ;
}


#Smallchat .Layout-open-max {
 overflow:hidden;
 min-width:375px;
 max-width:375px;
/* max-width: -moz-calc(85% - 58px);
 max-width: calc(85% - 58px);*/
 height:40px;
 max-height:500px;
 border-radius:10px;
 color:#383c42 !important;
 -webkit-transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
 transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
 transition: all .3s ease-in-out;
}

#Smallchat .Layout-expand-max {
 min-height:0px;
      display:none;
	  height: 70px;
}

#Smallchat .Layout-mobile {
 bottom:10px
}

#Smallchat .Layout-mobile.Layout-open {
 width:calc(100% - 20px);
 min-width:calc(100% - 20px)
}

#Smallchat .Layout-mobile.Layout-expand {
 bottom:0;
 height:100%;
 min-height:100%;
 width:100%;
 min-width:100%;
 border-radius:0!important
}

@-webkit-keyframes appear {
 0% {
  opacity:0;
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 to {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@keyframes appear {
 0% {
  opacity:0;
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 to {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
#Smallchat .Messenger_messenger {
 position:relative;
 height:100%;
 width:100%;
 min-width:300px;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column
}
#Smallchat .Messenger_header,#Smallchat .Messenger_messenger {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex
}
#Smallchat .Messenger_header {
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:10px;
 padding-right:40px;
 height:40px;
 -webkit-flex-shrink:0;
 -ms-flex-negative:0;
 flex-shrink:0
}


#Smallchat .Messenger_header h4 {
	font-size:17px !important;
 opacity:0;
 font-size:16px;
 -webkit-animation:slidein .15s .3s;
 animation:slidein .15s .3s;
 -webkit-animation-fill-mode:forwards;
 animation-fill-mode:forwards
}

#Smallchat .Messenger_prompt {
 margin:0;
 font-size:16px;
 line-height:18px;
 /* font-weight: bold; */
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis
}

@-webkit-keyframes slidein {
 0% {
  opacity:0;
  -webkit-transform:translateX(10px);
  transform:translateX(10px)
 }
 to {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
@keyframes slidein {
 0% {
  opacity:0;
  -webkit-transform:translateX(10px);
  transform:translateX(10px)
 }
 to {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
#Smallchat .Messenger_content {
    height: 500px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background:url(../images/vani-bg.jpg) !important; */
    background-size: 100% !important;
	background-color:white;
	background: linear-gradient(3deg, #ffffff, #feeecc 44.54%, #dc9b1b);
	/* background-color: #f3dcd7; */
}
#Smallchat .Messages {
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    /* background:url(../images/vani-bg.jpg) !important; */
    background-size: 100% !important;

    -webkit-overflow-scrolling: touch;
}





#Smallchat .Input {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 17px;
    padding-bottom: 15px;
    /*padding-right: 2%;*/ /*remove this when plus button not required*/
    /*padding-left: 2%;*/ /*remove this when plus button not required*/
    color: #000000;
    background-color: #ffffff !important;
    border-top: 1px solid #e6ebea;
}
#Smallchat .Input-blank .Input_field {
    max-height: 20px;
}
#Smallchat .Input_field {
    width: 100% !important;/*Enable/Disable this when plus button not required/required*/
    resize: none !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
        padding-right: 0px;
        padding-left: 0px;
    padding-left: 20px !important;
    padding-right: 55px !important;
    background-color: transparent !important;
    font-size: 16px !important;
    line-height: 20px !important;
    min-height: 20px !important;
margin-left:0px !important;
}
#Smallchat .Input_button-emoji {
    right: 45px;
}
#Smallchat .Input_button {
    position: absolute;
    bottom: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
#Smallchat .Input_button-send {
    right: 15px;
}
#Smallchat .Input-emoji .Input_button-emoji .Icon, #Smallchat .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#Smallchat .Input-emoji .Input_button-emoji .Icon path, #Smallchat .Input_button:hover .Icon path {
    fill: #2c2c46;
}






.Messages::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}

.Messages::-webkit-scrollbar
{
	width: 5px;  
	background-color: #ffffff;
}

.Messages::-webkit-scrollbar-thumb
{
	background: linear-gradient(90deg, rgb(218, 14, 43), rgb(182, 16, 50));
	/* background-color: #207ad0; */
}







.containermsg_vani {
    /* border: 2px solid #b9b9b9; */
    background-color: #f5f7fe;
    /* background-image: linear-gradient(90deg, #ffffff, #ffffff); */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
    margin: 10px 0;
    color:#383c42 !important;;
    /* margin-right: 0%; */
    box-shadow: 0 1px 3px 0 #cdcdcd !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    max-width: -moz-calc(85% - 10px);
    max-width: calc(75% - 10px);
    overflow-wrap: break-word;
    margin-left: 50px;
}

.containermsg_user {
     /* border: 2px solid #b9b9b9; */
    background-color: #f5f7fe;
    /* background-image: linear-gradient(90deg, #ffffff, #ffffff); */
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
    margin: 10px 0;
    color: #333;
    /* margin-right: 0%; */
    box-shadow: 0 1px 3px 0 #cdcdcd !important;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    max-width: -moz-calc(85% - 10px);
    max-width: calc(75% - 10px);
    overflow-wrap: break-word;
    margin-left: 50px;
    min-height: 50px;
    font-weight: 600;
    /* line-height: 1;*/
}
/*.containermsg_user p{
    margin: 0px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}*/
.darker {
 border-color: #50dccb00;
 color:white;
     background: linear-gradient(0, #f0c87d85 24.1%, #bf8212 88.76%);
    /* background: linear-gradient(65deg, #24bcedc4, #64a5a166) !important; /* For browsers that do not support gradients */ */
  /* background: linear-gradient(0, #f0c87d85 24.1%, #bf8212 88.76%); /* Standard syntax (must be last) */ */
 } 

.containermsg_vani::after {
  content: "";
  clear: both;
  display: table;
}

.containermsg_user::after {
  content: "";
  clear: both;
  display: table;
}

.containermsg_vani img {
    float: right;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    /*border-radius: 50%;*/
    position: relative;
    left: -241px;
    top: -15px;
    margin: 0 !important;
}

/*<!-- .containermsg_user img { -->
  <!-- float: left; -->
  <!-- max-width: 60px; -->
  <!-- width: 100%; -->
  <!-- margin-right: 20px; -->
  <!-- border-radius: 50%; -->
<!-- } -->*/

.containermsg_user img.right {
 width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    position: relative;
    right: -65px;
    float: right;
    top: -10px;
    margin: 0 !important;
}

.time-right {
  float: right;
  color: #aaa;
}

.time-left {
  float: left;
  color: #999;
}

p {
   /* margin: 15px;*/
    /*text-align: justify;
    word-break: break-all;*/
}

.tooltip {
  left : 2% !important;
}


.tooltip-arrow {
    display: none !important;
}


/*.headimg {
  width: 100px;
    height: 100px;
    display: block;
    right: 21%;
    bottom: 58%;
    position: fixed;
    z-index: 99999999999999;
}*/

.appendMovingDots:after {
    content: ' .';
    animation: dots 3s steps(1, end) infinite;
}
@keyframes dots {
    0%, 12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        text-shadow: .5em 0;
    }
    50% {
        text-shadow: .5em 0, 1em 0;
    }
    62.5% {
        text-shadow: .5em 0, 1em 0, 1.5em 0;
    }
    75% {
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0;
    }
    87.5%, 100%{
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
    }
} 


.typing-loader{
    margin: 6%;
    width: 6px;
    height: 6px;
    -webkit-animation: line 1s linear infinite alternate;
   -moz-animation: line 1s linear infinite alternate;
   animation: line 1s linear infinite alternate;
}
@-webkit-keyframes line{
    0%{
       
        background-color: rgba(32, 122, 208, 1);
        box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,0.2), 
                    24px 0px 0px 0px rgba(32, 122, 208,0.2);
                    
      }
    25%{ 
            background-color: rgba(32, 122, 208, 0.4);
            box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,2), 
                    24px 0px 0px 0px rgba(32, 122, 208,0.2);
                    
    }
    75%{ background-color: rgba(32, 122, 208, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,0.2), 
                    24px 0px 0px 0px rgba(32, 122, 208,2);
                   
      }
}

@-moz-keyframes line{
    0%{
       
        background-color: rgba(32, 122, 208, 1);
        box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,0.2), 
                    24px 0px 0px 0px rgba(32, 122, 208,0.2);
                    
      }
    25%{ 
            background-color: rgba(32, 122, 208, 0.4);
            box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,2), 
                    24px 0px 0px 0px rgba(32, 122, 208,0.2);
                    
    }
    75%{ background-color: rgba(32, 122, 208, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,0.2), 
                    24px 0px 0px 0px rgba(32, 122, 208,2);
                   
      }
}

@keyframes line{
    0%{
       
        background-color: rgba(32, 122, 208, 1);
        box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,0.2), 
                    24px 0px 0px 0px rgba(32, 122, 208,0.2);
                    
      }
    25%{ 
            background-color: rgba(32, 122, 208, 0.4);
            box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,2), 
                    24px 0px 0px 0px rgba(32, 122, 208,0.2);
                    
    }
    75%{ background-color: rgba(32, 122, 208, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(32, 122, 208,0.2), 
                    24px 0px 0px 0px rgba(32, 122, 208,2);
                   
      }
}


/*.plus_button{
    font-size: 14px;
    background-color: #217bd0;
    width: 2.0em;
    height: 2.0em;
    border-radius: 100%;
    border: solid #DFDAD7;
  }*/



.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}


.paddingtb5 {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f0f3f5;
}

.flex-align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#nav_container {
    background: #dfedf4;
    width: 100%;
    position: relative;
}

.scrollRemove {
    overflow: hidden;
    -ms-overflow-style: none;
    height: 37px;
    width: 100%;
    padding: 0 32px;
}

.flexOrder2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.scrollRemove .scrollTags {
    overflow: hidden;
    padding-right: 20px;
    box-sizing: content-box;
}

.scrollTags {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 37px;
    list-style: none;
    white-space: nowrap;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

#prev_nav {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    width: 25px;
    left: 0;
    top: 8px;
    height: 30px;
}

.arrowBtns {
    background: #fff;
    height: 38px;
    border: 0;
    border-radius: 0;
    width: 25px;
}

.flexOrder1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.arrowBtns {
    background: #fff;
    height: 25px;
    border-radius: 16px;
    width: 25px;
}

.arrowBtns img {
    cursor: pointer;
    height: 100%;
    width: 25px;
    background-color: #ffffff;
}

/*img {
    vertical-align: middle;
}
img {
    border: 0;
    
}*/

#next_nav {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    width: 25px;
    right: 0;
    top: 8px;
    height: 30px;
}

.flexOrder3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.scrollTags li {
    cursor: pointer;
    padding: 7px 15px;
    border: 1px solid #217bd0;
    border-radius: 100px;
    background: #f2f2f2;
    color: #217bd0;
    margin-right: 10px;
    font-size: 13px;
}


/*.modal-sm {
    width: 360px !important;
}*/

.modal-header {
    background-color: rgb(222 161 40);
	color:white;
}

.modal-body {
    padding: 15px 55px;
    color: black;
}


#quickTagScroll li:hover { 
  background-color:#207ad0;
  color:rgb(255, 255, 255);
 }
 
 .show-read-more .more-text {
        display: none;
    }
.read-more{
	cursor:pointer;
}
.read-less{
	cursor:pointer;
	display: none;
}

/*---------------------------------------New Design Changes----------------------------------------------*/

#Smallchat .Messenger_header {
    padding: 10px;
height: 80px;
/* background: linear-gradient(65deg, #2f8ec5, #84cee8, aliceblue) !important; */
color: #4b3504; !important;
border-bottom: 1px solid #e7e7e7;
box-shadow: 1px 10px 8px 11px #333;
    background: linear-gradient(2deg, #ffffff, #feeecc 44.54%, #dc9b1b);
}

.containermsg_vani .btn:active, .containermsg_vani .btn:focus {
   background: linear-gradient(65deg, #2dddd3, #3997d4) !important;
    color: #fff;
    border: 1px solid #3bbec6;
     
 }
.containermsg_vani .btn:hover {
   /* width: 100%;*/
    border-radius: 20px;
   background: linear-gradient(0, #f0c87d85 24.1%, #bf8212 88.76%) !important;
    color: #fff;
    border: 1px solid #bf8212;
    font-weight: 600;
    text-align: center;
    min-height: 38px;
    white-space: break-spaces;
}

.containermsg_vani .btn{
      /*  width: 100%;*/
    border-radius: 20px;
    text-align: center;
    overflow-wrap: break-word;
	background: linear-gradient(0, #f0c87d85 24.1%, #bf8212 88.76%) !important;
    color: #333;
    font-weight: 550;
    border: 1px solid #bf8212;
    min-height: 38px;
    white-space: break-spaces;
    font-size: 12px;
        padding: 4px 10px;

}
/*.containermsg_vani p {
    margin-top: -80px;
}*/

/*---------------------------------------Enable this to allow interaction outside modal----------------------------------------------*/

/*.modal-allow-interact {
   position: absolute;
   overflow-y: hidden !important;
}

.modal-allow-interact .modal-dialog {
   margin: 0;
}*/

/*---------------------------------------Enable this to allow interaction outside modal----------------------------------------------*/

.img-responsive.headimg {
  width: 50px !important;
    height: 49px !important;
}
.img-responsive {
  width: 170px !important;
  height: 170px !important; 
  
}

.containermsg_vani .img-responsive {
    height: 51px !important;
	width: 53px !important; 
	margin: 10px !important;
    padding-left: 2px;
}
.dropdown-menu{
	top:85% !important;
	position:inherit;
	width:100%;
	/* min-height:50px; */
	max-height:110px;
}
#ddl_list_close{
	margin-top:-6px;
	padding:2px;
	
}

.msg_vani{
background-color:slategrey;
color:aliceblue;
padding-left:3px;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;

}

.welcomemsg{
	
	color:#383c42 !important;;
}
.welcomemsg > p{
	
	margin-top:20px;
}

.btn-new{
	width: 25%;
    height: 74px;
    border-radius: 10px;
	color:#000000 !important;
	    /* background-color: #47c3d7; */
    /* border-color: #555; */
	margin: 13px;
	padding: 6px 6px 10px 6px;
	text-wrap:wrap;
	/* box-shadow:1px 0 20px 5px rgba(0,0,0,.15); */
	background: linear-gradient(#f7f8f8, #f7f8f8) padding-box, linear-gradient(90deg,#ffffff, #ffffff) border-box;
	font-size: 11px;
	border:1px solid #d5d5c5;
}

.btn-new:hover {
    /* color: #fff; */
    /* background-color: #cb843b; */
    /* border-color: #7d6145; */
	background: linear-gradient(#f7f8f8, #f7f8f8) padding-box, linear-gradient(90deg,#ffffff, #ffffff) border-box;
	/* background-color: #55555547 !important; */
	    scale: 1.05;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* .btn-active{ */
	/* background: linear-gradient(#f7f8f8, #f7f8f8) padding-box, linear-gradient(90deg, #da0e29, #531251) border-box; */
/* } */

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

#home_div{
	    position: fixed;
    bottom: 87px;
    /* top: 99px; */
    /* height: 14px; */
    right: 18px;
	cursor:pointer;
}
#home_div img{
	width: 27px;
}
.footer{
	background-color: rgb(222 161 40);
    text-align: center;
}
.footer a{
	cursor:pointer;
	color: #ffffff;
	font-size: 12px;
}
.welcomemsg ul{
	    padding-left: 0;
}

.welcomemsg ul li{
	    
    list-style-type: none;
}
.welcomemsg ul li button{
	    
    width:59%;
	height: 30px;
    margin-bottom: -2% !important;
}



@media only screen and (max-width:600px) 
{
	#Smallchat .Layout-expand {
 min-height:70%;
	min-width: 7% !important;
    max-width: 334px;
	height: 500px;
/* max-width: 358px; */
}
#Smallchat .Layout-expand-max {
    min-height: 0px;
    display: none;
	height: 70px;
}
.containermsg_vani img {
   left: -212px;
}
#Smallchat .Messenger_header h4 {
	font-size:14px !important;
}
#Smallchat .Messenger_content {
    height: 415px;
}
.modal-content {
        width:355px !important;
    }
}

@media only screen and (min-width:992px) 
{
	#Smallchat .Layout-expand {
 min-height:50%;	
 height:506px;
}
#Smallchat .Layout-expand-max {
    min-height: 0px;
    display: none;
	height: 70px;
}

#Smallchat .Messenger_content {
    height: 426px;
}
}
@media only screen and (min-width:1080px) 
{
	#Smallchat .Layout-expand {
 min-height:70%;
	height: 760px;
}
#Smallchat .Layout-expand-max {
    min-height: 0px;
    display: none;
	height: 70px;
}

}

#img_namsty
{
	width:25px; 
	height: 25px;
}

.welcomemsg .heading{
	color:#b83519;
	letter-spacing:0.1rem;
	
}

.welcomemsg .icon{
	width:20px; 
	height: 20px;
}

.welcomemsg .reg_icon{
	width:25px; 
	height: 25px;
}

.welcomemsg .btn_para{
	
	color:#000000;
	margin-top: 6px;
}

.welcomemsg .header_clr{
	color:#b83519;
}
.welcomemsg .diary_no_heading{
	color:#000000;
	margin-top: 12px;
}

.welcomemsg .cnr_no_heading{
	color:#000000;
	margin-top: 23px;
}


.welcomemsg .nalsasche_heading{
	color:#000000;
	margin-top: 10px;
}

.welcomemsg .header_font
{
	font-size:15px;
}

.welcomemsg .headr_backclr{
	background-color:#ffffae;
}

.welcomemsg .know_header{
	
	font-size:20px;
	color:#4b3504;
}
#result_table td{
	max-width: 100px;
	min-width: 100px;
}
#result_table td:first-of-type{
	color: rgb(222 161 40);
}

.Messenger_header h4{
	font-size:19px;
	    font-weight: 100;
}
.Messenger_header strong{
	font-size:17px;
	
}
.Messenger_header h6{
	margin-top: 0;
	margin-left: -26%;
	color: #9f9c9c;
	    font-size: 12px;
		    font-weight: 100;
}
.header_version{
	font-size: 9px;
	margin-top: 5px;
}

.header-flex-container{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 10px;
    margin-top: 10px;
}

.subheader-flex-container{
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.fdbck-btn{
	z-index: 999999;
    position: fixed;
    display: block;
    right: 0;
    top: 32vh;
    text-transform: capitalize;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: unset;
    height: 21px;
    cursor: pointer;
    background-color: #da1028;
    color: #fff;
    font-size: 11px;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    transition: all ease-in-out .3s;
}


.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}