@import url('https://fonts.googleapis.com/icon?family=Material+Icons' );
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700');
@import "mediaQ.css";

/*adminlte*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  margin:0;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}



a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}


[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

/*adminlte*/

html,body{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin:0;
}

.wrapper{
  position: relative;

  background: #F9F9FB;
}

.ovrfhide{
  overflow-y: hidden;
  padding-bottom: 45px;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 30px #ffffff !important;
  -moz-box-shadow: inset 0 0 0px 30px #ffffff !important;
  box-shadow: inset 0 0 0px 30px #ffffff !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/md_icon/Material-Design-Icons.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/md_icon/Material-Design-Icons.woff2") format('woff2'),
    url("../fonts/md_icon/Material-Design-Icons.woff") format('woff'),
    url("../fonts/md_icon/Material-Design-Icons.ttf") format('truetype'),
    url('../fonts/md_icon/Material-Design-Icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}


.noBorder{
  border: none !important;
}

.noPad{
  padding: 0 !important;
}

.noPadR{
  padding-right: 0 !important;
}

.noPadL{
  padding-left: 0 !important;
}
.noPadB{
  padding-bottom: 0 !important;
}

.noPadT{
  padding-top: 0 !important;
}

.noMar{
  margin: 0 !important;
}

.noMarR{
  margin-right: 0 !important;
}

.noMarL{
  margin-left: 0 !important;
}
.noMarB{
  margin-bottom: 0 !important;
}

.noMarT{
  margin-top: 0 !important;
}
.pt-0{
  padding: 0px !important;
}
.plr-10{padding-left: 10px!important;padding-right: 10px!important;}

.plr-20{padding-left: 20px!important;padding-right: 20px!important;}

.pt-25{
  padding-top: 25px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pr-25{
  padding-right: 25px !important;
}
.pr-30{
  padding-right: 30px !important;
}
.pl-25{
  padding-left: 25px !important;
}
.pb-50{
  padding-bottom: 50px !important;
}
.pb-15{
  padding-bottom: 15px !important;
}
.pd-10{
  padding: 10px !important;
}
.pd-15{
  padding: 15px !important;
}
.pd-20{
  padding: 20px !important;
}
.pd-30{
  padding: 30px !important;
}
.pd-40{
  padding: 40px !important;
}
.pd-50{
  padding: 50px !important;
}
.pdtb-20{
  padding: 20px 15px !important;
}
.pdtb-30{
  padding: 30px 15px !important;
}
.pdtb-40{
  padding: 40px 15px !important;
}
.mt-15{
  margin-top: 15px !important;
}
.mt-25{
  margin-top: 25px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mr-5{
  margin-right: 5px !important;
}
.bs1{
  border: 1px solid ;
}

.bgwhite{
  background: #ffffff;
}

.logoBox{
  text-align: center;
  margin: 40px 0 0 ;
}

.logoBox img{
  width:210px;
}

.signinTitle{
  font-size: 20px;
  text-align: center;
  color: #0094c8;
  margin: 20px 0;
  font-family: 'Roboto', sans-serif;
}

.fpass{
  font-size: 14px;
  text-align: right;
  margin: 15px 0;
}

.fpass a  ,
.fpass a:hover {
  color: #0094c8;
  text-decoration: none;
}

.passinput{
  width: 70% !important;
}

.showPassbtn{
  border-bottom: 1px solid #9e9e9e !important;
  background: transparent;
  color: #0094c8 !important;
  font-size: 14px !important;
  box-shadow: none;
  border-radius: 0 !important;
}
.optBtn{
  border-bottom: 1px solid #9e9e9e !important;
  background: transparent;
  color: #6d6c6a !important;
  font-size: 14px !important;
  box-shadow: none;
  border-radius: 0 !important;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-default{
  height: 40px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #dee0eb;
}
.btn-default:hover,.btn-default.hover
.btn-default:active, .btn-default:focus  {
  background-color: #e7e7e7;
}

.btn-primary{
  height: 40px;
  color: #ffffff;
  background-color: #282a65;
  border-color: #282a65;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-change-password{
  height: 40px;
  width: 40%;
  color: #ffffff;
  background-color: #282a65;
  border-color: #282a65;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary.focus,.btn-primary:focus,
.btn-primary:hover {
  color: #ffffff;
  background: #282a65;
  border-color: #282a65;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active{
  color: #ffffff;
  background-color: #282a65;
  border-color: #282a65;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus{
  box-shadow: none;
}

.saveChangesBtn, .navyblue-btn {
  width: 170px;
  height: 40px;
  border-radius: 8px;
  background: #282a65;
  color: #ffffff  !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #282a65;
  border-color: #282a65;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #282a65;
}

#compbtn::after{
  position: initial;
  float: right;
  margin: 8px 0;
}

.brand-image{
  float: none;
}

.brand-link {
  padding: 15px;
}

.main-header {
  z-index: 999;
}

#widgetiFrame{
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.widget_wrapper{
  visibility: hidden;
  opacity: 0;
  width: 380px;
  height: calc(100% - 50px);
  max-height: 600px ;
}

.widget_wrapper.active{
  right: 2%;
  bottom: 3%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  z-index: 1000000;

   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;

  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
  box-shadow: 0 0 40px rgba(0,0,0,.1);
  border-radius: 15px;
  visibility: visible;
  opacity: 1;
}


.clsIframebtn {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  padding: 5px 9px 3px 7px;
  border-radius: 50%;
}

.clsIframebtn:hover{
  background: #a3a3a36e;
  transition: .4s ease-in;
}

.clsIframebtn svg{
  x: 0px;
  y: 0px;
  width: 20px;
  height: 20px;
  fill: rgb(255, 255, 255);
}


/*.widget_fwrapper{
  position: fixed;
  border-radius: 10px 10px 0;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
  box-shadow: 0 0 40px rgba(0,0,0,.1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .15s ease,opacity .15s ease-out;
  transition: visibility .15s ease,opacity .15s ease-out;
  z-index: 1000000;
}*/



#chat_window_1,
#chat_window_2{
  width: 100%;
  position: fixed;
  visibility: hidden;

  opacity: 0;
  z-index: -1;
  height: 100vh;
  margin : 0 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

#chat_window.active {
  width: 100%;
  visibility: visible;
  overflow: hidden;
  bottom: 0%;
  right: 0%;
  opacity: 1;
  z-index: 999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;

  -webkit-animation: fadeinout .3s ease ;
  animation: fadeinout .3s ease ;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}


#chat_window_1.active {
  width: 100%;
  visibility: visible;
  overflow: hidden;
  bottom: 0%;
  right: 0%;
  opacity: 1;
  z-index: 100;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: fadeinout .3s ease ;
  animation: fadeinout .3s ease ;

  cursor: pointer;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}


#chat_window_2.active {
  width: 100%;
  visibility: visible;
  overflow: hidden;
  bottom: 0%;
  right: 0%;
  opacity: 1;
  z-index: 999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: fadeinout .3s ease ;
  animation: fadeinout .3s ease ;

  cursor: pointer;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}


/* #chat_window,
#chat_window_1,
#chat_window_2 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
} */

.pageTitle{
  font-size: 18px;
  color: #282a65;
}
.description{
  font-size: 14px;
  color: #b7b4c0;
}

.card {
  box-shadow: 0 0 5px 0 #DEE0EB;;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
}


.direct-chat, .chatBox{
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}


.chat_box .chat_header{
  padding: 1.22rem 1.25rem;
  background: #FFAA00;
  border: none;
}

#chat_window_1 .chat_header{
  padding: 1rem 1.25rem;
  background: #FFAA00;
  border: none;
}
#chat_window_2 .chat_header{
  padding: .77rem .77rem;
  background: #FFAA00;
  border: none;
}
.titleBox {
  display: flex;
  flex-direction: row
}

