/*BASE STYLES*/
.text-secondary-color {
    color: #ACACAC;
}

/*--------------------*/



.mpl__content-wrapper {
    width: 1248px;
    height: auto;

    margin: 34px auto 34px;
    background: #FFFFFF;
    border: 1px solid rgba(196, 196, 196, 0.2);
    box-sizing: border-box;
    border-radius: 4px;

    padding: 50px 60px;
}

.wizard-container .wizard-navigation {
    display: flex;
    justify-content: space-between;
    background-color: #FCFCFC;
    border-radius: 4px;
    padding: 13px 50px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.wizard-container .wizard-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #C7C7C7;
}

.wizard-container .wizard-divider {
    display: flex;
    align-items: center;
}

.wizard-container .wizard-divider div {
    width: 260px;
    height: 1px;
    border-style: solid;
    border-color: #C7C7C7;
    border-width: 1px;
}

.wizard-container .wizard-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    border-style: solid;
    border-radius: 50%;
    border-width: 2px;
    border-color: #C7C7C7;
}

.wizard-container .wizard-point .step-done {
    display: none;
}

.wizard-container .wizard-point.done .step-done {
    display: block;
}

.wizard-container .wizard-point .step-icon {
    font-size: 20px;
}

.wizard-container .wizard-point.done .step-icon {
    display: none;
}

.wizard-container .wizard-point .wizard-label {
    font-size: 14px;
    font-weight: 400;
}

.wizard-container .wizard-point.done .wizard-label {
    color: #333333;
}

.wizard-container .wizard-point.active .wizard-label {
    color: #333333;
    font-weight: 600;
}

.wizard-container .wizard-step-content {
    display: none;
}

.wizard-container .wizard-step-content.active {
    display: block;
}

/*INPUT STYLES*/

input[type="text"].wizard-input,
input[type="email"].wizard-input,
input[type="password"].wizard-input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 40px;
}

input[type="text"].wizard-input:focus,
input[type="email"].wizard-input:focus,
input[type="password"].wizard-input:focus {
    border: 2px solid #86bffc;
    outline: 0;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(191, 222, 255, 0.85);
    -moz-box-shadow: 0px 0px 4px 3px rgba(191, 222, 255, 0.85);
    box-shadow: 0px 0px 4px 3px rgba(191, 222, 255, 0.85);
}

/*------------------*/

.button-container {
    display: flex;
    align-items: end;
    justify-content: end;
    padding-top: 16px;
}


.inp-con-inf {
    width: 376px;
    margin-top: 7px;
    padding-left: 16px;
}

.inp-con-promo {
    width: 212px;
    margin-top: 7px;
}

.inp-con-promo:disabled {
    background-color: #ffffff;
}

.inp-scope {
    margin-bottom: 24px;
    margin-right: 16px;
}

.inp-title {
    padding-left: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    vertical-align: bottom;
}

.cn-inf-container {
    display: flex;
    flex-flow: row;
    margin-top: 24px;
}

.cn-inf-rt {
    width: 50%;
    display: flex;
    align-items: end;
    flex-flow: column;
}

.cn-inf-lf {
    width: 50%;
    display: flex;
    justify-content: start;
    flex-flow: column;
}

.input-with-post-icon {
    position: relative;
    width: 376px;
}
.input-with-post-icon [class*=ic-] {
    position: absolute;
    right: 12px;
    top: 39px;
}

.con-inf-mb {
    margin-bottom: 16px;
}

.pr-crd-cont {
    position: relative;
    width: 440px;
    height: auto;
    min-height: 440px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.pr-crd-title {
    height: 56px;
    background-color: #F7FAFD;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px;
}

.pr-crd-body {
    padding: 8px 0px 16px 16px;
    min-height: 280px;
}

.pr-sec-text {
    font-size: 12px;
}

.pr-crd-row {
    display: flex;
    flex-flow: column;
}

.pr-crd-bottom {
    border-top: 1px solid #E0E0E0;
    height: 72px;
    display: flex;
    flex-flow: row;
    justify-content: end;
    align-items: center;
    padding: 16px;
}

.pb-pr-price-ml {
    margin-left: 35px;
}

.pr-promo-cont {
    width: 440px;
    margin-top: 8px;
    display: none;
}

.promo-inp-bl {
    display: flex;
    flex-direction: row;
}
.promo-btn-bl {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.promo-code-container {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    display: none;
    margin-bottom: 16px;
}

.result-promo-message, .product-selection-error {
    display: none;
    font-size: 12px;
    padding-left: 16px;
}

.captcha-my {
    margin-bottom: 24px;
}

.captcha-mt {
    margin-top: 24px;
}
.promo-btn {
    height: 40px; !important;
    width: 100px;
    background-color: white;
    margin: 0px; !important;
}

#terms-checkbox-wz {
    width: 440px;
    padding-right: 90px;
    margin-bottom: 24px;
}

.mpl__link {
    font-weight: normal;
    color: #868686;
    text-decoration: underline;
}

.con-inf-btn {
    width: 176px;
    margin: 0;
}

.bill-inf-btn {
    width: 236px;
    margin: 0;
}

.pr-bn-title-det {
    display: flex;
    justify-content: end;
}

.ci-prod-row {
    display: flex;
    justify-content: start;
    align-items: flex-end;
}

.pr-crd-cont-price {
    width: 84px;
    display: flex;
    flex-direction: row;
}

.pr-crd-cont-price b {
    width: 50%;
}

.basket-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #D9DCDE;
    width: 376px;
    height: 24px;
    text-align: center;
    margin-top: 20px;
}

