*{ padding: 0;margin: 0;} body{ width:100%;   }
h1,h2,h3,h4,h5,h5,h6{ color: #000; line-height:1.4;letter-spacing:1.5px; font-family: 'Space Grotesk', sans-serif;  }
/*p {color: #000;  text-align: left;  font-size: 16px; color: #666;line-height: 28px;  }*/
a{text-decoration:none; color: #000; }
.clear_all{clear:both;}
button:focus, input:focus, textarea:focus,a:focus {outline: 0;}
body {padding: 0;margin: 0;}


.msger { width: 100%;max-width: 100%;margin: 25px  0px;height:75vh !important;border-radius: 5px;overflow-y:scroll;}
.msger-header {display: flex;justify-content: space-between;padding: 10px;border-bottom: var(--border);background: #eee;color: #666;}
.msger-chat {flex: 1;overflow-y: auto;padding: 10px;}
.msger-chat::-webkit-scrollbar {width: 2px;}
.msger-chat::-webkit-scrollbar-track { background: #ddd;}
.msger-chat::-webkit-scrollbar-thumb { background: #bdbdbd;}
.msg { display: flex; align-items: flex-end; margin-bottom: 10px;}
.msg:last-of-type { margin: 0;}
.msg-img { width: 50px;  height: 50px;  margin-right: 10px; background: #ddd; background-repeat: no-repeat; background-position: center;
  background-size: cover; border-radius: 50%;}
.msg-bubble {     color: #fff; padding: 15px 40px; border-radius: 15px;background:#fff;}
.msg-info {  display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.msg-info-name { margin-right: 10px; font-weight: bold;}
.msg-info-time { font-size: 0.85em;}
.left-msg .msg-bubble { border-bottom-left-radius: 0;}
.right-msg {  flex-direction: row-reverse;}
.right-msg .msg-bubble { background: #ebebeb; color: #000; border-bottom-right-radius: 0;}
.right-msg .msg-img {  margin: 0 0 0 10px;}
.msger-inputarea { display: flex;padding: 10px; border-top: var(--border); background: #eee;}
.msger-inputarea * { padding: 10px;  border: none; border-radius: 3px; font-size: 1em;}
.msger-input {  flex: 1;  background: #ddd;}
.msger-send-btn {margin-left: 10px;background: rgb(0, 196, 65);color: #fff; font-weight: bold;cursor: pointer;transition: background 0.23s;}
.msger-send-btn:hover {background: rgb(0, 180, 50);}
.msger-chat {background-color: #fcfcfe; height: 80vh;} 
.msger .msg-text input[type=text]{width:100%;border:1px solid #fff;padding:15px 20px;background:#fff;color:#000;box-shadow: 0 0 13px rgb(0 0 0 / 40%);margin:10px 0px;border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;}
.msger .msg-text textarea{width:100%;border:1px solid #fff;padding:15px 20px;background:#fff;color:#000;resize:none;box-shadow: 0 0 13px rgb(0 0 0 / 40%);margin:10px 0px;border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;}
.msger .msg-text label{padding:15px 20px;background:#fff;color:#000; }
/*.msger .msg-text p{padding:10px;background:#fff;color:#000;}*/
.msger .msg-text img{width:100%;height:auto;box-shadow: 0 0 13px rgb(0 0 0 / 40%);margin:10px 0px;}
 
.msger .msg-text label {
    display: block;padding:15px 20px; margin:10px 0px;
}


.chosen-container{width: 100%;height:120px;padding: 7px 10px;border-radius: 0px;background: #fff;
margin-bottom: 15px;border: 1px solid #cbcfcd;color: #000;border-radius: 5px;}
.chosen-container-multi .chosen-choices {position: relative;overflow: hidden;margin: 0;padding: 0 5px;width: 100%;height:auto;border: 0px solid #aaa;background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(0%,#fff));background-image: linear-gradient(#eee 0%,#fff 0%);cursor: text;}
 .chosen-container-active .chosen-choices {border: 1px solid #5897fb;-webkit-box-shadow: 0 0 0px rgb(0 0 0 / 30%);box-shadow: 0 0 0px rgb(0 0 0 / 30%);}
 .chosen-container select {  border: 1px solid #cbcfcd!important;}
 select {
    width: 100%!important;
    padding: 7px 10px!important;
    border-radius: 0px!important;
    background: #fff!important;
    margin-bottom: 15px!important;
    border: 1px solid #cbcfcd!important;
    color: #000!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    height: auto !important;
}
.chosen-container-multi{ border: 1px solid #cbcfcd!important; padding: 10px 10px!important;  width: 100%!important;
    padding: 7px 10px!important;
    border-radius: 0px!important;
    background: #fff!important;
    margin-bottom: 15px!important;
    border: 1px solid #cbcfcd!important;
    color: #000!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    height: auto !important;}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 7px 10px!important;
    height: auto;
   border: 1px solid #cbcfcd!important;
    border-radius: 5px;
    background-color: #fff;
    background: #fff!important;
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.radio-tile-group {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}
.radio-tile-group .input-container {
  position: relative;margin-bottom: 10px;
   
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;z-index: -1;transition:.2s;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0px;
  transition: transform 300ms ease;
}
.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;margin: 0;
  background: #e6e8e9;
    color: #003;transition:.2s;
}
label:hover{background:#d9dbdb!important;}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #079ad9;
  border: 2px solid #079ad9;
  color: white;
 
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #079ad9;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #079ad9;
}
.msger .msg-text label {
    display: block;
    margin-bottom: 0.5rem;
}
.msger-chat {
  padding-bottom: 20px;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
}
.msg-text{color:#000;}

.msger-chat button{background:#548ee5;color:#fff;padding:10px 20px;border:none;border-radius:5px;}
.chatlogo {text-align:center;}

.chatlogo img{width:100%;max-width:200px;}

#leftside {
  bottom: 0%;
  position: relative;
   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 100%;    
  }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

 

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.edit-img{
  margin-right: 10px;
  cursor: pointer;
}


 