.titleBox .clientLogo{
  position: relative;
  display: inline-block;
  background-image: url(../svg/dheeLogo_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 35px;
  width: 140px;
  background-size: 146px 52px;
  margin: 0px 10px 0px 0px;
}

.clientLogo{

}

/*
.clientLogo svg{
  width: 40px;
  height: 45px;
} */

.titleBox h4.clientName,
.titleBox h6.clientName{
  display: inline-block;
}
.titleBox h4,
.titleBox h6,
.titleBox h4.clientName{
  margin: 0;
  color: #ffffff;
}

.card-header>.card-tools {
  position: absolute;
  right: 1rem;
  top: .7rem;
}

.card-header:first-child{
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.card-footer:last-child  {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}


.chat_header::before{
  position: absolute;
  content: ' ';
  background-image: url(../svg/lines.svg);
  background-size: 58px 300px;
  background-repeat: no-repeat;
  height: 315px;
  width: 80px;
  top: -126px;
  right: 11px;
  overflow: hidden;
}


#chat_window_1 .chat_header::before ,
#chat_window_2 .chat_header::before  {
  position: absolute;
  content: ' ';
  background-image: url(../svg/lines.svg);
  background-size: 58px 300px;
  background-repeat: no-repeat;
  height: 300px;
  /* width: 70px;
  top: -199px;
  left: 314px; */
  width: 70px;
  top: -313%;
  left: 79%;
}

#chat_window_1 .chat_header:after,
#chat_window_2 .chat_header:after{
  display: none;
}


.chat_header:after{
  position: absolute;
  content: ' ';
  background-image: url(../svg/lines.svg);
  background-size: 58px 300px;
  background-repeat: no-repeat;
  height: 60%;
  width: 17%;
  top: 165px;
  left: 24px;
}

#chat_window .card-footer,
.chatBox .card-footer{

  padding: .2rem 1.25rem 1rem ;
  background-color: #fff;
  border-top: 0 solid rgba(0,0,0,.125);
  margin: 0 auto;
  display: table;
  font-size: 14px;
}

.direct-chat .card-body{
  background:#f4f0f0;
  overflow: hidden;
  font-size: 14px;
}

.direct-chat-text {
  border-radius: 0;
  position: relative;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #fff;
  margin: 5px 0 0 0;
  color: #444;
  font-size: 14px;
}

.direct-chat-text_withoption{

}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: transparent;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}


.direct-chat-danger .right > .direct-chat-text {
  background: #E83B4C;
  border-color: #E83B4C;
  color: #fff;
}

.right .chat_right{
  margin-left: 3vw ;
  margin-right: 0 ;
  background: #EAE9EB;
  -webkit-box-shadow: 0 1px rgba(0,0,0,.1);
  box-shadow: 0 1px rgba(0,0,0,.1);
}

.chat_right{
  border: none;
  padding:12px 20px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.chat_left {
  border: none;
  padding:12px 20px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 85%;
  display: inline-block;
  -webkit-box-shadow: 0 1px rgba(0,0,0,.1);
box-shadow: 0 1px rgba(0,0,0,.1);
}

.chat_log .chat_right{
  border: none;
  padding:12px 20px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;

  background-color: rgba(224, 224, 244, 0.4);
  box-shadow: 0 2px 4px 0 rgba(218, 218, 218, 0.5);
}

.chat_log .chat_left {
  border: none;
  padding:12px 20px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 5px 3vw 0 0px;

  background-color: #fbf7f7;
  box-shadow: 0 2px 4px 0 rgba(218, 218, 218, 0.5);
}

.chat_log .direct-chat-msg {
  margin-bottom: 20px;
}

.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
  border: none;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
  border: none;
}

.histBtn,.volBtn {
  position: relative;
  display: inline-block;
  padding: 5px 9px 3px 7px;
}

.histBtn svg , .volBtn svg{
  fill : #ffffff;
}

.close_btn{
  padding: 5px 9px 3px 7px;
  border-radius: 50%;
  background: transparent;
  z-index: 10;
  float: right;
}

.close_btn:hover{
  background: #a3a3a36e;
  transition: .4s ease-in;
}

.close_btn svg{
  x: 0px;
  y: 0px;
  width: 20px;
  height: 20px;
  fill: rgb(255, 255, 255);
}

