:root {
    --main-color: #8a2332;
    --second-color: #f9a639;
    --main-color-rgb: 138, 35, 50;
    --second-color-rgb: 249, 166, 57;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: "jost", sans-serif;
}
.unusedcontainer {
    background-color: var(--main-color);
    min-width: 100vw;
    min-height: 100vh;
}
.big-sub {
    background: #fff;
    min-width: 300px;
    width: 80vw;
    max-width: 1200px;
    position: fixed;
    top: calc(50% - 50px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.big-sub-bounds {
    overflow: hidden;
    min-height: 100px;
}
.big-sub-inner {
    display: flex;
    gap: 0rem;
}
.big-sub-part {
    flex-grow: 1;
    padding: 4rem;
    overflow: auto;
    max-height: calc(90vh - 200px);
}
.subs-input {
    background-color: #e3e3e3;
}
.subs-img {
    background-image: url("https://bartertheatre.com/app/uploads/2021/11/selects_tech_acs_gilliam_bartertheatre-scaled.jpg");
    background-size: cover;
    border-radius: 4px 0 0 4px;
    background-position: center center;
}
@media (max-width: 600px) {
    .subs-img {
        display: none;
    }
}
.big-sub-sec {
    box-sizing: border-box;
    border-top: 1px solid #777;
    width: 100%;
}
.big-sub-part .big-sub-sec:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.big-sub-part .big-sub-sec:last-of-type {
    padding-bottom: 0;
}
.big-sub-sec-header {
    font-size: 2rem;
    padding-bottom: 2rem;
}
.sec-num {
    padding-right: 10px;
}
.hidden {
    display: none;
}

.big-sub-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    right: 5px;
    pointer-events: none;
    z-index: 2;
}
.big-sub-icon.icon-success {
    fill: green;
}
.big-sub-icon.icon-error {
    fill: red;
}
.big-sub-label {
    font-weight: bold;
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
    color: #333;
}

.big-sub-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #333;
    border: 1px solid #cbd5e0;
    line-height: 1.25;
    box-sizing: border-box;
    background-color: white;
    padding: 0.65rem 0.75rem;
    border-radius: 0.25rem;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
input,
select {
    font-family: jost;
}
.input::-moz-placeholder {
    color: #a0aec0;
}
.input:-ms-input-placeholder {
    color: #a0aec0;
}
.input::placeholder {
    color: #a0aec0;
}
.input.input-error {
    border: 1px solid red;
}
.input.input-error:focus {
    border: 1px solid red;
}
.input:focus {
    outline: none;
    border: 1px solid #a0aec0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background-clip: padding-box;
}

.big-sub-field {
    position: relative;
    flex-grow: 1;
}
.big-sub-field-group {
    display: flex;
    margin-bottom: 2rem;
    gap: 20px;
}
@media (max-width: 1000px) {
    .big-sub-field-group {
        flex-direction: column;
    }
}
.big-sub-sec .big-sub-field-group:last-of-type {
    margin-bottom: 0;
}
.big-sub-error-message {
    font-size: 0.85rem;
    color: red;
}

.big-sub-button {
    background-color: var(--second-color);
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.25rem;
    color: white;
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-family: "Readex Pro", sans-serif;
}
.button:hover {
    filter: brightness(130%);
}
.big-subs-choice {
    outline: none;
    border: 1px solid #a0aec0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #333;
    border: 1px solid #cbd5e0;
    line-height: 1.25;
    box-sizing: border-box;
    background-color: white;
    padding: 0.65rem 0.75rem;
    border-radius: 0.25rem;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
.subslabel {
    text-align: center;
}

.big-qty {
}
.big-qty-controls {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-qty-controls > * {
    height: 48px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    border: 0;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    outline: none;
    border-radius: 0;
}
.big-qty-controls > *:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.big-qty-controls button {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    border-radius: 50%;
    transition: all 0.1s ease-in-out;
}
.big-qty-controls button:hover {
    background-color: var(--main-color);
    color: #fff;
}
.big-qty-controls button:active {
    background-color: var(--main-color);
}
.big-qty-controls .bigsubqtyselector {
    height: 3rem;
    width: 3rem;
    padding: 0.5rem;
    margin: 0 1rem;
    text-align: center;
    font-size: 2rem;
    opacity: 0.7;
    transition: all 0.7s ease-in-out;
    user-select: none;
    border-radius: 4px;
}
.big-qty-controls .bigsubqtyselector:hover {
    background-color: var(--main-color);
    color: #fff;
}
.bigsubqtyselector {
    pointer-events: none;
}
.big-sub-button {
    background-color: var(--second-color) !important;
    padding: 1rem 2rem!important;
    border: none !important;
    border-radius: 0.25rem !important;
    color: white !important;
    font-weight: bold !important;
    display: block !important;
    font-size: 1.4rem !important;
    text-transform: capitalize !important;
    width: 100% !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: "jost", sans-serif !important;
}
.big-sub-button:hover {
    filter: brightness(130%);
}


.subscriptions-modal-body{
    padding:0px;
}
.subscriptions-modal-body .big-modal-title {
    display: none;
}

.big-sub-inner {
    display: flex;
    gap: 0rem;
    width: 100%;
}

@media (max-width:600px){

    .big-subs-choice {
        font-size:1rem;
    }
    .big-sub-part {
        flex-grow: 1;
        padding: 2rem;
        overflow: auto;
        max-height: calc(90vh - 200px);
    }

}