@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
.inner.container {
  padding-bottom: 56px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: inherit;
  border: inherit;
}
.navbar-brand {
  float: inherit;
  height: inherit;
  padding: 0px;
  font-size: inherit;
  line-height: inherit;
}
.navbar-nav {
  margin: inherit;
  float: inherit;
  margin: inherit;
}
.navbar-nav > li > a {
  padding-top: inherit;
  padding-bottom: inherit;
}
.nav-link {
  padding: 8px 15px !important;
}
.form-control {
  padding: 6px 12px;
  font-size: 1.4rem;
}
.dropdown-menu,
.btn {
  font-size: 1.4rem;
}
.left-sidebar {
  background-color: #edf1f5;
  color: #fb9678;
}
.sidebar-nav ul li a.active {
  font-weight: 500;
  color: inherit;
}
.sidebar-nav ul li.nav-small-cap {
  color: #ced4da;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
  background: #edf1f5;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
  background: #edf1f5;
}
.swal2-popup {
  width: 32em;
  padding: 1.25em;
  font-size: 1vw;
}

.modal-backdrop.fade {
  opacity: 0.5;
}
.modal.fade .modal-dialog {
  transition: none;
  transform: none;
}
.modal-dialog {
  margin: 3.75vw auto;
}
.modal-header {
  padding: 1vw;
}
.modal-footer {
  display: block;
}
.modal-backdrop {
  /*transition: opacity 0.3s ;*/
}
.modal-body {
  padding: 1vw;
}
.close {
  font-size: 2.3125rem;
  outline: none !important;
}
.form-control-feedback {
  position: inherit;
  top: inherit;
  right: inherit;
  z-index: inherit;
  display: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: inherit;
  pointer-events: inherit;
}
.collapse > li.active > a {
  color: #fb9678;
}

/*table tbody tr:hover {
    background-color: #e5e5e5;
    cursor: pointer;
  }*/
/* ANIMATION */
.sidebar-nav ul li a i,
.sidebar-nav ul li a span {
  transition: all 0.2s;
}

.my-animated-05 {
  animation-duration: 0.5s;
}

.my-animation-hover {
  transition: all 0.2s;
}
.my-animation-hover:hover {
  transform: scale(1.02);
}
.my-animation-sub-hover {
  transition: all 0.2s;
}
.my-animation-hover:hover .my-animation-sub-hover {
  box-shadow: 0 0 7px #2a59c1;
  transform: scale(1.02);
}
.my-animation-hover-image {
  transition: all 0.2s;
}
.my-animation-hover-image:hover {
  box-shadow: 0 0 7px #2a59c1;
  transform: scale(1.02);
}

@keyframes example {
  0% {
    height: 0px;
  }
  100% {
    height: 100px;
  }
}

.my1 > div {
  /*height: 0%;*/
  overflow: hidden;
}

.modal-backdrop.in-remove {
  opacity: 0;
}

.parsley-error {
  border-color: #f5707a !important;
}

.text-parsley-error {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #f5707a !important;
}

label.selector-input {
  padding-bottom: 8px;
  padding-top: 6px;
}
/*//////////////////////////////////*/
.flot-chart-content .legend table {
  text-align: left !important;
}
.flot-chart {
  display: block;
  height: 140px !important;
}
.middle-in-div {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(10%, -50%);
}

.custom-sl-date {
  font-size: 12px;
  color: #6c757d;
}

.text-head {
  font-weight: 600;
}

.font-14 {
  font-size: 14px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-complaint {
  padding: 1px;
  /*background: #ebe8e8;*/
}

.img-complaint .bg-color {
  background: #1c1a1aed;
  text-align: center;
}

.img-complant-container {
  position: relative;
  color: #ffffff;
  font-size: 50px;
}

.img-complant-container .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-complant-container .img-complaint-oc {
  opacity: 0.3;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

blockquote {
  border-radius: 25px;
}

.text-red {
  color: #e5454c;
}

.display-none {
  display: none;
}

.slideshow {
  position: relative;
}

.slideshow-previous {
  position: absolute;
  top: 250px;
  left: 0;
}

.slideshow-next {
  position: absolute;
  top: 250px;
  right: 0;
}
.slideshow a {
  font-size: 56px;
}

.customtab li a.nav-link:hover {
  color: #fb9678;
  background-color: #fff;
}
.customtab li a.nav-link.active {
  border: transparent;
  border-bottom: 2px solid #fb9678;
}
.mouse-pointer {
  cursor: pointer;
}
.vtabs {
  display: inline;
}
.vtabs .tabs-vertical {
  display: grid;
  float: right;
}
.vtabs .tabs-vertical {
  border-right: transparent;
  border-left: 1px solid #e9ecef;
}
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  border-right: transparent;
  border-left: 2px solid #fb9678;
}
.vtabs .tabs-vertical li .nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}
.badge-process {
  color: #fff;
  background-color: #d4145a;
}
.badge-wait {
  color: #fff;
  background-color: #fe9a00;
}
.badge-success {
  color: #fff;
  background-color: #10a56e;
}
.badge-cancel {
  color: #fff;
  background-color: #ff0000;
}
#map {
  height: 420px;
  width: 600px;
}
.infoWindowContent {
  font-size: 14px !important;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.modal-xl {
  max-width: 95%;
  max-height: 100%;
}

.modal-full {
  max-width: 100%;
  max-height: 100%;
}

.modal-full .modal-content {
  background-color: #1c1a1aed;
  height: 100%;
}

#mapid {
  height: 500px;
}