.lines_svg {
  position: absolute;
  top: -120px;
  right: 15px;
  z-index: 0;
}

.lines_svg svg{
  fill: red;
}

.welcome_body{
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.robot_box svg{
  width: 140px;
  height: 140px;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: .4rem;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default){
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 2rem;
  width: 100%;
  font-size: 14px;
  padding : 0 0 5px 0;
  margin : 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 1s, -webkit-box-shadow .3s;
  transition: border 1s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border 1s;
  transition: box-shadow .3s, border 1s, -webkit-box-shadow .3s;
}

#userName{
  margin-bottom: 10px;
}

#userName, #userphoneNo{
  padding: 0 0 0 5px;
}

/* .login_body input:not([type]),
.login_body input[type=text]:not(.browser-default),
.login_body input[type=password]:not(.browser-default),
.login_body input[type=email]:not(.browser-default),
.login_body input[type=url]:not(.browser-default),
.login_body input[type=time]:not(.browser-default),
.login_body input[type=date]:not(.browser-default),
.login_body input[type=datetime]:not(.browser-default),
.login_body input[type=datetime-local]:not(.browser-default),
.login_body input[type=tel]:not(.browser-default),
.login_body input[type=number]:not(.browser-default){
  border-bottom: 1px solid #ffad29;
} */

input:not([type]).validate+label,
input[type=text]:not(.browser-default).validate+label,
input[type=password]:not(.browser-default).validate+label,
input[type=email]:not(.browser-default).validate+label,
input[type=url]:not(.browser-default).validate+label,
input[type=time]:not(.browser-default).validate+label,
input[type=date]:not(.browser-default).validate+label,
input[type=datetime]:not(.browser-default).validate+label,
input[type=datetime-local]:not(.browser-default).validate+label,
input[type=tel]:not(.browser-default).validate+label,
input[type=number]:not(.browser-default).validate+label,
input[type=search]:not(.browser-default).validate+label,
textarea.materialize-textarea.validate+label {
  width: 100%;
}

.input-field.col label {
  left: .75rem;
}

label {
  font-size: 14px;
  color: #9e9e9e;
}

.input-field>label {
  font-weight: normal;
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  padding-left: 5px;
}


input:not([type])+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after, .select-wrapper+label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.login_body .input-field>label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.login_body input:not([type]):focus:not([readonly])+label,
.login_body input[type=text]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=password]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=email]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=url]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=time]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=date]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=tel]:not(.browser-default):active:not([readonly])+label,
.login_body input[type=number]:not(.browser-default):focus:not([readonly])+label,
.login_body input[type=search]:not(.browser-default):focus:not([readonly])+label,
.login_body textarea.materialize-textarea:focus:not([readonly])+label {
  color: #ffad29;
}

.login_body input:focus,
.login_body input:active,
.login_body input:active:focus{
  border-bottom: 1px solid #ffad29;
  font-size: 14px;
}

.direct-chat .card-body{
  background: #ffffff;
  font-size: 14px;
}

#chat_window .login_body {
  background: #ffffff;
  padding: 25px 55px 0;
  font-size: 14px;
  height:  46vh;
  overflow: hidden;
  display: block;
}

#chat_window_1  .chat_body{
  background: #ffffff;
  padding: 10px 15px 10px;
  height:  50vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  display: block;
}

#chat_window_2 .chat_body{
  background: #f0f3f6;
  padding: 10px 15px 10px;
  height:  65vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  display: block;
}

.chat_log .chat-header{
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8ed !important;
}

.chat_log .chat_body{
  border-top: 1px solid #e8e8ed !important;
  background: #ffffff;
  padding: 10px 15px 10px;
  height: 569px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
}

.chat_footer{
  font-size: 14px;
  min-height: 90px;
  padding: .7rem .7rem .7rem;
  background-color: #fff;
  border-top: 0 solid rgba(0,0,0,.125);
  margin: 0;
  width: 100%;
  display: table;
  box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.chat_footer:last-child  {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.typeBox{
  display: block;
  position: relative;
  padding: 3px ;
  border-bottom: 1px solid #f0f0f1;
}

.emojiBox{
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  width: 100%;
}
.mediaBox{
  display: inline-block;
  position: relative;
  padding: 2px 6px 0 0;
}
.mediaBox .attach ,
.mediaBox .emoji{
  display: inline-block;
  position: relative;
  padding: 2px 6px 2px 0;
}
.mediaBox .emoji{
  padding: 2px 6px 2px 8px ;
}

.mediaBox .attach{
  transform: rotate(45deg);
}

.attach svg,
.emoji svg{
  fill: #ffad29;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.dheeNote {
  color: #C0BDBD;
  font-size: 0.75em;
  float: right;
  margin: 10px 15px 0 0;
  display: inline-block;
}

.dheeNote span{
  color: #C0BDBD;
  /* opacity: .5; */
  vertical-align: -webkit-baseline-middle;
  font-weight: 300;
}

.messageBox{
  width: 80%;
  max-width: 82%;
  position: relative;
  display: inline-block;
}

.iconBox{
  position: relative;
  display: inline-block;
  /*margin: 0 0 0 33px;*/
  vertical-align: text-bottom;
  top: -3px;
  float: right;
  top: 10px;
}

@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: .5; }
  100% { opacity: 1; }
}

@keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: .5; }
  100% { opacity: 1; }
}

.messageBox input.messageInput{
  margin: 0;
  border-bottom:none;
}

.messageBox input.messageInput::placeholder,
.messageBox input.messageInput::-moz-placeholder /* Firefox 19+ */,
.messageBox input.messageInput:-ms-input-placeholder /* Internet Explorer 10-11 */,
.messageBox input.messageInput ::-ms-input-placeholder /* Microsoft Edge */{
  color: #B1B1B1;
  font-size: 14px;
}

.messageBox textarea.messageInput{
  overflow-y: auto;
  resize: none;
  width: 100%;
  height: 40px;
  font-size: 12px;
  border: 1px solid transparent;
}

