.cropimg {
    display: block;

    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}



.input-container input {
    font-size: 13px;
}


.company-list tr td {
    width: 33%;
}

.company-list img {
    width: 75px;
    float: left;
    margin-left: 15px;
    height: 75px;
    object-fit: cover;
}

.company-description {
    font-size: 13px;
    color: gray;
}

.verifyemailsectiondiv {
    height: 30px !important;
    position: inherit;
    display: none
}

@media print {
    @page {
        size: A4 landscape;
    }
}

.qr_container {
    width: 312px;
    border: 1px solid #b3b2b2;
    padding: 5px 0;
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
    font-family: 'Kanit', sans-serif;
    line-height: 1;
    float: left;
}

.date {
    padding: 3px;
    border: 1px solid gray;
    font-weight: 600;
}

.place {
    padding: 5px;
    font-weight: 900;
    background-color: rgb(78 78 78 / 50%);
    margin: 3px 28px 8px;
}

.time {
    padding: 5px 0;
}

.month {
    font-weight: 900;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
}

.qr-no {
    /* padding: 0 15px; */
    font-size: 14px;
    letter-spacing: .1em;
}

.entry {
    margin: 5px 25px 0;
    font-size: 18px;
    color: rgba(0, 0, 0, .88) !important;
    font-weight: 700;
}

.bmich {
    color: red;
}

.main-con {
    font-size: 12px;
    color: #0236b9;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    padding-top: 5px;
}

.venue {
    color: white;
}

.visitor {
    margin: 3px 50px 0;
    font-weight: 600;
    font-size: 13px;
}

.qr-img {
    margin-bottom: 2px;
}

.qr-details span {
    font-size: 13px;
    padding-right: 20px;
    font-weight: 600;
}

.main-lable {
    color: gray;
    font-weight: 500 !important;
}

#croppercage {
    width: 100%
}

.btn-sign-in {
    padding: 8px 50px !important;
}

.error {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: red;
    font-size: 12px;
    margin-left: 8px;
}

#uploadIcon,
#uploadIcon1,
#uploadIcon2,
#uploadIcon3,
#uploadIcon4,
#uploadIcon5,
#uploadIcon6,
#uploadIcon7 {
    cursor: pointer;
    transform: rotate(45deg);
    transform-origin: center;
    display: inline-block;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 25px;
    margin-top: -20px;
}

@media screen and (max-width: 1350px) and (min-width: 992px) {

    .profile-head {
        font-size: 18px !important;
    }

}