.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-color: #388E3C;
    z-index: 999;
}

.loading-page .loading-content {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader > div {
    animation: is-rotating 1s infinite;
    animation-duration: 1.2s;
    animation-delay: 0;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: blue;
    height: 35px;
    width: 35px;
}

@keyframes is-rotating {
    to {
        transform: rotate(2turn);
    }
}

/**
 * LOADING SWEETALERT2
 */
.swal2-loading {
    padding-bottom: 20px !important;
}

*:focus, *:active {
    outline: 0 !important;
}

.sweet-alert button.confirm {
    outline: none !important;
}


.table-responsive {
    min-height: 500px;
}

.table-responsive .table {
    width: 99% !important;
}

.custom-file-input {
    color: transparent;
}

  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: #388E3C;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active {
    outline: 0;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }

.boder-dashed {
    border-style: dashed !important;
}

.dropdown-menu {
    --bs-dropdown-min-width: 0rem !important;
}

.table-condensed td > span {
    border: 1px solid rgb(229, 237, 244) !important
}

#save-floating {
    bottom:3%;
    right:2%;
    z-index: 1000;
}

.sidebar-view {
    margin-top: -1rem;
}

#datatableMenu {
    position: absolute;
    z-index: 1000000;
}

.form-select,
.select2-container--bootstrap-5 .select2-selection--single,
.form-control{
    height: 38px !important;
    border: 1px solid #444 !important;
    border-radius: 8px !important;
}

.input-group .form-control{
    border: none !important;
    border-radius: none !important;
}

.input-group{
    border: 1px solid #444 !important;
    border-radius: 8px !important;
}

.input-group .input-group-text{
    border-radius: 8px !important;
}
