/* dashboard css start */

#minimizeBookDemoCallWrapper {
    position: fixed;
    bottom: 24px;
    left: 3rem;
    padding: 0.75rem;
    z-index: 1;
    background: #6434D1;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.65625rem;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    overflow: hidden;
}

.minimize-book-demo-call-button-animation {
    -webkit-animation: bounce .8s 4 alternate;
    -moz-animation: bounce .8s 4 alternate;
    animation: bounce .8s 4 alternate;
}

#minimizeBookDemoCallWrapper:after, #minimizeBookDemoCallWrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    background: #763EF5;
    width: 150%;
    height: 100%;
    transform: rotate(311deg);
    transition: all ease 1s;
    z-index: -1;
}

#minimizeBookDemoCallWrapper:before {
    animation-name: shine;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#bookDemoCallText {
    padding-right: 0.75rem;
}

#minimizeBookDemoCallWrapper img {
    padding-left: 0.25rem;
}

@keyframes shine {
    to {
        left: 80%;
    }
}

@-webkit-keyframes shine {
    to {
        left: 80%;
    }
}

@-moz-keyframes shine {
    to {
        left: 80%;
    }
}

@-webkit-keyframes bounce {
    to {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes bounce {
    to {
        -moz-transform: scale(1.2);
    }
}

@keyframes bounce {
    to {
        transform: scale(1.2);
    }
}

#bookDemoCallText {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.limit-number-of-times-usage-text-box-wrapper {
    margin-left: 1.5625rem;
    margin-top: -0.625rem;
    max-width: 14.5rem;
}

#DashboardBookCallModalImageWrapper {
    margin-bottom: 2.5rem;
}

#DashboardBookCallModalImageWrapper img {
    width: 100%;
}

#dashboardImageWrapper {
    position: relative;
}

.customer-review-main-wrapper {
    background-color: #EBF9FC;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 0 1.5rem 1.5rem 1.5rem;
}

.review-dot {
    width: 4px;
    height: 4px;
    background: #BABEC3;
    border-radius: 50%;
}

.review-dot-active {
    background: #5C5F62 !important;
}

.hide-review {
    display: none;
}

#closeBookDemoCallCardWrapper {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#DashboardBookCallImage {
    margin: -1.5rem -1.5rem -1.79rem -1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    height: 218px;
}

.visibility-hidden {
    visibility: hidden;
}

.theme_integration_banner_image {
    margin-top: -4.4rem;
    margin-bottom: -4.5rem;
    width: 25.5rem;
    float: right;
    margin-right: 5rem;
}

.border-top {
    border-top: 0.1rem solid var(--p-divider);
    margin-top: 15px;
}

.disableContain {
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
}

.dashboardSpacer {
    padding: 2.5rem;
}

.dashboardRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0.3125rem;
}

.dashboardColumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.textWrap {
    width: 38rem;
}

.textContainer P {
    margin-top: 0px !important;
}

.getSupportContainer {
    background: #FAFBFB;
    margin: -2.2rem;
    padding: 2.4rem;
}

.dashboardIconContainer {
    margin-top: 5px;
    margin-right: 16px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #F6F6F7;
    border-radius: 4px;
}

.dashboardMenuContainer {
    display: flex;
    padding: 10px;
    min-height: 96px;
    align-items: flex-start;
    cursor: pointer;
    text-decoration: none;
}

.dashboardMenuContainer:hover {
    border-radius: 5px;
    background: #f9fafb;
}

.dashboardMenuContainer:hover .dashboardIconContainer {
    border-radius: 5px;
    background: #dfe3e8;
}

.dashboardIconContainer span {
    width: 20px !important;
    height: 20px !important;
    margin: 12px;
}

.textContainer .Polaris-Heading {
    font-size: 14px;
    color: #2C6ECB;
}

.textContainer .Polaris-TextContainer {
    font-size: 14px;
    color: #6D7175;
}

@media only screen and (max-width: 750px) {
    .dashboardRow, .dashboardColumn {
        display: block;
    }

    #DashboardBookCallImage {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .dashboardRow, .dashboardColumn {
        display: block;
    }
}

.dashboard-book-a-call-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-book-a-call-image-wrapper {
    margin-top: -2.4rem;
    margin-bottom: -2.9rem;
    margin-right: -2.5rem;
    position: relative;
}

