body {
  margin: 0;
  font-family: "Lato", sans-serif; }

.sidebar {
  margin: 0;
  border-right: 1px solid #ccc;
  padding: 9px;
  /* width: 272px; */
  background-color: white;
  position: fixed;
  height: calc(100% - 88px);
  overflow: auto; }

.sidebar_div {
  display: block;
  color: black;
  padding: 0px 6px 6px 6px;
  text-decoration: none; }

.sidebar_div div.active {
  background-color: #c4ecff;
  color: black;
  border-radius: 5px; }

.sidebar_div div {
  padding: 4px; }

.sidebar-option {
  position: relative; }

.sidebar-option:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px; }

.dropdownlist:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px; }

.suggest_options:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px; }

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative; }
  .sidebar a {
    float: left; }
  div.content {
    margin-left: 0; } }

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none; } }

.sidebar_options {
  width: 24px;
  height: 24px;
  box-shadow: #e5e9f0 0px 0px 0px 1px;
  border-radius: 50%;
  text-align: center; }

.button_green {
  background-color: green;
  font-size: 10px;
  color: white;
  padding: 1px 3px;
  border-radius: 3px;
  border: none; }

.button_gray {
  background-color: #aaaaaa;
  font-size: 10px;
  color: white;
  padding: 1px 3px;
  border-radius: 3px;
  border: none; }

.dropdown_block {
  display: block !important; }

.dropdown_none {
  display: none !important; }

.p_11 {
  padding: 11px !important; }

.hover_color:hover {
  /* color:  rgba(0,0,0,0.05); */
  color: black !important;
  border-radius: 5px; }

.font_500 {
  font-weight: 500; }

