@import url("site/colors.css");
@import url("site/base.css");
@import url("invitation.css");
@import url("menu.css");

* {
    margin:0;
    padding:0;
}

body {
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    min-height: 100vh;
    font-style: normal;
    font-weight: 100;
}

h1 {
    padding: 1em 2em 0 0;
    font-weight: 100;
    font-size: 26pt;
    margin-bottom: 5px;
    color: var(--highlight-color);
}

h2 {
    text-transform: uppercase;
    font-size: 12pt;
}

h3 {
    font-size: 14pt;
}

p {
    font-size: 12pt;
    margin: 5px 0 5px 0;
}

a {
    color: var(--dark-link-color);
    text-decoration: none;
}

a:visited {
    color: var(--dark-link-color);
}

a:hover {
    text-decoration: underline;
}

hr {
    border: solid 1px var(--divider-color);
    margin: 20px 0 20px 0;
    width: 90%
}

button {
    background-color: var(--highlight-color);
    border: solid 2px var(--off-white);
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 1em;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    height: 28pt;
}

button a, button a:hover, button a:visited {
    color: var(--light-link-color);
    text-decoration: none;
}

button:hover {
    color: var(--light-link-color);
}

button:disabled {
    opacity: 0.5;
    cursor: auto;
}

dt {
    color: var(--secondary-color);
    margin-top: 25px;
    font-size: 18pt;
}

dd {
    padding-left: 3%;
}
ul {
    padding-left: 25px;
}

.links > li {
    padding: 3px 0 3px 0;
}

input, select, label {
    display: inline-flex;
    align-items: center;
    height: 30px;
}

label {
    text-transform: capitalize;
}

input, textarea {
    border-radius: .5em;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='date'] {
    font-size: 12pt;
    width: 100%;
    background-color: var(--light-background-color);
    border: solid 1px var(--label-color);
    color: var(--dark-text-color);
    border-radius: 8px;
    margin: 0;
    padding: 5px 10px;
}

input::placeholder {
    color: var(--gray);
    font-size: 10pt;
}

input[type="search"] {
    margin-right: 20px;
}

input[type="file"] {
    border: none;
    font-size: 12pt;
}

textarea {
    padding: 5px 10px 5px 10px;
}

select {
    display: flex;
    flex: auto;
    background-color: var(--light-background-color);
    border: solid 1px var(--label-color);
    color: var(--dark-text-color);
    font-size: 12px;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    box-sizing: border-box;
    margin: 0;
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

select::-ms-expand {
    display: none;
}

input:hover, select:hover {
    border-color: var(--highlight-color);
}

input:focus, select:focus {
    border-color: var(--primary-color);
    outline: none;
}

select option {
    font-weight:normal;
}

.authenticated {
    display: none;
}

.column {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

.caption {
    margin-top: 5px;
}

.pointer {
    cursor: pointer;
}

header, footer, #main {
    display: flex;
    width: 100vw;
}

p.error {
    padding: 15px;
}

.error-message {
    color: var(--error-color);
}

.avatar {
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 6px 5px var(--dark-text-color);
    border-radius: 50%;
}

.headshot {
    display: flex;
    justify-content: center;
    margin: 20px 0 5px 0;
}

.center-cropped img {
    object-fit: cover;
    object-position: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

div.image-label {
    display: flex;
    flex-direction: row;
}


label.image-button {
    font-size: 10pt;
    padding: 0;
    color: var(--dark-text-color);
    margin-left: auto;
    text-decoration: none;
}

.input-hidden {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: -100;
}

#navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    background-color: var(--overlay-color);
    z-index: 100;
    flex-direction: column;
    justify-content: center;
}

div.navigationContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 5vw 10px 5vw;
}

div.navigationContainer > div.row {
    width: 100vw;
}

div.navigationContainer .left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    margin-left: 0;
    width: 25vw;
}

