﻿.order-form-container {
}

.bt {
    border-top: 2px solid rgb(28, 39, 126);
}

.sidebar-header {
    color: rgb(28, 39, 126);
    line-height: 1;
    margin-bottom: 2px !important;
}

    .sidebar-header.secondary {
        color: rgb(58, 135, 51);
    }

.order-form-section-wrapper {
    border: 2px solid rgb(28, 39, 126) !important;
    box-shadow: 3px 4px 4px rgba(128, 128, 128, 0.76);
    border-radius: 8px;
    border-top: 2px solid rgb(14, 36, 165);
    padding: 8px !important;
    margin: 10px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
}

.order-form-section-header {
    font-size: 18px;
    color: rgb(31, 41, 122);
    font-weight: 700;
    border-bottom: 2px solid rgb(14, 36, 165);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.order-form-sidebar {
    background: #fff;
    padding: 8px !important;
}

.running-total {
    color: rgb(31, 41, 122);
    font-size: 18px;
    font-weight: 700;
}

.checkmark-wrapper {
    border-radius: 50%;
    border: 4px solid rgb(177, 247, 154);
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 12px;
    left: 10px;
}

.checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 30px;
    width: 18px;
    border-bottom: 7px solid #78b13f;
    border-right: 7px solid #78b13f;
    margin-left: 7px;
}

.package-container {
    width: 100%;
    /* padding:10px 20px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 0px;
    overflow: hidden;
}

    .package-container.show {
        height: fit-content;
    }

.order-form-hover:hover {
    background: rgb(161, 183, 234);
}

.selected {
    background: rgb(170 177 255) !important;
}

.discounted {
    color: red;
}


.package-wrapper {
    background: #FFF;
    border: 1px solid grey;
    box-shadow: 2px 3px 3px rgba(128,128,128,0.76);
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 2px;
    cursor: pointer;
    min-width: 32%;
    max-width: 32%;
    min-height: 60px;
}

.package-info-wrapper {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
}



.package-icon-wrapper {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}


.package-icon-button {
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
}

    .package-icon-button.info {
        background: blue;
        color: #fff;
    }

    .package-icon-button.spiff {
        background: green;
        color: #fff;
    }

    .package-icon-button.special {
        background: red;
        color: #fff;
    }


.package-spiff-button {
    font-size: 12px;
    background: green;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    border: none;
}

.package-title {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: rgb(28, 39, 126);
    font-family: 'Times New Roman';
}

.move-down {
    position: relative !important;
}
/* .package-title.x-1 {
        margin-top: -20px;
    }
*/
.package-price-wrap {
    width: 100%;
    text-align: center;
}

.package-price {
    font-size: 16px;
    color: rgb(34, 146, 1);
}

    .package-price.pif-selected {
        font-size: 16px;
        font-weight: 300;
        color: red;
    }

        .package-price.pif-selected:before {
            content: "(";
        }

        .package-price.pif-selected:after {
            content: ")";
        }

    .package-price.discounted {
        color: red;
        text-decoration: line-through;
    }

.package-sale-price {
    font-size: 16px;
    color: rgb(61, 155, 12)
}

.package-select-button {
}

.package-upgrade-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 3px;
    flex-wrap: wrap;
}

.package-upgrade-item {
    min-width: 240px;
    text-align: center;
    border: 1px solid grey;
    box-shadow: 2px 3px 3px rgba(128,128,128,0.76);
    cursor: pointer;
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    flex: 1;
}

.package-upgrade-item-name {
    font-size: 13px;
}

.package-upgrade-item-price {
    font-size: 16px;
    font-weight: 700;
    color: blue;
}

.selected-product-bubble-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 10px 0px;
}

.selected-product-bubble {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: rgb(220 220 220);
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    box-shadow: 3px 3px 3px rgba(128,128,128,0.76);
    font-weight: bold;
    padding: 6px 12px;
    text-align: center;
}

.selected-product-remove {
    cursor: pointer;
}

/**/
.package-option-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 3px;
}

.package-option-item {
    width: 180px;
    text-align: center;
    border: 1px solid grey;
    box-shadow: 2px 3px 3px rgba(128,128,128,0.76);
    cursor: pointer;
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    flex: 1;
}

.package-option-item-name {
    font-size: 13px;
}

.package-option-item-price {
    font-size: 16px;
    font-weight: 700;
    color: blue;
}


.spiff-detail-wrap {
}


.customer-payment-type-button {
    width: 100%;
    text-align: center;
    padding: 5px 20px;
    background: linear-gradient(to bottom, rgb(31, 41, 122),blue);
    margin-bottom: 10px;
    font-size: 1rem;
    color: #FFF;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 35px;
    box-shadow: 5px 5px 5px 5px rgba(120,120,120,0.76);
    border: 4px solid #FFF;
    cursor: pointer
}

    .customer-payment-type-button:hover {
        background: linear-gradient(to bottom, rgb(31, 41, 122),black);
        box-shadow: 5px 5px 7px 7px rgba(120,120,120,0.76);
    }

    .customer-payment-type-button.selected {
        background: linear-gradient(to bottom, rgb(31, 41, 122),grey);
        color: #000;
    }

