#reactivate-account-form b, #confirm-sign-up-modal-body b {
    font-weight: 600;
}

#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;
}

.fs-16 {
    font-size: 16px;
}

.fs-12 {
    font-size: 12px;
}

.subscription-radio-label {
    margin-bottom: 0px; !important;
    padding-top: 2px;
}

.selected-services-headers {
    width: 100%;
    height: 68px;
    background: #F2F5F9;
    display: flex;
    flex-direction: row;
}

.header-services {
    width: 309px;
}

.header-charge {
    width: 189px;
    display: flex;
    flex-direction: column;
    text-align: end;
}

.header-past-due {
    width: 154px;
    text-align: end;
}

.text-secondary-color {
    color: #ACACAC;
}

.selected-services-body {
    height: 185px;
    overflow-y: auto;
}

#not-selected-pastDue-products {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}

#not-selected-pastDue-products span {
    margin-top: 5px;
    margin-bottom: 5px;
}

.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;
}

#selected-products-container-error {
    color: #AE0000;
    padding-left: 16px;
}

#react-update-cc-btn {
    margin-left: 5px;
}

#react-update-cc-btn:hover {
    cursor: pointer;
    border-bottom: 3px solid;
}

#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-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;
}

.mpl__link {
    font-weight: normal;
    color: #868686;
    text-decoration: underline;
}

.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 .selected-service-free-days-label {
    margin-left: 12px;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
}

.service-cell label b {
    margin-left: 12px;
}

.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;
}

.pb-pr-base-price-cr {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration-line: line-through;
    margin-right: 8px;
    text-decoration-thickness: 1px;
}

.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;
}

.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;
}

.add-service-label {
    margin: 2px;
    font-weight: 600;
}

.generic-modal-body .custom-checkbox {
    width: auto; !important;
    height: auto; !important;
    display: flow-root;
}

.product-details {
    font-weight: normal;
    font-size: 12px;
}

#additional-modalbox {
    display:none;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6000;
    background:rgba(0,0,0,0.4);
}

.devoops-modal {
    position:absolute;
    top:90px;
    margin-left: -350px;
    left: 50%;
    right: 50%;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 20px #5e5e5e;
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    min-width: 700px;
    z-index:6000;
}




.box-content .form-group, .devoops-modal-inner .form-group {
    margin-top:15px;
    margin-bottom:15px;
}

.devoops-modal-bottom .btn {
    float:right;
}
#modalbox {
    display:none;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background:rgba(0,0,0,0.4);
}

#additional-modalbox {
    display:none;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6000;
    background:rgba(0,0,0,0.4);
}

.devoops-modal {
    position:absolute;
    top:90px;
    margin-left: -350px;
    left: 50%;
    right: 50%;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 20px #5e5e5e;
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    min-width: 700px;
    z-index:6000;
}

.devoops-modal-large {
    position:absolute;
    top:90px;
    margin-left: -650px;
    left: 50%;
    right: 50%;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 20px #5e5e5e;
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    min-width: 1304px;
    z-index:6000;
}

.devoops-modal-large .devoops-modal-header button {
    position: absolute;
    top: 29px;
    left: 1260px;
    font-size: 23px;
    opacity: 1;
}

.devoops-modal-header {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    position:relative;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #E4E4E4;
    height: 72px;
    padding: 24px;
}

.devoops-modal-large .devoops-modal-header {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    position:relative;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #E4E4E4;
    height: 72px;
    padding: 16px;
    display: flex;
    align-items: center;
}

.devoops-modal-header button {
    position: absolute;
    top: 29px;
    left: 660px;
    font-size: 23px;
    opacity: 1;
}

.devoops-modal-inner {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background: #ffffff;
}

.devoops-modal-large .devoops-modal-inner {
    position: relative;
    overflow: hidden;
    padding: 16px;
    background: #ffffff;
}

.devoops-modal-bottom {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #E4E4E4;
    background: #ffffff;
}

.modal-header-name {
    padding-top: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.bt-header {
    font-size: 16px;
}

.size {
    height: 736px;
    width: 900px;
}

.modal_text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 8px;
}

.frame {
    padding: 10px 24px 24px 24px;
}

.frame-top {
    padding-top: 10px;
}

#status-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 24%;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    padding: 14px;
    top: 65px;
    left: 75%;
}
.modal-error-status{
    background: #A90000;
    color: #FFFFFF;
}
.modal-warning-status{
    background: #E96B18;
    color: #FFFFFF;
}
.modal-success-status {
    background: #1D9B42;
    color: #FFFFFF;
}

#status-modal .status-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#status-modal .status-modal-body div {
    text-align: center;
    margin: 16px 0;
}

#status-modal .close-button{
    font-size: 14px;
    color: #CD8933;
}

.status-modal-text-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.status-modal-icon-cont {
    display: flex;
    align-items: start;
}

.status-modal-icon-cont i {
    background-color: #FFFFFF
}

.status-modal-icon-cont i:hover {
    background-color: #b6b6b6;
    cursor: pointer;
}

#reactivation-cc-update-modal {
    width: 400px;
    height: auto;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 20px #5e5e5e;
    position: absolute;
    background-color: white;
    z-index: 1000000;
    display: none;
    top: -40px;
    left: 460px;
    border-radius: 4px;
}

.react-update-cc-header {
    height: 56px;
    border-bottom: 1px solid #E0E0E0;
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}

.cc-input-container {
    padding: 16px 1px 16px 16px;
}

.react-update-cc-footer {
    height: 56px;
    border-top: 1px solid #E0E0E0;
    padding-right: 16px;
    margin-bottom: 16px;
    padding-top: 5px;
    display: flex;
    justify-content: end;
}

.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-summary-container .col-2, .confirmation-summary-container .col-3, .confirmation-summary-container .col-4 {
    padding-left: 0;
    padding-right: 0;
}

.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;
}

.confirm-products {
    width: 55%;
}

.confirm-title-text {
    margin-top: 24px;
    margin-bottom: 16px;
}

.pr-crd-row {
    display: flex;
    flex-flow: column;
}

.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%;
}

.pb-pr-base-price-cr {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration-line: line-through;
    margin-right: 8px;
    text-decoration-thickness: 1px;
}

#confirm-sign-up-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 10px;
}

.confirm-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
}

.confirm-payment-info {
    width: 45%;
    padding-left: 60px;
}

.promo-inp-bl {
    display: flex;
    flex-direction: row;
}

.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-cnc-btn {
    width: 86px;
    height: 40px;
    margin: 0 16px 0 0;
    background-color: #ffffff;
}

.md-cnf-btn {
    width: 100px;
    height: 40px;
    margin: 0;
}

.popover {
    z-index: 9999;
}
.tooltip {
    z-index: 9998;
}
.display-flex {
    display: flex;
}