#trHover:hover {
    background-color: #e9f8ff;
}

.InTime {
    color: #c3423f;
}

td {
    padding: 5% !important;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    border: none !important;
    background: #e7f6fc !important;
}

.align-center {
    margin: 100px auto;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content img {
    width: 10%;
    margin: 30px auto;
}

.pin-group {
    display: flex;
    justify-content: space-around;
}

.pin-group input {
    width: 10%;
}

.d-flex-sb {
    display: flex;
    justify-content: space-between;
}

.justify-center {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
}

.pincode-input-text {
    width: 10%;
    margin: 8px;
    border: 1px #cacfe7 solid !important;
}

.alert {
    width: 280px;
    font-size: 12px;
    position: absolute;
    left: 43em;
    bottom: 15em;
    z-index: 9999;
}
