@charset "UTF-8";

:root {
    --custom-primary: #FD0200;
    --custom-hover-primary: #FD0200;
    --custom-secondary: #707070;
    --custom-white: #fff;
    --custom-black: #000;
    --custom-grey: #A7A7A7;
    --custom-soft-grey: #BEBEBE;
    --custom-grey-silver: #ACACAC;
    --custom-grey-scorpion: #5D5D5D;
    --custom-body: #888888
}

#RC_SFMC_CUSTOM_UI form.smartcapture-content-wrapper {
    padding-top: 0
}

#RC_SFMC_CUSTOM_UI input[type=text],
#RC_SFMC_CUSTOM_UI input[type=email] {
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    background-color: #fff;
    height: auto !important;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1.25;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top
}

#RC_SFMC_CUSTOM_UI .sc-formfield-label label {
    text-transform: uppercase !important;
    color: #707070 !important;
    margin-bottom: 3px
}

#RC_SFMC_CUSTOM_UI .sc-button[type=submit] {
    background-color: var(--custom-primary);
    border-color: var(--custom-primary);
    border: none !important;
    color: var(--custom-white);
    border-radius: 4px
}

#RC_SFMC_CUSTOM_UI .custom-select-container {
    position: relative;
    box-sizing: border-box
}

#RC_SFMC_CUSTOM_UI .custom-select-container * {
    box-sizing: border-box
}

#RC_SFMC_CUSTOM_UI .custom-select-container.is-disabled {
    opacity: .333
}

#RC_SFMC_CUSTOM_UI .custom-select-opener {
    background-color: #ccc;
    padding: .5em;
    display: block;
    cursor: pointer;
    width: 100%
}

#RC_SFMC_CUSTOM_UI .custom-select-container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

#RC_SFMC_CUSTOM_UI .custom-select-panel {
    max-height: 0;
    transition: max-height .5s ease-out, overflow-y .1s .5s;
    overflow: hidden;
    background-color: #e9e9e9;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%
}

#RC_SFMC_CUSTOM_UI .custom-select-container.is-open .custom-select-panel {
    max-height: 10.7em;
    overflow-y: auto
}

#RC_SFMC_CUSTOM_UI .custom-select-option {
    padding: .5em
}

#RC_SFMC_CUSTOM_UI .custom-select-option.has-focus {
    background-color: #add8e6
}

#RC_SFMC_CUSTOM_UI .custom-select-option.is-selected:before {
    content: "✔";
    padding-right: .5em
}

#RC_SFMC_CUSTOM_UI .custom-select-optgroup>.custom-select-option {
    padding-left: 2em
}

#RC_SFMC_CUSTOM_UI .custom-select-optgroup:before {
    content: attr(data-label);
    display: block;
    padding: .5em;
    color: #888
}

#RC_SFMC_CUSTOM_UI .custom-select-opener {
    background-color: #fff;
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    border: 1px solid transparent;
    color: #363636;
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1;
    max-width: 100%;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    width: 100%
}

#RC_SFMC_CUSTOM_UI .custom-select-container.is-open .custom-select-panel {
    box-shadow: 0 0 3px #888;
    border-radius: 3px;
    background-color: #fff
}

#RC_SFMC_CUSTOM_UI .custom-select-option.has-focus {
    background-color: #f9f9f9;
    cursor: pointer
}

#RC_SFMC_CUSTOM_UI .custom-select-option.is-selected:before {
    display: none;
    padding-right: 0
}

#RC_SFMC_CUSTOM_UI .custom-select-panel {
    font-size: 14px;
    transition: max-height .3s ease-out, overflow-y .1s .3s
}

#RC_SFMC_CUSTOM_UI .custom-select-opener:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    position: absolute;
    right: 14px;
    top: 4px;
    transform: rotate(-135deg);
    transition: all .25s ease-in-out
}

#RC_SFMC_CUSTOM_UI .custom-select-opener:after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 46px;
    height: 26px;
    border-left: 1px solid #AAAAAA
}

#RC_SFMC_CUSTOM_UI .checkbox_container {
    display: block;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#RC_SFMC_CUSTOM_UI .checkbox_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50%
}

#RC_SFMC_CUSTOM_UI input:checked~.checkbox_checkmark:after {
    display: block
}

#RC_SFMC_CUSTOM_UI .checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#RC_SFMC_CUSTOM_UI .checkbox_checkmark:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: var(--custom-primary);
    border-radius: 50%;
    overflow: hidden
}

#RC_SFMC_CUSTOM_UI input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

 #RC_SFMC_CUSTOM_UI .smartcapture-controls .sc-formfield-input .checkbox_container {
  font-size: 14px
}
#RC_SFMC_CUSTOM_UI .custom-select-opener {
   min-height: 32px;
}
