.wpcsc-tcenter {
    text-align: center;
}

.wpcsc-alert {
    padding: 8px;
    border-radius: 4px;
}

.wpcsc-success {
    background: #008000e3;
    color: #fff;
}

.wpcsc-danger {
    background: #ff0202d6;
    color: #fff;
}

.wpcsc-row {
    /*--bs-gutter-x: 1.5rem;*/
    /*--bs-gutter-y: 0;*/
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.wpcsc-col-auto {
    flex: 0 0 auto;
    width: auto;
}

.wpcsc-col {
    flex: 1 0 0%
}

.wpcsc-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.wpcsc-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.wpcsc-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.wpcsc-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.wpcsc-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.wpcsc-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.wpcsc-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.wpcsc-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.wpcsc-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.wpcsc-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.wpcsc-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.wpcsc-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 476px) {
    .wpcsc-col-sm {
        flex: 1 0 0%;
    }

    .wpcsc-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .wpcsc-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .wpcsc-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .wpcsc-col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .wpcsc-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .wpcsc-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .wpcsc-col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .wpcsc-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .wpcsc-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .wpcsc-col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .wpcsc-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .wpcsc-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .wpcsc-col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.wpcsc-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.wpcsc-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcsc-form-group {
    margin-bottom: 1.5rem;
}

.wpcsc-form-select {
    display: block;
    width: 100%;
    /*padding: 0.375rem 2.25rem 0.375rem 0.75rem;*/
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    /*line-height: normal;*/
    /*color: #212529;*/
    /*background-color: #fff;*/
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 0.75rem center;*/
    /*background-size: 16px 12px;*/
    /*border: 1px solid #ced4da;*/
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
}

@media (prefers-reduced-motion: reduce) {
    .wpcsc-form-select {
        transition: none;
    }
}

.wpcsc-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /*color: #212529;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.wpcsc-input-right {
    position: absolute;
    right: 13px;
    top: 5px;
}

.wpcsc-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.wpcsc-divider {
    background: #9e9fa1;
    height: 1px;
    display: flex;
    clear: both;
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-danger {
    color: red;
}

.small {
    font-size: .875em;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.wpcsc-box {
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 3px 4px 7px 3px #b3b3b3;
    color: #6e6e6e;
    font-size: 16px;
}

.wpcsc-spin {
    animation: wpcsc-icon-spin 1.5s infinite;
    animation-timing-function: linear;
}

@keyframes wpcsc-icon-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Chrome, Safari, Edge, Opera */
.wpcsc-calc input::-webkit-outer-spin-button,
.wpcsc-calc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.wpcsc-calc input[type=number] {
    -moz-appearance: textfield;
}

.wpcsc-calc input {

}

.wpcsc-calc select {

}

.wpcsc-calc input[type=number]:focus,
.wpcsc-calc select:focus, .wpcsc-calc textarea:focus {

}

.wpcsc-calc-title {
    text-align: center;
    display: block;
    width: 100%;
}

.wpcsc-form-title {
    text-align:center;
}
.wpcsc-form-text {
    text-align:center;
    color: #6c757d !important;
    font-size: .875em;
}

.wpcsc-fieldset-heading {
    font-weight: bold;
    margin: 2rem 0 1rem;
}

.wpcsc-question-label {
    color: #54595F;
    font-weight: 500;
}

.wpcsc-on .wpcsc-question-label {
    margin-bottom: 0.5rem;
    display: block;
}

.wpcsc-form-navigation {
    overflow: auto;
    margin: 15px 0px;
    text-align: right;
}

.wpcsc-navigation-bullets {
    margin-top: 40px;
}

.wpcsc-disclaimer {

}

.wpcsc-form-group input.invalid,
.wpcsc-form-group select.invalid {
    background-color: #ffdddd;
    border: 1px solid red;
}

.wpcsc-calc .wpcsc-tab {
    display: none;
    width: 100%;
}

/* Step Styles */
.wpcsc-calc .wpcsc-step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.wpcsc-calc .wpcsc-step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.wpcsc-calc .wpcsc-step.finish {
    opacity: 1;
    background-color: #04AA6D;
}

.wpcsc-calc .result-area {

}

.wpcsc-calc .result-area.alert.alert-success {
    background: transparent;
    color: inherit;
}

.wpcsc-calc .result-area.alert.alert-danger {
    text-align: center;
    margin: 1rem 0;
    border: 1px solid red;
    padding: 0.5rem 0;
    color: orangered;
    border-radius: 2px;
}

.wpcsc-export-form {
    margin-top: 15px;
}