.itemSelectImg {
    margin: 0 auto;
    display: block;
}

table input {
    min-width: 145px;
}

.itemTypeImg {
    width: 30px;
    display: block;
    margin: 8px 0;
}

table tbody tr td {
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

#title {
    vertical-align: -webkit-baseline-middle;
}

#endStepContainer {
    position: relative;
    min-height: 65vh;
}

.loadingContainer {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100vw;
    z-index: 50;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}

.loadingContainer img {
    width: 150px;
    position: absolute;
    top: 40%;
    left: 46%;
}

.infoContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: space-between;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0%;
    display: flex;
    justify-content: space-between;
}

button.owl-prev {
    font-size: 148px !important;
    color: #192451 !important;
}

button.owl-next {
    font-size: 148px !important;
    color: #192451 !important;
}

.error {
    border-color: red !important;
    background-color: darkred !important;
    color: white !important;
}

.error::placeholder {
    color: white !important;
}
