.jsuser-dhours-block {
    display: none;
}

.jsuser-dhours-block.is-visible {
    display: block;
}

.checkbox-locked {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #FAFAFA;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    cursor: default;
}

.checkbox-locked input {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.checkbox-locked input[disabled]:checked {
    border-color: #16a34a;
    background: #16a34a url(/images/checkbox.svg) no-repeat center;
    opacity: 1;
    cursor: default;
}

.rb-plan-popup__addon.is-locked,
.rb-plan-popup__addon.is-locked:disabled {
    opacity: 1;
    cursor: default;
}

.rb-plan-popup__addon.is-locked .rb-plan-popup__addon-box {
    border-color: #16a34a;
    background: rgba(22, 163, 74, 0.16);
}

.rb-plan-popup__addon.is-active .rb-plan-popup__addon-box {
    border-color: #16a34a;
    background: #16a34a;
}

.rb-plan-popup__addon.is-locked .rb-plan-popup__addon-box:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #4ade80;
    border-bottom: 2px solid #4ade80;
    background: none;
    transform: rotate(45deg);
}

.rb-plan-popup__addon.is-locked .rb-plan-popup__addon-title {
    color: #FAFAFA;
}

.rb-plan-popup__addon-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    text-align: left;
}

.rb-plan-popup__addon-title {
    display: block;
    min-width: 0;
    overflow-wrap: break-word;
}

.rb-plan-popup__addon-description {
    display: block;
    min-width: 0;
    margin-top: 3px;
    color: #848790;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.rb-plan-popup__submit-note {
    display: none;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    color: #16a34a;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    text-align: left;
}

.rb-plan-popup__submit-note.is-visible {
    display: flex;
}

.rb-plan-popup__submit-note-icon {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #16a34a;
}

.rb-plan-popup__submit-note span {
    min-width: 0;
    overflow-wrap: break-word;
}

.rb-plan-popup__submit-icon {
    flex: 0 0 auto;
    margin-right: 8px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
}

.rb-plan-popup__submit-label {
    min-width: 0;
    white-space: nowrap;
}

.rb-plan-popup__hours-description {
    display: none;
    margin-top: 8px;
    color: #a1a1aa;
    font-size: 13px;
    line-height: 1.45;
}

.rb-plan-popup__hours-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.jsuser-dhours-row {
    display: none;
}

.jsuser-dhours-row.is-visible {
    display: grid;
}

.rb-plan-popup__hours-row {
    grid-template-columns: minmax(0, 1fr) 116px minmax(190px, auto);
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.rb-plan-popup__hours-main {
    display: flex;
    align-items: baseline;
    min-width: 0;
    gap: 12px;
}

.rb-plan-popup__hours-separator {
    flex: 0 0 auto;
    color: #848790;
    font-size: 14px;
    line-height: 1;
}

.rb-plan-popup__hours-price {
    flex: 0 0 auto;
    color: #fafafa;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
}

.rb-plan-popup__hours-price strong {
    color: #fafafa;
    font-size: 16px;
}

.rb-plan-popup__hours-stepper {
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    background: rgba(7, 8, 12, 0.72);
}

.rb-plan-popup__hours-button {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fafafa;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}

.rb-plan-popup__hours-button:hover {
    background: rgba(232, 25, 44, 0.16);
}

.rb-plan-popup__hours-button:disabled {
    color: #5d6069;
    cursor: default;
    background: transparent;
}

.rb-plan-popup__hours-input {
    width: 44px;
    height: 36px;
    padding: 0;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    outline: 0;
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}

.rb-plan-popup__hours-input.is-zero,
.rb-plan-popup__selected-hours-line strong.is-zero {
    color: #e8192c;
}

.rb-plan-popup__hours-input.is-positive,
.rb-plan-popup__selected-hours-line strong.is-positive {
    color: #79b98b;
}

.rb-plan-popup__hours-label {
    color: #fafafa;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.rb-plan-popup__hours-outside {
    min-width: 0;
    justify-self: end;
    color: #848790;
    font-size: 11px;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}

.rb-plan-popup__hours-outside strong {
    color: #e8192c;
}

.rb-plan-popup__selected-icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rb-plan-popup .rb-plan-popup__selected-plan {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 175px), 1fr));
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.rb-plan-popup .rb-plan-popup__selected-left,
.rb-plan-popup .rb-plan-popup__selected-middle,
.rb-plan-popup .rb-plan-popup__selected-right {
    min-width: 0;
    min-height: 76px;
    padding: 10px 16px;
    box-sizing: border-box;
}

.rb-plan-popup .rb-plan-popup__selected-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rb-plan-popup .rb-plan-popup__selected-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(179, 42, 46, 0.28);
    border-left: 1px solid rgba(179, 42, 46, 0.28);
}

.rb-plan-popup .rb-plan-popup__selected-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    text-align: center;
}

.rb-plan-popup .rb-plan-popup__selected-name {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
}

.rb-plan-popup .rb-plan-popup__selected-icons {
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.rb-plan-popup .rb-plan-popup__selected-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    color: #d9dadf;
    font-size: 24px;
}

.rb-plan-popup .rb-plan-popup__selected-icon--sla {
    color: #e8192c;
}

.rb-plan-popup .rb-plan-popup__selected-desc {
    display: none;
}

.rb-plan-popup .rb-plan-popup__hours-badge {
    justify-content: center;
    align-self: center;
    margin-top: 0;
    margin-bottom: 7px;
    min-height: 19px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}

.rb-plan-popup .rb-plan-popup__selected-hours {
    gap: 4px;
    margin-top: 0;
}

.rb-plan-popup .rb-plan-popup__selected-hours-line {
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    line-height: 1.4;
}

.rb-plan-popup .rb-plan-popup__selected-hours-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    color: #e8192c;
}

.rb-plan-popup .rb-plan-popup__selected-hours-line i {
    flex: 0 0 14px;
    width: 14px;
    color: #e8192c;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}

.rb-plan-popup .rb-plan-popup__selected-hours-icon img {
    display: block;
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
}

.rb-plan-popup .rb-plan-popup__selected-price {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.rb-plan-popup .rb-plan-popup__selected-amount {
    font-size: 42px;
}

.rb-plan-popup .rb-plan-popup__selected-meta {
    font-size: 10px;
    white-space: normal;
}
