input,
select,
textarea {
    max-width: none;
}

.hps-text-box {
    margin-left: 10px;
}

.bigicon {
    font-size: 34px !important;
}

div.jqval-error {
    display: none;
    opacity: 0;
    margin-top: 2px;
    color: #ff3c00f8;
    /* font-weight: bold; */
    text-align: left;
}

.btn {
    background: #3dbcda;
    color: black;
    border: 1px solid #5bd6f1;
}

.btn:hover {
    background: #5bd6f1;
    border: 1px solid #3dbcda;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    /* border-radius: 0.25rem; */
    max-width: 100%;
    height: auto;
    width: 50%;
    border: none;
    /* margin-bottom: 33px; */
}