.messageBox textarea.messageInput::placeholder,
.messageBox textarea.messageInput::-moz-placeholder,
.messageBox textarea.messageInput:-ms-input-placeholder ,
.messageBox textarea.messageInput::-ms-input-placeholder ,
.chat_right textarea.chatTxtarea::placeholder,
.chat_right textarea.chatTxtarea::-moz-placeholder,
.chat_right textarea.chatTxtarea:-ms-input-placeholder ,
.chat_right textarea.chatTxtarea::-ms-input-placeholder {
  color: #B1B1B1;
  font-size: 14px;
}

.chat_right textarea.chatTxtarea{
  overflow-y: auto;
  resize: none;
  width: 100%;
  height: 5em;
  font-size: 13px;
  border: 1px solid transparent;
}

.iconBox svg{
  fill: #ffad29;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: fadeinout 1s linear ;
  animation: fadeinout 1s linear ;
}

.iconBox .send{
  display: none;
  cursor: pointer;
  vertical-align: -webkit-baseline-middle;
}

.iconBox .mic{
  cursor: pointer;
  vertical-align: -webkit-baseline-middle;
}

.verifBox{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

a:not([href]):not([tabindex]).troubleLink{
  color: #ffad29;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1.1em;
  padding: 20px 0 ;
  display: inline-block;
}

.mobNoBox{
  padding: 20px 0;
}

span.cntrycode{
  margin-right: 7px;
  color: #9e9e9e;
}

span.mobNo{
  letter-spacing: 1px;
  font-weight: bold;
}

span.editIcon svg{
  fill:#FFAA00;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.otpBox{
  padding: 15px 0 ;
}

input.otpinput::-webkit-inner-spin-button, input.otpinput::-webkit-outer-spin-button ,
.payotpinput::-webkit-inner-spin-button , .payotpinput::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0;
}
/* input.otpinput:focus{
  border-bottom: 1px solid #FFAA00;
} */

.otpinput{
  width: 50% !important;
  letter-spacing: 15px;
  text-align: center;
  font-weight: bold;
}

.lockpinsvg{
  padding: 20px 0;
}

.lockpinsvg #Fill-3,.editIcon svg{
  fill: #ffad29;
}

.editIcon svg{
  width: 30px;
  height: 21px;
}

.btn_round{
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  background-color: #ffad29;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.btn_round svg{
  fill:#FFFFFF;
}

/*_______________*/
/* MAD-SELECT  */
.mad-select .material-icons{
  vertical-align: middle;
}
.mad-select{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  padding: 0px;
  width: 100%;
}

.mad-select ul:after {
  border-bottom: 1px solid #9e9e9e;
  content: '';
  display: block;
  width: 122%;
}
.mad-select ul {
  list-style: none;
  width: 100%;
  display:inline-block;
  margin:0;
  padding:0 0 ;
  color: #9e9e9e;
}
.mad-select li{
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  height:24px;
  line-height:24px;
  display: none;
  padding: 8px 16px 8px 5px ;
  margin:0;
  box-sizing: initial;
}

.mad-select li:first-of-type{
  padding: 8px 16px 8px 5px;
}

.mad-select li:first-child{
  color: #9e9e9e !important;
}

/*
.mad-select li:first-of-type{
  padding: 8px 16px 8px 5px;
  color: #9e9e9e;
} */

.mad-select > ul:first-of-type{
   max-width:calc(90% - 4px); /* COMMENT FOR AUTO WIDTH */
   padding: 8px 16px 8px 0;
}
.mad-select > ul:first-of-type li.selected{
  display: inline-block;
  height: 24px;
  max-width: 100% ;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}
.mad-select i.material-icons{
  opacity: 0.5;
  margin:0;
  padding:0;
}
/*jQ*/
.mad-select ul.mad-select-drop{
  position: absolute;
  z-index:50;
  visibility: hidden;
  opacity:0;
  background:#fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  top:0;
  left:0;
  transition: 0.24s;
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
}
.mad-select ul.mad-select-drop.show{
  visibility: visible; opacity: 1;
  max-height: 180px; /* COMMENT IF YOU DON?T NEED MAX HEIGHT */
}
.mad-select ul.mad-select-drop.show:after{
  border: none;
}

/* ul.mad-select-drop.show {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
} */

ul.mad-select-drop.show div.mad-select{
  min-height: 200px;
}

.mad-select ul.mad-select-drop.show.mad-select{
  min-height: 200px;
}
.mad-select ul.mad-select-drop li{
  display:block;
  transition: background 0.33s;
  cursor:pointer;
  color: #9e9e9e;
}
.mad-select ul.mad-select-drop li.selected{
  background: rgba(0,0,0,0.07);
  color: #212529;
}
.mad-select ul.mad-select-drop li:hover{
  background: rgba(0,0,0,0.04);
  color: #212529;
}

label:not(.form-check-label):not(.custom-file-label){
  font-weight: normal;
}

/* .input-field input,.input-field label{
  color:#ffad29;
} */

.float_btn_box{
  position: fixed;
  bottom: 5vh;
  z-index: 1;
  right: 5%;
  -webkit-animation: fadeinout .1s linear ;
  animation: fadeinout .1s linear ;
}

.float_btn::before{
  position: absolute;
  content: ' ';
  background-image: url('../svg/bot_launcher.svg');
  background-size: 100px 90px;
  background-repeat: no-repeat;
  height: 90px;
  width: 100px;
  left: -4.8vw;
  bottom: 0;

}
#botGrp{
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

 .float_btn_box .float_btn{
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
  position: relative;
  line-height: normal;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.float_btn_box .float_btn:active {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
  background: #ffffff;
}

.float_btn_box .btn:not(:disabled):not(.disabled).active,
.float_btn_box .btn:not(:disabled):not(.disabled):active {
  background-image: none;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.float_btn_box .float_btn svg{
  fill: #0B66D6;
}

.direct-chat-msg:last-child{
  margin : 0 ;
}

.optionSlide #myCarousel{
  padding: 0;
}

.optionSlide #myCarousel:hover .carousel-control-next,
.optionSlide #myCarousel:hover .carousel-control-prev{
  opacity: .8;
  -webkit-animation: fadeinout .5s linear ;
  animation: fadeinout .5s linear ;
}