.mfp-title {
  display: none;
}

.gallery {
  padding: 0.5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.gallery div {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  position: relative;
  flex: auto;
  width: 150px;
  height: 150px;
  margin: 0.5vw;
  overflow: hidden;
}
.gallery div a img {
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img-circle {
  border-radius: 50%;
}
.img-circle {
  border-radius: 0;
}

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.img-circle {
  border-radius: 50%;
}

.profiletimeline {
  border-left: 0;
}

.img-profile {
  object-fit: cover;

  width: 40px;
  height: 40px;
}

.img-fit {
  object-fit: cover;

  width: 160px;
  height: 160px;
  object-position: 50% 50%;
}

.comment-complaint {
  background: #f2f3f5;
  padding: 8px 10px;
  border-radius: 18px;
  border: transparent;
  margin-bottom: 15px;
}

.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.text-app-home {
  font-size: 48px;
  font-weight: 600;
  background: linear-gradient(to right, #fe9a00 20%, #d4145a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/****************************************************************
    Loading
  ******************************************************************/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #343a40;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.btn-kan-color {
  background-color: #ec6125;
  color: #fff;
}

.btn-kan-color:hover {
  background-color: #e64f33;
  color: #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  cursor: text;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #e9ecef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  left: 0;
}
.topbar .top-navbar .navbar-header {
  line-height: 20px;
  -webkit-box-shadow: 1px 0 7px 1px #88888866;
}
.left-sidebar,
.mega-dropdown .nav-accordion .card-header {
  background: #fff;
}
.skin-default .topbar {
  background: #fff;
}
.topbar .navbar-collapse {
  -webkit-box-shadow: 2px 0 7px -2px #888;
}
.sidebar-nav ul li a {
  color: #212529;
}
.navbar-light .navbar-nav .nav-link {
  color: #212529;
}
.text-light-gray {
  color: #d1d6e0;
}
.f-5rem {
  font-size: 5rem;
}
.f-4rem {
  font-size: 4rem;
}
.f-20px {
  font-size: 20px;
}
.p-a-5 {
  padding: 5px;
}
.p-a-15 {
  padding: 15px;
}
.p-a-10 {
  padding: 10px;
}
.p-a-60 {
  padding: 60px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.m-a-10 {
  margin: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.app-search.form-control.apps {
  border-color: #fb9303;
  transition: 0.2s ease-in;
  width: 100%;
  height: 40px;
  margin: 10px;
}
.form-control.apps {
  font-size: 1.4rem;
}
.card-title-div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
h4.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
.app-title {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #383838;
}

.btn-outline-red {
  border: 1px solid #ff0000;
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-red:hover {
  border: 1px solid #ff0000;
  color: #fff;
  background-color: #ff0000;
}
.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-red {
  border: 1px solid #ff0000;
  color: #fff;
  background-color: #ff0000;
}
.badge-warning {
  color: #fff;
  background-color: #fec107;
}
.line-behind {
  font: 33px sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.line-behind.background {
  position: relative;
  z-index: 1;
}

.line-behind.background:before {
  border-top: 1px solid #131313;
  content: "";
  /*margin: 0 auto;*/ /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.line-behind.background span {
  background: #fff;
  padding: 0 40px;
  font-size: 48px;
  font-weight: 500;
}
.card-img-responsive {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
.news-title {
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-title.list {
  font-size: 20px;
  font-weight: 500;
}
.news-date {
  font-size: 14px;
  color: #888888;
  margin-top: 30px;
}
.text-kan {
  color: #e8552e;
}
.vertical-center-div {
  display: table-cell;
  height: 200px;
  padding: 10px;
  vertical-align: middle;
}
.hr {
  border-bottom: 1px solid #dddddd;
}
/**
   * The dnd-list should always have a min-height,
   * otherwise you can't drop to it once it's empty
   */
ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

/**
   * The dndDraggingSource class will be applied to
   * the source element of a drag operation. It makes
   * sense to hide it to give the user the feeling
   * that he's actually moving it.
   */
ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
   * An element with .dndPlaceholder class will be
   * added to the dnd-list while the user is dragging
   * over it.
   */
ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}

.table .text {
  position: relative;
}

.table .text span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
}

.text:before {
  content: "";
  display: inline-block;
}
.text-hint {
  color: #fe9a00;
  font-size: 12px;
}

/**
   * Show selected elements in green
   */
/* ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
  } */