.cancel-icon-wrapper {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* dashboard css end */

/* Discount Group screen Css start */

.discountGroupMainContainer .Polaris-Layout__Section--secondary {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.dashboard-main-card-wrapper {
    display: flex;
    align-items: center;
}

.dashboard-main-card-wrapper .text-wrapper {
    width: 60%;
}

.dashboard-main-card-wrapper .text-wrapper .help-text {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.9rem;
}

.dashboard-main-card-wrapper .Polaris-DisplayText {
    line-height: 3rem;
}

.order-form-url-wrapper {
    display: flex;
    border: 1px solid #babfc3;
    background: #ffffff;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    fill: #8c9196;
    margin-top: 0.5rem;
    z-index: 999;
}

.order-form-url-wrapper .URL {
    margin-right: 8rem;
}

.discount-group-image {
    margin-top: -2.5rem;
    margin-bottom: -3.2rem;
    margin-left: -2.5rem;
    margin-right: 3.7rem;
    border-radius: 15px 0px 0px 15px;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    margin-top: 3.625rem;
    margin-left: 23.3125rem;
    cursor: pointer;
}

.youtube-frame {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 24.375rem;
    margin: -2rem -1.8rem 2rem -1.5rem;
    border-radius: 8px 8px 0 0;
}

.frame-close {
    z-index: 9999999;
    margin-top: -0.8125rem;
    margin-right: -0.9375rem;
    margin-bottom: -0.625rem;
}

.frame-close svg {
    fill: white !important;
}

.youtube-frame-wrapper {
    text-align: right;
}

.copy-icon-wrapper {
    cursor: pointer;
}

.copy-icon-wrapper span:nth-child(1) {
    outline: none !important;
}

.copy-icon-wrapper svg:hover {
    fill: #666666 !important;
}

.dashboard-image-wrapper {
    float: right;
    margin-right: -3.2rem;
    margin-top: -17.5rem;
}

.dashboard-card-wrapper .Polaris-Card {
    background: #008060;
    color: white;
}

.dashboard-card-wrapper .onboarding-help-text-wrapper {
    margin-top: -1.5rem;
}

.dashboard-card-wrapper .onboarding-help-text-wrapper span {
    color: rgba(255, 255, 255, 0.8);
}

.skip-onboarding-button-wrapper button, .skip-onboarding-button-wrapper button:hover {
    background: #008060;
    color: white;
}

.margin-bottom-1-6 {
    margin-bottom: 1.6rem;
}

.onboarding-buttons-wrapper {
    margin-top: 0.5rem !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .dashboard-image-wrapper {
        display: none !important;
    }

    .dashboard-main-card-wrapper {
        display: block !important;
    }

    .dashboard-main-card-wrapper .text-wrapper {
        width: auto !important;
    }

    .order-form-url-container {
        margin-left: 0 !important;
        margin-top: 3rem;
    }

    .order-form-url-wrapper .URL {
        margin-right: 0rem !important;
        width: 26rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .discount-group-image {
        margin-top: 0 !important;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0 !important;
        border-radius: 0 !important;
        width: 100%;
    }

    .play-icon {
        margin-top: 6.8rem !important;
        margin-left: 12.3rem !important;
    }

    .discount-group-image-wrapper {
        margin-top: 3rem;
    }

    .plan-help-text {
        padding-left: 0 !important;
    }

    .upsell-cards-wrapper .Polaris-Stack--distributionEqualSpacing {
        justify-content: center;
    }

    .dashboard-welcome-img {
        width: 100%;
    }

    .copy-icon-wrapper {
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .discount-group-image {
        margin-top: -2.2rem;
        margin-bottom: -2.9rem;
        margin-left: -2.1rem;
        margin-right: 3.7rem;
        border-radius: 15px 0px 0px 15px;
        cursor: pointer;
        height: 100%;
        min-height: 212px;
    }

    .play-icon {
        margin-top: 8.8rem !important;
        margin-left: 14.3rem !important;
    }
}

.dashboard-main-card-wrapper {
    display: flex;
    align-items: center;
}

.dashboard-main-card-wrapper .text-wrapper {
    width: 60%;
}

.dashboard-main-card-wrapper .text-wrapper .help-text {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.9rem;
}

.dashboard-main-card-wrapper .Polaris-DisplayText {
    line-height: 3rem;
}

.Discount-Group-empty-help-text-wrapper span {
    display: block;
    text-align: center;
}

.Discount-Group-empty-help-text-wrapper {
    margin-top: -1.5rem;
}

.Discount-Group-empty-card-space {
    margin-top: 1.875rem;
}

.Discount-group-image {
    cursor: pointer;
}

.create-discount-group-btn-margin-top {
    margin-top: 2rem;
}

/* Discount Group screen Css end */

/* General Css  start */

.search-input-wrapper {
    padding: 1rem 1rem 0.5rem 1rem;
}

.individual-pagination-wrapper {
    padding: 1rem;
}

.animation {
    position: fixed !important;
    clear: both;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #5f6ec6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 39%;
    z-index: 99999999999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Overlay {
    z-index: 9999999999;
    background: #ffffffba;
    width: 100%;
    clear: both;
    padding-top: 20%;
    height: 100%;
    position: fixed;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    cursor: wait;
    font-size: 12px;
}

.faq-margin-bottom-space {
    margin-bottom: 1.25rem;
}

.padding-bottom-space {
    margin-bottom: 2rem;
}

.top-spacer {
    padding: 2.5rem;
}

.card-margin-bottom-space {
    margin-bottom: 3rem;
}

.Polaris-Page {
    margin-top: 1.875rem !important;
    margin-bottom: 2.5rem !important;
}

.Polaris-Page-Header {
    padding-bottom: 2rem !important;
}

.Polaris-IndexTable__TableRow {
    cursor: pointer !important;
}

#individualWrapper .Polaris-IndexTable__TableRow {
    cursor: auto !important;
}

#individualWrapper .Polaris-IndexTable__TableHeading--second {
    z-index: 9;
}

.d-none, .DisplayNone {
    display: none !important;
}

.layout-spacer {
    margin: 1.5rem 0;
    display: flex;
}

.faq-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1.5px solid #e8e8e8;
    cursor: pointer;
}

.faq-open-svg {
    transform: rotate(180deg);
}

.faq-heading {
    padding-bottom: 2rem;
}

.faq-answers-wrapper {
    padding: 1rem 0;
}

.w-100 {
    width: 100%;
}

.text-wrapper-width-100 {
    width: 100% !important;
}

/* General Css end */

/* Onboarding general Css start */

.spacer {
    padding: 1.563rem;
}

.line-connecter {
    background: #C9CCCF;
    padding: 0.2rem 3rem;
}

.step-circle {
    margin-bottom: -0.2rem;
}

.selected-onboarding {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00a0ac;
}

.remaining--onboarding {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #C9CCCF;
}

.onboarding-steps-container {
    padding: 1rem 0;
}

.onboarding-steps-container.one, .onboarding-header.other-steps, .onboarding-steps-container.three {
    box-shadow: inset 0px -1px 0px #E1E3E5;
}

.onboarding-steps-container.two {
    box-shadow: inset 0px -1px 0px #E1E3E5;
}

.new-onboarding-step-3-content-wrapper {
    padding: 2rem 0;
    border: 1px solid #E1E3E5;
    border-radius: 8px;
}

.new-onboarding-step-3-content-one {
    box-shadow: 1px 0px 0px #E1E3E5;
}

.discount-type-row {
    cursor: pointer;
    padding: 0 1.5rem 1rem 1.5rem;
    box-shadow: inset 0px -1px 0px #e1e3e5;
    margin: auto -1.25rem;
}

.discount-type-row.last {
    box-shadow: none;
    padding-bottom: 0;
}

.onboarding-back-button-wrapper {
    padding-left: 3.2rem;
}

.onboarding-more-feature-wrapper-divider {
    border-top: 1px solid #E1E3E5;
    width: 100%;
}

#newOnboardingBookCallImage {
    margin: -2rem -2rem -2.35rem -2rem;
    border-radius: 0 0.5rem 0.5rem 0;
    height: 218px;
}

#newOnboarding .Polaris-Card__Section {
    padding: 2rem !important;
}

