.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  outline: none !important;
}

.error,
.custom-error {
  color: red;
}
.actions ul li a {
  padding: 13px 64px;
}
#map-canvas {
  height: 280px;
  /*width:551px;
height:300px;
padding-bottom:5px*/
}

.fa,
.fas,
.material-icons:not(a.nav-link) {
  margin-right: 3px;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  /*width: 400px;*/
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#map-canvas {
  width: 100%;
  height: 400px;
}

.pac-container {
  z-index: 999999;
}
/* Absolute Center Spinner */
.custom-loader {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.custom-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

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

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.saveTable {
  /* width: 175px; */
  /* height: 36px; */
  font-size: 16px;
  line-height: 17px;
}

.export-btn {
  margin: 4px 0px 0px 2px;
  color: #6b27e8;
  border: 0.5px solid #6b27e8;
  /* border-color: #6B27E8; */
  background-color: transparent;
  padding: 2px 11px;
  border-radius: 5px;
}

.export-btn:hover {
  color: #fff;
  background-color: #6b27e8;
  border-color: #6b27e8;
}

.drop-con-serch {
  margin: 0 0rem;
}

.mar-r {
  margin-right: 81px;
}

@media screen and (max-width: 767px) {
  .mar-r {
    margin-right: 0px;
  }
  .export-btn {
    margin: 2px 0px 9px 0px;
    color: #6b27e8;
    border-color: #6b27e8;
    background-color: transparent;
    padding: 2px 7px;
    border-radius: 5px;
  }
}
.link {
  cursor: pointer;
}
a.btn.btn-outline-primary.btn-lg.custom-btn {
  margin-left: 20px;
  font-weight: 600;
}
.form-register .select2-container--default .select2-selection--single,
.form-register .select2-selection .select2-selection--single {
  height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: -1px;
}
.nav_link_title {
  margin-top: -2px;
  color: #34495e !important;
  margin-left: 0%;
  font-size: 1.5rem;
}

.datepicker table tr td.today {
  color: #fff !important;
  background-color: #6b27e8 !important;
  border-color: #6b27e8 !important;
}
.datepicker table tr td.active.day {
  color: #fff !important;
  background-color: #6b27e8 !important;
  border-color: #6b27e8 !important;
}
div.input-group-append span span.fa-search {
  color: white !important;
}
.nav-sidebar .nav-link p {
  color: #34495e !important;
  margin-left: 5px;
}

.has-treeview.no-child a.nav-link.active {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.sidebar-white .nav-pills .nav-link {
  fill: #8391a3 !important;
  color: #34495e !important;
}

.sidebar-white .nav-link:not(.active):hover {
  color: #6d2ae8;
  fill: #6d2ae8;
}

.sidebar-white .nav-pills .nav-item :hover {
  color: #6b27e8 !important;
  fill: #6d2ae8;
}

.has-treeview.no-child a.nav-link.active {
  background-color: rgba(0, 0, 0, 0) !important;
  fill: #6d2ae8 !important;
}

.nav-sidebar .menu-open > .nav-treeview {
  background-color: rgba(0, 0, 0, 0) !important;
}

.nav-treeview .nav-item a.nav-link:hover {
  background-color: unset !important;
}

.nav-sidebar .nav-link svg {
  fill: #8391a3;
}

.sidebar-white .nav-link svg:hover {
  fill: #6d2ae8;
}

.nav-treeview .nav-item a.nav-link.active {
  background-color: rgba(0, 0, 0, 0) !important;
}

.has-treeview.menu-open .menu-open > a p {
  color: #6d2ae8 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0) !important;
}

.sidebar-white .has-treeview a.nav-link.active p {
  color: #6d2ae8 !important;
  font-weight: bold;
}

.has-treeview.menu-open > a p {
  color: #6d2ae8 !important;
  font-weight: bold;
}
.accordion .card .card-header {
  border-radius: 14px !important;
}

/* disabled select2 color */
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #e9ecef;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef;
}
.copybtn {
  bottom: auto;
  padding: 0.7rem;
  /* margin: auto 44px; */
  z-index: 9;
  display: inline;
}
img.img-responsive.gimg {
  height: 37px;
  margin: 2px 2px;
}

img {
  vertical-align: middle;
  border-style: none;
}
p.copyright-text {
  font-size: 0.65rem;
  padding: 1rem;
  /* text-align: center; */
  position: relative;
  bottom: auto;
  background: white;
  width: 254px;
}
.sidebar-collapse .copyright-text {
  display: none;
}
body.sidebar-collapse aside span.html_set {
  visibility: hidden;
}
body.sidebar-collapse aside div.d-flex.justify-content-start.htmlremove {
  visibility: hidden !important;
}
.sidebar-collapse .copybtn {
  display: none;
}

.badge-vendor {
  background-color: #f8c346 !important;
}
.translated-ltr {
  margin-top: -40px;
}
.translated-ltr {
  margin-top: -40px;
}
.goog-te-banner-frame {
  display: none;
  margin-top: -20px;
}

.goog-logo-link,
#google_translate_element span {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}
.dropdown-menu li a.dropdown-item i {
  color: rgb(127, 143, 164) !important;
}
/* 

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    height: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    margin-top: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 1px;
}

.select2-container--default .select2-selection--multiple {
    height: 1px;
} */
div.input-group .iti {
  display: contents !important;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: unset !important;
}

.hover_img a {
  position: relative;
}

.hover_img a span {
  position: absolute;
  display: none;
  z-index: 99;
  bottom: 100% !important;
}

.hover_img a:hover span {
  display: block;
}
