﻿body {
    min-height: 50rem !important;
    padding-top: 2.5rem !important;
}

/* Grid Sorting */

.swf-lable {
    padding: .350rem !important;
}

.swf-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    flex: none !important;
}

th {
    text-align: revert-layer !important;
}

.position-topright {
    top: 3.4rem !important;
    right: 0.4rem !important;
}

.blazored-toast {
    width: 350px !important;
    opacity: 90% !important;
    font-size: larger !important;
    background-color: whitesmoke !important;
}


.nav-item {
    color: lightskyblue !important;
    font-size: large !important;
}

.dropdown-item {
    color: lightcyan !important;
    font-size: large !important;
}

/* Hide input number arrow */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.swf-control:focus {
    border-color: blue !important; /* Change to your desired color */
    box-shadow: 0 0 0 0.2rem RoyalBlue !important; /* Optional shadow effect */
}

.grid_ctrl:focus {
    border-color: blue !important; /* Change to your desired color */
    box-shadow: 0 0 0 0.2rem RoyalBlue !important; /* Optional shadow effect */
}

