input:invalid {
    border: 4px solid #ba4f25 !important;
    border-radius: 145px !important;
}

input:required:invalid {
    border: 4px solid #ba4f25 !important;
    border-radius: 145px !important;
}

input:required {
    border-color: #f8a155 !important;
    border-radius: 145px !important;
    border-width: 4px !important;
}

.sgcie-conversor-container{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
}

.sgcie-conversor-item {
    margin-bottom: 15px;
    flex-basis: 100%;
    max-width: 100%;
}

.sgcie-conversor-item-label {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0.5rem;
    color: #9d9d9d;
    font-weight: 600;
}

.sgcie-conversor-item-input {
    background-color: rgba(214, 214, 214, 0) !important;
    border-color: #f8a155 !important;
    border-radius: 145px !important;
    border-width: 4px !important;
    padding: 6px 16px !important;
    color: #6ba74a;
    font-weight: 600;
}

p.sgcie-conversor-item-input {
    margin-bottom: 0px !important;
    font-size: 1.4rem;
}

#sgcie-conversor-item-other {
    margin-bottom: 0px !important;
}

.sgcie-conversor-item-select {
    background-color: rgba(214, 214, 214, 0) !important;
    border-color: #f8a155 !important;
    border-radius: 145px !important;
    border-width: 4px !important;
    padding: .6rem !important;
    color: #6ba74a !important;
    font-weight: 600 !important;
}

.sgcie-conversor-radio {
    margin-left: .8rem;
}
.sgcie-conversor-radio-label {
    padding-right: .8rem;
}

.sgcie-conversor-submit {
    border-radius: 2rem !important;
    border: 1px solid #f8a155 !important;
    background-color: #f8a155 !important;
    transition: background-color .3s easy-in-out;
    color: #ffffff !important;
}

#sgcie-conversor-energy-gas {
    margin-top: 15px;
    display: none;
}

#sgcie-conversor-buy-res {
    display: none;
}

#sgcie-conversor-item-other {
    display: none;
}

.sgcie-conversor-span {
    color: #f8a155;
    font-size: 1rem;
}

.sgcie-conversor-validation {
    padding-left: 20px;
    color: #ba4f25;
    font-size: 0.8rem;
}

#sgcie-conversor-energy-other-validation {
    display: none;
}

.sgcie-conversor-select::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 0;
    color: #f8a155;
}

.sgcie-conversor-note {
    font-size: small;
    font-weight: 400;
    line-height: 0.4em;
    margin: 0.8rem;
}

.sgcie-conversor-table-container {
    width: 100%;
    padding: 1rem;
    /* font-size: 0.8rem; */
}

.sgcie-conversor-table-disclaimer {
    display: none;
}

.sgcie-conversor-table-container thead {
    border: 4px solid #9d9d9d;
    color: #ffffff;
    align-content: center !important;
}

.sgcie-conversor-table-container thead th {
    background-color: #9d9d9d;
    overflow: hidden;
    text-align: center !important;
}

.sgcie-conversor-table-container thead th td {
    text-align: center !important;
}

.sgcie-conversor-table-container thead th:first-child {
    width: 350px;
    overflow: hidden;
}

.sgcie-conversor-table-container thead th:nth-child(2) {
    width: 150px;
}

.sgcie-conversor-table-container thead th:nth-child(3) {
    width: 125px;
}

.sgcie-conversor-table-container thead th:nth-child(4) {
    width: 250px;
}
.sgcie-conversor-table-container thead th:nth-child(5) {
    width: 250px;
}
.sgcie-conversor-table-container thead th:nth-child(6) {
    width: 75px;
}
.sgcie-conversor-table-container thead th:nth-child(7) {
    max-width: 50px;
}

#sgcie-conversor-table-body tr {
    border: 4px solid #f8a155 !important;
}


.sgcie-conversor-table-container tbody tr td {
    text-align: center !important;
}

.sgcie-conversor-table-container tbody tr td:first-child {
    text-align: center !important;
}

.sgcie-conversor-table-container tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.sgcie-conversor-table-container tbody tr:nth-child(even) {
    background-color: #dbdbda !important;
}

.sgcie-conversor-table-container tbody tr:nth-child(even):hover > td {
    background-color: #dbdbda !important;
}

#sgcie-conversor-table-foot {
    display: none;
}

#sgcie-conversor-table-foot tr {
    background-color: #9d9d9d;
    border: 4px solid #9d9d9d;
    color: #ffffff;
    font-weight: bold;
}

#sgcie-conversor-table-foot tr td {
    text-align: center !important;
}

#sgcie-conversor-table-foot tr td:first-child {
    text-align: right !important;
}

.bold {
    font-weight: bold;
}

.sgcie-conversor-rm-btn {
    display:block;
    padding: 0 !important;
    width:30px !important;
    height:30px !important;
    line-height:15px !important;
    border: 1px solid #f8a155 !important;
    border-radius: 50% !important;
    color:#ba4f25 !important;
    text-align:center !important;
    text-decoration:none !important;
    background: #ffffff !important;
    font-size:15px !important;
    font-weight:bold !important;
}

.sgcie-conversor-rm-btn:hover {
    background: #f8a155 !important;
    color: #ffffff !important;
    border: none !important;
}

.sgcie-conversor-rm-btn:active {
    background: #f8a155 !important;
    color: #ffffff !important;
    border: none !important;
}

@media all and (max-width: 1050px) {
    .sgcie-conversor-container,
    .sgcie-conversor-table-container {
        display: none;
    }

    .sgcie-conversor-table-disclaimer {
        display: block;
        font-family: inherit;
        font-size: 1.2rem;
        font-weight: 600;
        color: #454445;
    }

}