@font-face {
    font-family: "OpenSans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/OpenSans-Regular.5a798cda.ttf);
}

@font-face {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/OpenSans-SemiBold.096d8c73.ttf);
}

@font-face {
    font-family: "OpenSans-SemiBoldItalic";
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/OpenSans-SemiBoldItalic.58f41c44.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

#root {
    display: flex;
    flex-direction: column;
    background-color: rgba(247, 247, 247, 1);
}

.global-header {
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    background-color: #ffffff;
}

.header-container-root {
    width: 100%;
}

.small-header {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

.global-left-panel-title {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 30px;
    color: rgba(0, 82, 156, 1);
    margin-bottom: 4px;
    line-height: 25px;
}

.global-body-canvas-root {
    width: 100%;
}

.global-body-canvas {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-height: 680px;
}

.canvas-for-content {
    display: flex;
    font-family: "OpenSans", Arial, sans-serif;
}

.left-canvas-content-wrapper {
    border-right: 1px solid rgba(215, 215, 215, 1);
    max-width: 670px;
    flex: 1 1 auto;
    display: flex;
    background-color: rgba(247, 247, 247, 1);
}

.left-canvas-content-wrapper,
.right-canvas-content-wrapper,
.canvas-content-wrapper {
    padding-top: 120px;
}

.right-canvas-content-wrapper {
    width: 100% !important;
    max-width: 770px;
    flex: 1 1 auto;
    display: flex;
    background-color: white;
    font-size: 14px;
}

.normalize-layout-left {
    padding: 0px 57px 0px 20px !important;
}

.normalize-layout-right {
    padding: 0px 20px 0px 57px !important;
}

.global-header-title {
    font-size: 24px;
    font-family: "OpenSans", Arial, sans-serif;
    color: rgba(0, 82, 156, 1);
}

.global-button-margin {
    border-top: 2px solid rgba(215, 215, 215, 1);
}

.global-left-panel-content {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 14px;
    color: rgba(69, 69, 69, 1);
}

.right-canvas-content,
.content-wrapper {
    width: 100%;
}
.global-button-wrapper {
    padding: 30px;
    text-align: center;
}

@media only screen and (max-width: 496px), screen and (max-width: 801px) {
    .global-button-wrapper {
        padding: 21px 20px 30px;
        display: flex;
        flex-direction: column-reverse;
    }
}

.order-title {
    font-size: 24px;
    color: rgba(0, 82, 156, 1);
    font-family: "Helvetica", Arial, sans-serif;
}

.order-amount {
    max-width: 555px;
    padding-right: 60px;
}

.monthly-amount {
    float: right;
}

.order-border {
    max-width: 515px;
    border-top: 1px dashed 4px rgba(179, 179, 179, 1);
}

.errorMsg {
    color: red;
    display: none;
    margin-top: -22px;
    position: absolute;
}

@media only screen and (max-width: 850px) {
    .canvas-for-content {
        flex-flow: column;
    }

    .left-canvas-content-wrapper,
    .right-canvas-content-wrapper,
    .canvas-content-wrapper {
        padding-top: 30px;
        border-right: none;
    }
}

@media only screen and (max-width: 500px) {
    .left-canvas-content-wrapper,
    .right-canvas-content-wrapper,
    .canvas-content-wrapper {
        padding-top: 30px;
    }

    .normalize-layout-left,
    .normalize-layout-right {
        padding: 0 20px !important;
    }
    .normalize-header {
        padding: 0 20px !important;
    }

    .normalize-layout-right-margin {
        margin: 0 20px !important;
    }
}

@media only screen and (max-width: 479px) {
    button.btnPill {
        width: 100%;
    }
}

div.header-container-root {
    width: 100%;
}

div.header-container {
    padding: 10px 20px;
    font-size: 14px;
    max-width: 1440px;
    margin: auto;
}

div.header-container > div.button-container {
    display: flex;
    align-items: center;
}

div.header-container > div.company-logo > img {
    height: 50px;
}

/* Sub header */
.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
}

