.form-control {
  padding: 10px !important;
  border: 2px solid #cecece;
  border-radius: 4px !important;
}

.line {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-inverse-primary.breadcrumb-custom .breadcrumb-item a {
  color: #fff;
  font-weight: 500;
}

.select2-container--default .select2-selection--single {
  min-height: 40px;
  border: 2px solid #cecece;
  border-radius: 4px !important;
  padding: 11px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}

.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand img {
  /* width: calc(350px - 85px); */
}

.jarak-menu {
  padding: 10px 15px;
}

a {
  color: #205373;
  transition-property: border, background, color;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
  text-decoration: none !important;
}

.form-group label {
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTable .btn,
.dataTables_wrapper .dataTable .fc button,
.fc .dataTables_wrapper .dataTable button,
.dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload,
.dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled,
.dataTables_wrapper .dataTable .wizard > .actions a,
.wizard > .actions .dataTables_wrapper .dataTable a {
  padding: 8px 10px 8px 10px;
}

.over-height {
  overflow-y: scroll;
  height: 214px;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.card-body-0 {
  padding: 0px;
}

.font-18 {
  font-size: 16px;
  color: #82878c;
  speak: none;
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  vertical-align: top;
}

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

.auth form .auth-form-btn {
  line-height: 1;
}

.font-menu {
  font-size: 1rem !important;
  color: #9b9b9b !important;
}

.accordion .card {
  background: #cecece;
  border-radius: 4px !important;
  border-radius: 5px;
}

.accordion-width {
  width: 400px;
}

.text-none {
  text-decoration: none !important;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  pointer-events: none;
}

/* font */

.mb-20 {
  margin-bottom: 20px;
}

.wizard > .steps .current a:active {
  background: #a61f23;
}

.wizard > .steps .done a:hover {
  background: #a61f23;
}

#scrool {
  height: 100%;
  padding: 1em;
  overflow-y: scroll;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.wizard > .content > .body {
  height: 345px;
}

.modalDialog > div {
  max-width: 70%;
  width: 100%;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  margin-top: 10px;
  overflow: scroll;
}

.close {
  background: #a61f22 !important;
  color: #fff;
  line-height: 25px;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.modal .modal-dialog .modal-content .modal-header .close span {
  color: #fff;
}

.bg-inverse-primary.breadcrumb-custom .breadcrumb-item {
  /* border-radius: 5px; */
}

.close:hover {
  background: #fa3f6f;
}

.aktif {
  border-radius: 50%;
}

.tombol {
  color: #fff;
  background-color: #535961;
}

.tombol:hover {
  background-color: #101010;
}

.color-login {
  color: #535961;
}

.color-daftar {
  color: #a61f23;
  font-weight: 100;
}

/* .navbar.default-layout-navbar .navbar-brand-wrapper {
    background: #ffffff;
} */

.navbar.default-layout-navbar.navbar-info .navbar-menu-wrapper {
  background: #25668f;
}

.wizard > .content > .body {
  width: 98% !important;
}

.button-agenda {
  border-radius: 0.625rem;
  padding: 0.6875rem 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  letter-spacing: 0.0375rem;
  text-align: center;
  font-style: normal;
  background: #a61f23;
  color: #fafafa;
  text-transform: uppercase;
  width: 100%;
}

.button-agenda:hover {
  border: 1px solid #a61f23;
  color: #a61f23;
  background: none;
}

.wizard > .content {
  overflow: none !important;
  height: auto !important;
  padding: 10px !important;
  border: none !important;
}

.font-member {
  max-height: 100px;
  cursor: pointer;
}

.wizard > .steps .current a {
  background: #a61f23;
  color: #ffffff;
  cursor: default;
}

.btn-primary,
.navbar.default-layout-navbar.navbar-primary
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link
  .btn-primary,
.wizard > .actions a {
  background: #a61f23;
  color: #ffffff;
}

.btn-primary:hover,
.navbar.default-layout-navbar.navbar-primary
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link
  .btn-primary:hover,
.wizard > .actions a:hover {
  background: #0c4061;
  color: #ffffff;
}

.wizard > .steps .current a:hover {
  background: #e74c3c;
  color: #ffffff;
  cursor: default;
}

.wizard > .steps .done a {
  background: #e74c3c;
  color: #ffffff;
}

.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
  color: #205373;
}

.btn-primary {
  background: #205373;
}

.text-primary {
  color: #205373 !important;
}

@media only screen and (max-width: 600px) {
  .res-angka {
    margin-top: 0px !important;
  }
  .text-respon {
    font-size: 11px;
  }
  .modalDialog > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .wizard > .content > .body {
    position: relative !important;
  }
  .text-font {
    font-size: 12px !important;
    max-width: 150px;
  }
  .button-agenda {
    font-size: 14px;
    max-width: 200px;
  }
  .wizard > .content > .body {
    height: 500px;
  }
  .text-icon {
    font-size: 40px !important;
  }
  .wizard > .steps a {
    width: 98%;
    margin: 1px;
    padding: 10px;
  }
}

.text-black-50 {
  font-size: 14px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.display-4 {
  font-size: 1.7rem;
}

.card.card.card-menu {
  background: linear-gradient(85deg, #3bb2ff, #12a2ff) !important;
  color: #fff !important;
}

.font-white {
  color: #fff !important;
}

.font-menu-icon {
  font-size: 16px;
  color: #fff !important;
  speak: none;
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  vertical-align: top;
}

.card.card-statistics {
  background: linear-gradient(85deg, #205373, #3987b9) !important;
}

.bg-inverse-primary.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #25668f !important;
  border-radius: 10px;
}

.table td .badge,
.jsgrid .jsgrid-table td .badge {
  cursor: pointer;
}

.scrool-list {
  overflow: scroll;
  height: 500px;
}

.mo-fixed {
  position: fixed;
  top: 23%;
  -webkit-transition: background 0.3s ease, height 0.4s ease;
  -o-transition: background 0.3s ease, height 0.4s ease;
  transition: background 0.3s ease, height 0.4s ease;
  width: 100%;
  z-index: 29;
  height: 450px;
  right: 0;
}

.footer a {
  color: #205373;
}

@media (min-width: 992px) {
  .sidebar-icon-only
    .sidebar
    .nav
    .nav-item.hover-open
    .nav-link:hover
    .menu-title {
    background: linear-gradient(85deg, #25668f, #205373) !important;
    text-decoration: none !important;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: linear-gradient(85deg, #25668f, #205373) !important;
  }
}

.btn-white {
  background: #fff;
  color: #205373;
}

/* Css pada halaman login */

.auth .auth-form-light {
  background: #ffffff;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
