*{
    cursor: url(../Firefly.cur), auto !important;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif !important;
}
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;
}
.form-control, .form-select, .select2-selection, .select2-dropdown.select2-dropdown--below{
    border: 1px solid #5e5e5e !important;
}

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;
}