.optionSlide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: row;
}

.optionSlide .carousel-control-next,
.optionSlide .carousel-control-prev {
  position: absolute;
  top: 40px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 35%;
  color: #fff;
  text-align: center;
  opacity: 1;
  border: 1px solid transparent;
  border-radius: 60%;
  opacity: 0.82;
  background-color: #ffffff;
}

.optionSlide .carousel-control-next svg,
.optionSlide .carousel-control-prev svg{
  width: 45px;
  height: 45px;
  fill:#b1b1b1;
}

.optionSlide .carousel-control-prev {
  left: -25px;
  opacity: 0;
}

.optionSlide .carousel-control-next {
  right: -25px;
  opacity: 0;
}
.optionSlide .carousel-item .card{
  background: transparent;
  margin-bottom: 2rem !important;
}

.optionSlide .carousel-item{
  padding-left: 0 ;
}
.optionSlide .carousel-caption .captionLabel{
  font-size: 12px;
}

.optionSlide .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: -26px;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-align: center;
}

.optionSlide .carousel-inner .active{
  padding-left: 0;
}

.card-img-top {
  width: 100%;
  border-radius: 4px;
}

.direct-chat-msg .optionsBox{
  display: block;
  position: relative;
  margin: 6px 0 ;
  width: fit-content;
}

.optionsBox table{
  width: 100%;
}

.optionsBox table>tbody>tr>td{
  padding: 0px 8px 6px 0px;
}
.optionsBox table>tbody>tr>td:last-child{
  padding: 0px 0px 6px 0px;
}
.optionsBox .optQ{
  background-color: #ffffff;
  color: #fec433;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 ;
  padding: 10px ;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px rgba(0,0,0,.1);
  box-shadow: 0 1px rgba(0,0,0,.1);
  cursor: pointer;
}

.optionsBox .optionBtn{
  display: inline-block;
  border: 1px solid #ffad29;
  padding:  5px 11px;
  margin: 0 5px 8px 0 ;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-animation: fadeinout 1s ease ;
  animation: fadeinout 1s ease ;
}

.optionsBox a.optionBtn:hover,
.optionsBox a.optionBtn:focus{
  border-radius: 20px;
  text-decoration: underline;

  -webkit-animation:  fadeinout 1s ease ;
  animation: fadeinout 1s ease ;
}

.sidebar {
    padding:0;
    overflow-y: auto;
    height: calc(100% - 4rem);
}

.sidebar .nav-link {
  display: block;
  padding: 1rem 1rem;
}

.sidebar .nav-pills .nav-link {
  border-radius: 0rem;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


/*------------------Datepicker starts------------------*/

.datepicker_box{
  display: inline-block;
}

.datepicker_box .input-group {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: #ffffff;
}


.datepicker_box input{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  margin: 0 0 0 0;
  padding: .6em ;
  height: inherit;
}

.datepicker_box span{
  vertical-align: sub;
}

.datepicker_box .gj-datepicker-bootstrap [role=right-icon] button {
  width: 38px;
  position: relative;
  border: 1px solid transparent;
}

.datepicker_box input#analyticsDate{
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  margin: 0 0 0 0;
  padding: .6em ;
  height: inherit;
}

.analyticsDateBox .gj-datepicker-md [role=right-icon] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  padding: 7px 9px;
}

.datepicker_box input:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
}

/*------------------ Datepicker ends ------------------*/


/*------------------ Log Start ------------------*/

.logTableBox{
  min-height: 543px;
  font-size: 14px;
  overflow: hidden !important;
}

.logTable ,
.mangeClientTable{
  width: 100%;
  max-width: 100%;
  margin-bottom: 0rem;
  background-color: transparent;
  color: #485465;
  font-weight: 300;
}

.logTable tbody td,
.mangeClientTable tbody td{
  color: #485465;
  font-weight: 300;
  text-align: left;
}

/* .mangeClientTable{
  text-align: center;
} */

.logTable th, .logTable td ,
.mangeClientTable th, .mangeClientTable td {
  padding: 0.6rem ;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: solid 1px #eeeeee;
  border-collapse: collapse;
  color: #485465;
}

.mangeClientTable th, .mangeClientTable td {
  padding: 0.4rem 1rem ;
}
.table thead th{
  padding: 1rem ;
  text-align: left;
}

.mangeClientTable th:first-child,
.mangeClientTable td:first-child{
  text-align: left;
}

/* .mangeClientTable td:first-child{
  color: #989898;
} */

.mangeClientTable th:last-child,
.mangeClientTable td:last-child{
  width: 10%;
  text-align: center;
}

table.logTable td.dropdown_box{
  width: 10%;
  vertical-align: middle;
  text-align: center;
}

.logRow{
  padding: 6px 0 6px 6px;
  margin: 0;
}

.logRow .listContent {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .5px;
}

.userIdBox {
  white-space: nowrap;
  min-width: 40vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.userIdBox .userLabel{
  margin-bottom: 0.77rem;
}


.subinfoTab ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  color: #777;
  font-size: 13px;
}

.subinfoTab li {
  list-style-type: none;
  display: inline-block;
  padding-right: 4em;
}

.subinfoTab li p{
  margin: 0;
}

table.logTable tbody tr:hover,
table.mangeClientTable tbody tr:hover ,
table.mangeClientTable tbody tr:hover .vertdropBtn,
table.adminclientTable tbody tr:hover,
table.adminResellerTable tbody tr:hover{
  background: #F7F7F8;
}

/* table.table .vertBtn {
  display: none;
  cursor: pointer;
  text-align: center;
} */

table.table tr:hover .vertBtn {
  display: inline-block;
  text-align: center;
}

table.table .vertBtn ,
.table .resellerBox .material-icons{
  visibility : hidden;
  -webkit-animation: fadeinout .5s ease ;
  animation: fadeinout .5s ease ;
  cursor: pointer;
  cursor: pointer;
  text-align: center;
}

