/* .app-main  .app-main__inner
{
	 padding-left:1px;
	  padding-right:1px;
	 overflow:hidden;
	 padding-top:3px
} */
/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

input,
select {
  height: 48px !important;
}

.tooltip {
  z-index: 10000 !important;
}

#my_camera {
  /* width: 100%!important;
  height: auto!important; */
  margin: auto;
}

.imageAttendance {
  position: absolute;
  top: 15px;
  right: 15px;
}

.imageAttendance>img {
  width: 150px;
  height: 200px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, .03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, .03), 0 0.25rem 0.53125rem rgba(4, 9, 20, .05), 0 0.125rem 0.1875rem rgba(4, 9, 20, .03);
}

.badge {
  font-weight: 700;
  text-transform: uppercase;
  padding: 3.5px 7px;
  min-width: 19px;
}

.form-control-sm {
  height: 33.5px !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%) !important;
  border: 2px solid #3c8dbc;

}

.tanggal:read-only {
  background: #fff;
  border-color: #3AC47D;
}

.tanggal-1:read-only {
  background: #fff;
}

.form-group {
  margin-bottom: 1.35rem;
}

.form-control:disabled,
.form-control:disabled.mandatory {
  background-color: #e9ecef;
  opacity: 1;
  color: #000;
  border-color: #CED4DA;
}

.input-hot-prospek,
.input-hot-prospek:focus {
  /* border-color:#F7B924!important; */
  border-color: #D92550 !important;
  border-width: 3px !important;
  color: #9a0427;
}

.input-spk,
.input-spk:focus {
  /* border-color:#F7B924!important; */
  border-color: #D92550 !important;
  border-width: 3px !important;
  color: #9a0427;
}

.badge-c {
  border-radius: 0px !important;
  padding: 4px 8px !important;
  font-size: 60%;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444054;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #2ab934;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(25px);
}

/*------ ADDED CSS ---------*/
.slider:after {
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  padding-left: 20px;
}

input:checked+.slider:after {
  padding-right: 40px;
}

/*--------- END --------*/
.modal {
  z-index: 999 !important;
}

.mandatory {
  border: 1px solid #d92550;
}

.logo-src {
  height: 23px;
  width: 97px;
  background: url(../images/logo.png);
}

.imgdata {
  width: 50%;
  height: 500px;
  border: 1px solid blue;
  overflow: hidden;
}

.imgktp {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

html {
  font-size: 1rem;
}

.uppercase {
  text-transform: uppercase !important;
}

.app-header {
  position: relative;
  z-index: 9 !important;
}

/* TABLE */
.table-custom>thead {
  background: #3f6ad8 !important;
  border: 0px;
}

.table-custom>thead>tr>th {
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.table-custom>tfoot>tr>td {
  color: #000 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90%;
}

.table-custom>tbody>tr>td {
  font-weight: 400;
  padding: 3px;
}

.table-custom>tbody>tr>td:first-child,
.table-custom>thead>tr>th:first-child {
  padding-left: 15px;
}

/* .table-custom > tbody > tr > td:last-child,
.table-custom > thead > tr > th:last-child {
  padding-right: 15px;
} */
.table-custom>tbody>tr>td:first-child,
.table-custom>thead>tr>td:first-child {
  padding-left: 15px;
}

/* .table-custom > tbody > tr > td:last-child,
.table-custom > thead > tr > td:last-child {
  padding-right: 15px;
} */
.table-custom>tbody>tr>td:hover {
  cursor: pointer;
}

.table-custom1 {
  border: 1px solid #3f6ad8;
  background: #fff;
  width: 100%;
}

.app-main .app-main__inner {
  padding: 20px !important;
  flex: 1;
}

.card-header>.nav .nav-link {
  font-weight: 500 !important;
}

.card-header:hover {
  background: #f7f9fa;
  cursor: pointer;
}

.table-custom1>tbody>tr>td {
  padding: 3px;
}

.table-custom2>tbody>tr>td {
  padding: 0px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.print {
  display: none;
}

.print.active {
  display: block !important;
}

.form-control {
  border-color: #aaafb2;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-position: center right calc(6rem / 4);
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

.nav1>.nav-item>.nav-link {
  color: #343a40 !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #6c757d !important;
}

.buttonDownUP {
  font-size: 1.3rem;
  font-weight: 700;
}

.app-header__logo .logo-src {
  height: 100%;
  width: 150px;
  background: url(../images/logo-galesong-sm.webp);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#absensiUser>.modal-dialog {
  max-width: 100%;
  margin: 0px;
}

#absensiUser>.modal-dialog>.modal-content {
  max-width: 100%;
}

/* datepicker */

.datepicker td,
.datepicker th {
  width: 2rem;
  height: 2rem;
}

#swal-container {
  position: fixed;
  z-index: 9999;
  left: 2%;
  bottom: 2%;
  color: #fff;
  display: none;
}

#swal-container.active {
  display: inline-block;
}

#swal-container .bg-success {
  /* width: 200px; */
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding: 30px;
  border-radius: 10px;
  font-size: 24px;
}

