.w-rem-7 {
    width: 7rem;
}
.w-rem-8 {
    width: 8rem;
}
.w-rem-16{
    width: 16rem;
}

.w-per-85 {
    width: 85%;
}
.cursor-pointer {
    cursor: pointer;
}
.w-rem-1 {
    width: 1rem;
}
.errMessage {
    font-size: 90%;
    color: #f94920;
    margin-bottom: 0px;
}
.fare-details-table{
    z-index: 99999;
}
.okMessage{
    font-size: 90%;
    color: #28a745;
    margin-bottom: 0px;
}
.isInvalid {
    position: absolute;
    font-size: 75%;
    width: 100%;
    color: #b10000;
    margin-bottom: 0px;
}
.isValid {
    position: absolute;
    font-size: 80%;
    width: 100%;
    margin-top: .25rem;
    color: #28a745;
}

.form-control-custom {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    height: 1.5rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
iframe {
    width: 100%;
    border: none;
    overflow: hidden;
}

.iframe-height{
    height: calc(-92px + 65vh);
    display: grid;
    place-items: center;
}