.onboarding-steps-container.last-step {
    padding-bottom: 0 !important;
}

.onboarding-create-popup {
    padding: 1.2rem;
}

.active-second-step {
    padding: 2rem 0 !important;
}

.other-steps {
    padding-bottom: 1rem !important;
}

#onboarding-add-link-card-header {
    background: #FAFBFB;
    padding: 0.625rem;
}

#onboarding-add-link-card-desc {
    background: #FAFBFB;
    padding: 0.625rem;
    box-shadow: inset 0px 1px 0px #E4E5E7;
}

#onboarding-add-link-card-wrapper {
    border: 1px solid #E1E3E5;
    border-radius: 4px;
}

/* Onboarding general Css end */

/* Onboarding Plans and Features CSS start */

.welcome-main-card-wrapper {
    display: flex;
    align-items: center;
}

.welcome-main-card-wrapper .text-wrapper {
    width: 45%;
    margin-left: 5rem;
}

.welcome-main-card-wrapper .text-wrapper .help-text {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2.9rem;
}

.welcome-main-card-wrapper .Polaris-DisplayText {
    line-height: 3rem;
}

.welcome-main-card-wrapper .image-wrapper .welcome-image {
    margin-top: -2.5rem;
    margin-bottom: -2.9rem;
    margin-left: 8.2rem;
    margin-right: -3.3rem;
    border-radius: 0 8px 8px 0;
}

