
@font-face {
    font-family: 'idautomationhc39m_free_version';
    src: url('../assets/fonts/idautomationhc39m_free_version.ttf') format('truetype');
}

@media print {
    /* Your print-specific styles go here */
    body * {
        visibility: hidden;
    }

    #GatePasstoPrint, #GatePasstoPrint * {
        visibility: visible;
    }

    #GatePasstoPrint {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.barcode-container-small {
    font-family: 'idautomationhc39m_free_version', sans-serif;
    font-size: 12px; /* Adjust the font size as needed */
    /*position: absolute;  */
    bottom: 5px; /* Align to the bottom of the container */
    left: 5px; /* Align to the left of the container */
    padding: 5px; /* Add padding for better visibility */
    background-color: white; /* Optional: add a background color for better contrast */
}

.barcode-container {
    font-family: 'idautomationhc39m_free_version', sans-serif;
    font-size: 21px; /* Adjust the font size as needed */
    /*position: absolute;  */
    top: 15px;
    bottom: 40px; /* Align to the bottom of the container */
    left: 10px; /* Align to the left of the container */
    padding: 8px; /* Add padding for better visibility */
    background-color: white; /* Optional: add a background color for better contrast */
}


body, html {
    height: 100%;
    font-family: "Source Sans Pro",sans-serif;
}

hr {
    border: none;
    height: 1px;
    background-color: #ccc;
}

.card-header {
    font-size: 14px; /* adjust font size */
    padding: 5px 10px; /* adjust padding */
}

.profile-user-img-small {
    border: 1px solid #adb5bd;
    margin: 0 auto;
    padding: 2.5px;
    width: 75px;
}

.search-container {
    width: 65%;
    top: 6%;
    padding: 0;
    margin: 0;
}

.type-container {
    width: 15%;
    top: 3%;
    padding: 0;
    margin: 0;
}

#a-suggestions {
    list-style-type: none;
    width: 62%;
    position: absolute;
    top: 5.1%;
    left: 16px;
    z-index: 999;
    padding: 0;
    margin: 0;
}

#a-suggestions li {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: inherit; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

    #a-suggestions li:hover:not(.header) {
        background-color: #008080; /* Add a hover effect to all links, except for headers */
        color: white;
    }


#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
}

    #suggestions li {
        border: 1px solid #ddd; /* Add a border to all links */
        margin-top: -1px; /* Prevent double borders */
        background-color: #f6f6f6; /* Grey background color */
        padding: 12px; /* Add some padding */
        text-decoration: none; /* Remove default text underline */
        font-size: inherit; /* Increase the font-size */
        color: black; /* Add a black text color */
        display: block; /* Make it into a block element to fill the whole list */
    }

        #suggestions li:hover:not(.header) {
            background-color: #008080; /* Add a hover effect to all links, except for headers */
            color: white;
        }

.search-container {
    position: relative;
}

/*#suggestions {
    position: absolute;
    top: 6%;
    left: 1%;
    z-index: 999;
    width: 39%;
}*/

.profile-pic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

label {
    margin: 0 !important;
    margin-top: 5px !important;
}

.dt-button {
    background-color: black;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.modal-body {
    overflow-y: auto;
}

.modal-title {
    font-weight: bold;
}

.card-title {
    font-weight: bold;
}

.text-maroonlike {
    color: #8D2B2C;
}

.bg-maroonlike {
    color: #ffffff;
    background-color: #8D2B2C;
}

.bg-maroon-dark {
    color: #ffffff;
    background-color: #621e1f;
}

.bg-maroon-fade {
    color: #ffffff;
    background-color: #d57678;
}

.bg-maroon-soft {
    color: #ffffff;
    background-color: #9c3032;
}

.bg-purple-dark {
    color: #ffffff;
    background-color: #401e62;
}

.bg-purple-fade {
    color: #ffffff;
    background-color: #9963cf;
}

.bg-purple-soft {
    color: #ffffff;
    background-color: #66309c;
}

.bg-gr-dark {
    color: #ffffff;
    background-color: #00695c;
}

.bg-gr-fade {
    color: #ffffff;
    background-color: #009688;
}

.bg-gr-soft {
    color: #ffffff;
    background-color: #4db6ac;
}

.form-label {
    margin: 0;
    font-weight: normal !important;
}

.toasts-top-right {
    z-index: 1051 !important;
}

.profile-image {
    border: solid #6b63632e;
    border-radius: 50%;
}

.skeleton {
    cursor: not-allowed;
    min-height: 25vh;
    background-color: #1b6ec22e;
    /*background-color: #e2e5e7;*/
    opacity: .5;
    background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.8), rgba(255,255,255,0));
    background-size: 50px 100%;
    background-repeat: no-repeat;
    /*background-position: left -40px top 0;*/
    animation: shine 1s ease infinite;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

.error {
    color: red;
}

.material-card {
    height: 180px;
    border-radius: 8px;
    box-shadow: 5px 8px 5px #80808040;
}

.fc-daygrid-event-harness {
    cursor: pointer;
}

.fc-list-event {
    cursor: pointer;
}

.fc .fc-popover {
    z-index: 1049 !important;
}

.preview-crop-image {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }



.btn-dark-blue-like {
    color: #fff;
    background-color: #0a3f6b;
    border-color: #0a3f6b;
}

    .btn-dark-blue-like:hover {
        color: #fff;
        background-color: #07355c;
        border-color: #43b6c1;
    }

    .btn-check:focus + .btn-dark-blue-like, .btn-dark-blue-like:focus {
        color: #fff;
        background-color: #07355c;
        border-color: #43b6c1;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:checked + .btn-dark-blue-like, .btn-check:active + .btn-pmaroon-like .btn-dark-blue-like:active, .btn-dark-blue-like.active, .show > .btn-dark-blue-like.dropdown-toggle {
        color: #fff;
        background-color: #43b6c1;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-dark-blue-like:focus, .btn-check:active + .btn-dark-blue-like:focus, .btn-dark-blue-like:active:focus, .btn-dark-blue-like.active:focus, .show > .btn-dark-blue-like.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
        }

    .btn-dark-blue-like:disabled, .btn-dark-blue-like.disabled {
        color: #fff;
        background-color: #0a3f6b;
        border-color: #0a3f6b;
    }

.info-box {
    cursor: pointer;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.info-box-icon {
    transition: transform .2s;
}

.info-box:hover .info-box-icon {
    transform: scale(1.10);
}

.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 1050;
}
