.id-card-holder {
    width: 225px;
    padding: 4px;
    margin: 0 auto;
    background-color: #1f1f1f;
    border-radius: 5px;
    position: relative;
}
.id-card-holder:after {
    content: '';
    width: 7px;
    display: block;
    background-color: #0a0a0a;
    height: 100px;
    position: absolute;
    top: 105px;
    border-radius: 0 5px 5px 0;
}
.id-card-holder:before {
    content: '';
    width: 7px;
    display: block;
    background-color: #0a0a0a;
    height: 100px;
    position: absolute;
    top: 105px;
    left: 214px;
    border-radius: 5px 0 0 5px;
}
.id-card {

    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 1.5px 0px #b9b9b9;
}
.id-card img {
    margin: 0 auto;
}
.id-card-header img {
    width: 170px;
    margin-top: 15px;
}
.id-card-photo img {
    width: 110px;
    margin-top: 15px;
}
.id-card > h2 {
    font-size: 15px;
    margin: 10px 0;
}
.id-card > h4 {
    font-size: 12px;
    margin: 5px 0;
}
.id-card > h3 {
    font-size: 13px;
    margin: 5px 0;
    font-weight: 300;
}
.qr-code img {
    width: 50px;
}
.id-card > p {
    font-size: 10px;
    margin: 2px;
}
.id-card-hook {
    background-color: #000;
    width: 70px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
}
.id-card-hook:after {
    content: '';
    background-color: #d7d6d3;
    width: 47px;
    height: 6px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 6px;
    border-radius: 4px;
}
.id-card-tag-strip {
    width: 45px;
    height: 40px;
    background-color: #0950ef;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #0041ad;
}
.id-card-tag-strip:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    position: relative;
    top: 10px;
}
.id-card-tag {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #0958db;
    margin: -10px auto -30px auto;
}
.id-card-tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #d7d6d3;
    margin: -10px auto -30px auto;
    position: relative;
    top: -130px;
    left: -50px;
}



/* new id card css  */

.new-id-card-tag {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #183c6c;
    margin: -10px auto -30px auto;
    animation: moveHook 10s infinite;
}

.new-id-card-tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid white;
    margin: -10px auto -30px auto;
    position: relative;
    top: -130px;
    left: -50px;
}

.scan-after .new-id-card-tag:after{
    border-top: 100px solid #f2f6ff;
}

.new-id-card-tag-strip {
    width: 45px;
    height: 40px;
    background-color: #183c6c;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #000;
    animation: moveHook 10s infinite;
}

.new-id-card-tag-strip:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    top: 10px;
}

.new-id-card-hook {
    background-color: black;
    width: 85px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
    animation: moveHook 10s infinite;
}

.new-id-card-hook:after {
    content: '';
    background-color: white;
    width: 47px;
    height: 7px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 6px;
    border-radius: 4px;
}

.new-id-card-holder {
    width: 300px;
    padding: 4px;
    margin: 0 auto;
    background-color: #1f1f1f;
    border-radius: 5px;
    position: relative;
    animation: moveCard 10s infinite;
}
.new-id-card-holder.admin-visitor-card {
    width: 269px;
}

.new-id-card-holder:after {
    content: '';
    width: 5px;
    display: block;
    background-color: #0a0a0a;
    height: 100px;
    position: absolute;
    top: 105px;
    border-radius: 0 5px 5px 0;
}

.new-id-card-holder:before {
    content: '';
    width: 5px;
    display: block;
    background-color: #0a0a0a;
    height: 100px;
    position: absolute;
    top: 105px;
    right: 4px;
    z-index: 1;
    border-radius: 5px 0 0 5px;
}

.new-id-card {
    height: 475px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url('../images/id-card-bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: normal;
}

.new-id-card .photo {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 35px auto 10px;
    box-shadow: 0px 0px 5px -1px #00000052;
}

.new-id-card .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-id-card .photo::before {
    position: absolute;
    content: '';
    left: -7px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #f39c12;
}

.new-id-card .name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    font-family: Roboto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new-id-card .info-list {
    list-style: none;
    padding: 15px 15px 10px;
    margin: 0;
    line-height: normal;
}

.new-id-card .info-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.new-id-card .info-list .label {
    color: #f39c12;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    min-width: 65px;
    text-align: start;
    font-family: system-ui;
    font-size: 11px;
    letter-spacing: 1px;
}

.new-id-card .info-list .small {
    font-weight: 600;
    padding-right: 2px;
}

.new-id-card .info-list .value {
    color: #808080;
    font-weight: normal;
    font-family: system-ui;
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
}

.new-id-card .host-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    font-family: Roboto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new-id-card .host-name {
    color: gray;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1;
}

.new-id-card .qr-box {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.new-id-card .qr-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-id-card .company-info {
    padding: 10px 0px 0px;
}

.new-id-card .company-info .companyDes {
    color: gray;
    font-size: 12px;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-bottom: 3px;
    line-height: 1;
}
.new-id-card .company-info .companyDes.uppercase {
    text-transform: uppercase;
}