.header-btn-lg {
  padding: 0 0 0 0.5rem;
  margin-left: 0rem;
}

.bg-cancel,
.bg-tolak {
  background: #D92550 !important;
  color: #fff !important;
}

.bg-release {
  background: #3AC47D !important;
  color: #fff !important;
}

.cke_top {
  display: none !important;
}

.card-header,
.card-title {
  color: #495057 !important;
}

.uib-tab.nav-item {
  margin: 0px 10px;
}

.hover-card:hover {
  background-color: #4d71cc !important;
  color: #fff;
  cursor: pointer;
}

.uib-tab.nav-item>a {
  color: #495057;
}

.nav-pills,
.nav-tabs {
  margin-bottom: 35px;
}

.vertical-nav-menu i.metismenu-icon,
.vertical-nav-menu i.metismenu-state-icon {
  opacity: 0.5 !important;
}

.table-konsumen>tbody>tr:first-child>td {
  border-top: 0px !important;
}

.table-konsumen>tbody>tr>td:first-child {
  padding-left: 10px;
}

.table-konsumen>tbody>tr>td:last-child {
  padding-right: 10px;
}

.table-hyundai {
  font-size: 0.7rem;
}

.table-hyundai>tbody>tr>th {
  border-color: #000;
  border-bottom: 0px solid #000;
  border-top: 0px solid #000;
  background-color: #DDDDDD;
  color: #000;
  font-size: 0.5rem;
  /* font-family: 'Courier New', Courier, monospace; */
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.table-hyundai>tbody>tr>td {
  border-bottom: 0px solid #000;
  color: #000;
  /* font-family: 'Courier New', Courier, monospace; */
  border-top: 0px;
  font-size: 0.6rem;
  padding: 2px 3.5px;
}

.table-hyundai>tbody>tr>td:first-child {
  padding-left: 7.5px;
}

.table-hyundai>tbody>tr.bg-tolak>td {
  color: #fff;
}

.detailsKonsumenBM.show {
  background: rgba(0, 0, 0, 0.684);
}

.table-hyundai>thead>tr>th {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000 !important;
  padding: 10px 5px;
}

.table-hyundai>tfoot>tr>td {
  border-top: 1px solid #000;
  padding: 10px 5px;
  font-weight: bold;
  color: #000;
}

.table-hyundai>tbody>.trhover:hover {
  background: #f1f4f6;
  cursor: pointer;
}

/* .table-hyundai > tbody > .top-header {
  border-top:1px solid #000;
} */

.table-hyundai-1>tbody>tr:last-child {
  border: 0px;
  border-bottom: 1px solid #000;
}

.table-hyundai-1 tbody+tbody {
  border-top: 0px;
}

.daterange[readonly] {
  background-color: #fff;
}

.modal {
  z-index: 9999 !important;
  padding-right: 0px !important;
}

.modal-body {
  background: #f1f4f6 !important;
}

.card-header>.nav .nav-link {
  text-align: center !important;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  left: -135px;
}

.app-header.header-text-light .app-header-right>.header-btn-lg .widget-heading,
.app-header.header-text-light .app-header-right>.header-btn-lg .widget-subheadingz {
  color: #fff !important;
}

.widget-heading {
  font-size: 0.8rem !important;
}

.widget-content .widget-content-left .widget-subheading {
  opacity: 0.85 !important;
  font-size: 0.7rem !important;
}

.header-user-info {
  color: #fff;
}

.widget-content .widget-content-left .widget-heading {
  opacity: 1 !important;
}

/* Handle on hover */
.ps::-webkit-scrollbar-thumb:hover {
  background: #222d32;
}

.loading {
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.loading.active {
  visibility: visible;
  opacity: 1;
  display: flex !important;
  transition: visibility 0.5s, opacity 0.5s linear !important;
}

.app-page-title {
  width: calc(100% + 45px) !important;
  margin-bottom: 20px !important;
}

/* LOADING DATA */
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  animation: sk-chase 2.5s infinite linear both;
}

.input-invalid {
  border: 2px solid #d92550 !important;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.pointer:hover {
  cursor: pointer;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {

  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
  0% {
    transform: scale(1);
  }
}

.vertical-timeline-element-content {
  margin-left: 135px;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }

  .mini-row>* {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .row-plus {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }

  .mini-row>* {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row-plus {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }

  .mini-row>* {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row-plus {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.widget-content .widget-numbers {
  font-size: 1rem !important;
}

@media (min-width: 767.98px) {
  .mini-row>* {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row-plus {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .app-main .app-main__inner {
    padding: 0px !important;
  }

  .card-body {
    flex: 1 1 auto;
    padding: 0.8rem;
  }

  label {
    display: inline-block;
    margin-bottom: 0.2rem;
  }

  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 70%;
  }

  .app-page-title {
    padding: 15px;
    margin: 0px;
  }

  .mobile-toggle-header-nav {
    display: none;
  }

  .app-header__menu,
  .app-header__mobile-menu {
    padding: 0 0.8rem;
  }

  .btn-mobile {
    width: 100%;
  }

  body .card-header {
    text-align: left;
    padding: 0.75rem 0.8rem;
  }
}

@media (max-width: 767.98px) {
  body .card-header .btn-actions-pane-right {
    float: right;
    padding-top: 0px;
  }

  .modal-dialog {
    margin: 0px !important;
  }

  .modal-content {
    min-height: 100vh;
  }

  .padding15mobile {
    padding: 15px !important;
  }

  .app-page-title {
    width: 100% !important;
  }

  .widget-content .widget-numbers {
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  .marginonmobileheader {
    margin-top: 50px;
  }

  .form-group {
    margin-bottom: 1.5rem;
    ;
  }

  .card {
    border-radius: 0px !important;
  }

  .btn-block-mobile {
    width: 100%;
    margin-top: 10px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #fff !important;
  }

  .app-header__logo .logo-src {
    height: 35px !important;
    width: 170px !important;
    background: url(../../../public/assets/images/logo.png) !important;
    background-size: 100% !important;
  }

  .table-hyundai {
    width: 1400px !important;
  }

  .centerNameStatus {
    position: relative;
    top: 7px;
  }

  .prompt-2 {
    width: 100% !important;
  }
}

.prompt-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 90%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.prompt-2 {
  width: 50%;
  margin: auto;
  background: #fff;
  padding: 25px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%) !important;
}

/* loading spinner animation */
.loading-spinner {
  animation: spin 0.7s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.pointer:hover {
  cursor: pointer;
}