.breadcrumbs-header-comp {
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-header {
    display: flex;
}

.breadcrumbs-title {
    color: #00529c;
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    padding: 10px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
}

.breadcrumb-border.all-completed,
.breadcrumb-border.border-active {
    background: #00529c;
}

.border-first {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.border-last {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

@media only screen and (max-width: 860px) {
    .breadcrumbs-header .breadcrumb-body {
        display: none;
    }

    .breadcrumbs-header .breadcrumb-body.last-child {
        display: block;
    }

    .breadcrumb-border.final-border {
        border-radius: 0.25rem;
    }
}

.breadcrumb-border {
    height: 6px;
    background: #d8d8d8;
}

.call-label {
    color: rgba(69, 69, 69, 1);
    text-align: right;
}

.call-number {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    font-size: 18px;
    color: rgba(0, 82, 156, 1);
    text-align: left;
    line-height: 24px;
    white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
    div.header-container > div.company-logo {
        padding: 12px 20px 12px 0px;
    }
}

@media only screen and (max-width: 670px) {
    .button-container {
        display: none !important;
    }

    div.header-container > div.company-logo {
        padding: 12px 20px 12px 0px;
    }
}

div.footer-container-root {
    color: rgb(153, 153, 153);
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    border-top: 2px solid rgba(179, 179, 179, 1);
    display: flex !important;
    background-color: white;
    width: 100%;
}

footer.global-footer {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

footer.global-footer a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.footer-text-container {
    width: 85%;
}

.footer-links {
    top: 1060px;
    left: 436px;
    font-size: 14px;
    color: rgba(0, 82, 156, 1);
    text-align: left;
    font-family: "OpenSans", Arial, sans-serif;
}

.footer-content {
    margin-top: 25px;
    color: rgba(69, 69, 69, 1);
    font-size: 14px;
    font-family: "OpenSans", Arial, sans-serif;
}

.entrustLogo {
    align-items: center;
    padding-left: 45px;
    margin-top: 30px;
}
.divider {
    padding-left: 30px;
    padding-right: 30px;
    color: #d8d8d8;
}

footer.global-footer a:not(:first-child) {
    padding: 0 10px;
}

p {
    margin: 5px 0;
}

i {
    cursor: pointer;
}

@media (max-width: 798px) {
    footer.global-footer {
        height: auto;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 34px;
    }
    .divider {
        display: none;
    }
    .footer-text-container {
        width: 100%;
        padding: 0 20px 0 20px;
    }
}

.bread-crumb-container {
    padding: 10px 20px 19px 20px;
    display: flex;
    max-width: 1440px;
    margin: auto;
}

a.bread-crumb:first-child {
    text-decoration: none;
    cursor: pointer;
    color: #15727c;
    padding: 0 10px 0px 0px;
}

a.bread-crumb {
    text-decoration: none;
    cursor: pointer;
    color: #15727c;
    padding: 0 10px;
}

.crumb-element {
    display: flex;
}

.disable {
    color: #797979 !important;
}

.active {
    font-weight: 700;
}

@media (max-width: 1000px) {
    .bread-crumb-container {
        display: none;
    }
}

.btnPill {
    color: #ffffff;
    background-color: rgba(237, 28, 47, 1);
    border-radius: 25px;
    padding: 10px;
    position: initial;
    min-width: 270px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    /* margin: 10px; */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    /* Internet Explorer/Edge */
    user-select: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
}

.btnPill:focus {
    outline: 0;
}

.btnPill:active {
    background-color: rgba(237, 28, 47, 1);
}

.btnPill:hover {
    background-color: rgba(237, 28, 47, 1);
}

.backBtn {
    color: #0073d0;
    background: transparent;
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    border: 0;
    padding: 10px 20px 10px 10px;
    font-weight: 600;
    font-size: 18px;
}

.input-static-container {
    display: flex;
    flex-direction: column;
}
.input-title {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    margin: 1px 1px 8px 0px;
}
.input-type-area {
    font-family: "OpenSans", Arial, sans-serif;
    height: 44px;
    margin: 0px 15px 0px 0;
    padding: 0px 12px;
}

@media only screen and (max-width: 480px) {
    .input-type-area {
        margin-left: 4px;
    }
    .order-amount {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .order-amount {
        padding-right: 5px;
    }
}

.input-height-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.input-height-labels {
    margin: 9px 15px 0 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-radio-label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-left: 35px;
}

.input-radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.input-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    border: 1px rgba(153, 153, 153, 1) solid;
}
.input-radio-label:hover input ~ .input-radio-checkmark {
    background-color: #eee;
}
.input-radio-label input:checked ~ .input-radio-checkmark {
    background-color: rgba(0, 82, 156, 1);
}
.input-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.input-radio-label input:checked ~ .input-radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.input-radio-label .input-radio-checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.input-error-message {
    color: rgba(237, 28, 47, 1);
    margin: 10px 0 0 0;
}

.button-option {
    height: 46px;
    width: 175px;
    border: 1px solid rgba(226, 226, 226, 1);
    background-color: rgba(247, 247, 247, 1);
    text-align: center;
    font-size: 14px;
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    color: rgba(0, 82, 156, 1);
    margin-right: 15px;
    line-height: 21px;
    cursor: pointer;
}

.button-selected {
    background-color: rgba(0, 82, 156, 1);
    transition: all ease 0.8s;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 21px;
}

.button-error-message {
    color: rgba(237, 28, 47, 1);
    margin: 10px 0 0 0;
}

.dropdown-error-message {
    color: rgba(237, 28, 47, 1);
    margin: 10px 0 0 0;
}

.warning-container {
    border: 1px solid rgba(237, 28, 47, 1);
    border-left-width: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.warning-title {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 24px;
    color: rgba(237, 28, 47, 1);
    text-align: left;
    display: block;
    margin: -50px 0 0 92px;
}

.warning-text {
    padding-left: 85px;
    padding-top: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: rgba(69, 69, 69, 1);
    text-align: left;
    line-height: 18px;
    margin: 0px;
}

@media only screen and (max-width: 479px) {
    .warning-text {
        text-align: center;
        width: 100%;
        padding: 13px 20px 31px;
        margin: 0px;
    }
}

.term-content-title-wrapper {
    padding-bottom: 75px;
    border-bottom: 2px solid rgba(215, 215, 215, 1);
    max-width: 580px;
}

.campaign-fields {
    margin: 1px 1px 29px 1px;
    padding: 1px;
}

.left-subtitle {
    margin: 0px;
}

.line-dist {
    line-height: 1.5;
}

.label-title {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    margin: 1px 1px 8px 0px;
}

.campaign-add-top-border {
    border-top: 1px solid rgba(215, 215, 215, 1);
    max-width: 555px;
}

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

.authorize-check {
    height: 22px;
    width: 22px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(215, 215, 215, 1);
    /* z-index: 1; */
}
.authorize-text {
    max-width: 93%;
}

span.authorize-text {
    padding-left: 15px;
}

.bold-text {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
}

.hiddencheck {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

@media only screen and (max-width: 480px) {
    button.btnPill {
        width: 100%;
        margin: 0;
    }

    .campaign-content-wrapper {
        margin-left: 0px;
    }
}

/*///////////////////////////////////////////////////////
// MODAL STYLES
///////////////////////////////////////////////////////*/
body.noscroll {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.open .dialog {
    transform: scale(1);
}

.open.overlay {
    z-index: 4;
    background: rgba(0, 0, 0, 0.2);
}

.overlay {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}

.dialog {
    background: white;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 2em;
    border-radius: 0px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0);
    max-width: 750px;
    font-family: "Open Sans", sans-serif;
}

.action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00529c;
    padding: 16px;
    color: white;
    border-radius: 0px;
}

.action-bar .modal-close {
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.action-bar .modal-close:hover {
    background: #2471b7;
}

.action-title {
    font-size: 24px;
}

.hidden {
    display: none;
}

.images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.images img {
    max-height: 200px;
    margin: 8px;
}

@media screen and (max-width: 480px) {
    .dialog {
        height: 100%;
        width: 100%;
        margin: 0;
        border-radius: 0;
        transition: none;
    }

    .action-bar {
        border-radius: 0;
    }
}

.template {
    padding: 1em 2em;
}

/* User provided template styling */
.header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.body-text {
    line-height: 1.5;
    margin-bottom: 16px;
}

.buttons {
    text-align: right;
}

.buttons button:last-child {
    margin-left: 16px;
}

.ccDisplay {
    margin: 10px 0;
}

.ccDisplay span {
    display: inline-block;
    width: 67px;
    height: 35px;
    margin: 0;
    margin-right: 8px;
    opacity: 0.3;
}

.ccDisplay #ccVisa {
    background: url(assets/ccVisa.png);
}

.ccDisplay #ccMasterCard {
    background-image: url(assets/ccMasterCard.png);
}

.ccDisplay #ccAmex {
    background-image: url(assets/ccAmex.png);
}

.ccDisplay #ccDiscover {
    background-image: url(assets/ccDiscover.png);
}

.ccDisplay span.opaque {
    opacity: 1;
}
