b, strong {
    font-weight: bold;
}

.table-responsive {
    display: block !important;
}

.border-test {
    border: 1px solid red !important;
}

.btn-tab-1 {
    border-radius: 8px 8px 0px 0px;
}

.centered-content {
    display: flex;
    justify-content: center; /* Mengatur posisi horizontal (center) */
    align-items: center; /* Mengatur posisi vertikal (center) */
}

/* Admindek-2.0 */
.swal2-container {
    z-index: 5000;
}

.card-option {
    text-align: right !important;
}

/* horizontal form */
.text-center-mobile {
    text-align: right;
}

#title-app-name {
    display: block;
}

.nav-right {
    display: block;
}

@media (max-width: 768px) {
    .text-center-mobile {
        text-align: left;
    }

    #title-app-name {
        display: none;
    }
}
/* end horizontal form */

/* end Admindek-2.0 */

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  height: calc(1.5em + .75rem + 2px);
  border: 1.5px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  font-size: 14px;
}

.swal2-modal.swal2-popup .swal2-title {
    max-width: 100em;
}

.swal2-modal.swal2-popup .swal2-title {
    margin: 0px !important;
}

.shadow-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bg-gray-pudar {
    background-color: #e8e8e8;
}

.swal-footer {
    text-align: center !important;
}

.swal-text {
    text-align: center !important;
}

.hidden {
    display: none;
}

.div-outline-success {
    border: 1px solid #28a745;
    border-radius: 6px;
    padding: 10px;
}

.div-outline-info {
    border: 1px solid #31acc0;
    border-radius: 6px;
    padding: 10px;
}

.div-outline-warning {
    border: 1px solid #ffc107;
    border-radius: 6px;
    padding: 10px;
}

.div-outline-danger {
    border: 1px solid #dc3545;
    border-radius: 6px;
    padding: 10px;
}

.div-outline-primary {
    border: 1px solid #1184ff;
    border-radius: 6px;
    padding: 10px;
}

.div-outline-secondary {
    border: 1px solid #798189;
    border-radius: 6px;
    padding: 10px;
}

.pointer-none {
    pointer-events: none;
}

.btn-circle {
    border-radius: 15px;
}

.text-cut {
    position: relative;
    color: black;
    font-family: sans-serif;
}

.text-cut-concat {
    display: block;
    overflow: hidden;
    max-height: 10.6em; /* (Number of lines you want visible) * (line-height) */
    line-height: 1.2em;
    text-align: justify;
}

.text-cut.ellipsis-cut::after {
    position: absolute;
    right: -12px;
    bottom: 5px;
}

.hide-text-cut {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), white 67%);
}

.note-group-select-from-files {
    display: none;
}

.cursor {
    cursor: pointer;
}

select.form-control,
select.form-control:focus,
select.form-control:hover {
    border: 1px solid #cbcbcb;
}

.table.table-sm td,
.table.table-sm th {
    padding: 0.4rem 1rem 0.4rem 1rem !important;
}
