.table-scroll {
    max-height: 272px;
    overflow-y: auto;
}

.name-views tr:last-child {
    border-bottom: unset;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}

.ul-error {
    background: #DC4C64;
    padding: 5px 25px;
    border-radius: 2px;
    font-size: 1rem;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 1rem;
}

.ul-error li {
    list-style-type: disc;
}

#firstNameTable tr,
#middleNameTable {
    cursor: pointer;
}

.toltip {
    position: relative;
}

.toltip span {
    visibility: hidden;
    position: absolute;
    background: #000;
    width: 245px;
    padding: 5px 10px;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 11.5px;
    z-index: 99;
    line-height: 15px;
}

.names-box h5 .toltip {
    margin-left: 10px;
    position: relative;
}

.toltip:hover span {
    visibility: visible;
}

.names-box h5 {
    display: flex;
    align-items: center;
}

p {
    display: block;
}

.firsct {
    width: 100%;
}

.details {
    display: flex;
    flex-flow: column nowrap;
}

.detail-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: .5rem;
}

.detail {
    font-weight: 700;
}

.detail:first-child {
    min-width: 13ch;
    max-width: 18ch;
}

.detail-info {
    font-weight: 600;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--blue-one);
    margin-bottom: .5rem;
}

.condition {
    float: right;
    font-size: 16px;
    background-color: var(--green-one);
    border-radius: 5px;
    padding: .25rem .5rem;
    color: #fff;
    text-transform: uppercase;
}

.condition.new {
    background-color: var(--blue-one);
}

.price_by {
    font-size: 1.25rem;
    font-weight: 700;
}

.multi-state-services-label {
    color: var(--blue-two);
    width: 100%;
    padding-left: 13ch;
    margin-top: .5rem;
}
