<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.minput input[type="time"] {
    text-transform: uppercase;
}

.minput input[type="time"], .minput input[type="time"]:focus, .minput input[type="time"]:active {
    background: transparent;
    background-color: transparent;
    color: inherit !important;
    outline: none;
    padding: 35px 16px 3px 3px;
    border: 0;
    box-shadow: none;
    resize: none;
    width: 100%;
    height: 66px;
    font-size: 15px;
    margin: 0;
    line-height: 28px;
}

.dig-custom-field-type-html b, .dig-custom-field-type-html strong {
    font-weight: bold;
}

.dig_sb_field_html textarea {
    min-height: 100px;
}

.minput input[type="time"] ~ label {
    font-size: 15px !important;
    top: -22px !important;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.dig-custom-field-type-html label, .dig-custom-field-type-heading label {
    display: none;
}

.dig_field_type_html span, .dig_field_type_heading span {
    display: none;
}

.dig_field_type_html .dig_custom_field_list, .dig_field_type_heading .dig_custom_field_list {
    background-color: transparent;
    border: none;
}

.result_section .nice-select.open .list, .condition_section .nice-select.open .list {
    position: absolute;
    width: auto;
    max-width: 250px;
}

#dig_reg_lb_footer {
    width: 800px;
    background-color: #FAFAFA;
}

#dig_open_reg_lb {
    background-color: #F7F8F9;
    border: 1px solid #DDE1E6;
    color: #26263A;
    font-size: 16px;
    text-align: center;
    height: 42px;
    width: 100%;
    line-height: 42px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-bottom: 24px;
}

#dig_reg_lb_footer {
    position: fixed;
    bottom: 0;
    padding-right: 18px;
    right: 20px;
    z-index: 9;
}

#dig_reg_lb_footer div {
    display: inline-block;
    position: relative;
    float: right;
}

.dig_reg_lb_cancel {
    height: 36px;
    margin: 8px 18px 10px 0;
    color: #00b5ec;
    font-size: 18px;
    cursor: pointer !important;
    font-weight: 500;
}

.dig_reg_lb {
    display: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 28px 28px 50px 28px;
    z-index: 99999;
    width: 800px;
    background-color: #FAFAFA;
    right: -800px;
}

.dig_small_header {
    width: 50%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 16px;
}

.logic_btn {
    cursor: pointer !important;
    margin: 0 5px;
    color: #b3b3b3;
    font-weight: 300;
    font-style: italic;
}

.logic_btn.selected_logic {
    color: #00b5ec;
    font-weight: 500;
}

.dig_reg_lb_body input[type="text"] {
    font-size: 13px;
}

.add_condition_row, .add_action_row {
    padding: 5px;
    width: 80%;
    margin: 10px auto;
    cursor: pointer !important;
    text-align: center;
}

.close_condition, .close_row img, .close_result {
    width: 10px;
    cursor: pointer !important;
}

.dig_reg_lb_body table td {
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.dig_reg_lb_body table td input{
    margin: 0;
}
.nice-select, .nice-select ul.list {
    min-width: 100%;
}

.close_row {
    border: 0 !important;
    background-color: #FAFAFA !important;
    padding-left: 4px;
}

.dig_lb_logic {
    height: 35px;
}

.dig_lb_logic td:nth-child(2) {
    padding-top: 9px;
    background-color: white;
    border: 1px solid rgba(255, 210, 0, .4) !important;
    text-align: center !important;
}

.condition_section table tr:last-child td:nth-child(2), .result_section table tr:last-child td:nth-child(2) {
    background-color: white;
    border: 1px solid rgba(255, 210, 0, .4) !important;
}

.add_logic {
    padding: 25px;
    margin: 20px 15px 20px;
    cursor: pointer !important;
    text-align: center;
    border: 1px dashed;
}

.dig_lb_condition td:nth-child(1), .dig_lb_result td:nth-child(1) {
    font-size: 14px;
}

.dig_lb_condition td:nth-child(4), .dig_lb_result td:nth-child(4) {
    border-right: 0px;
}

.dig_lb_condition td:nth-child(5), .dig_lb_result td:nth-child(5) {
    border-left: 0px;
    padding-right: 6px;
}

.dig_reg_lb_body .nice-select .current, .dig_reg_lb_body .nice-select .list li {
    text-transform: none;
}

.dig_reg_lb_body .dig_reg_rem_gr .dig_lb_trigger ul li:last-child,
.dig_reg_lb_body .dig_reg_rem_gr .dig_lb_trigger ul li:nth-last-child(2) {
    display: none;
}

.digits_admim_conf .dig_reg_lb .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}</pre></body></html>