@tailwind base;
@tailwind components;
@tailwind utilities;


html {
    font-size: 14px;
    overflow-y: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    /*min-height: 100%;*/
}

body {
    margin-bottom: 60px;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }

    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 360px;
    height: 100%;
    max-height: 100%;
    float: left;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    height: 80px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }

.brand-img {
    height: 40px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        height: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 25px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a,
    .sidebar-wrapper .sidebar-menu ul li form {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 12px;
            width: 10px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    /*.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 10px;
    }*/

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 13px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        align-content: center;
        transform: rotate(90deg);
        right: 17px;
    }

    .sidebar-wrapper .sidebar-menu .active {
        background-color: #89CFF0;
    }

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-flex;
    width: 100%;
    padding-left: 0px;
    padding: 20px;
    margin-bottom: 50px;
}

    .page-wrapper .page-content > div {
        padding: 20px 40px;
        width: 100%;
    }

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border: 0px none #ffffff;
    border-radius: 15px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #c0c0c0;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #c0c0c0;
    }

::-webkit-scrollbar-track {
    background: #e2e2e2;
    border: 0px none black;
    border-radius: 0px;
}

    ::-webkit-scrollbar-track:hover {
        background: #e2e2e2;
    }

    ::-webkit-scrollbar-track:active {
        background: #e2e2e2;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #FFFFFF;
}

    .chiller-theme .sidebar-wrapper .sidebar-header,
    .chiller-theme .sidebar-wrapper .sidebar-search,
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        font-size: 16px;
        font-weight: 400;
    }

        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
        .chiller-theme .sidebar-wrapper .sidebar-brand > a,
        .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
        .chiller-theme .sidebar-footer > a {
            color: black;
        }

            /*Sidebar static text color ^^^ */

            .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
            .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
            .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
            .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
            .chiller-theme .sidebar-footer > a:hover i {
                color: black;
            }

/*Sidebar hover over text color ^*/

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: black;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #FFFFFF;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

    .chiller-theme .sidebar-footer > a:first-child {
        border-left: none;
    }

    .chiller-theme .sidebar-footer > a:last-child {
        border-right: none;
    }

.page-wrapper.chiller-theme.toggled {
    display: flex;
    background-color: #F6F8FB;
}

