a {
  color: var(--primary);
}
.white-box{
  background: white;
  border-radius: 10px;
  box-shadow: 2px 7px 15px 0px rgb(147 147 147 / 61%);
}

.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ui-select-bootstrap .ui-select-match .btn-default {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.ui-select-bootstrap .ui-select-match .btn-default .close {
  color: #fff;
  opacity: 1;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 80px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 2px;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #e4e5e6;
  border: 1px solid #c8ced3;
}

.box {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.23);
  align-items: center;
  width: 100%;
  height: auto;
  text-align: center;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto;
}

[type='radio'] {
  display: none;
}

a:hover,
a:focus {
  color: var(--primary);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}

.bg-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-danger {
  background-color: var(--danger);
  border-color: var(--danger);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #20a8d8ab;
  border-color: #20a8d8ab;
}

.btn-secondary {
  background-color: #ffff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #ffffffab;
}

/**
 * Align
 */
.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

/**
 * End align
 */

/**
 * Padding style
 */

.pr-25px {
  padding-right: 25px;
}

.pt-0px {
  padding-top: 0px;
}

.pl-15px {
  padding-left: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.p-0px {
  padding: 0px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-0px {
  padding-left: 0px;
}

.pr-0px {
  padding-right: 0px;
}

/**
 * End padding style
 */

/**
 * Margin style
 */

.mt-5px {
  margin-top: 5px;
}

.mt-15px {
  margin-top: 15px;
}

.mb-0px {
  margin-bottom: 0px;
}

.mb-30px {
  margin-bottom: 30px;
}

/**
 * End margin style
 */

/**
 * Template
 */

.fs-12px {
  font-size: 12px;
}

.i-checks {
  font-size: 12px;
  margin-bottom: 0px;
}

.tittle-header {
  padding-bottom: 15px;
  margin-top: 15px;
  color: #000000;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.pagination {
  font-size: 12px;
}

.ui-select-bootstrap .ui-select-match .btn-default {
  height: 28px;
  font-size: 12px;
}

.ui-select-toggle {
  padding-top: 5px;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  font-size: 12px;
}

.ui-select-search {
  font-size: 12px;
  height: 28px;
}

.sidebar .nav-item a {
  font-size: 12px;
}

.angka {
  text-align: center;
}

.badge-table {
  font-size: 11px;
}

.input-group-sm {
  height: 28px;
}

.input-group-sm .input-group-text {
  font-size: 11px;
}

.rp {
  text-align: right;
}

.required::after {
  content: "*";
  color: red;
}

.steps-indicator li.current a:before {
  background-color: #31b5f5 !important;
}

.app-header.navbar .navbar-brand {
  padding: 0px;
  padding-right: 3rem;
  position: relative;
  font-size: 20px;
  border-bottom: none;
  background-color: #ffff;
  width: 155px;
  text-align: center;
}

.px-3 {
  font-size: 13px;
}

.navbar-brand {
  margin-top: 5px;
}

.navbar-brand-text {
  margin-top: 8px;
}

.img-brand {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: 1rem;
}

.box-shadow {
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/**
 * End template
 */

/** 
 * Password Checker
 */

input.ng-pristine+ul#strength {
  display: none;
}

ul#strength {
  /*display: inline;*/
  list-style: none;
  margin: 0;
  /*margin-left: 15px;*/
  padding: 0;
  vertical-align: 2px;
}

.point:last {
  margin: 0 !important;
}

.point {
  background: #ddd;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}

.point-text {
  background: #ddd;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  margin-left: 4px;
  background-color: transparent;
  font-size: 11px;
}

.help-block-sm {
  font-size: 11px;
  margin-bottom: 0px;
}

/** End Password Checker */

/**
 * Table
 */

.table td,
.table th {
  border-top: 1px solid #c8ced3;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
}

.table td,
.table th {
  vertical-align: middle;
}

.table thead tr th {
  height: 35px;
  border-bottom: 1px solid #c8ced3;
  vertical-align: middle;
}

.table-striped td {
  border-top: none;
}

/**
 * End table
 */

/**
 * Tabel Laporan
 */
.table-laporan tr {
  background-color: #e3f1f31f;
  border-bottom: none;
}

.table-laporan td {
  border: none !important;
}

.table-laporan tbody+tbody {
  border-top: none;
}

.table-laporan tbody tr:nth-of-type(odd) {
  background-color: rgba(57, 143, 163, 0.12);
}

.table-laporan thead tr {
  background-color: #398fa3;
  color: white;
}

.table-laporan tbody tr th {
  background-color: #398fa3;
  color: white;
}

.table-laporan tfoot tr {
  background-color: #398fa3;
  color: white;
}

.header-laporan {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.content-center {
  text-align: center;
}

.header-laporan-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #525252;
}

.table-laporan thead tr th {
  border-bottom: none;
  border-top: none;
  vertical-align: middle;
  height: auto;
}

/**
 * End tabel laporan
 */

/**
 * Sweet alert
 */

.swal2-popup .swal2-title {
  font-size: 20px;
}

.swal2-popup #swal2-content {
  font-size: 16px;
  text-align: center;
}

/**
 * Medium
 */

.medium-editor-toolbar li button {
  min-width: 35px !important;
  height: 35px !important;
  padding: 5px !important;
}

.card-header strong {
  font-size: 1.2rem;
}

.card-header-white {
  background-color: #fff;
  border-bottom: 1px solid #e4e5e6;
}

/**
* New Template
*/
.sidebar-fixed .sidebar {
  top: 70px;
  height: calc(100vh - 55px);
}

.sidebar .sidebar-nav {
  background-color: var(--primary)
}

.navbar .sidebar .active.dropdown-toggle,
.sidebar .nav-link.active,
.sidebar .navbar .active.dropdown-toggle {
  background: white;
  color: #1B7640;
}

.sidebar .nav-title {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #f0f3f58a;
}

.sidebar .nav-item a {
  font-size: 0.8rem;
}

.navbar .sidebar .dropdown-toggle i,
.sidebar .nav-link i,
.sidebar .navbar .dropdown-toggle i {
  color: inherit;
}

.sidebar .nav-link:hover {
  background-color: #1EAA58;
  color: #fff;
}

.navbar .sidebar .active.dropdown-toggle i,
.sidebar .nav-link.active i,
.sidebar .navbar .active.dropdown-toggle i,
.switch-primary-outline-alt>.switch-input:checked~.switch-label::after,
.switch-primary-outline>.switch-input:checked~.switch-label::after {
  color: inherit;
}

.cke_inner.cke_reset {
  padding-top: 10px;
}

.app-header.navbar {
  height: 70px;
}

.header-fixed .app-body {
  margin-top: 5rem;
}

.table thead {
  background: var(--primary);
  color: #ffff;
}

.kywe .ui-select-multiple.ui-select-bootstrap {
  padding: 0.375rem 0.75rem;
}

.foto-index {
  height: 80px;
  width: 120px;
  overflow: hidden;
}

.title-index {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.status-index {
  margin: 0;
  font-size: 1rem;
  text-transform: capitalize;
  color: var(--danger);
}

.upload-thumb {
  background: #c5c3c3;
  border-radius: 10px !important;
  width: 100%;
  height: 200px;
}

.content-wrapper {
  padding-top: 10px;
}

.list {
  border-bottom: 2px solid rgb(224, 224, 224);
}

.list-header button {
  font-size: 20px;
  padding: 10px;
  text-decoration: none;
}

.list-header i {
  font-size: 10px;
}

.text-decoration-none {
  text-decoration: none;
}

.table-responsive .article-title {
  font-size: 20px;
}

.table-responsive .article-status {
  font-size: 17px;
}

.card-left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.card-right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar_artic {
  height: 110px;
  padding: 0.5rem 1rem
}

.input_artic {
  width: 60%;
  border: 0;
  outline: 0;
  border-bottom: 2px solid #e32527;
  font-size: 1.1rem;
  color: #000;
}

.btn-pratinjau {
  background-color: #fff;
  color: #000;
  border: 1px solid black;
}

.sidebar_artic {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  text-align: left;
  background-color: #f9f9f9;
}

.contoh-artic {
  margin-top: 35px;
  width: 600px;
  height: 1200px;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.head-artic {
  margin-top: 25%;
}

.margin-check {
  display: block;
  border-bottom: 1px solid #d2d7da;
  padding: 1rem 1rem;
}

.artic-cog {
  display: none;
}

/* 
  Article Style
*/
.menu-title {
  color: #c43139ab;
}

.img-thumb {
  width: 150px;
}

.table-separator {
  border-right: 1px solid lightgrey;
}

.editor-title {
  border: none;
  border-bottom: 1px solid lightgrey;
  font-size: 30px;
}

@media (max-width: 576px) {}

@media (max-width: 768px) {}

@media (max-width: 992px) {
  .button-text {
    display: none;
  }

  .sidebar_artic {
    display: none;
  }

  .artic-cog {
    display: block;
  }
}

@media (max-width: 1200px) {}