.group-products {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #757575;
}

.open-subchecks {
    width: 30px;
    line-height: 30px;
    padding-top: 6px;
    display: table;
    border: none;
    background: none;
    color: #F00;
    padding-left: 10px;
    text-align: center;
}

.tooltip-inner {
    max-width: 400px !important;
}

.open-subchecks i {
    transition: .5s;
}

.content-full-product .item-select-product input[type="number"] {
    width: 100% !important;
    -moz-appearance: textfield;
}

.content-full-product .item-select-product input[type="number"]::-webkit-outer-spin-button,
.content-full-product .item-select-product input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
}

.observacao-textarea {
    float: left;
    width: 100%;
    border: 1px solid #A7A7A7;
    height: 360px;
    padding: 0 15px;
    color: #7D7D7D;
    font-size: 16px;
    padding: 15px 15px 10px;
    resize: none;
    background: #EFEFEF;
    margin-bottom: 20px;
}

.input-orcamento {
    float: left;
    width: 100%;
    border: 1px solid #A7A7A7;
    height: 42px;
    padding: 0 15px;
    padding-top: 0px;
    color: #7D7D7D;
    font-size: 16px;
    padding-top: 5px;
    background: #EFEFEF;
}

.select-orcamento {
    float: left;
    width: 100%;
    border: 1px solid #A7A7A7;
    height: 42px;
    padding: 0 15px;
    padding-top: 0px;
    color: #7D7D7D;
    font-size: 16px;
    padding-top: 5px;
    background: #EFEFEF;
}

.text-orcamento {
    width: auto;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 34px;
    color: #554242;
    padding: 15px 10px 5px 0;
    /* background: linear-gradient(to left, #D9D9D9 1.87%, rgba(217, 217, 217, 0) 73.22%); */
    text-transform: uppercase;
    display: table;
}

.col-border-top {
    margin-top: 20px;
    border-top: 1px solid #717171;
}

.recaptcha-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    display: flex;
}

.g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
    max-width: 100%;
    overflow: hidden;
}
