/* digunakan untuk tambahan css */
.table.table-custom-2 {
    border-spacing: 0 10px;
    border-collapse: separate;
}
.table.table-custom-2 thead tr {
    border-radius: 12px;
    position: relative;
}
.table.table-custom-2 thead tr th {
    font-size: 14px;
    color: #00adb5;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
    background-color: white;
    position: relative;
    line-height: 32px;
    width: 10%;
}


.table.table-custom-2 thead tr {
    border-radius: 16px;
}

.table.table-custom-2 thead tr th:first-child {
    border-left: 1px solid #efefef;
    border-radius: 12px 0 0 12px;
    width: 20%;
}
.table.table-custom-2 thead tr th:last-child {
    border-right: 1px solid #efefef;
    border-radius: 0 12px 12px 0;
    width: 20%;
}

.table.table-custom-2 thead tr:last-child:after {
    width: 100%;
}

.table.table-custom-2 tbody tr td {
    white-space: nowrap;
    background: white;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.table.table-custom-2 tbody tr td:first-child {
    border-left: 1px solid #efefef;
    border-radius: 12px 0 0 12px;
}
.table.table-custom-2 tbody tr td:last-child {
    border-right: 1px solid #efefef;
    border-radius: 0 12px 12px 0;
}

.table.table-custom-2 .filter-input .form-control {
    padding: 0px 12px;
    height: 32px;
    border: 1px solid #efefef;
    border-radius: 8px;
}
.table.table-custom-2 .filter-input .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00adb5;
}

.content-media-body {
  border-right: 2px solid #00adb5;
  text-align: left;
}

.icon-menu img{
  vertical-align: inherit;
}

.green-row td {
  background: #E4FFE9 !important;
}

.elipsis-column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pac-target-input {
    width: 100%;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.toast.is-visible {
  z-index: 999999 !important;
}

@media (min-width: 1200px) {
  .input-group.with-icon .input-group-append{
    border:1px solid #C6C6C6;border-left-color:#fff;border-radius:0 16px 16px 0
  }
}
@media (max-width: 1199px) {
  .input-group.with-icon .input-group-append{
    border:1px solid #C6C6C6;border-left-color:#fff;border-radius:0 10px 10px 0 !important
  }
}

.cap-first-letter {
  text-transform: capitalize;
}
