/* Add here all your CSS customizations */

html.dark body {
  color: #c4d0dd !important;
}

html.dark .text-muted {
  color: #999999 !important;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: normal;
}

html .btn {
  text-transform: uppercase;
  /* border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem; */
}

html p {
  color: #eeeeee;
}

ul.nav-main li a,
.userbox .name {
  font-size: 14px;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
  color: #e45d2d;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  opacity: 0.75;
}

/* Overlay */
.app-overlay {
  /* background-color: #333333; */
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}

.app-overlay i {
  color: white;
  font-size: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
}

/* Header and Nav icons */
.header .search {
  min-width: 250px;
  width: auto;
}

.page-header {
  z-index: auto;
}

.page-header .breadcrumbs svg {
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: middle;
}

ul.nav-main li svg {
  font-size: 1.15rem;
  width: 1.1em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
  text-decoration: none;
}

.page-header .breadcrumbs a:hover,
.page-header .breadcrumbs a span:hover,
.page-header .breadcrumbs span.active * {
  color: #e45d2d;
}

.userbox .profile-picture {
  display: inline-grid;
  border: 1px solid #c4d0dd !important;
}

.userbox .dropdown-menu a:hover {
  background: #db4e1c;
  color: #ffffff !important;
}

.userbox .profile-picture img {
  height: 35px;
}

.notifications a:hover {
  opacity: 0.75;
}

html.dark .notification-menu .dropdown-item:hover {
  background-color: #85292c !important;
  color: #ffffff !important;
  opacity: 1;
}

.page-header .breadcrumbs {
  padding-right: 5px;
}

/* Cards */
.card.cur-pointer:hover {
  opacity: 0.75;
}

/* Forms */
.form-select {
  /* color: #c4d0dd;
  background-color: #282d36;
  border: 1px solid #1d2127;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em; */
  height: 38.5px;
}

.custom-text-area {
  height: 150px;
}

html.dark .form-control {
  background-color: #000000;
  border-color: #282d36;
  color: #eee;
}

.form-label {
  color: #f6a821 !important;
  font-weight: bold;
}

.form-check-label {
  display: block;
}

label.error {
  color: #f70303 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e7e7b !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e7e7b !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e7e7b !important;
}

/* Buttons */
.btn {
  min-width: 100px;
}

.btn.circle {
  border-radius: 50%;
  min-width: revert;
  padding: 0;
  text-align: center;
}

.badge.cur-pointer:hover {
  opacity: 0.75;
}

.dropdown .btn {
  display: block;
  min-width: revert;
  text-align: left;
  width: 100%;
}

.dropdown .btn::after {
  float: right;
  position: relative;
  top: calc(50% - 2px);
  margin-left: 8px;
}

/* Detail modals */
dl.horizontal {
  display: grid;
  grid-template-columns: max-content auto;
}

dt.horizontal {
  grid-column-start: 1;
}

dd.horizontal {
  grid-column-start: 2;
  text-align: right;
}

/* Maps */
.pac-container {
  z-index: 10000 !important;
}

.map-container {
  background-color: #282d36;
  height: calc(100vh - 190px);
  text-align: center;
  width: 100%;
}
.customers-map-container,
.services-map-container {
  height: calc(100vh - 236px);
}

.map-container-modal {
  border: 1px solid #1d2127;
  height: 250px;
  line-height: 250px;
}

.info-window-text {
  color: #2e353e;
}

.info-window-text-title {
  color: #2e353e;
  font-weight: 500;
}

.Toastify__toast-body {
  white-space: pre-line;
}

.dropdown-menu {
  margin: 0 !important;
}

pre {
  color: #eeeeee;
}
/* Cards */
/* .card-body {
  overflow: auto;
} */

html.dark .card .tabs.tabs-bottom .nav-tabs li .nav-link,
html.dark .nav-tabs li .nav-link {
  border-top-color: #21262c;
}
