.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: 100%;
  background-color: #fafafa;
}

#dig_open_reg_lb {
  background-color: #f7f8f9;
  border: 1px solid rgb(235, 235, 240);
  color: #26263a;
  font-size: 16px;
  text-align: center;
  height: 42px;
  width: 99.593%;
  line-height: 42px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
}

#dig_reg_lb_footer {
  position: static;
  bottom: 0;
  padding-right: 18px;
  right: 20px;
  background-color: #ffffff;
  z-index: 99;
}

#dig_reg_lb_footer div {
  display: inline-block;
}

.dig_reg_lb_cancel {
  margin: 8px 18px 8px 18px;
  background-color: #26263a;
  color: #ffffff;
  width: 100px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer !important;
  padding: 9px 0;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#dig_reg_lb_modal {
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(125, 57, 255, 0.18);
  backdrop-filter: blur(6px);
}

.hide-dig_reg_lb_modal {
  display: none !important;
}

.dig_reg_lb {
  display: none;
  position: absolute;
  bottom: 10%;
  overflow: auto;
  padding: 28px 28px 50px 28px;
  z-index: 9999;
  width: 75%;
  height: 75%;
  max-width: 770px;
  max-height: 75vh;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 16px;
}

.dig_lb_condition {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 5px auto;
}

.dig_lb_result {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 5px auto;
}

.dig_reg_lb_custom_input {
  width: 30%;
  position: relative !important;
}

.result_section_input {
  position: relative !important;
}

.dig_small_header {
  width: 50%;
  text-align: center;
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  margin-bottom: 7px;
  display: block;
  /* margin-left: 0; */
  text-align: left;
}

.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 {
  position: absolute;
  top: 10px;
  bottom: 50px;
  left: 28px;
  right: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 40px;
  padding-right: 40px;
}

.dig_reg_lb_body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dig_reg_lb_body::-webkit-scrollbar-thumb {
  background-color: #00000029;
  border-radius: 8px;
}

.dig_reg_lb_body::-webkit-scrollbar-thumb:hover {
  background-color: #0000004f;
}

.dig_reg_lb_body::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 8px;
}

.dig_reg_lb_body::-webkit-scrollbar-track:hover {
  background-color: #e5e5e5;
}

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

.dig_lb_row {
  border-style: solid;
  border-color: #0000002a;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  margin: 5px auto;
  transition: all 500ms ease;
}

.dig_lb_row:hover {
  box-shadow: 0px 0px 2px 1px #0000002a;
}

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

.close_condition,
.close_row img,
.close_result {
  width: 12px;
  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;
  padding-left: 4px;
}

.dig_lb_logic {
  height: 25px;
  padding-top: 9px;
  background-color: white;
  border: 1px dashed !important;
  text-align: center !important;
  width: 80%;
  margin: 10px auto;
}

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

.dig_lb_condition {
  width: 100%;
}

.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 .untselect-container--default .untselect-selection--single .untselect-selection__arrow {
  right: 0;
}

.digits-field-type_upload {
  position: relative;
}

.digits-form_input.digits-field-type_upload .input-append {
  position: absolute;
  top: 9px;
}

.digits-field-type_upload .field_label {
  display: block !important;
}

.digits-select-dropdown-styling {
  position: absolute !important;
}

.dig_lb_condition_value_input,
.dig_lb_condition_value_input .dig_lb_value {
  width: 150px;
}

.dig_lb_result {
  height: 42px;
}