div.navigationContainer .left img {
    height: 50px;
    object-fit: contain;
}

div.navigationContainer .center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

div.navigationContainer .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    width: 50vw;
}

div.navigationContainer .right > div {
    padding: 0 15px;
}

.search {
    background-color: transparent;
    margin-right: 50px;
}

img.logo {
    height: 50px;
}

div.duration {
    font-size: 10pt;
}

#main {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    min-height: 95vh;
}

#main.nobg {
    background-image: linear-gradient(var(--accent-gray), var(--light-background-color));
}

#footer {
    position: fixed;
    display: flex;
    top: 95vh;
    height: 5vh;
    flex-direction: row;
    align-items:center;
    background-color: var(--primary-color);
    color: var(--primary-contrast-color);
}

#footer .info {
    margin: 0 50px;
    font-size: 8pt;
    text-transform: uppercase;
}

#footer .info a {
    margin: 0 25px;
}

#footer .info a, #footer .info a:hover, #footer .info a:visited {
    color: var(--primary-contrast-color);
    text-decoration: none;
}

#footer img {
    height: 3vh;
    max-width: 300px;
    object-fit: contain;
}

div.mainContainer {
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0 100px 0;
    width: 90vw;
}

div.franchise-meta {
    margin-right: 75px;
    justify-content: space-between;
    width: 65%;
}

div.franchise-meta .top {
    margin-bottom: 20px;
}

div.promo-status {
    text-transform: uppercase;
    font-size: 14pt;
}

div.franchise-attributes {
    margin-left: 0;
    margin-right: auto;
    font-size: 10pt;
}

div.franchise-tags {
    margin: 10px 0 10px 0;
}

div.franchise-links {
    margin-left: auto;
    margin-right: 0;
}

div.social_link img {
    height: 20px;
    margin: 0 5px 0 5px;
}

.franchise-actions {
    justify-content: space-between;
    padding-bottom: 10px;
}

.franchise-action {
    height: 65px;
    justify-content: space-between;
    text-align: center;
}

.franchise-action img {
    height: 40px;
}

div.season-list {
    justify-content: center;
    max-width: 400px;
}

div.season-list .caption {
    font-size: 10pt;
    margin: 10px;
}

div.season {
    display: none;
}

#season01 {
    display: flex;
}

div.season-chooser {
    justify-content: center;
}

div.season-chooser a {
    margin: 0 10px 0 10px;
}

.season-option.selected {
    font-weight: bold;
    text-decoration: underline;
}

div.season img {
    width: 400px;
}

div.episodesContainer {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

div.episode-list {
    display: none;
}

div#season01\.episodes {
    display: flex;
}

div.episode {
    margin: 25px;
    max-width: 400px;
    text-align: center;
}

div.episode-poster {
    position: relative;
}

div.episode-poster > img {
    max-width: 400px;
}

div.episode-meta {
    margin-top: 10px;
}

div.episode-meta > h2 {
    display: flex;
    margin: 0 auto 0 0;
}

div.episode-meta > div.duration {
    display: flex;
    margin: 0 0 0 auto;
}

div.episode p {
    text-align: left;
}

span.publication {
    display: flex;
    margin: 0 auto 0 0;
}

span.episode-rating {
    display: flex;
    margin: 0 0 0 auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--overlay-color);
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 0.5;
    text-align: center;
}

.overlay img {
    height: 75%;
    width: 75%;
    padding: 20px;
}

div.index-body {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 0;
    top: -4px;
}

div.section-navigation {
    display: flex;
}

div.navigation-tabs, div.ad-space {
    display: flex;
    height: 90px;
    background-color: var(--light-background-color);
    flex-direction: row;
}

div.navigation-tabs {
    width: calc(100% - 728px);
}

span.tab-title {
    text-transform: uppercase;
}

div.ad-space {
    width: 100%;
    justify-content: flex-end;
}

.ad:not(:first-child) {
    display: none;
}

