/* Imported CSS, always import at top */
@import url('./revampGrid.css');
@import url('./syncConfiguration.css');
@import url('./reverseSync.css');
@import url('./order.css');
@import url('./newTab.css');
@import url('./alert.css');
@import url('./table.css');
@import url('./input.css');
@import url('./badge.css');
@import url('./modal.css');

/* Variables */
:root {
    --dpl-title-color: #000;
    --dpl-text-color: #333333;
    --dpl-green: #4DC1B2;
    --dpl-blue: #5C6AC4;
    --dpl-red: #FF4848;
    --dpl-orange: #FF921E;
    --dpl-green-dark: 39, 120, 110;
    --dpl-heading-color: #262626;
    --disabled-action-color: #E7E9EB;
}

.checkbox-inline,
.radio-inline {
    padding-left: 10px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -25px;
}

/* Variables ends */

/* footer css starts */
.dpl_footer {
    padding: 15px 20px;
    margin-top: auto;
    background: #fff;
}

.dpl_footer--text {
    text-align: center;
    margin: 0;
}

.dpl_footer--text a {
    color: var(--dpl-title-color);
}

/* footer css ends */
/* Info Tip with Bulb icon */
.dpl_info_wrapper {
    padding: 16px 20px;
    padding-left: 54px;
    border-radius: 8px;
    background-color: #F8F9FA;
    position: relative;
}

.dpl_info_wrapper::before {
    background-image: url('../../images/revamp-icons/svg/bulb.svg');
    background-repeat: no-repeat;
    content: '';
    height: 24px;
    margin-left: -34px;
    position: absolute;
    width: 24px;
    top: 16px;
}

.dpl_info--tip {
    color: #515253;
    font-size: 13.5px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    .dpl_info--tip {
        font-size: 13px;
    }
}

.dpl_info--tip b {
    margin-right: 10px;
}

/* Info Tip with Bulb icon ends*/

/* sync configuration css starts */
.dpl_card {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}

.dpl_card_large {
    padding: 40px;
}

@media screen and (max-width: 576px) {
    .dpl_card_large {
        padding: 30px;
    }
}

@media screen and (max-width: 400px) {
    .dpl_card_large {
        padding: 30px 20px 20px;
    }
}

.dpl_card--title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    color: var(--dpl-title-color);
}

.dpl_card--subtitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .dpl_card--title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

b {
    font-weight: 600;
}

/* sync configuration css ends */

/* Button css */
.dpl_btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 24px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
    text-shadow: none;
    box-shadow: none;
}

.dpl_btn:focus {
    outline: none !important;
}

.dpl_btn.dpl_btn_sm {
    padding: 8px 16px;
    font-size: 14px;
}

.dpl_btn.dpl_btn_xs {
    padding: 6px 12px;
    font-size: 14px;
}

.dpl_btn_lg {
    padding: 10px 20px;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .dpl_btn {
        font-size: 15px;
        padding: 8px 20px;
    }

    .dpl_btn.dpl_btn_sm {
        padding: 6px 14px;
    }

    .dpl_btn_lg {
        padding: 10px 20px;
        font-size: 16px;
    }

    .dpl_btn.dpl_btn_xs {
        padding: 5px 10px;
        font-size: 13px;
        font-weight: 400;
    }

    .dpl_btn.dpl_btn_xs.dpl_view_btn svg {
        width: 18px;
        height: 18px;
    }
}


.dpl_btn.dpl_btn_link {
    color: var(--dpl-red);
    text-decoration: underline;
}

.dpl_btn_theme {
    background-color: var(--dpl-green);
    border-color: var(--dpl-green);
    color: #fff;
}

.dpl_btn.dpl_btn_xs.dpl_view_btn {
    padding: 4px 6px;
}

.dpl_btn_outline_theme.dpl_view_btn {
    line-height: 0;
}

.dpl_btn_outline_theme {
    background: transparent;
    color: rgba(var(--dpl-green-dark));
    border-color: var(--dpl-green);
}

.dpl_view_btn:hover circle {
    stroke: #fff;
}

.dpl_view_btn:hover path {
    stroke: #fff;
}