.empty-basket-container {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.pr-crd-content {
    height: 350px;
}

.pr-bn-title-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-right: 18px;
    height: 40px;
    margin-bottom: 20px;
}

.pr-bn-delimiter {
    border-top: 1px solid #E0E0E0;
    margin-top: 8px;
    margin-bottom: 12px;
}

#selected-products {
    height: 195px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.discount-offer-message {
    margin-top: auto;
}

.discount-offer-message .discount-offer {
    color: #178549;
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px; !important;
}

.fs-12 {
    font-size: 12px; !important;
}

.bl-conf-text {
    width: 440px;
    margin: 8px 0;
}

.inp-bill-inf {
    width: 180px;
    margin-top: 7px;
    padding-left: 16px;
}
.promo-container-switch {
    margin-left: 5px;
}

.promo-container-switch:hover {
    cursor: pointer;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}

.ic-eye-slash:hover {
    cursor: pointer;
    background-color: #333333;
}

#confirm-sign-up-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.confirm-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
}

.confirm-title-text {
    margin-top: 24px;
    margin-bottom: 16px;
}

.confirm-products {
    width: 55%;
}

.confirmation-summary-container {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.confirmation-header-row {
    padding: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.confirmation-product-row {
    padding: 8px 0;
    margin: 0 16px;
}

/*all rows except first*/
.confirmation-product-row ~ .confirmation-product-row {
    border-top: 1px solid #E0E0E0;
}

.confirmation-past-due-row {
    color: #A90000;
}

.confirmation-total-row {
    padding: 16px;
    border-top: 1px solid #E0E0E0;
}

.confirmation-header {
    font-size: 16px;
}

.confirmation-header, .confirmation-product {
    font-weight: 600;
}

.confirmation-price {
    text-align: right;
}

.confirmation-secondary-label {
    font-size: 12px;
    color: #767676;
}

.pr-mb-6 {
    margin-bottom: 6px;
}

.pr-mt-16 {
    margin-top: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.confirm-payment-info {
    width: 45%;
    padding-left: 60px;
}

.md-mr-text {
    margin-bottom: 14px;
    margin-right: 8px;
    font-weight: bold;
}

#confirm-sign-up-modal-footer {
    padding: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.md-cnf-btn {
    width: 100px;
    height: 40px;
    margin: 0;
}

.md-cnc-btn {
    width: 86px;
    height: 40px;
    margin: 0 16px 0 0;
    background-color: #ffffff;
}

#reactivate-account-form {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.pr-8 {
    padding-right: 8px;
}

.pl-8 {
    padding-left: 8px;
}

.fd-column {
    display: flex;
    flex-direction: column;
}

.fd-row {
    display: flex;
    flex-direction: row;
}

#selected-products-container {
    width: 669px;
    min-height: 366px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-top: 4px;
    position: relative;
}

.current-subscription {
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 56px;
    align-items: center;
}

.current-subscription .radio {
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.selected-services-headers {
    width: 100%;
    height: 68px;
    background: #F2F5F9;
    display: flex;
    flex-direction: row;
}

.selected-services-headers div {
    padding:16px;
}

.header-services {
    width: 309px;
}

.header-charge {
    width: 189px;
    display: flex;
    flex-direction: column;
    text-align: end;
}
.header-past-due {
    width: 154px;
    text-align: end;
}

.selected-services-body {
    height: 185px;
    overflow-y: auto;
}

.reactivate-product-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    height: 52px;
    margin-bottom: 1px;
}

.service-cell {
    width: 309px;
    padding: 16px;
}

.service-cell label {
    margin-top: 0px; !important;
}

.service-cell label b {
   margin-left: 12px;
}

.service-cell .selected-service-free-days-label {
    margin-left: 12px;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
}

.charge-cell {
    width: 189px;
    text-align: end;
}

.past-due-cell {
    width: 154px;
    padding: 16px;
    text-align: end;
}

.services-total-price {
    height: 55px;
    vertical-align: middle;
    padding: 16px;
    width: 100%;
    text-align: end;
    border-top: 1px solid #E0E0E0;
}

.services-total-price b {
    margin-left: 12px;
}

#additional-services-container {
    width: 580px;
    height: 366px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-top: 4px;
    position: relative;
}

.additional-s-headers {
    height: 56px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E0E0E0;
}
.additional-ser-header {
    width: 320px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    vertical-align: middle;
}
.additional-ser-header b {
    line-height: 24px;
}

.additional-ser-cell {
    width: 320px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    vertical-align: middle;
}

.additional-ser-cell b {
    line-height: 24px;
}

