@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    /* cursor: url(../Firefly.cur), auto !important; */
    font-family: 'kanit', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
}

.glass {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(40px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: white;
}

.tablehead {
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.backicon {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    cursor: pointer;
    font-size: 4rem;
    color: white;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: 1;
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 1;
}

.active>.page-link,
.page-link.active {
    background-color: #8c52ff;
    border-color: #7834ff;
}

.button-eye-fill,
.button-trash {
    padding-left: 10px;
    padding-right: 10px;
}

.form-check-input {
    border: 1px solid #5e5e5e !important;
}

.form-control {
    border: 1px solid #5e5e5e !important;
}

.input-group-text {
    border: 1px solid #5e5e5e !important;
}

.form-select {
    border: 1px solid #5e5e5e !important;
}

.form-control,
.form-select-lg~.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #5e5e5e !important;
}

th,
td {
    border: 1px solid #5e5e5e !important;
}