div.ad-space img {
    max-width: 100%;
    object-fit: contain;
}

div.tabs {
    display: flex;
    flex-direction: row;
    width: 50vw;
}

div.tab {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-evenly;
    background: transparent;
    font-size: 9pt;
    width: 110px;
    text-align: center;
    margin-top: 10px;
}

div.tab img {
    height: 25px;
}

div.tab.option-off {
    display: none;
}

div.tab.selected {
    background-color: var(--light-background-color);
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
}

div.tab .menu {
    position: absolute;
    display: none;
    flex-direction: row;
    top: 80px;
    left: -5px;
    background-color: var(--light-background-color);
    color: var(--dark-text-color);
    padding: 25px;
    z-index: 100;
    text-align: left;
    margin: 0;
}

div.tab:hover .menu {
    display: flex;
}

.menu .column {
    width: 250px;
}

.menu-item {
    font-size: 14pt;
    line-height: 1.5em;
    margin: 0 25px 0 10px;
}

.heroes {
    position: relative;
}

div.apps {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 50px;
    background: transparent;
    z-index: 10;
}

div.app {
    display: flex;
    height: 50px;
    width: 200px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: var(--overlay-color);
}

div.section-title {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    bottom: 20px;
    left: 0;
    width: 600px;
    height: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: var(--overlay-color);
}

h1.section-title {
    display: flex;
    font-size: 24pt;
    text-transform: none;
    padding: 0;
    margin: 0 25px 0 auto;
}

#geoblocked, #coming\.soon, #private\.showing {
    display: none;
    flex-direction: column;
    background-color: var(--overlay-color);
    color: var(--dark-text-color);
    padding: 50px;
    margin: 20px 0;
}

#private\.showing {
    position: absolute;
    top: 0;
    left: 0;
}

#geoblocked h1, #coming\.soon h1, #private\.showing h1 {
    padding: 0;
    font-size: 72pt;
}

#geoblocked p, #coming\.soon p, #private\.showing p {
    font-size: 28pt;
}

.search-results {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 70px;
    left: 0;
    width: 100vw;
    min-height: 100vw;
    background-color: var(--overlay-color);
    z-index: 200;
    padding: 5px 50px 5px 50px;
}

.results-row {
    padding: 5px 0;
    justify-content: flex-start;
    align-items: center;
}

.result-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.result-panel img {
    max-width: 225px;
    padding: 0 10px;
}

.navigationContainer input.search {
    background: none;
    border: solid 1px var(--dark-text-color);
    border-radius: 20px;
    margin: 0;
    color: var(--dark-text-color);
    min-width: 25vw;
}

.navigationContainer input.search::placeholder {
    color: var(--dark-text-color);
}

.navigationContainer input.search:focus {
    outline: none;
}

.down-arrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary-color);
}

.up-arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--primary-color);
}

