/* Revised 07/10/2025 */
.scscpq_loader {
  display: inline-block;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #1214ed;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.scscpq_loader_text {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}

.scscpq_configurator_button {
    cursor: auto;
    border: 1px #1214ed solid;
    background-color: #eeeeee;
    padding: 1px 5px 1px 5px;
    margin-right: 5px;
    display: inline-block;
}
#scscpq_configurator_iframe {
    height: 900px;
    width: 100%;
    border-width: 0px;
    padding: 0px;
}

#scscpq_content {
    width: 100%;
    display: table;
}

#scscpq_content_left {
    width: 66%;
    float: left;
}
#scscpq_content_right {
    width: 33%;
    float: right;
}
#scscpq_price {
    width: 100%;
    display: table;
}

#scscpq_parse {
    width: 100%;
    display: table;
}

#scscpq_quote {
    width: 100%;
}
.scscpq_quote_table {
    width: 100%;
    display: table;
}
.scscpq_quote_row {
    width: 100%;
    display: table-row;
    height: 2em;
}
.scscpq_quote_left {
    width: 20%;
    display: table-cell;
    vertical-align: top;
}
.scscpq_quote_right {
    width: 80%;
    display: table-cell;
    vertical-align: top;
}

#scscpq_sku {
    width: 100%;
    display: table;
}
#scscpq_quote_button {
    padding: 5px 0px 5px 0px;
}
#scscpq_quote_status {
    width: 100%;
    padding: 5px 0px 5px 0px;
}
#scscpq_quote_status:empty {
    padding: 0px;
}
.scscpq_container, #scscpq_status {
    border-bottom: 1px solid #1214ed;
    margin-top: 5px;
}
.scscpq_container:empty, #scscpq_status:empty {
    border: none;
    padding: 0px;
}

.scscpq_quote_button {
    cursor: pointer;
    border: 1px #1214ed solid;
    background-color: #eeeeee;
    padding: 1px 5px 1px 5px;
    margin-right: 5px;
    display: inline-block;
}
.scscpq_quote_button:hover {
    color: white;
    background-color: #1214ed;
}

.scscpq_input {
    padding: 1px !important;
    border: 1px solid #1214ed !important;
}

@media screen and (max-width: 1099px) {
    #scscpq_configurator_iframe {
        height: 1400px;
    }
	#scscpq_content_left {
		width: 50%;
		float: left;
	}
	#scscpq_content_right {
		width: 50%;
		float: right;
	}
}

.scscpq_output_td {
    display: table;
    width: 100%;
}
.scscpq_output_table {
    display: table;
    width: 100%;
    border-top: 1px solid #1214ed;
    padding-top: 0.5em;
}
.scscpq_output_parse_table {
    display: table;
    width: 60%;
    float: left;
}
.scscpq_output_parse_td {
    width: 60%;
}

.scscpq_parse_row {
    width: 100%;
    display: table-row;
    height: 2em;
}
.scscpq_parse_left {
    width: 20%;
    display: table-cell;
    vertical-align: top;
}
.scscpq_parse_right {
    width: 80%;
    display: table-cell;
    vertical-align: top;
}
.scscpq_output_price_table {
    display: table;
    width: 40%;
    float: right;
}
.scscpq_output_price_td {
    width: 40%;
}
.scscpq_price_row {
    width: 100%;
    display: table-row;
    height: 1.5em;
}
.scscpq_price_left {
    width: 80%;
    display: table-cell;
    vertical-align: top;
}
.scscpq_price_right {
    width: 20%;
    text-align: right;
    display: table-cell;
    vertical-align: top;
}

.scscpq_document_logo {
    width: 200px;
    padding-right: 1em;
}
.scscpq_document_logo img {
    width: 200px;
    max-width: 200px;
    height: auto;
}
.scscpq_document_company {
    width: 70%;
}
.scscpq_document_phone {
    width: 30%;
}
.scscpq_quote_bold {
    font-weight: 700;
    font-size: 120%;
}

@media domPDF {
    .scscpq_document_logo {
        width: 100px;
    }
    .scscpq_document_logo img {
        width: 100px;
        max-width: 100px;
        height: auto;
    }
    .scscpq_document_company {
        width: 400px;
    }
    .scscpq_document_phone {
        width: 200px;
    }
    .scscpq_parse_row {
        height: 50px;
    }
}