.table_HeaderInfo {
    @apply pl-2 text-2xl m-4 text-[#535353];
}

.table_HeaderCheckbox {
    @apply p-2 w-8;
}

.table_Info {
    @apply py-4 text-lg text-[#535353] overflow-hidden;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blueButton {
    @apply bg-[#7095c9] text-white font-bold py-1 px-4 rounded-lg mx-4 text-xl;
}

    .blueButton:hover {
        text-decoration: none;
        color: #535353;
    }

.table_Labels {
    @apply text-[#535353] font-bold text-xl;
}

.required::after {
    content: ' *';
    color: red;
}

.gray_Textbox {
    display: block;
    width: 100%;
    border-radius: 0.75rem;
    border: 2px solid #C0C0C0;
    background-color: transparent;
    padding: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    height: 50px;
}

.country_code {
    width: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.is-invalid {
    border: 1px solid #dc3545; /* Red border for better visibility */
    background-color: #f8d7da; /* Light red background for better visibility */
    color: #dc3545; /* Red text for better visibility */
}


.bottomRight_Grouping {
    @apply fixed flex bottom-0 right-0 p-4;
    background-color: #f6f8fb;
    z-index: 1;
}

.descriptionBoxes {
    @apply bg-gray-50 resize-y w-full min-h-[100px] max-h-[200px] px-3 py-2 text-base placeholder-gray-500 border-2 !border-[#c0c0c0] rounded-lg focus:border-2 border-black;
}

.labelNames {
    @apply text-[#535353] font-bold text-xl;
}

.normalButton {
    @apply bg-[#7095c9] text-white font-bold py-1 px-4 rounded-lg text-lg mr-4;
}

    .normalButton:hover {
        text-decoration: none;
        color: #535353;
        cusor: pointer;
    }

.headerStart {
    @apply px-6 py-3 text-left;
    background-color: #e8f0f5;
    border-radius: 8px 0px 0px 0px;
    width: 5%;
}

.headerMiddle {
    @apply px-6 py-3 text-left;
    background-color: #e8f0f5;
}

.headerEnd {
    @apply w-1/12 px-6 py-3 text-left;
    background-color: #e8f0f5;
    border-radius: 0px 8px 0px 0px;
}

.infoStart {
    @apply px-6 py-3;
    width: 5%;
}

.infoMiddle {
    @apply auto-cols-fr px-6 py-4 whitespace-nowrap;
}

.infoEnd {
    @apply w-1/12 px-6 py-4 whitespace-nowrap;
}


.editButton {
    @apply bg-[#7095c9] text-white font-bold py-1 px-4 rounded-lg text-base;
}

    .editButton:hover {
        text-decoration: none;
        color: #535353;
    }

.dataTables_paginate {
    @apply rounded-lg m-2;
    float: right;
    text-align: right;
    text-decoration: none;
}

.paginate_button {
    @apply text-[#535353] font-bold text-sm p-2 m-1 rounded-sm;
    text-align: right;
}

    .paginate_button.current {
        @apply text-[#535353] bg-[#d9e8f4];
    }

        .paginate_button.current:hover {
            @apply text-black;
            text-decoration: none;
        }

    .paginate_button.disabled {
        @apply text-[#535353];
    }

    .paginate_button:hover {
        @apply text-[#535353] bg-[#d9e8f4];
        text-decoration: none;
    }

.dataTables_info {
    @apply text-[#535353] font-bold text-lg m-2;
    text-align: right;
}

.dataTables_length {
    @apply text-[#535353] font-bold text-base bg-black;
    float: right;
    text-align: right;
    font-weight: bold;
    padding: 5px;
    background-color: transparent;
    color: black;
    padding-right: 20px;
}

    .dataTables_length select {
        font-weight: bold;
        float: none;
        color: #505050;
        border: 1px solid #c6c6c6;
        background-color: #fffff;
        padding: 1px;
        border-radius: 3px;
    }

.dataTables_filter {
    display: none; /*TOGGLE THE FILTER ON AND OFF*/
}

.overallTable {
    @apply w-full border-2 border-[#d6d6d6] rounded-lg;
}

.rowTable {
    @apply w-full border-2 border-[#d6d6d6] rounded-lg bg-[#e8f0f5];
}

.dataTable {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    background-color: transparent;
    width: 100%;
}



table.dataTable > thead > tr:not(:last-child) > th,
table.dataTable > thead > tr:not(:last-child) > td,
table.dataTable > tbody > tr:not(:last-child) > th,
table.dataTable > tbody > tr:not(:last-child) > td {
    background-color: transparent;
    border-bottom: 1px solid #d6d6d6;
}

table.dataTable-corners {
    border: 1px solid black;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
}

.pagesSideBar {
    @apply bg-transparent hover:bg-[#b2e4fb];
    display: flex;
    max-width: 300px;
    text-align: center;
    padding-left: 10px;
    margin: auto;
}

.containersl {
    text-align: center;
}

    .containersl label, .containersl input {
        display: inline-block;
    }


.pagesSubMenu {
    @apply bg-transparent text-black hover:bg-[#b2e4fb];
}

.breadcrumbs {
    text-decoration: underline;
    color: darkslategray;
}

    .breadcrumbs:hover {
        color: deepskyblue;
        text-decoration: underline;
    }

.sidebar-header .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-content .image-container {
    width: 30px;
    height: 30px;
}

output {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px; /* Add margin to the bottom */
    clear: both; /* Clear the float property */
}

    output .image {
        display: inline-block;
        height: 150px;
        width: auto;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        position: relative;
        margin-right: 10px;
    }

        output .image img {
            height: 100%;
            width: 100%;
        }

        output .image span {
            position: absolute;
            top: -4px;
            right: 4px;
            cursor: pointer;
            font-size: 22px;
            color: white;
        }

            output .image span:hover {
                opacity: 0.8;
            }

    output .span--hidden {
        visibility: hidden;
    }

/* Overwrite default select2 css */
.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.125rem !important;
    color: black !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #C0C0C0 !important;
    height: 50px !important;
    border-radius: 0.75em !important;
    background: none !important;
}

.select2-selection__rendered {
    line-height: 47px !important;
    font-size: 1.125rem !important;
}

.select2-selection__arrow {
    height: 48px !important;
}


/* Overwrite default select2 css */
.select2-container--default .select2-selection--multiple .select2-selection--multiple__placeholder {
    font-size: 1.125rem !important;
    color: black !important;
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid black !important;
    height: 50px !important;
    border-radius: 0.75em !important;
    background: none !important;
}

.select2-selection__rendered {
    line-height: 47px !important;
    font-size: 1.125rem !important;
}

.select2-selection__choice {
    padding-left: 25px;
    max-height: 85%;
}

.select2-selection__choice__display {

}

.select2-selection__choice__remove {

}

.select2-selection--multiple__arrow {
    height: 48px !important;
}


.media-thumbnail {
    max-height: 50px;
    max-width: auto;
}

    .media-thumbnail img {
        max-width: 100%;
        height: auto;
    }

.media-thumbnails-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.media-expanded {
    max-height: 200px;
    max-width: auto;
}

.media-expanded-container {
    display: flex;
    gap: 30px;
}

::after,
::before {
    box-sizing: border-box;
}

.manualTagsHolder {
    float: left;
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
}

    .manualTagsHolder > span {
        background: #7095c9;
        padding: 8px 10px 8px 30px;
        float: left;
        margin: 2px;
        border-radius: 12%;
        color: white;
        font-family: monospace;
        font-size: 12pt;
        position: relative;
        cursor: pointer;
    }

        .manualTagsHolder > span:after {
            content: "\d7";
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            width: 14px;
            height: 14px;
            line-height: .5;
            margin: auto;
            font-size: 17pt;
        }

.autoTagsHolder {
    float: left;
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
}

    .autoTagsHolder > span {
        background: #7095c9;
        padding: 8px 10px 8px 30px;
        float: left;
        margin: 2px;
        border-radius: 12%;
        color: white;
        font-family: monospace;
        font-size: 12pt;
        position: relative;
        cursor: pointer;
    }

        .autoTagsHolder > span:after {
            content: "\d7";
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            width: 14px;
            height: 14px;
            line-height: .5;
            margin: auto;
            font-size: 17pt;
        }

.disabled {
    background-color: #cccccc; /* Lighter color */
    color: #666666; /* Lighter text color */
    cursor: not-allowed; /* Changes the cursor to indicate the button is not clickable */
    pointer-events: none; /* Disables hover and active effects */
}

#filter-panel {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
}

#upload-panel {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute; 
    right:180px;
}

#upload-bar{
    margin-bottom:15px;
}


#browse_button{
    padding: 10px;
}
/*Search Styling*/
.search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
}

#search-input {
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

    /* Adjustments for placeholder */
    #search-input::placeholder {
        color: #888;
        opacity: 1;
    }

    #search-input:-ms-input-placeholder {
        color: #888;
    }

.nfcSerialHolder {
    float: left;
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
}

    .nfcSerialHolder > span {
        background: #7095c9;
        padding: 8px 10px 8px 30px;
        float: left;
        margin: 2px;
        border-radius: 12%;
        color: white;
        font-family: monospace;
        font-size: 12pt;
        position: relative;
        cursor: pointer;
    }

        .nfcSerialHolder > span:after {
            content: "\d7";
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            width: 14px;
            height: 14px;
            line-height: .5;
            margin: auto;
            font-size: 17pt;
        }

.uploadField {
    @apply text-transparent file:text-white file:text-xl file:font-bold file:rounded-xl file:border-0 file:bg-[#7095c9] file:mr-4 file:py-1 file:px-4 hover:file:text-[#535353];
}
.h1-login {
    @apply text-4xl font-semibold mb-5;
}

.login-btn {
    @apply w-full bg-blue-500 hover:bg-[#007bff] text-white text-base font-normal py-2 px-4 border border-[#007bff] rounded-md;
}

.login-input {
    @apply w-full py-2 px-3 border border-gray-300 rounded-md pl-2 placeholder-gray-600 focus:ring focus:border-blue-400 focus:outline-none;
}

.display-img {
    display: inline-block;
    height: 150px;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}