div.film-poster {
    display: flex;
    max-width: calc(65% - 100px);
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div.film-poster img {
    max-width: 90%;
    max-height: 350px;
    object-fit: contain;
}

.player-check.embedded-player {
    margin: 0 10vw 0 10vw;
}

.embedded-player .playerContainer {
    margin-top: 25px;
    max-width: 60vw;
}

.player-poster img {
    max-width: 95%;
    object-fit: contain;
}

ul.studio-list {
    list-style: none;
}

div.sharing-panel, div.forget {
    display: none;
    background-color: var(--overlay-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    z-index: 110;
}

.social-media-share-image {
  width: 100px;
}

.forget button {
    background-color: var(--dark-text-color);
    border: solid 1px var(--error-color);
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    color: var(--error-color);
}

.sharing-row {
    justify-content: space-evenly;
}

.sharing-link > button {
    height: 250px;
    width: 250px;
    border-radius: 8px;
}

.sharing-link.facebook > button {
    background-color: #3B5998;
}

.sharing-link.twitter > button {
    background-color: #1DA1F2;
}

.forget-container {
    flex-direction: column;
    background-color: var(--light-background-color);
    border-radius: 8px;
    color: var(--white);
    margin: auto;
    padding: 50px;
    width: 500px;
}


.forget-panel {
    display: flex;
    flex-direction: column;
}


.forget form {
    display: flex;
    flex-direction: column;
}

.forget-container a, .forget-container a:hover, .forget-container a:visited {
    color: var(--dark-text-color);
    text-decoration: none;
    font-weight: bold;
}

.forget form > .row {
    justify-content: center;
    width: 100%;
    align-items: center;
}

.forget form > .row > img {
    margin-left: 15px;
    max-width: 33%;
}


#spinner\.container {
    position: fixed;
    display:  none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: var(--overlay-color);
    z-index: 11;
}

.spinner {
    position: absolute;
    top: 50vh;
    left: 50vw;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    border: 16px solid var(--secondary-color);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

img.loading {
    animation: spin 2s linear infinite;
}

.progress-tip {
    position: absolute;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 25vh;
    left: 20vw;
    height: 150px;
    width: 60vw;
    margin-top: -75px;
    background-color: var(--dark-background-color);
    border: solid 3px var(--highlight-color);
    color: var(--light-text-color);
    padding: 5px 20px;
}

.progress-tip-icon {
    display: flex;
    flex-direction: row;
    width: 20%;
    height: 90%;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.progress-tip-icon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.progress-tip-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-right: auto;
}

.progress {
    position: absolute;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 50vh;
    left: 20vw;
    margin-top: -50px;
    height: 100px;
    width: 60vw;
    border: solid 1px var(--secondary-color);
    background-color: var(--secondary-contrast-color);
    z-index: 12;
}

#currentProgress {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 0;
    height: 98px;
    background-color: var(--primary-color);
    color: white;
}

#progressRemaining {
    position: absolute;
    top: 75%;
    left: 95%;
}

form > .row {
    margin: 10px auto;
}

.dialog-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.cancel {
    display: flex;
    font-size: 10pt;
    justify-content: end;
    margin-top: 25px;
    color: var(--light-text-color);
}

.cancel a, .cancel a:hover, .cancel a:visited {
    font-weight: 100;
}

div.text-panel {
    display: flex;
    width: 100vw;
    justify-content: center;
}

div.text-container {
    flex-direction: column;
    background-color: var(--dark-text-color);
    border-radius: 8px;
    color: var(--light-background-color);
    margin: 100px auto 10vw auto;
    padding: 50px;
    width: 70vw;
}

.equitry {
    display: none;
    background-color: var(--overlay-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    z-index: 110;
}

.equitry h1 {
    padding: 0;
    margin: 0;
}

.equitry p {
    margin: 20px 0;
}

.equitry button {
    border: none;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    background-color: var(--secondary-color);
}

.equitry .cancel {
    color: var(--secondary-color);
}

.equitry-container {
    flex-direction: column;
    background-color: var(--dark-text-color);
    border-radius: 8px;
    color: var(--light-background-color);
    margin: auto;
    padding: 50px;
    width: 700px;
}

#carousels {
    display: none;
    margin-top: 150px;
    flex-direction: column;
}

.form-links {
    display: flex;
    flex-direction: row;
    font-size: 10pt;
    margin-top: 25px;
    flex-flow: row-reverse;
}

.form-links a, .form-links a:hover, .form-links a:visited {
    font-weight: 100;
}

.editor-panel{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.editor-container {
    width: 400px;
}

.editor-container h2 {
    margin-top: 20px;
}

.editor-container h3 {
    font-weight: 100;
    color: var(--highlight-color);
}

.editor-container > form button {
    border: none;
    border-radius: 8px;
    width: 100%;
    margin: 15px 0;
}

.editor-container a, .editor-container a:hover, .editor-container a:visited {
    color: var(--dark-text-color);
    text-decoration: none;
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 0 0 auto;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--off-white);
    -webkit-transition: .4s;
    transition: .4s;
}