/* Onboarding welcome CSS end */

/* Onboarding plans and features CSS start */

.plan-feature-whole-page-wrapper .Polaris-Card__Section {
    padding: 2rem !important;
}

.plan-name {
    color: #00a0ac;
    font-size: 20px;
    line-height: 28px;
}

.hr {
    border-bottom: none;
    margin-bottom: 0.625rem;
    border-top: 0.1px solid #D2D5D8;
    margin-left: 0 !important;
}

.normal-above-margin {
    margin: 3.5rem 0;
}

.extra-above-margin {
    margin: 2.625rem 0;
}

.professional-card-normal-above-margin {
    margin: 1.75rem 0;
}

.margin-above-button {
    margin-top: 0.625rem;
}

.negative-margin {
    margin-bottom: 0.6875rem;
}

#subscription-plans-wrapper .Polaris-Layout__Section--oneThird:nth-child(2) .Polaris-Card {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#subscription-plans-wrapper .Polaris-Layout__Section--oneThird:nth-child(3) .Polaris-Card {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.image-width-100 {
    width: 100%;
}

.volume-discount-highlight-wrapper {
    margin-left: -0.375rem;
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
    margin-top: -2.5rem;

}

.volume-discount-highlight-wrapper-onboarding {
    margin-left: -0.8125rem;
}

.volume-discount-highlight-wrapper-onboarding img {
    margin-top: 11px;
}

.volume-discount-highlight-wrapper img {
    position: absolute;
    margin-left: -1.25rem;
}

.white-color {
    padding-top: 0.8125rem;
    margin-bottom: -0.8125rem;
}

.volume-discount-highlight-wrapper .white-color div {
    color: white;
    z-index: 1;
}

.volume-discount-highlight-wrapper .white-color svg {
    fill: white !important;
}

.select-plan-help-text-wrapper span {
    display: block;
    text-align: center;
}

#subscription-plans-wrapper {
    margin-top: 0.5rem;
}

.plan-help-text span {
    display: block;
}

#subscription-plans-wrapper svg {
    fill: #BABEC3;
    width: 16px;
    height: 16px;
}

.plan-help-text {
    margin-top: 0.3125rem;
    min-height: 4.375rem;
}

/* Onboarding plans and features CSS end */

/* Onboarding last step CSS start */

.onboarding-connect-one {
    float: left;
    margin-left: -2.5rem;
    margin-top: 4rem;
}

.onboarding-connect-two {
    float: right;
    margin-right: -2.5rem;
    margin-top: 4rem;
}

