/* start table wrap */
.table-wrap {
    overflow-x: auto; /* Enables horizontal scrolling if needed */
    max-width: 100%; /* Ensures it doesn't exceed the container */
}
  
.table-wrap table {
    width: 100%;
    border-collapse: collapse;
}
  
.table-wrap th, 
.table-wrap td {
    word-wrap: break-word; /* Ensures words wrap within the cell */
    white-space: normal; /* Allows text to wrap normally */
    overflow-wrap: break-word; /* Ensures long words break properly */
    border-top: 1px solid #ddd; /* Optional: Adds border to table */
}

.table-border-0 th ,
.table-border-0 td {
    border: 0px !important;
}
/* end table wrap */



b, strong {
    font-weight: bold;
}

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

.show-image {
    cursor: pointer;
}

.btn-tab {
    border-radius: 18px 18px 18px 18px;
}

/* 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;
}

.cursor {
    cursor: pointer;
}

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


/* start text cut */
.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%);
}
/* end text cut */

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;
}

.swal2-modal.swal2-popup .swal2-title {
    margin: 0px !important;
    max-width: 100% !important;
}