﻿body {
}


.form-label {
    font-size: 0.8em; /* Adjust based on the parent element's font size */
/*    font-family: 'Handel Gothic', sans-serif;
*/}

.font-family {
    font-family: 'Handel Gothic', sans-serif;
}

.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: #0464c4;
}

.required {
    color: gray;
}

    .required.validation-error {
        color: rgba(255, 0, 0, 0.6);
    }

/* Only apply red border to invalid fields */
.form-select.error, .form-control.error {
    border-color: red;
}

.text-danger {
    color: red;
}

.error-msg {
    display: none;
}

.highlight-default {
    border: 2px solid #0d6efd; /* Bootstrap primary color */
    background-color: #e7f1ff; /* subtle light-blue */
}
/*
@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;
}*/