.last-step-main-card {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.last-step-note-wrapper span {
    display: block;
}

.last-step-note-wrapper {
    text-align: center;
}

/* Onboarding last step CSS end */

/* Staff Access CSS start */

.staff-access-whole-page-wrapper {
    margin: 2.4rem 0;
}

.staff-access-whole-page-wrapper .Polaris-Card__Section {
    padding: 3.2rem !important;
}

.extra-spacing {
    padding: 0.3rem;
}

.steps-help-text span {
    display: block;
}

.Step-number {
    color: #8C9196;
    margin-left: 1rem;
}

.empty-div {
    width: 31rem;
}

.staff-access-hr {
    border-bottom: none;
    border-top: 2px solid #D2D5D8;
    margin: 2rem 0;
}

.points-wrapper {
    display: flex;
    align-items: center;
    background: #EBF9FC;
    color: #347C84;
    padding: 1.6rem;
    border-radius: 5px;
}

.points-wrapper svg {
    margin-right: 0.5rem;
    fill: #00A0AC;
}

.points-wrapper .Polaris-Icon {
    margin-right: 0.5rem;
}

.staff-access-main-card-wrapper .text-wrapper .help-text {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.staff-access-video-image {
    margin-top: -2.4rem;
    margin-left: -2.4rem;
    margin-right: 3.3rem;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    width: 101%;
}

.staff-access-video-image-wrapper {
    float: left;
}

.staff-access-main-card-wrapper .text-wrapper {
    margin-bottom: 1rem;
}

.max-width {
    width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .staff-access-main-card-wrapper .staff-access-video-image-wrapper {
        float: none !important;
    }

    .staff-access-video-image {
        margin-top: 0 !important;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0 !important;
        border-radius: 0 !important;
        width: 100%;
    }
}

/* Staff Access CSS end */

/* Manual Order CSS start */

.manual-order-help-text-wrapper span {
    display: block;
    text-align: center;
}

.manual-order-help-text-wrapper {
    margin-top: -0.9375rem;
    margin-bottom: 0.625rem;
}

.manual-order-card-space {
    margin-top: 1.875rem;
}

.manual-order-img {
    cursor: pointer;
}

/* Manual Order CSS end */

/* Signup Form CSS start */

.signup-form-url-buttons-wrapper .Polaris-DisplayText {
    text-align: left;
}

.signup-form-help-text-wrapper span {
    display: block;
    text-align: center;
}

.signup-form-help-text-wrapper {
    margin-top: -0.9375rem;
}

.signup-form-card-space {
    margin-top: 1.875rem;
}

.signup-form-img {
    cursor: pointer;
}

.signup-form-url-buttons-wrapper {
    display: flex;
    align-items: center;
}

.signup-form-url-buttons-wrapper button {
    margin-left: 0.9375rem;
}

.signup-form-receive-email-wrapper {
    margin-left: 1.5625rem;
    margin-top: -0.625rem;
}

.signup-form-hr {
    margin-top: 4rem;
    margin-bottom: 2rem;
    border: 1px solid #EDEEEF;
}

.signup-from-tab-contain {
    margin-top: 2.5rem;
}

.signup-form-card-hr {
    margin: 2rem -2rem;
    border: 1px solid #EDEEEF;
}

.signup-form-layout-hr {
    margin: 2rem 0;
    border: 1px solid #EDEEEF;
}

/* signup Form CSS end */

/* NetTerms  CSS start */
.DraftEditor-root {
    min-height: 150px !important;
    word-spacing: 3px !important;
}

.Net-Terms-help-text-wrapper span {
    display: block;
    text-align: center;
}

.Net-Terms-help-text-wrapper {
    margin-top: -0.9375rem;
}

.Net-Terms-card-space {
    margin-top: 1.875rem;
}

.Net-Terms-img {
    cursor: pointer;
}

.Net-Terms-text-box-wrapper {
    margin-left: 1.5625rem;
    margin-top: -0.625rem;
}

/* NetTerms Form CSS end */

/* Discount Code Css Start */

.Discount-Code-help-text-wrapper span {
    display: block;
    text-align: center;
}

.Discount-Code-help-text-wrapper {
    margin-top: -0.9375rem;
}

.Discount-Code-card-space {
    margin-top: 1.875rem;
}

.Discount-Code-img {
    cursor: pointer;
}

.Discount-Code-text-box-wrapper {
    margin-left: 2.5rem;
    margin-top: -1rem;
}

.discountCodeMainContainer .Polaris-Layout__Section--secondary {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.discountCodeInputContainer {
    margin-left: 1.875rem;
}

/* Discount Code Css end */

/* Advance shipping CSS start */

#advance-shipping-list-wrapper .Polaris-ResourceList__FiltersWrapper {
    padding: 1.6rem 0 2.5rem 0;
}

#advance-shipping-list-wrapper .Polaris-ResourceList {
    margin: 0 -2rem;
}

.advance-shipping-help-text-wrapper span {
    display: block;
    text-align: center;
}

.advance-shipping-help-text-wrapper {
    margin-top: -0.9375rem;
    margin-bottom: 0.625rem;
}

.advance-shipping-card-space {
    margin-top: 1.875rem;
}

.advance-shipping-img {
    cursor: pointer;
}

.advance-shipping-text-wrapper {
    width: 25rem;
}

.advance-shipping-hr {
    margin: 2rem -2rem;
    border: 1px solid #EDEEEF;
}

.advance-shipping-heading-wrapper {
    margin-bottom: 0.625rem;
}

.to-text-wrapper {
    margin-right: -2rem;
    margin-top: 0.7rem;
}

/* Advance shipping CSS end */

/* discount Code Css Start */

.discount_code_customer_tag {
    display: inline;
    margin-right: 10px;
}

.discount_code_customer_tag_text_box_w_20 {
    width: 45% !important;
}

.discount_code_customer_tag_min_with {
    min-width: 200px;
}

/* discount  */

/* volume discount CSS start */

.create-volume-discount-buttons-wrapper {
    margin-top: 1rem;
}

.select-discount-help-text-wrapper span {
    display: block;
}

.import-export-spacer {
    margin: 0.3125rem 0;
}

.volume-discount-video-play-card-wrapper .volume-discount-text-wrapper .volume-discount-help-text {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.volume-discount-video-image {
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    margin-right: 3.3rem;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    width: 106%;
}

.volume-discount-video-image2 {
    width: 102%;
}

.volume-discount-video-image-wrapper {
    float: left;
}

.volume-discount-video-play-card-wrapper .volume-discount-text-wrapper {
    margin-bottom: 0.4rem;
    padding: 1rem 1rem 1rem 0;
}

.remove {
    cursor: pointer;
}

@media (min-width: 320px) and (max-width: 480px) {
    .volume-discount-video-play-card-wrapper .volume-discount-video-image-wrapper {
        float: none !important;
    }

    .volume-discount-video-image {
        margin-top: 0 !important;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0 !important;
        border-radius: 0 !important;
        width: 100%;
    }
}

.volume-discount-tires-container {
    margin-left: 5.6rem;
}

/* volume discount CSS end */

/* Individual pricing CSS end */

.learn-more-button-wrapper {
    margin-bottom: 1.9rem;
}

.individual-create-discount-button {
    margin-top: 0.625rem;
}

.individual-video-play-card-wrapper .individual-text-wrapper .individual-help-text {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.individual-video-image {
    margin-top: -2.5rem;
    margin-left: -2.6rem;
    margin-right: 3.3rem;
    border-radius: 12px 0 0 12px;
    cursor: pointer;
    width: 103%;
}

.individual-video-image-wrapper {
    float: left;
}

.individual-video-play-card-wrapper .individual-text-wrapper {
    margin-bottom: 1rem;
}

@media (min-width: 320px) and (max-width: 480px) {
    .individual-video-play-card-wrapper .individual-video-image-wrapper {
        float: none !important;
    }

    .individual-video-image {
        margin-top: 0 !important;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0 !important;
        border-radius: 0 !important;
        width: 100%;
    }
}

.priceContainer {
    display: flex;
    align-items: center;
    min-width: 136px;
}

.priceBox {
    max-width: 140px;
}

.percentageContainer {
    min-width: 55px;
    margin-left: 10px;
}

.individual-price-table-container {
    margin: auto;
    width: 100%;
    margin-top: 2px;
}

.individual-price-table-wrapper {
    position: relative;
    overflow: auto;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

.productInfoContainer {
    min-width: 13.5rem;
    max-width: 13.5rem;
}

/* tbody tr td.product-info-container {
    box-shadow: 7px 0px 8px -8px #656f79;
} */

table.individual-price-table td, table.individual-price-table th {
    padding: 0px 0px 0px 12px;
}

td.product-info-container.sticky-col {
    padding: 0 !important;
}

/* table.individual-price-table tr:hover {background-color:#f5f5f5 !important;} */
/* .product-info-container:hover{
    background-color:#f5f5f5 !important;
} */
.product-info-container {
    min-height: 3.125rem;
    width: 16.875rem;
    min-width: 17.5rem;
    max-width: 17.5rem;
    word-break: break-word;
    left: 0;
    z-index: 31;
    background: #ffffff;
    /* display: flex; */
    align-items: center;
    align-content: center;
    padding: 0 !important;

}

.productImageContainer {
    margin-right: 0.625rem;
}

.dot {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.5rem;
}

.individual-price-table {
    /* text-align: left; */
    width: 100%;
}

.removeIndividualPrice {
    cursor: pointer;
    margin: 0rem 0.625rem;
}

td.product-info-container.sticky-col {
    border-right: 1px solid #D2D5D8;
}

.individual-price-table tr {
    box-shadow: 0px 1px 0px #d2d5d8;
}

/* Individual pricing CSS end */


/* third party app integration  start */
.integration-Column {
    margin-bottom: 30px;
}

/* button#integration::after {
    content: "BETA";
    color: white;
    background: black;
    display: inherit;
    margin: 0px 4px;
    padding: 0px 10px;
    border-radius: 5px;
} */
#integration {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.integrationAppImage {
    min-height: 80px;
    max-height: 80px;
}

.integrationMainContainer {
    display: flex;
    align-items: start;
}

.integrationImageContainer {
    margin-right: 10px;

}

.integrationButtonContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* third party app integration  end  */
/* Setting screen start */

hr.settingsScreenHr {
    margin-bottom: 2.375rem;
}

/* Setting screen end */


.filterContainer .Polaris-Card__Section {
    margin-bottom: 0rem !important
}

.d-flex {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}

.Polaris-DataTable__Table tbody tr {
    cursor: pointer;
}

hr {
    border-top: 0px solid #D2D5D8;
}

.Polaris-Card {
    margin-bottom: 1rem;
}

.Polaris-Layout__Section .Polaris-Card {
    margin-bottom: 1rem;
}

.Polaris-Page__Content {
    margin-top: 2rem !important;
}

.Polaris-Banner {
    margin-bottom: 2rem !important;
}

.Polaris-Card .Polaris-Banner {
    margin-bottom: 0 !important;
}

.Polaris-Card__Section {
    margin-bottom: 1rem !important;
}

.WPDMainContainer .Polaris-Card {
    margin-bottom: 2rem !important;
}

.Polaris-Layout__AnnotationContent .Polaris-Card {
    margin-bottom: 2rem !important;
}

.discountGroupMainContainer .Polaris-Card {
    margin-bottom: 2rem !important;
}

.Polaris-Tooltip-TooltipOverlay__Content {
    /* min-width: 34rem !important; */
    padding: 1.2rem !important;
}

.Polaris-DataTable__Cell--header {
    border-bottom: 0.1rem solid #D2D5D8 !important;
}

.Polaris-Card .Polaris-Card__Section {
    margin-bottom: 0rem !important;
}

.Polaris-Card__Section {
    padding: 1.5rem !important
}

.Polaris-TextField--disabled input {
    cursor: not-allowed;
}

.video_thumbnail_theme_integration {
    width: 65%;
    float: right;
}

.video_thumbnail_theme_integration img {
    border-radius: 10px;
    cursor: pointer;
}

.discountGroupMainContainer .Polaris-ResourceItem__Container, .discountCodeMainContainer .Polaris-ResourceItem__Container {
    cursor: default;
    pointer-events: none;

}

.discountGroupMainContainer .Polaris-Button--plain svg, .discountCodeMainContainer .Polaris-Button--plain svg {
    fill: var(--p-icon-subdued) !important;
}

.onBoardIcon .Polaris-Icon {
    height: 48px;
    width: 48px;
    fill: #37a0ac;
}

.Polaris-Modal-Dialog .Polaris-Card, .Polaris-Modal__Body .Polaris-Card {
    margin-bottom: auto !important;
}

/* First Discount - Empty Screen */
@media only screen and (max-width: 650px) {
    #emptyStateImg {
        display: none;
    }
}


/* percentage screen css starts */

.percentage-input-wrapper {
    max-width: 7.5rem;
}

discount-group-apply-to .Polaris-Button__Icon {
    opacity: 0;
}

#percentage-list-table tr:hover discount-group-apply-to .Polaris-Button__Icon {
    opacity: 1;
}

/* percentage screen css ends */