
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

.badge{
    padding: 0;
    text-align: left;
    /* border-radius: 1.25rem; */
    border-radius: 0;
    width: 210px;
    margin-bottom: 0;
    padding-bottom: 0.9em;
    border: 0;
    color:#dee0e0;
    background-color: #535c66;
}

.badge-body{
    padding-top: 0.8em;
    padding-bottom: 0;
    padding-left: 0.8em;
}


.badge-photo{
    border-radius: 0;
    display: block;
    background-color: #fff;
    /* border-top-left-radius: calc(1.25rem - 1px); */
    /* border-top-right-radius: calc(1.25rem - 1px); */
}

.large-text{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.small-text{
    font-size: 10px;
    font-weight: lighter;

}
.card-text{
    color: #dee0e0;
}

.divider{
    display: block;
}

.company-info{
    background-color: #535c66;
    border:0;
    line-height: 10pt;
    padding-left: 0.8em;
    padding-bottom: 0;
    padding-top: 1em;
}
.company-name{
    font-weight: bold;
}
.employee-id{
    margin-top: 0.8em;
    margin-bottom: 0em;
    padding-bottom: 0.6em;
    width: 50%;
    border-bottom: 0.3em solid #F2662C;
}
.logo{
    width: 30px;
    flex-shrink: 0;
}

.badge-photo-wrapper {
    position: relative;
    width: 100%;
    height: 168px;
    overflow: hidden;
}

.badge-photo-loader {
    position: absolute;
    inset: 0;
    background-color: #4a5360;
    background-image:
        url("../images/loading.png"),
        linear-gradient(90deg, #4a5360 25%, #5d6875 50%, #4a5360 75%);
    background-size: 100% 100%, 200% 100%;
    background-repeat: no-repeat, no-repeat;
    animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.badge-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.badge-info {
    min-width: 0;
    overflow: hidden;
    background-color: transparent;
}