table.table tr:hover .vertBtn,
table.table tr:hover .material-icons{
  visibility: visible;
  -webkit-animation: fadeinout .5s ease ;
  animation: fadeinout .5s ease ;
  cursor: pointer;
}


.vertBtn .vertdropBtn{
  height: auto;
  border-radius: 0px;
  background: transparent !important;
  box-shadow: none;
  padding:  0 0 0 50px;
  padding: 8px 0 0 0px;
  width: 30px;

}

a.vertdropBtn:not(:disabled):not(.disabled):active,
a.vertdropBtn:not(:disabled):not(.disabled).active{
  box-shadow: none;
  border-radius: 0;
}

.vertBtn .vertdropmenu{
  min-width: auto;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  padding: 0;
  margin: 0;
  left: -70px !important;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active{
  background-image: none;
  border-radius: 8px;
  box-shadow:  0 3px 5px rgba(0, 0, 0, 0.125);
}
.card-tools .btn:not(:disabled):not(.disabled):active,
.card-tools .btn:not(:disabled):not(.disabled).active{
  background-image: none;
  border-radius: 50%;
  box-shadow:  0 3px 5px rgba(0, 0, 0, 0.125);
}

.vertBtn .dropdown-toggle::after {
  display: none;
  border: none;
}

table.mangeClientTable tr:hover .vertBtn {
  visibility : visible;
}

.vertBtn .dropdown-menu.show li{
  margin:  0;
  padding: 3px 10px;
  color: inherit;
}

.vertBtn .vertdropmenu.show li.divider {
  height: 1px;
  margin: 0;
  padding: 1px 10px;
  overflow: hidden;
  background-color: #e5e5e5;
}


.vertBtn .dropdown-menu.show li:hover,
.vertBtn .dropdown-menu.show li:hover a{
  background: #F7F7F8;
}

.vertBtn .dropdown-menu.show li a {
  color: inherit;
  font-size: 12px;
}

.resellerBox .material-icons{
  font-size: 18px;
  color: #989898;
}
.resellerName{
  font-size: 14px;
  font-weight: 400;

}
.resellerInfo ,.resellerLocate{
  position: relative;
  font-size: 12px;
  top: -3px;
  margin: 0 0 0 5px;
  color: #989898;
}

.resellerInfo a{
  color: #989898;
}

.logContainer .card-footer{
  background: transparent;
}
.card-footer ul.pagination{
  margin: 0 ;
}

/*------------------Log ends------------------*/

.selectLang select.form-control{
  width: 170px;
  height: 40px;
  border-radius: 8px;
}

.selectLang label {
  font-size: 14px;
  color: #9e9e9e;
  margin: 0 1.5vw 0 0;
}

.escalationBox .card-footer{
  background-color: transparent;
  border-top: 0 solid transparent;
  padding: 0.75rem 0 0.75rem 1.25rem;
}

.escalationBox .page-link {
  font-size: 12px;
}

.shortIntro{
  font-size: 11px;
}
ul.chatoptList{
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

ul.chatoptList li{
  margin: 6px 0 ;
  font-size: 14px;
  border: 1px solid #ffad29;
  padding: 10px 13px;
  border-radius: 30px;
  display: inline-block;
  width: -webkit-fill-available;

}

ul.chatoptList .form-check-input {
  margin-top: 0.2rem;
}

.chatoptList .form-check-label{
  color: #444;
}

.volMute , .micMute{
  display: none;
  -webkit-animation: fadeinout .5s ease ;
  animation: fadeinout .5s ease ;
}

.volUp, .micUnmute{
  -webkit-animation: fadeinout .5s ease ;
  animation: fadeinout .5s ease ;
}

.log_two ,
.log_three, .log_four,
.log_five, .log_six{
  display: none ;
}

.ticketFile{
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #dee0eb;
  margin-left: 5px;
}

#ticketFile::after{
  color: #727171;
  content: "Browse";
  border-left: 1px solid #ffffff;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #dee0eb;
}

.page-title {
  font-size: 18px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #282a65;
}

.navCluster{
  /* border-bottom: none !important; */
  margin: 0 0 1.5em 0;
}

.navCluster li a.nav-link{
  border: 2px solid transparent ;
  border-radius: 0;
  display: block;
  padding: 0.5rem 0 0.4rem 0;
  margin : 0 1rem;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  border-right: none ;
  border-top: none ;
  border-left: none ;
}


.navCluster .nav-link:hover,
.navCluster .nav-link:focus {
  color: #282A65 !important;
  background-color: transparent  ;
  border-bottom: 2px solid transparent;
  border-right: none ;
  border-top: none ;
  border-left: none ;
}

.navCluster .nav-link.active,
.navCluster .show > .nav-link {
  border-bottom: 2px solid #282A65;
  background-color: transparent  ;
  border-right: none ;
  border-top: none ;
  border-left: none ;
}

#ticketModal .modal-header,
#addClientModal .modal-header{
  border: none;
}
#ticketModal .modal-header, #ticketModal .modal-body,
#addClientModal .modal-header, #addClientModal .modal-body{
  padding:  2rem;
}
#ticketModal .modal-footer,
#addClientModal .modal-footer{
  padding: 1rem 2rem;
  border: none;
}

#tassignTo, #tPriority,
#tStatus{
  border: 1px solid transparent;
  box-shadow: 0 0 5px 0 #dee0eb;
  border-radius: 8px;
}

#ticketModal .btn-default,
#editticketModal .btn-default{
  width: 100%;
  text-align: left;
  border-radius: 8px;
}

#ticketModal .dropdown-toggle::after,
#editticketModal .dropdown-toggle::after{
  float: right;
  margin: 7px 0 0 0;
}

#ticketModal label{
  color: #404044;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.tikComment{
  resize: none;
  box-shadow: 0 0 5px 0 #dee0eb;
  border: none;
  border-radius: 8px;
}
.tikComment:hover ,
.tikComment:focus ,
.tikComment:active  {
  box-shadow: 0 0 5px 0 #dee0eb ;
}