.customer-payment-info {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}

    .customer-payment-info div {
        text-align: center;
        width: 100%;
        color: blue;
        font-weight: 700;
        border: 2px solid blue;
        padding: 3px 10px
    }

        .customer-payment-info div:last-child {
            background: rgb(242, 40, 40);
            color: white;
            border: none;
            border-radius: 20px;
            margin-top: 10px
        }





/*PAYMENTS*/
.card-container {
    width: 100%;
    border: 1px solid grey;
}

.payment-complete-wrapper {
    display: none;
}

    .payment-complete-wrapper.show {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

.payment-failed-wrapper {
    display: none;
}

    .payment-failed-wrapper.show {
        display: block;
    }

.payment-container {
    overflow: hidden;
    border: 1px solid grey;
    padding: 10px;
    width: 365px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#payment-form {
}

.payment-container.show {
    height: fit-content;
    overflow: auto;
}

.gpay-card-info-container {
    width: 100% !important;
}

#apple-pay-button {
    height: 48px;
    width: 100%;
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
}

#card-button, #ach-button {
    background: rgb(28, 39, 126);
    color: #FFF;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
}

.sq-card-message {
    height: 0px;
}

.payment-header-text {
    font-weight: 600;
    line-height: 1;
    color: rgb(31, 41, 122);
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.payment-terms {
    font-size: 10px;
    width: 100%;
    text-align: center
}

.payment-form-banner {
    height: 50px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

#card-button, #ach-button {
    font-size: 14px;
    padding: 8px;
    border-radius: 5px
}

.payment-result-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 400px;
}

.payment-result-image {
    height: 200px;
    width: 200px;
}

.payment-result-message {
    font-size: 24px;
}

.payment-redirect-link {
    font-size: 13px;
    color: blue;
    cursor: pointer;
}

    .payment-redirect-link:hover {
        color: black;
        font-weight: 600;
    }

.processing-overlay.show {
    background: rgba(0, 0, 0, 0.66);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    margin-top: -8px;
    border-radius: 3px;
}



.cc-type {
    margin: 2px 4px;
}

div.cc-type img {
    height: 40px;
    width: 60px;
}

.third-party-payment img {
    height: 50px;
}


.customer-label {
    width: 100%;
    font-size: 16px;
}

    .customer-label + input, .customer-label + .cmp-dropdown {
        width: 100% !important;
        border: 2px solid blue;
        font-size: 1.1rem;
    }

        .customer-label + input:hover {
            box-shadow: 2px 2px 3px rgba(128,128,128,0.76) !important;
        }


.order-item-selection-control-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid grey;
    margin-bottom: 10px;
}

    .order-item-selection-control-wrapper.selected {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 3px solid grey;
        margin-bottom: 10px;
    }

.order-item-selection-control {
    width: 32%;
    text-align: center;
    font-size: 18px;
    border: 3px solid darkblue;
    border-radius: 20px;
    padding: 12px 10px;
    font-weight: 800;
    cursor: pointer;
}

    .order-item-selection-control.selected {
        width: 32%;
        text-align: center;
        font-size: 18px;
        border: 3px solid darkblue;
        border-radius: 20px;
        padding: 12px 10px;
        font-weight: 800;
        box-shadow: 3px 4px 5px rgba(20,20,20,0.76) !important;
    }

.ad-design-container {
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: 3px 4px 4px rgba(200,200,200,0.76);
    margin-bottom: 10px !important;
}

.pif-confirmation-button {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    border: 4px solid #FFF;
    border-radius: 16px;
    background-image: linear-gradient(to top, #cdc516, #cac923, #c7cd2d, #c4d036, #c1d43f);
    cursor: pointer;
}

.lockout-overlay {
    width: -webkit-fill-available;
    position: absolute;
    background: rgba(255, 255, 255, 0.87);
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lockout-overlay-text {
    width: 50%;
    font-size: 12px;
    color: red;
}

.bg-flag {
    background: url(../flag-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 90px;
    align-content: center;
}

.flag-bg:has( label) {
    color: #FFF
}

.coupon-value-header {
    font-size: 10px;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

.coupon-value {
    font-size: 12px;
    font-family: Arial
}

.value-one {
    color: green;
}

.value-two {
    color: dimgrey;
}

.value-three {
    color: red
}

.memo-text {
    margin: 0px;
    line-height: 1;
    color: red;
    font-size: 11px;
}

.blink_me {
    animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.payment-redirect-button {
    font-size: 30px;
    font-weight: 700;
    color: green;
    border: 2px solid green;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}

    .payment-redirect-button:hover {
        font-size: 30px;
        font-weight: 700;
        color: #FFF;
        border: 2px solid green;
        background: green;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        margin-top: 20px;
    }
