﻿body {
}


.form-label {
    font-size: 10px; /* Adjust based on the parent element's font size */
    /*    font-family: 'Handel Gothic', sans-serif;
*/
}

.pop-font-size {
    font-size: 10px;
}

.font-table-size {
    font-size: 10px;
}



.validation-error {
    font-size: 0.8em;
    font-weight: bold;
    color: red;
}

.required-indicator {
    color: red;
    font-weight: bold;
}


.form-control.selectdropdown {
    font-size: 12px;
}


.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

    .custom-select-wrapper select {
        width: 100%;
        padding-right: 30%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        font-size: 80%;
    }

    .custom-select-wrapper::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        font-size: 1em; /* Reduce the size of the icon */
        pointer-events: none;
    }

#datatable {
    width: 100%;
    border-collapse: collapse;
}

.dataTables_wrapper {
    overflow: auto;
    Allow scrolling if necessary
}

.container_align {
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding: 10px;
    background-color: #FFF;
}

.btn-color {
    background-color:#18cb96;
}

.text-danger {
    color: red;
}

.error-msg {
    display: none;
}


/*@font-face {
    font-family: 'Handel Gothic';
    src: url('/fonts/HandelGothicRegular.woff2') format('woff2'), url('/fonts/HandelGothicRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 22.8s linear infinite;
}


.loader {
    animation: spin 1s linear infinite;
}

.highlight-default-grid {
    border: 3px solid #007bff !important; /* Blue border for default godown */
}

.highlight-card {
    background-color: #f0f8ff; /* Light blue background for highlighting */
    border: 2px solid#18cb96; /* Border color for emphasis */
    font-weight: bold; /* Make text bold */
}
