﻿#loading {
    position: fixed;
    z-index: 50000;
    background: url('/Images/loader.svg') no-repeat 50% 50% rgba(255, 255, 255);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}


input,
select {
    @apply appearance-none rounded-md border border-gray-300 px-2 py-1;
}

    /* Reset default focus outline and set your desired color */
    select:focus {
        @apply outline-none focus:outline focus:outline-red-500;
    }