.additional-price-cell {
    width: 120px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    vertical-align: middle;
}

.additional-price-cell b {
    line-height: 24px;
}

.additional-free-days-cell {
    width: 140px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    vertical-align: middle;
}

.additional-free-days-cell b {
    line-height: 24px;
}

#react-add-products-cont {
    height: 308px;
    overflow-y: auto;
}

.react-add-product-row {
    min-height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    margin-bottom: 1px;
    padding: 3px 0px 3px 0px;
}

.react-add-product-row.hidden {
    display: none;
}

.react-add-product-row.disabled {
    color: #C7C7C7;
}

.add-service-label {
    margin: 0px;
}

#not-selected-pastDue-products {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}

#not-selected-pastDue-products span {
    margin-top: 5px;
    margin-bottom: 5px;
}

#selected-products-container-error {
    color: #AE0000;
    padding-left: 16px;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
    background-color: #A8A8A8;
}

.whole-page-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8000;
    background-color: rgba(255, 255, 255, 0.5);
}

.whole-page-loader .spinner-border {
    border: 8px solid #AEBFDA;
    border-right-color: transparent;
    width: 92px;
    height: 92px;
    color: #AEBFDA;
}

.whole-page-loader > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dialer-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.5);
}

.dialer-loader > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dialer-loader .spinner-border {
    border: 8px solid #AEBFDA;
    border-right-color: transparent;
    width: 92px;
    height: 92px;
    color: #AEBFDA;
}

.dialer-loader .spinner-border-sm {
    border: 4px solid #AEBFDA;
    border-right-color: transparent;
    width: 40px;
    height: 40px;
}

#terms-checkbox-react {
    margin-top: 8px;
}

.md-react-btn {
    width: 192px;
    height: 40px;
}
#reactivate-account-modal-footer {
    display: flex;
    justify-content: end;
    padding-top: 6px;
    padding-bottom: 6px;
}

#react-update-cc-footer {
    display: flex;
    justify-content: end;
    padding-top: 6px;
    padding-bottom: 6px;
}

#react-update-cc-btn {
    margin-left: 5px;
}

#react-update-cc-btn:hover {
    cursor: pointer;
    border-bottom: 3px solid;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    display: none;
    position: absolute;
    top: 43px;
    left: 185px;
}

.input-with-icon i:hover {
    cursor: pointer;
    background-color: #4e4d4d;
}

#success-registered-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.verify-email-message-header {
    font-size: 24px;
    font-weight: bold;
    color: #767676;
    margin-top: 22px;
    margin-bottom: 16px;
}

.sent-email-main-text {
    width: 432px;
    margin-bottom: 16px;
    text-align: center;
}

.sign-in-btn {
    margin-top: 45px;
    font-weight: bold;
}

.sign-in-btn:hover {
    cursor: pointer;
}
#sendEmailAgainButton {
    font-weight: normal;
}

#sendEmailAgainButton:hover {
    cursor: pointer;
    font-weight: bold;
}

.color-custom {
    color: #0045b9;
}

/*ICONS SVG*/

.ic-caret-down {
    display: inline-block;
    width: 25px;
    height: 22px;
    -webkit-mask: url("../img/icons/ic-caret-down.svg") no-repeat 100% 100%;
    mask: url("../img/icons/ic-caret-down.svg") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #333333;
    vertical-align: top;
}

.pb-icon-selected {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask: url('../img/icons/done_white_24dp.svg') no-repeat 100% 100%;
    mask: url('../img/icons/done_white_24dp.svg') no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}

.ic-eye-slash {
    display: inline-block;
    width: 22px;
    height: 20px;
    -webkit-mask: url("../img/icons/ic-eye-slash.svg") no-repeat 100% 100%;
    mask: url("../img/icons/ic-eye-slash.svg") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #767676;
    vertical-align: middle;
}

.ic-basket {
    display: inline-block;
    width: 100px;
    height: 105px;
    -webkit-mask: url("../img/icons/ic-basket.svg") no-repeat 100% 100%;
    mask: url("../img/icons/ic-basket.svg") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #EDF1F4;
    vertical-align: middle;
}

.ic-close-modal {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask: url("../img/icons/ic-close.svg") no-repeat 100% 100%;
    mask: url("../img/icons/ic-close.svg") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #767676;
    vertical-align: middle;
}

.ic-envelope {
    display: inline-block;
    width: 50px;
    height: 40px;
    -webkit-mask: url("../img/icons/ic-envelope.svg") no-repeat 100% 100%;
    mask: url("../img/icons/ic-envelope.svg") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #767676;
    vertical-align: middle;
}


.margin-top-2px{
    margin-top: 2px!important;
}

.margin-left-2px{
    margin-left: 2px!important;
}

.ic-info {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/img/icons/ic-info.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*SCROLL BAR STYLES*/
::-webkit-scrollbar {
    width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
    border: 3px solid transparent;
    transition: .1s;
}
.popover {
    position: absolute;
    background: white;
    padding: 10px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    max-width: 276px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    font-size: 12px;
}
.text-disabled {
    color: #767676;
}
/*------------------*/