.saveBtn{
  margin: 10px 0;
  float: right;
  background: #F7F7F9;
  border-radius: 8px;
}

.btnRow{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pageTitleBox,.paymDueBox{
  display: inline-block;
}

.paymDueBox{
  border-left: 1px solid #b7b4c0;
  padding: 0px 10px;
  position: relative;
  top: -10px;
  left: 10px;
  font-size: 13px;
}
.dueAmntBox{
  background: #ffffff;
  border: 1px solid transparent;
  padding : 7px 15px  ;
  display: inline-block;
  position: relative;
  left: 15px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: 0 0 5px 0 #DEE0EB;
}

.clusterTable{
  height: 300px;
  overflow-y:auto;
  overflow-x:hidden;
  border-collapse: collapse;
}

.adminclientTable th, .adminclientTable td,
.adminUserTable th, .adminUserTable td{
  padding: 1rem 1rem;
  width: 90px;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: solid 1px #eeeeee;
  border-collapse: collapse;
  font-size: 14px;
}

.adminResellerTable th , .adminResellerTable td{
  padding: 0.5rem 1rem;
  width: 80px;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: solid 1px #eeeeee;
  border-collapse: collapse;
  font-size: 14px;
}

.adminclientTable td ,.adminResellerTable td ,
.adminUserTable td{
  color: #485465;
  font-weight: 300;
}

.adminResellerdiv{
  min-height: 899px;
  font-size: 14px;
  overflow: hidden !important;
}

.adminclientdiv {
  min-height: 1297px;
  font-size: 14px;
  overflow: hidden !important;
}
.adminUserDiv {
  min-height: 1067px;
  overflow: hidden !important;
}

.adminpayTableBox {
  min-height: 827px;
  overflow: hidden !important;
}

.manageClientTableBox {
  min-height: 1117px;
  overflow: hidden !important;
}

.resellBillTableBox {
  min-height: 916px;
  overflow: hidden !important;
}

.adminclientTable, .adminResellerTable,
.adminUserTable{
  margin: 0 !important;
}

.adminClientCard .card-footer ,
.adminResellerCard .card-footer,
.adminUserCard .card-footer  {
  background-color: transparent;
  padding: 0.75rem 0.25rem
}

.adminclientTable th:last-child,.adminclientTable td:last-child,
.adminResellerTable th:last-child,.adminResellerTable td:last-child,
.adminUserTable th:last-child, .adminUserTable td:last-child{
  text-align: center;
}

.valignt{
  vertical-align: top !important;
}

.navbbox{
  margin:20px 30px 20px;
}

.navbbox img{
  width: 204px;
}

.procBtn{
  text-transform: capitalize;
  width: 100%;
}

.step1to3{
  color: #0094c8;
  font-size: 14px;
}

.crplan{
  font-size: 22px;
  color: #404044;
}

.priceCard{
  min-height: 520px;
  border: 1px solid transparent;
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0px;
  position: relative;
  background: #F9F9FB;
}

.priceCard:hover.primeclr::before{
   background-color: #ffac29!important;
}
.priceCard:hover.primeclr .planPrice,.priceCard:hover.primeclr .pric_head h3 {
   color: #ffac29!important;
 }

.priceCard:hover{
  transform: translateY(-4px)!important;
  -webkit-transform: translateY(-4px)!important;
  box-shadow: 0 17px 25px rgba(0,0,0,0.13)!important;
  -webkit-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
  -moz-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
  -o-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
   
}
.tborder::before {
  height: 10px;
  display: block;
  width: 100%;
  content: '';
}

.bronzeclr::before{
  background-color: #ffac29!important; 
}

.primeclr::before{
  background-color: #0d66d5!important;
}

.tileHeadBorder::before{
  background-color: #ffac29!important; 
}

.pric_head{
  padding: 20px 25px 0px !important;
}

.pric_body{
 padding: 5px 25px !important;
/*height: 100px;*/
position: relative;
display: block;
/*border: 1px solid red;*/
}

.pric_head h3{
  font-size: 25px;
  font-weight: 800;
  /*text-align: center;*/
}
.bronzeclr .pric_head h3{
  color:#ffac29;
  padding: 18px 0px ;
  margin:0;
}

.planPrice{
  font-size: 25px;
}

.bronzeclr .planPrice{
  color:#ffac29;
}

.primeclr .pric_head h3{
  color: #0d66d5;
  padding: 10px 0px ;
  margin:0;
}

.primeclr .planPrice{
  color:#0d66d5;
}

.ricon svg{
  width: 20px;
}

.bronzeclr .ricon svg{
  fill: #ffac29;
}
.primeclr .ricon svg{
  fill: #0d66d5;
}

.pric_footer{
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
}

.btn-arrow {
  background: transparent ;
  font-size: 1rem;
  background-color: transparent ;
  color: rgb(58, 110, 232);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.8rem 1.8rem!important;
  border: 2px solid rgba(58, 110, 232, 0.75);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  min-width: 13rem;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .btn-arrow{
    width: auto;
  }
}


@media (min-width: 320px) and  (max-width: 800px) {
  .btn-arrow{
    font-size: 1.1rem;
    padding: 1.2rem 2.4rem;
  }
  .pric_head h3,.planPrice{
     font-size: 16px;
     font-weight: 800;
  }
  .pric_head{padding: 10px!important;}
}
.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
  color: rgb(58, 110, 232);
}

.btn-arrow:hover {
  background: transparent;
  border-color: #2a2a2a;
  color: rgb(58, 110, 232);
  border: 2px solid rgba(58, 110, 232, 0.75);
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
-webkit-transform: translate3d(-1rem, 0, 0);
transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 45%;
  fill: rgb(58, 110, 232);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}


ul.priceFeature{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 10px;
  -moz-margin-before: 1em;
  -moz-margin-after: 1em;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 10px;
}

ul.priceFeature li{
  list-style-type: none;
  display: block;
  margin: 6px 0;
}
ul.priceFeature li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  margin:0 5px 0 -15px;
  color: #ffac29;
}
.step1Box{
  margin: 0 0 20px 13px;
}