.dpl_btn_theme:hover {
    background-color: rgba(var(--dpl-green-dark));
    border-color: rgba(var(--dpl-green-dark));
    color: #fff;
}

.dpl_btn_theme:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
    color: #fff;
}

.dpl_btn_light {
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    color: #000000;
}

.dpl_btn_light:hover {
    background-color: #e0dede;
    border-color: #e0dede;
}

.dpl_btn_light:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08)
}

.dpl_btn_danger {
    background-color: #FF5151;
    border-color: #FF5151;
    color: #fff;
}

.dpl_btn_outline_danger {
    background-color: transparent;
    border-color: #FF5151;
    color: #FF5151;
}

.dpl_btn_danger:hover {
    background-color: #fd4646;
    border-color: #fd4646;
    color: #fff;
}

.dpl_btn_outline_danger:hover {
    color: #fff;
}

.dpl_btn_danger:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
    color: #fff;
}

/* button css ends */

/* Page title CSS starts */
.dpl_page_with_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.dpl_page_title h1 {
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: var(--dpl-heading-color);
}

@media screen and (max-width: 768px) {
    .dpl_page_title {
        margin-bottom: 30px;
    }

    .dpl_page_title h1 {
        margin: 0;
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 32px;
    }
}

.dpl_page_title--center {
    text-align: center;
}

/* Page title CSS ends */
.dpl_table_container table.dpl_table .dpl_noWrap {
    white-space: nowrap !important
}

.dpl_customer_detail--wrapper .dpl_name {
    margin-bottom: 15px;
}

.dpl_customer_detail--wrapper {
    margin-top: 20px;
}

.dpl_customer_detail--wrapper .dpl_customer_detail {
    padding-left: 40px;
    position: relative;
}

.dpl_customer_detail--wrapper .dpl_customer_detail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 18px;
    width: 21px;
    transform: translateY(-50%);
}

.dpl_customer_detail--wrapper .dpl_name::before {
    content: '';
    background: url('../../images/svg/profile.svg') 0 0 no-repeat;
}

.dpl_customer_detail--wrapper .dpl_address {
    margin-bottom: 15px;
}

.dpl_customer_detail--wrapper .dpl_address::before {
    content: '';
    background: url('../../images/svg/address.svg') 0 0 no-repeat;
}

.dpl_customer_detail--wrapper .dpl_email::before {
    content: '';
    background: url('../../images/svg/mail.svg') 0 0 no-repeat;
}

.dpl_btn_outline_theme_disabled {
    border-color: var(--disabled-action-color);
}

.dpl_btn_outline_theme_disabled:hover {
    border-color: var(--disabled-action-color);
    background-color: var(--disabled-action-color);
}

/* Fixes */
.view-login #content {
    position: relative;
}

/* .view-login #content::after {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #d9f7ee;
    content: '';
    z-index: 1;
} */

.view-login .managefeed-container {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 100%;
}

body.site {
    border-top: 0 !important;
}

.login-page-left {
    min-height: auto;
    padding: 65px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-page-right #login-form {
    height: auto;
    text-align: left;
}

.login-page-left .rapidcart-help-links {
    margin-top: auto;
}



@media screen and (max-width: 1500px) {
    .login-page-left {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .login-page-left {
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .managefeed-container>.login.login-card {
        height: 100vh;
    }

    .login-page-right #login-form {
        padding: 30px 10px;
    }

    .login-page-left {
        padding: 30px !important;
        margin: 0 !important;
    }

    .loginpage-footer-content .login-footer-content {
        text-align: center !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .login-page-left .rapidcart-feature-img {
        display: none;
    }
}

.loginpage-footer-content {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    height: auto;
    position: absolute !important;
    z-index: -1;
    bottom: 40px;
}

@media screen and (max-width: 1500px) {
    .loginpage-footer-content {
        bottom: 20px;
    }
}

.loginpage-footer-content .login-footer-content {
    margin-left: auto;
    float: none;
    text-align: left;
    padding-left: 46px;
    height: auto;
}

.loginpage-footer-content .login-footer-content span {
    display: inline-block !important;
}