@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900);
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
        'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
        'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}

.App {
    text-align: center;
} /* TODO: https://btsync.atlassian.net/browse/ORS-140 */

body {
    margin-top: 0px;
    margin-left: 0px;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}

body,
#root,
.s-input-label {
    font-family: 'Lato', serif;
}

.s-content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 50px;
    display: flex;
}

.pay-n-bill-block {
    width: 55%;
    max-width: 700px;
    flex: 0 auto;
    margin: 20px 15px 20px 20px;
    padding-top: 40px;
}

.s-summary-block {
    width: 40%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 4px;
    flex: 0 auto;
    margin: 20px 20px 20px 15px;
    padding: 35px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.s-category-label {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 5px 25px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
}

.s-category-block {
    margin-bottom: 30px;
    position: relative;
}

.s-input-label {
    padding-left: 0px;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}

.s-input-label.special {
    margin-right: 10px;
}

.s-input-label.special.top-padd {
    margin-top: 2px;
}

.currency_toggle_div .paypal-proxy {
    position: absolute;
    bottom: 0;
    right: 0;
}

.currency_toggle_div {
    display: flex;
    top: 4px;
}

.currency_toggle_div.pad {
    align-items: flex-start;
    margin-right: 8px;
    display: flex;
}

.w-clearfix:after,
.w-clearfix:before,
.w-embed:after,
.w-embed:before,
.w-radio:after,
.w-radio:before {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-clearfix:after,
.w-container:after,
.w-embed:after,
.w-radio:after,
.w-row:after,
.w-slider {
    clear: both;
}

.s-input-field {
    height: 36px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 12px;
}

.s-input-field,
.s-input-field.error {
    padding-left: 10px;
    padding-right: 10px;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* BCC email input field - constrained width */
.s-bcc-email-input {
    max-width: 400px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}

.step {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
}

.fields-block {
    flex-direction: row;
    margin-bottom: 5px;
    display: flex;
}

.currency-toggle {
    overflow: hidden;
    display: inline-block;
    width: 58px;
    background: #f7f7f7;
    border-radius: 60px;
    padding: 2px;
    text-transform: uppercase;
    border: 2px solid #e8e8e8;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font:
        100%/1.5 'lato',
        sans-serif;
    font-size: 10px;
    font-weight: 600;
}

.s-summary-block {
    width: 40%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 4px;
    flex: 0 auto;
    margin: 20px 20px 20px 15px;
    padding: 35px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.currency-toggle span {
    position: relative;
    left: 0%;
    display: block;
    text-align: center;

    -webkit-transition: left 200ms ease-out;
    -moz-transition: left 200ms ease-out;
    -o-transition: left 200ms ease-out;
    transition: left 200ms ease-out;
}

.s-columns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-3 {
    width: 25%;
}

.s-column-5 {
    text-align: right;
    padding-right: 5px;
}

.s-column-6 {
    padding-left: 5px;
}

.w-col-4 {
    width: 34%;
}

.w-col-5 {
    width: 41%;
}

.s-input-label.grey {
    color: rgba(51, 51, 51, 0.6);
    margin-bottom: 10px;
}

.column-10 {
    align-items: flex-start;
}

.column-10,
.column-11,
.div-block-33 {
    display: flex;
}

.currency-calculated-tax {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 400;
}

.currency-calculated-tax.vat,
.s-column-6.flex,
.tabs-menu-3 {
    display: flex;
}

.vat {
    flex: 1;
    margin-right: 8px;
    position: relative;
    margin-left: 8px;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.total {
    font-family: Lato, sans-serif;
    font-size: 20px;
}

.buttton,
.buttton.line.dark {
    font-size: 15px;
    font-weight: 700;
}

.buttton {
    border: 2px solid var(--indian-red);
    color: #fff;
    background-color: #e54444;
    border-radius: 3px;
    flex: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

input.w-button {
    -webkit-appearance: button;
}

.buttton.special {
    width: 50%;
    cursor: pointer;
    border: 2px solid #e54444;
    transition: background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.buttton.special.fullwidth {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    display: block;
}

.buttton.special.fullwidth.submit-button.pro-business-button.ga-et.gat-internal_links-bottom_cta-buy_pro_business {
    width: 50%;
    /* background-image: url(/images/outline-lock-24px.svg); */
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.tp-widget-wrapper {
    text-align: center;
}

.tp-widget-wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
}

.custom-check-box {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: #f7f7fa;
    border: 2px solid #666;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
}

.euro-opt-in-chck-box {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.green-check._10px-marg,
.image-43,
.tags {
    margin-right: 10px;
}

img.image-43 {
    width: 24px;
}
.image-43,
.logo.invrt {
    filter: invert();
}

