.data-table .card-header {
  border-bottom: 1px solid #ebe9f1 !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  content: "" !important;
  right: 0.5em !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  width: 14rem !important;
}

.custom-select.custom-select-sm.form-control.form-control-sm {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 33%;
  line-height: 21px;
}

div.dataTables_wrapper .dataTables_info {
  color: #b4b4c1;
}

.text-danger.asteric-sign {
  font-size: 14px;
}

.card-body .form-label {
  font-size: 13px;
}

.card-body .form .card-body .form-group {
  margin-bottom: 20px;
}

.innerFormbody {
  padding: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin: 0 0 6px;
}

.main-menu.menu-light .navigation>li.active>a {
  background: transparent linear-gradient(14deg, #0E0BFD 0%, #3692FF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 15px #0173fa4d;
}

.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 142px;
}

.auth-wrapper.auth-cover .brand-logo img {
  width: 188px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e41fe;
  background-color: rgb(39, 96, 254, 0.12);
}

span.input-group-text.cursor-pointer.is-invalid {
  border-color: red;
  border-radius: 0 5px 5px 0px !important;
}

/***Time picker css**/
.timePicker {
  padding: 21px;
  display: inline-block;
  width: 100%;
}

.timePicker label {
  width: 100%;
  margin: 0 0 7px;
  font-weight: 500;
  font-size: 15px;
}

.timefield input {
  width: 49%;
  height: 38px;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding: 10px;
  color: #646060;
  font-size: 16px;
}

.timefield input:focus {
  outline: none !important;
}

.timefield {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.timePicker .card-header {
  padding: 0 0 18px;
}

.pickerWeek {
  margin: 0 0 14px;
}

.timePicker .waves-effect {
  margin: 16px 0 0;
}

span.select2-selection.select2-selection--multiple {
  padding: 0 10px;
}

/***Time picker css**/
.businesshead {
  display: inline-block;
  width: 100%;
  padding: 29px 0 14px;
  font-size: 16px;
}

.mapouter {
  height: 100% !important;
  width: 100% !important;
}

.gmap_canvas {
  height: 100% !important;
  width: 100% !important;
}

.gmap_canvas iframe {
  width: 100%;
}

.businessbtn {
  margin: 27px 0 0;
}

td {
  word-break: break-all;
}

/* chat section dashboard */
.img_video {
  height: 200px;
  width: 200px;
}

.audio_h_w {
  width: 200px;
}

.rightcontent h5 {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.rightcontent h6 {
  font-size: 11px;
  margin: 2px 0 0;
}

.rightcontent {
  margin: 6px 0 0px 8px;
}

.chatRight .rightcontent {
  margin: 0 6px 0 0;
  text-align: right;
}

.mapcat-name {
  text-align: center;
}

.mapcat-name p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.filter {
  margin-bottom: 18px;
  margin-top: -10px;
}
.loading {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .8;
  background-size: 50px 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}