.font_color {
  color: #4d4d4d; }

.section_active {
  background-color: #c4ecff !important;
  color: black;
  border-radius: 5px; }

.no_automation {
  display: flex;
  padding: 0px;
  border: 1px solid #e5e9f0;
  border-radius: 6px;
  margin-bottom: 5px;
  align-items: center;
  cursor: pointer; }

.no_automation:hover {
  background-color: #dff3fd !important;
  border: 1px solid black; }

.icon_style {
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 27px;
  background-color: #c4ecff;
  width: 27px;
  justify-content: center; }

.no_automation_text {
  margin-left: 8px;
  opacity: 0.6;
  font-weight: 600;
  font-size: 14px; }

.circle {
  border-radius: 50%; }

.SvgIconDiv {
  width: 24px;
  height: 24px;
  box-shadow: #e5e9f0 0px 0px 0px 1px;
  padding: 0px !important;
  border-radius: 50%;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center; }

.trigger-actions-wrappers {
  display: flex;
  max-width: 44px;
  padding: 0px !important;
  cursor: pointer; }
  .trigger-actions-wrappers .icon {
    position: relative;
    padding: 0px;
    transition: margin 250ms ease 0s; }
  .trigger-actions-wrappers .visible-icon,
  .trigger-actions-wrappers .icon {
    display: inline-block; }
  .trigger-actions-wrappers .hidden-icon {
    display: none; }
  .trigger-actions-wrappers:hover .hidden-icon {
    display: inline-block; }
  .trigger-actions-wrappers:hover .visible-icon {
    display: none !important; }
  .trigger-actions-wrappers:hover .hidden-icon,
  .trigger-actions-wrappers:hover .visible-icon,
  .trigger-actions-wrappers:hover .icon {
    margin-left: -5px !important; }

.sideberRunAndDiscriptionText {
  padding: 0px !important;
  font-size: smaller;
  color: #616670;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

select option {
  background-color: white;
  padding: 2px; }

.active_right {
  background-color: #c4ecff !important;
  color: black;
  border-radius: 5px; }

.input_focus:focus {
  /* border-color: #4F86C6 !important; */
  border: none !important;
  box-shadow: 0 0 0 2px #166ee1 !important; }

.blue_color {
  color: #166ee1;
  font-weight: 400; }

.result_overflow {
  white-space: nowrap;
  /* max-width: 150px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.ml-2 {
  margin-left: 2px; }

.d-flex {
  display: flex; }

.cancelButton {
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  height: 32px;
  font-size: 13px;
  max-width: 100%;
  padding: 0rem 0.75rem;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  opacity: .75; }

.cancelButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1; }

.runButton {
  background-color: #166ee1;
  border: none;
  padding: 0rem 0.75rem;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 500; }

.changeTriggerActionButton {
  background-color: #dc043b;
  border: none;
  padding: 0rem 0.75rem;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 500; }

.changeTriggerActionButton:hover {
  opacity: 0.85; }

.changeTriggerActionModal {
  width: 230px;
  padding: 1rem;
  margin-top: 10px;
  position: absolute;
  background-color: white;
  box-shadow: #cccccc 0px 1px 5px 0px;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #cccccc; }

#ScheduleTriggerTimingSection {
  box-sizing: border-box;
  margin-top: 1rem; }
  #ScheduleTriggerTimingSection .timingContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
  #ScheduleTriggerTimingSection .timelabel {
    box-sizing: border-box;
    display: flex;
    align-items: baseline; }
  #ScheduleTriggerTimingSection .fieldWarn {
    padding-right: .25rem;
    color: #dc043b;
    fill: #dc043b; }
  #ScheduleTriggerTimingSection .timingText {
    font-weight: 500; }
  #ScheduleTriggerTimingSection .timeSelections {
    box-sizing: border-box;
    display: flex;
    margin-top: .5rem; }
  #ScheduleTriggerTimingSection .timeSelectionsMainDiv {
    position: relative; }
  #ScheduleTriggerTimingSection .flex-column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
  #ScheduleTriggerTimingSection .item-center {
    display: flex;
    box-sizing: border-box;
    align-items: center; }
  #ScheduleTriggerTimingSection .minuteSelectDropDownDiv {
    margin-right: .25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
  #ScheduleTriggerTimingSection .minuteSelectDropDown {
    min-width: 70px;
    margin-left: .5rem;
    margin-right: .5rem; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__triangle {
    display: none; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__time-container {
    width: 80px; }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__time-container .react-datepicker__time {
      width: 80px; }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__time-container .react-datepicker__time-box {
      width: 80px; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__header--time {
    padding-top: 8px; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__input-container input {
    width: 80px;
    cursor: pointer;
    display: flex;
    height: 34px !important;
    outline: none !important;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-align: left;
    border: 1px solid rgba(34, 36, 38, 0.15); }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__input-container input:focus {
      border: 2px solid #008DD2; }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__input-container input:hover {
      border: 2px solid #008DD2; }
  #ScheduleTriggerTimingSection .weekdaysMainDropdown {
    box-sizing: border-box;
    flex-shrink: 0;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    display: flex; }
  #ScheduleTriggerTimingSection .weekdaysMainDiv {
    height: 100%;
    display: flex;
    flex-direction: column-reverse; }
  #ScheduleTriggerTimingSection .actionBtnDiv {
    display: flex;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 11px; }
  #ScheduleTriggerTimingSection .weekdaysList {
    max-height: 500px;
    flex-basis: 100px;
    overflow: auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding-top: .25rem;
    padding-bottom: .25rem; }
  #ScheduleTriggerTimingSection .weekdayDropdownSpanText {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #ScheduleTriggerTimingSection .border_select {
    width: 122px;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    height: 34px; }
  #ScheduleTriggerTimingSection .buttonDiv {
    display: flex;
    padding-top: .5rem; }
  #ScheduleTriggerTimingSection .roundedPointer {
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
    min-width: 0;
    min-height: 0;
    display: flex;
    padding: .25rem;
    border-radius: 3px; }
  #ScheduleTriggerTimingSection .selectButtonMainDiv {
    flex-direction: row;
    display: flex;
    margin-top: .25rem; }
  #ScheduleTriggerTimingSection .selectBtn {
    box-sizing: border-box;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    fill: #333;
    background-color: #fff; }
    #ScheduleTriggerTimingSection .selectBtn span {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 11px;
      line-height: 20px;
      cursor: pointer;
      color: #333;
      fill: #333; }
  #ScheduleTriggerTimingSection #RadioToggle .ui.fitted.toggle.checkbox {
    top: 5px; }
  #ScheduleTriggerTimingSection .datePicker .react-datepicker__input-container input {
    width: 100px;
    cursor: pointer;
    display: flex;
    height: 34px !important;
    outline: none !important;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-align: left;
    border: 1px solid rgba(34, 36, 38, 0.15); }
    #ScheduleTriggerTimingSection .datePicker .react-datepicker__input-container input:focus {
      border: 2px solid #008DD2; }
    #ScheduleTriggerTimingSection .datePicker .react-datepicker__input-container input:hover {
      border: 2px solid #008DD2; }

#SortModel, #FindRowActionFilterModel {
  z-index: 1; }
  #SortModel .asc-desc-box, #FindRowActionFilterModel .asc-desc-box {
    padding-top: 5px; }
    #SortModel .asc-desc-box .checkbox, #FindRowActionFilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #SortModel .checkbox-filter, #FindRowActionFilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #SortModel .react-datepicker-wrapper, #FindRowActionFilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #SortModel .react-datepicker-wrapper input, #FindRowActionFilterModel .react-datepicker-wrapper input {
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 200px; }
      #SortModel .react-datepicker-wrapper input:focus, #FindRowActionFilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #SortModel .sort-bx-limit .sort-by-bx, #FindRowActionFilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #SortModel .sort-box, #FindRowActionFilterModel .sort-box {
    padding: 6px 0; }
    #SortModel .sort-box i.close, #FindRowActionFilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      top: -2px; }
    #SortModel .sort-box .Sort-text, #FindRowActionFilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #SortModel .sort-box .sort-bx, #FindRowActionFilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #SortModel .sort-box .sort-by-bx, #FindRowActionFilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px !important; }
      #SortModel .sort-box .sort-by-bx span, #FindRowActionFilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #SortModel .sort-box .sort-by-bx:hover, #FindRowActionFilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #SortModel .sort-box .sort-by-bx i, #FindRowActionFilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px;
        top: -4px; }
    #SortModel .sort-box .checkbox, #FindRowActionFilterModel .sort-box .checkbox {
      font-size: 12px; }
  #SortModel .select-box, #FindRowActionFilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #SortModel .select-box li, #FindRowActionFilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #SortModel .select-box li:hover, #FindRowActionFilterModel .select-box li:hover {
        background: #e7e7e7; }
  #SortModel .link-sort, #FindRowActionFilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #SortModel .empty-bx, #FindRowActionFilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #SortModel .Select, #FindRowActionFilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #SortModel .Select .Select-menu-outer, #FindRowActionFilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #SortModel .Select .Select-control, #FindRowActionFilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #SortModel .Select .Select-control .Select-placeholder, #FindRowActionFilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #SortModel .Select .Select-control .Select-multi-value-wrapper, #FindRowActionFilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #SortModel .Select .Select-control .Select-arrow-zone, #FindRowActionFilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #SortModel .Select .Select-control .Select-input, #FindRowActionFilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #SortModel .Select .Select-control .Select-input > input, #FindRowActionFilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #SortModel .Select .Select-control:hover, #FindRowActionFilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #SortModel .Select .Select-control .select-tag-wrapper, #FindRowActionFilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #SortModel .Select .tab-select-bx, #FindRowActionFilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #SortModel .Select .collaborator-tag, #FindRowActionFilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #SortModel .Select .collaborator-tag img, #FindRowActionFilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #SortModel .Select .collaborator-tag p, #FindRowActionFilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #SortModel .Select .select-tag, #FindRowActionFilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #SortModel .Select .select-tag .Select-aria-only, #FindRowActionFilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #SortModel .input-filter, #FindRowActionFilterModel .input-filter {
    height: 30px !important;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#FindRowActionFilterModel {
  width: 100%; }
  #FindRowActionFilterModel .mainFilterDiv {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 7px; }
  #FindRowActionFilterModel .text-input input {
    height: 30px !important; }
  #FindRowActionFilterModel .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #FindRowActionFilterModel .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #FindRowActionFilterModel .Select-arrow-zone {
    padding-top: 4px; }
  #FindRowActionFilterModel .close-icon {
    display: none; }
  @media screen and (max-width: 767px) {
    #FindRowActionFilterModel {
      left: -164px; }
      #FindRowActionFilterModel .close-icon {
        display: block; } }
  #FindRowActionFilterModel .link-sort {
    cursor: pointer; }
    #FindRowActionFilterModel .link-sort:hover {
      font-size: 13px; }
  #FindRowActionFilterModel .foundCellDiv {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin-top: 20px; }
  #FindRowActionFilterModel .react-datepicker-popper {
    margin-left: -5px !important; }
  #FindRowActionFilterModel .checkbox-filter {
    padding: 0px !important; }

.mainplusdiv {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer; }

.subplusdiv {
  background-color: #166ee1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: white;
  cursor: pointer; }

.whatsAppBodyItemValue {
  width: auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1px 7px;
  border-radius: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  background-color: #0000ff14; }

.whatsAppBodyItemValueText {
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  width: fit-content;
  width: 100px; }

.inputForWebhook {
  color: #444444;
  margin-right: 0.5rem;
  border: none;
  box-shadow: #e0e0e0 0px 0px 0px 1px;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05); }

.copyButtonForWebhook {
  background-color: white;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  height: 32px;
  line-height: 22px;
  border-radius: 6px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 0px 2px, rgba(0, 0, 0, 0.08) 0px 1px 3px; }

.rotate_icon {
  transform: rotate(180deg);
  transition: 300ms ease all; }

.rotate_icon_first {
  transition: 300ms ease all; }

.dropdown-header {
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 8px;
  margin: 5px 0;
  border-radius: 5px;
  display: flex;
  align-items: center; }

.dropdown-header:hover {
  background-color: #ddd; }

.isObjectsss {
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  width: auto;
  border-bottom: 1px solid #ddd; }
  .isObjectsss:hover {
    background: #f0f0f0; }

.isNotObject {
  cursor: default;
  background: transparent;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  width: auto;
  user-select: text; }

.select-cell .css-1okebmr-indicatorSeparator {
  display: none; }

.select-cell .css-yk16xz-control {
  border-radius: 0px; }

.select-cell .css-b8ldur-Input {
  caret-color: black !important; }

.select-cell .Select {
  z-index: 2;
  min-height: 30px; }
  .select-cell .Select .Select-clear {
    margin-top: -5px; }
  .select-cell .Select .Select-control {
    position: relative;
    height: inherit !important;
    border: 2px solid #0096ff;
    border-radius: 4px;
    z-index: 1 !important; }
    .select-cell .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .select-cell .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .select-cell .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .select-cell .Select .Select-control .Select-input {
      height: 18px;
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .select-cell .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .select-cell .Select .Select-control:hover {
      box-shadow: none; }

.select-cell .Select.is-focused:not(.is-open) > .Select-control {
  box-shadow: none; }

.select-cell .Select-menu-outer {
  z-index: 3;
  box-shadow: 0 0 8px #888;
  width: max-content;
  min-width: 100%; }
  .select-cell .Select-menu-outer .Select-menu .Select-option {
    padding: 6px 10px;
    width: 100%;
    min-width: max-content; }
  .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
    width: 4px; }

.select-cell .links-bx {
  border: 2px solid #0096ff;
  border-radius: 4px;
  padding: 5px; }
  .select-cell .links-bx .links-bx-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: 115px; }
  .select-cell .links-bx .icon-expand {
    position: absolute;
    right: 5px;
    top: 10px; }

.select-cell .api-data {
  border: 2px solid #0096ff;
  border-radius: 4px;
  max-width: 500px;
  overflow: scroll;
  padding: 5px; }

.numberInputBox .input {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 30px; }

#StaticPhoneNumberColumn .PhoneInput {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 10px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px; }
  #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry {
    width: 27px; }
    #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry svg {
      width: 100%;
      border-radius: 3px; }
    #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
      display: none; }
    #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
      display: flex;
      align-items: center; }
  #StaticPhoneNumberColumn .PhoneInput input {
    border: none;
    margin: auto;
    width: -webkit-fill-available;
    padding-left: 10px; }
    #StaticPhoneNumberColumn .PhoneInput input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
    #StaticPhoneNumberColumn .PhoneInput input:active {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }

.staticColumnDatePicker .react-datepicker-wrapper {
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  position: absolute;
  display: -webkit-inline-box; }
  .staticColumnDatePicker .react-datepicker-wrapper .react-datepicker__input-container {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    display: block !important; }

.staticColumnDatePicker input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 6px;
  box-shadow: none;
  line-height: 20px; }

.staticColumnDatePicker:focus {
  border: 2px solid #e0e0e0; }