.long-label {
    width: 75%;
}

input:checked + .slider {
    background-color: var(--highlight-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#form\.settings .row {
    align-items: center;
}

.season-navigation {
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--secondary-color);
    height: 50px;
    font-size: 18pt;
}

.season-navigation-item {
    display: flex;
    flex-direction: row;
    width: 200px;
}

.season-previous-episode {
    justify-content: flex-end;
}

.season-this-episode {
    width: auto;
    justify-content: center;
}

.season-next-episode {
    justify-content: flex-start;
}

.video-meta-data {
    display: flex;
    flex-direction: column;
    width: 800px;
}

.video-meta-data ul {
    list-style: none;
}

#login\.apple {
    height: 50px;
}

#appleid-signin {
    height: 100%
}

#login\.google {
    height: 50px;
    margin: 5px 5px 10px 5px;
}

.abcRioButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    width: 100% !important;
    border-radius: 5px !important;
}

.abcRioButtonContentWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input.single-character {
    height: 75px;
    width: 45px;
    text-align: center;
    font-size: 24pt;
}

span.list-item:not(:last-of-type):after {
    content: ",\00a0";
}

span.list-item:last-of-type:after {
    content: "\00a0|\00a0";
}

span.enumerated-list:last-of-type span.list-item:last-of-type:after {
    content: "";
}

a.subtle, a.subtle:visited {
    color: var(--dark-text-color);
}

a.subtle:hover {
    text-decoration: none;
}

.sysdialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--overlay-color);
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

.dialog-body {
    height: auto;
    width: 30vw;
    background-color: var(--secondary-color);
    color: var(--secondary-contrast-color);
    border: solid 4px var(--off-white);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-dialog .dialog-body {
    border-color: var(--error-color);
}

.dialog-message p{
    font-size: 14pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.dialog-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.dialog-buttons button {
    margin-left: 25px;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: var(--white);

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.stripe-button {
    margin-top: 25px;
}


.itas-container {
    width: 100%;
    position: relative;
}

.field.currency .itas-currency {
    width: 300px;
}

.itas-label {
    display: flex;
    flex-direction: column;
    height: auto;
}

.itas-selections {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.itas-selections span {
    background-color: var(--secondary-color);
    color: var(--secondary-contrast-color);
    padding: 5px;
    margin: 2px 5px 5px 5px;
    cursor: pointer;
}

.itas-selections.itas-single span.itas-required {
    background-color: transparent;
    color: var(--dark-text-color);
    font-style: italic;
    padding: 0;
    margin-top: 0;
}

.itas-selections span.itas-optional:after {
    content: 'x';
    font-size: smaller;
    margin-left: 10px;
    position: relative;
    top: -0.5em;
}

.itas-entry {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
}

.itas-options {
    display: flex;
    width: calc(100% - 5px);
    background-color: var(--white);
    color: var(--dark-text-color);
    border: solid 1px var(--shadow-color);
    flex-direction: column;
    position: absolute;
    z-index: 10;
}

.field.currency .itas-options {
    width: calc(100% + 150px);
}

.itas-option {
    display: flex;
    width: 100%;
    flex-direction: row;
    cursor: pointer;
    padding: 5px 10px;
}

.itas-option-hover {
    background-color: var(--secondary-color);
    color: var(--secondary-contrast-color);
}

.itas-option-selected {
    opacity: 25%;
}

.criteria .itas-container {
    width: 33%;
}

.itas-label.itas-row {
    flex-direction: row-reverse;
}

.needs-opacity {
    opacity: 0.25;
}

.moderate-opacity {
    opacity: 0.6;
}

.slight-opacity {
    opacity: 0.8;
}

.cancel-x:after {
    content: "×"
}
