/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
body.dark {
  color-scheme: dark;
}
body {
  min-height: 610px;
  min-width: 870px;
  color: #222 !important;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}
#root,
.ant-app,
.ant-layout {
  height: 100%;
}
#root .ant-spin-nested-loading > div > .ant-spin {
  max-height: initial;
}
.window {
  background-color: #cde4f5 !important;
  width: 100%;
  height: 100%;
}
.list-group-item.active {
  background-color: #662d91 !important;
}
.ant-spin-nested-loading,
.ant-spin-container {
  height: 100%;
}
.ant-input-group .ant-select {
  height: 100%;
}
.ant-input-group .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  padding-top: 0;
}
.ant-input-group .ant-select-selection .ant-select-selection-selected-value {
  padding-top: 2px;
}
.ant-input-group .ant-input-group-addon {
  padding-left: 8px;
}
.ant-input-group .select-container {
  height: 32px;
}
.ant-space-addon {
  padding: 0 8px;
  white-space: nowrap;
}
.ant-btn-icon {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.anticon {
  font-size: 14px;
}
.ant-switch .anticon {
  font-size: 12px;
}
.ant-tree-switcher-icon {
  font-size: 14px !important;
  vertical-align: middle !important;
}
.ant-switch-inner-checked,
.ant-switch-inner-unchecked {
  font-size: 12px !important;
}
.ant-splitter-bar {
  margin: 6px;
}
._errorMessage_5z3vi_1 {
  padding: 3em;
}

._copyTraceBtn_5z3vi_5 {
  position: absolute;
  left: 24px;
}
._container_cq9ym_1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

._loader_cq9ym_7,
._loader_cq9ym_7:before,
._loader_cq9ym_7:after {
  background: #555;
  -webkit-animation: _load1_cq9ym_1 1s infinite ease-in-out;
  animation: _load1_cq9ym_1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
._loader_cq9ym_7 {
  color: #555;
  text-indent: -9999em;
  top: 45%;
  margin: auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
._loader_cq9ym_7:before,
._loader_cq9ym_7:after {
  position: absolute;
  top: 0;
  content: '';
}
._loader_cq9ym_7:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
._loader_cq9ym_7:after {
  left: 1.5em;
}
@-webkit-keyframes _load1_cq9ym_1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes _load1_cq9ym_1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
._sessionContainer_1h5pq_1 {
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  flex-flow: column;
}

._sessionContainer_1h5pq_1 .ant-divider-horizontal {
  margin: 0px;
}

._sessionContainer_1h5pq_1 .ant-tabs-tab .anticon.anticon-close-square {
  color: red;
  margin-left: 10px;
}

._sessionContainer_1h5pq_1 .addCloudProviderTab {
  font-style: italic;
}

._sessionHeader_1h5pq_22 {
  display: flex;
  justify-content: space-between;
}

._sessionFooter_1h5pq_27 {
  margin-top: 15px;
  text-align: right;
  height: 30px;
}

._sessionFooter_1h5pq_27 ._desiredCapsLink_1h5pq_33 {
  float: left;
}

._serverTabs_1h5pq_37 {
  padding-bottom: 8px;
  flex: 1;
  max-width: 95%;
}

._serverTabs_1h5pq_37 .ant-tabs-bar {
  padding-top: 2em;
  margin-top: -1em;
}

._serverTabs_1h5pq_37 .ant-tabs-nav-wrap {
  -webkit-app-region: drag;
}

._serverTabs_1h5pq_37 .ant-tabs-tab {
  -webkit-app-region: no-drag;
}

._serverTabs_1h5pq_37 .ant-form > .ant-row > div {
  padding-bottom: 12px;
}

._serverTabs_1h5pq_37 .ant-form-item {
  margin: 0;
}

._scrollingTabCont_1h5pq_64 {
  margin-top: 15px;
  margin-bottom: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

._scrollingTabCont_1h5pq_64 .ant-tabs-bar {
  margin-bottom: 0px;
}

._scrollingTabCont_1h5pq_64 .ant-tabs-content {
  height: 100%;
}

._scrollingTab_1h5pq_64 {
  scrollbar-width: none; /* -webkit-scrollbar for Firefox */
  overflow-y: scroll;
  height: 100%;
}

._scrollingTab_1h5pq_64::-webkit-scrollbar {
  width: 0px;
}

._startSessionBtn_1h5pq_91 {
  margin-left: 1em;
}

._localDesc_1h5pq_95 {
  font-style: italic;
  color: #666;
  margin: 0;
  padding: 6px 8px 0 8px;
}

._errorMessage_1h5pq_102 {
  padding-top: 1px;
  color: #ff4d4f;
  font-size: 12px;
}
._btnReload_v246w_1 {
  float: right;
  margin-left: 8px;
}
._capsEditorTitle_19unc_1 {
  width: 100%;
  height: 22px;
  padding: 0;
  margin: 0;
  resize: none;
}

._capsNameEditorButton_19unc_9 {
  margin: 0 8px 0 0;
  padding: 0;
}

._formattedCaps_19unc_14,
._formattedCapsBody_19unc_15 {
  height: 100%;
}

._formattedCapsBody_19unc_15 pre {
  height: 100%;
  margin: 0;
  padding: 24px 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

._formattedCaps_19unc_14 .ant-card-head-title {
  padding-right: 10px;
  height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
}

._formattedCaps_19unc_14 .ant-card-body {
  height: calc(100% - 66px);
  padding: 0 14px 0 24px;
  flex: 1;
  overflow-y: auto;
}

._formattedCaps_19unc_14 .ant-card-extra {
  padding: 15px 0;
}

._capsEditorControls_19unc_46 {
  position: absolute;
  right: 0;
  padding: 28px;
  z-index: 1;
}

._capsEditorButton_19unc_53 {
  margin: 0 0 0 4px;
}

._capsEditor_19unc_1 {
  width: 100%;
  height: 100%;
  padding: 24px 0;
}

._capsEditorBody_19unc_63 {
  width: 100%;
  padding: 0;
  margin: -1px;
  resize: none !important;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 1em;
}

._capsEditorBodyFull_19unc_72 {
  height: 100% !important;
}

._capsEditorBodyResized_19unc_76 {
  height: calc(100% - 40px) !important;
}
._capsBoxFont_ix6yz_1 {
  font-family: monospace;
}

._newSessionForm_ix6yz_5 {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

._newSessionForm_ix6yz_5::-webkit-scrollbar {
  width: 0px;
}

._newSessionForm_ix6yz_5 .ant-form-item {
  margin-bottom: 0.5em;
}

._addCapabilityButton_ix6yz_19 {
  float: right;
}
._capabilitySetsTable_mbhtz_1 .ant-table {
  height: 100%;
}

._capabilitySetsTable_mbhtz_1 .ant-table-sticky-holder {
  z-index: 2 !important;
}
._advancedSettingsContainerCol_1pe75_1 {
  width: 100%;
}

._advancedSettingsContainer_1pe75_1 .ant-form-item {
  margin: 0;
}

._tabText_1pe75_9 img {
  height: 20px;
  filter: grayscale(100%);
}

.ant-tabs-tab-active ._tabText_1pe75_9 img {
  filter: none;
}

._cloudProviderModal_1pe75_18 {
  min-width: 600px;
  max-width: 100%;
}

._cloudProviderModal_1pe75_18 .ant-row {
  margin-bottom: 16px;
}

._cloudProviderModal_1pe75_18 .ant-modal-body button {
  width: 100%;
  padding: 4px;
}

._cloudProviderModal_1pe75_18 .ant-modal-body button img {
  height: 100%;
}

._addonDataCenterRadioContainer_1pe75_36 {
  padding-left: 8px;
  min-height: 32px;
}

._addonCheckbox_1pe75_41 {
  align-items: center;
  min-height: 32px;
}
._inspectorContainer_1uz5m_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._inspectorMain_1uz5m_7 {
  display: flex;
  flex: 1;
  flex-direction: row;
  padding: 1em;
  max-width: 100%;
  height: calc(100% - 50px);
}

._inspectorMain_1uz5m_7 ._screenshotContainer_1uz5m_16 {
  max-width: 500px;
  max-height: calc(100% - 50px);
  flex-grow: 1;
  flex-shrink: 2;
  flex-basis: 400px;
}

._screenshotContainer_1uz5m_16 ._screenshotControls_1uz5m_24 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  margin-bottom: 12px;
}

._inspectorMain_1uz5m_7 ._screenshotContainer_1uz5m_16 img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.05);
}

._inspectorMain_1uz5m_7 ._screenshotContainer_1uz5m_16 ._screenshotBox_1uz5m_40 {
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  overflow: hidden;
}

._inspectorMain_1uz5m_7 .ant-card-head-wrapper {
  max-height: 48px;
}

._inspectorMain_1uz5m_7 .ant-card-head {
  max-height: 48px;
  padding: 0px 12px;
  margin-bottom: 0px;
}

._inspectorMain_1uz5m_7 .ant-card-body {
  height: calc(100% - 54px);
  padding: 12px;
  scrollbar-width: none; /* -webkit-scrollbar for Firefox */
}

._inspectorMain_1uz5m_7 .ant-card-body::-webkit-scrollbar {
  background: transparent;
  width: 14px;
}

._inspectorTabsContainer_1uz5m_69 {
  position: relative;
  flex-grow: 1;
  flex-basis: 550px;
  min-width: 380px;
  padding-left: 1em;
  display: flex;
  flex-flow: column;
  height: 100%;
}

._inspectorTabsContainer_1uz5m_69 .ant-tabs {
  height: 100%;
}

._inspectorTabsContainer_1uz5m_69 .ant-tabs-content {
  height: 100%;
}

._inspectorTabsContainer_1uz5m_69 .ant-tabs-tabpane {
  height: 100%;
}

._inspectorTabsContainer_1uz5m_69 .ant-card {
  height: 100%;
}

._interactionTabCard_1uz5m_96 .ant-card-body {
  overflow: scroll;
}

._interactionTabCard_1uz5m_96 {
  flex: 2;
  height: 100%;
}

._recordedCode_1uz5m_105 {
  height: 100%;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

._frameworkDropdown_1uz5m_112 {
  width: 150px;
}

._spaceContainer_1uz5m_116 {
  display: flex;
  word-break: break-word;
}
._commandsContainer_n04ta_1 {
  height: 100%;
}

._commandsContainer_n04ta_1 .ant-select {
  width: 100%;
}

._commandsContainer_n04ta_1 .ant-btn {
  width: 100%;
}

._btnContainer_n04ta_13 {
  padding: 8px;
  height: 100%;
}

._methodMapTab_n04ta_18 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

._methodMapGrid_n04ta_24 {
  overflow-y: auto;
}

._commandArgInputRow_n04ta_28 {
  padding: 4px 0 0 0;
}

._commandResultModal_n04ta_32 .ant-modal-footer {
  text-align: unset;
}

._commandResultModalOkButtonCol_n04ta_36 {
  display: flex;
  justify-content: flex-end;
}

._commandResultRawPreBlock_n04ta_41 {
  margin: 0;
}

._commandResultTable_n04ta_45 .ant-table-tbody > tr > td {
  vertical-align: top;
}

._commandResultTableCell_n04ta_49 {
  margin: 0;
  white-space: pre-wrap;
  cursor: pointer;
}

._methodBtn_n04ta_55 {
  white-space: normal;
  word-break: break-all;
  height: 100%;
  min-height: 30px;
}

._deprecatedMethod_n04ta_62 {
  background-color: #f8f8e3;
}

.dark ._deprecatedMethod_n04ta_62 {
  background-color: #292919;
}
._errorIcon_7qs97_1 {
  color: red;
  margin: 5px;
}

._gestureHeaderTitle_7qs97_6 {
  font-size: 18px;
  font-weight: 500;
  box-shadow: none !important;
  border-width: 0px !important;
}

._gestureHeaderDescription_7qs97_13 {
  padding-left: 32px;
}

._gestureHeaderDescriptionInput_7qs97_17 {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  box-shadow: none !important;
  border-width: 0px !important;
}

._gestureEditorDivider_7qs97_25 {
  margin: 10px 0;
}

._timelineTickTitle_7qs97_29 {
  text-align: center;
}

._gestureTimeline_7qs97_33 {
  width: 90%;
  margin: -10px 0;
  min-height: 36px;
}

._gestureTimeline_7qs97_33 .anticon {
  font-size: 20px;
}

._gestureTimeline_7qs97_33 .ant-steps-item-finish .anticon,
._gestureTimeline_7qs97_33 .ant-steps-item-rail-finish {
  color: var(--timelineColor);
  border-color: var(--timelineColor);
}

._gestureTimeline_7qs97_33 .ant-steps-item-wait .anticon,
._gestureTimeline_7qs97_33 .ant-steps-item-rail-wait {
  color: #ffffff;
  border-color: #ffffff;
}

.dark ._gestureTimeline_7qs97_33 .ant-steps-item-wait .anticon,
.dark ._gestureTimeline_7qs97_33 .ant-steps-item-rail-wait {
  color: #141414;
  border-color: #141414;
}

._tickInputBox_7qs97_61 {
  display: block;
  text-align: center;
}

._tickPointerInput_7qs97_66 {
  width: 100%;
}

._optionInput_7qs97_70 {
  text-align: center;
}

._tickCard_7qs97_74 .ant-card-head {
  min-height: unset;
  padding: 0px;
  border-bottom: none;
}

._tickCard_7qs97_74 .ant-card-body {
  padding-top: 6px;
  height: calc(100% - 25px);
}

._tickPlusBtnWrapper_7qs97_85 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._pointerTitle_7qs97_93 {
  max-width: 65px;
  padding: 0 0 0 0;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 20%;
}
._locatorStrategyBtn_1yqzt_1 {
  margin: 2px;
  min-width: 24%;
  max-width: 49%;
  flex-grow: 1;
}

._locatorSelectorTextArea_1yqzt_8 {
  width: 100%;
}

._headerBtnIcon_1yqzt_12 {
  font-size: 16px;
  vertical-align: middle;
}

._wideTooltip_1yqzt_17 {
  max-width: 400px;
}

._contextsInfoBtn_1yqzt_21 {
  height: 30px;
  width: 30px;
  color: #ffffff;
  margin-top: 1px;
  padding: 3px 0 0 7px;
}

._noContextsInfoIcon_1yqzt_29 {
  background-color: #faad14;
}

._headerContextSelector_1yqzt_33 {
  width: 350px;
}

._contextsInfoIcon_1yqzt_37 {
  background-color: #1890ff;
}

._headerButtons_1yqzt_41 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  width: 100%;
  height: 50px;
  -webkit-app-region: drag;
}

._headerButtons_1yqzt_41 .ant-divider-horizontal {
  margin: 0px;
}

._headerButtons_1yqzt_41 ._ant-btn_1yqzt_56 {
  height: auto !important;
  width: auto !important;
}

._headerButtons_1yqzt_41 .ant-space-item {
  -webkit-app-region: no-drag;
}

._searchResultsList_1yqzt_65 {
  width: 100%;
  flex: 1;
  min-height: 24px;
  max-height: 150px;
  overflow: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #303030;
  border-radius: 6px 6px 0 0;
}

._searchResultsList_1yqzt_65 .ant-table-cell {
  padding: 4px 6px !important;
  height: 25px;
  text-align: left;
}

._searchResultsActions_1yqzt_83 {
  width: 350px;
}

._searchResultsKeyInput_1yqzt_87 {
  height: 32px;
  width: calc(100% - 64px);
}
._noRecordedActions_14ogq_1 {
  font-style: italic;
  margin-bottom: 20px;
}
._highlighterBox_1j74i_1 {
  position: absolute;
  opacity: 0.5;
  cursor: pointer;
}

._highlighterBox_1j74i_1._inspectedElementBox_1j74i_7 {
  background-color: rgb(90, 90, 178);
  visibility: visible;
}

._highlighterBox_1j74i_1:hover {
  background-color: yellow;
  visibility: visible;
}

._highlighterBox_1j74i_1._inspectedElementBox_1j74i_7:hover {
  background-color: rgb(100, 255, 100);
}

._centroidBox_1j74i_21 {
  width: 2.2vh;
  height: 2.2vh;
  border: 2px solid red;
  position: absolute;
  opacity: 0.6;
  overflow: hidden;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

._centroidBox_1j74i_21._centroid_1j74i_21._inspectedElementBox_1j74i_7 {
  background-color: rgb(90, 90, 178);
  opacity: 0.8;
}

._centroidBox_1j74i_21._centroid_1j74i_21:hover {
  background-color: yellow;
  opacity: 0.8;
}

._centroidBox_1j74i_21._centroid_1j74i_21._inspectedElementBox_1j74i_7:hover {
  background-color: rgb(100, 255, 100);
}

._centroidBox_1j74i_21._expand_1j74i_46 {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

._centroidBox_1j74i_21._expand_1j74i_46._inspectedElementBox_1j74i_7 {
  background-color: rgb(90, 90, 178);
  opacity: 0.8;
}

._centroidBox_1j74i_21._expand_1j74i_46:hover {
  background-color: yellow;
  opacity: 0.8;
}

._centroidBox_1j74i_21._expand_1j74i_46._inspectedElementBox_1j74i_7:hover {
  background-color: rgb(100, 255, 100);
}

._plusMinus_1j74i_65 {
  position: relative;
  top: -0.9vh;
  text-align: center;
  font-size: 2vh;
  font-weight: 800;
  color: red;
}

._centroidBox_1j74i_21._overlap_1j74i_74 {
  border-style: dashed;
  border-color: green;
  opacity: 1;
}

._centroidBox_1j74i_21._overlap_1j74i_74._inspectedElementBox_1j74i_7 {
  background-color: rgb(90, 90, 178);
  opacity: 0.8;
}

._centroidBox_1j74i_21._overlap_1j74i_74:hover {
  background-color: yellow;
  opacity: 0.8;
}

._centroidBox_1j74i_21._overlap_1j74i_74._inspectedElementBox_1j74i_7:hover {
  background-color: rgb(100, 255, 100);
}

._innerScreenshotContainer_1j74i_94 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._innerScreenshotContainer_1j74i_94 ._screenshotActionsPanel_1j74i_100 {
  margin-bottom: 2px;
  margin: 0 auto 2px auto;
}

._coordinatesContainer_1j74i_105 {
  position: absolute;
  background: rgba(255, 250, 205, 0.8);
  color: black;
  z-index: 100;
  padding: 2px;
}

._swipeSvg_1j74i_113 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

._swipeSvg_1j74i_113 line {
  stroke-width: 15;
  stroke: rgba(255, 153, 153, 0.8);
  stroke-linecap: round;
}

._swipeSvg_1j74i_113 circle {
  fill: rgba(255, 153, 153, 0.8);
}

._gestureSvg_1j74i_132 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

._gestureSvg_1j74i_132 line {
  opacity: 0.35;
}

._gestureSvg_1j74i_132 ._filled_1j74i_145,
._dashed_1j74i_146 {
  stroke-dasharray: 10;
  stroke-width: 5;
}

._gestureSvg_1j74i_132 ._whole_1j74i_151,
._newDashed_1j74i_152 {
  stroke-linecap: round;
  stroke-width: 15;
}

._gestureSvg_1j74i_132 circle {
  fill: none;
  stroke-width: 0.4%;
}

._gestureSvg_1j74i_132 ._dashedCircle_1j74i_162,
._newDashedCircle_1j74i_163 {
  stroke-dasharray: 0.9%;
  border-style: dashed;
}
._sessionInnerTable_pttou_1 .ant-table-body {
  scrollbar-width: none; /* -webkit-scrollbar for Firefox */
  margin-left: -32px;
}

._sessionInnerTable_pttou_1 .ant-table-body::-webkit-scrollbar {
  width: 0px;
}
._selectedElementCard_bvg4j_1 {
  display: flex;
  flex-direction: column;
}

._selectedElementCard_bvg4j_1 .ant-card-body {
  flex: 1;
  overflow: auto;
}

._selectedElemInfoMessage_bvg4j_11 {
  justify-content: center;
}

._selectedElemTableCells_bvg4j_15 {
  word-wrap: break-all;
  word-break: break-all;
}

._element-cell-copy_bvg4j_20 {
  cursor: pointer;
}

._selectedElemActions_bvg4j_24 {
  gap: 8px;
}

._elementKeyInputActions_bvg4j_28 {
  max-width: 400px;
  flex: 1;
}

._elementKeyInput_bvg4j_28 {
  height: 32px;
  width: calc(100% - 64px);
}

._selectedElemContentRow_bvg4j_38 {
  display: block;
}

._treeSearchHighlight_bvg4j_42 {
  background-color: #ffeb3b;
  border-radius: 2px;
}

.dark ._treeSearchHighlight_bvg4j_42 {
  background-color: #dba400;
}

._sourceAttrName_bvg4j_51 {
  color: #864da1;
  font-style: italic;
}

.dark ._sourceAttrName_bvg4j_51 {
  color: #c96dc6;
}

._sourceTag_bvg4j_60 {
  color: #7d2020;
  font-weight: normal;
}

.dark ._sourceTag_bvg4j_60 {
  color: #b31b1b;
}

._treeContainer_bvg4j_69 {
  height: 100%;
}

._treeWrapper_bvg4j_73 {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 8px;
}

._treeActions_bvg4j_80 {
  gap: 8px;
}

._treeSearchInput_bvg4j_84 {
  max-width: 400px;
  flex: 1;
}

._treeSearchInputAddon_bvg4j_89 {
  min-width: 46px;
  justify-content: center;
}

._sourceTree_bvg4j_94 {
  flex: 1;
  overflow: auto;
}