.raisePagirow{
  position: absolute;
  bottom: -65px;
  right: 0;
}

.otpinputbox{
  display: inline-block;
  width: 40px !important;
}

input.payotpinput{
  padding: 10px 0 !important;
  box-shadow: 0 0 5px 0 #DEE0EB !important;
  border: 1px solid #a9a9a9 !important;
  border-radius: 4px !important;
  text-align: center ;
  font-size: 22px !important;
  margin: 0 auto;
}

/*.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}*/

body.modal-open, html.modal-open {
  overflow: hidden; 
}

.modal-open {
  overflow: hidden;
  position:fixed;
  width: 100%;
  height: 100%;
}


.modal input.form-control-plaintext,.modal select,
.modal .select2-search__field{
  padding: 5px 10px !important;
  box-shadow: 0 0 5px 0 #DEE0EB !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  width: 105%;
}

#myModal .select2-container--default .select2-selection--multiple{
  border: none !important;
}

#myModal .select2 input{
  box-shadow: none !important;
}

#myModal label,
#priclustModal label,
#appconfModal label{
  color: rgb(0, 0, 0);
}

#myModal .select2-container{
  box-shadow: 0 0 5px 0 #DEE0EB !important;
  border-radius: 4px !important;
  min-width: 112%;
  max-width: 112%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 0 5px 0 #DEE0EB !important;
  border-radius: 4px !important;
  cursor: default;
  float: left;
  margin-right: 5px !important;
  margin-left: 5px !important;
  margin-top: 6px !important;
  padding: 4px 8px !important;
  color: #485465 !important;
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  margin-right: 5px !important;
}
#myModal .select2-container .select2-selection--single{height: 34px!important;border: 1px solid transparent;}

.raiseticketTableBox{
  height: 600px;
  overflow: hidden;
}


.selectDrop{
  height: 37px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #dee0eb;
  border:1px solid transparent;
}

#editticketModal .selectDrop .select2-selection--single,
#ticketModal .selectDrop .select2-selection--single{
  border: none;
}
.buttonsOth {
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 50%;
  margin: 5px;
  
}
.btn-Second{
  border-radius:4px;
  padding: 3px;
  margin-right: 10px;
}
.btn-secondory{
  height: 40px;
  color: #ffffff;
  background-color: #282a65;
  border-color: #282a65;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  
}
.blue-btn{
  width: 45px;
  height: 40px;
  border-radius: 8px;
  background: #282a65;
  color: #ffffff  !important;
  padding: 10px;
  margin-right: 10px;
  margin-left:10px;
}
.col-6{
  flex:0 0 30%;
  }

  /* toggle switch*/

  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


  /* action-button */
  .action-button, .navyblue-btn {
    margin: 5px;
    width: auto;
    height: 40px;
    border-radius: 8px;
    background: #282a65;
    color: #ffffff !important;
  }

/*button*/
.btn2 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.1rem 0.7rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out,
  background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}


  /*table-action-button*/
  .table-action-button, .navyblue-btn2 {
    margin: 2px;
    margin-bottom:21px;
    width: auto;
    height: 27px;
    border-radius: 8px;
    background: #282a65;
    color: #ffffff !important;
  }

.cursor-change:hover{
  cursor: pointer;
}

.rw-list-empty{
  display: none;
}

.css-2b097c-container{
  width: 100%;
  margin-top: 5px;
  margin-right : 10px;
}

.react-datepicker-wrapper{
  margin-top: 10px;
  margin-right : 10%;
}

.rw-popup-container { 
  min-width: 160px;
}

.dhee-console-links {
  text-decoration:none;
  font-size:1.5em;
}

.dhee-console-links:hover {
  text-decoration:none !important;
  text-shadow: 0px 0px 10px white;
  cursor:pointer
}

.diamond-shape-content {
  color: #333;
  display: table-cell;
  height: 60px;
  transform: rotate(-45deg);
  margin-top: 4%;
	width:60px;
}
._ruli9 .hyt_87 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
._ruli9 span {
  font-size: 13px;
  line-height: 1;
color: #647188;
}
._re7kl {
  margin-top: 1.5rem;
}
._re7kl .htu_98 {
  margin: 0;
  font-size: 16px;
}
._re7kl .kjl_4 {
  margin-left: 5px;
  background: #a094e2;
  padding:3px 12px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
._re7kl .kjl_4 i{
  font-size:11px;
margin-right:4px;
}
._re7kl p {
  margin: 0;
  font-size: 14px;
}
._re7kl .kjl_4.good {
  background:#8bc34a;
}
._re7kl .kjl_4.mid {
  background:#ff9800;
}
._re7kl .kjl_4.poor {
  background:#ef2f2f;
}
#list {
  display: block;
  margin: auto;
  font-size: 15px;
  border: 1px solid;
  border-color: #ccc;
  border-color: #0000001f;
  width: 350px;
}

#list .e-list-group-item {
  height: 56px;
  line-height: 56px;
}

.e-listview:not(.e-list-template) .e-list-item {
  height: auto;
}

.css-2b097c-container {
  z-index: 3;

}

._3tcyg {
  margin-top: 1vw;
  margin-right: 1vw;
}

.scrollableTableBox {
  overflow-y: auto !important;
  max-height: 100%;
}
.animated-btn {
  transition: transform 0.2s ease-in-out;
}

.animated-btn:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.media-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.template-message {
  border: 0.1rem dashed #888;
  padding: 0.8rem;
  background-color: #FFFCF9;
  border-radius: 0.8rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  /* font-style: italic; */
}

.chat_body, .log_one {
  width: 100% !important;
}

.card-body.chat_body.log_one {
  padding: 0.75rem 1rem;
  width: 100%;
}

.direct-chat-msg {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.direct-chat-msg.right {
  align-items: flex-end;
}

.direct-chat-text {
  display: inline-block;
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 0.8rem;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
}

.chat_left {
  background-color: rgb(250, 240, 240) !important;
  text-align: left;
}

.chat_right {
  background-color: #e8eaf6 !important;
  text-align: right;
}