/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.ck-editor__editable_inline {
  min-height: 150px;
}

.btn-thin {
  padding: 6px 10px;
}

.ihidden {
  display: none !important;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.condition-creator {
  display: flex;
  gap: 16px;
}
.condition-creator .components p {
  margin-bottom: 8px;
}
.condition-creator .components .choose-from {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.condition-creator .components .choose-from .btn-neutral {
  background-color: rgba(34, 41, 47, 0.1);
  padding: 6px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #636363;
}
.condition-creator .components .choose-from .btn-neutral:hover {
  box-shadow: 0 8px 25px -8px rgba(34, 41, 47, 0.1);
}
.condition-creator .result {
  position: relative;
  flex: 1;
  padding: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 25px -8px rgba(34, 41, 47, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.condition-creator .result #result_text {
  font-size: 14px;
  color: #636363;
  text-align: center;
}
.condition-creator .result .reset {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
}

.trigger-field-options {
  position: relative;
}
.trigger-field-options .trigger-field-options-toggler {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 4px;
}
.trigger-field-options .options-dropdown {
  display: none;
  padding: 16px;
  position: absolute;
  bottom: calc(100% + 4px);
  right: 0;
  z-index: 1;
  width: 350px;
  box-shadow: 0 8px 25px 0 rgba(34, 41, 47, 0.1) !important;
  margin-bottom: 0;
}
.trigger-field-options .options-dropdown.show {
  display: block;
}
.trigger-field-options .options-dropdown .options-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.synchronization-info {
  display: flex;
  justify-content: flex-end;
}
.synchronization-info p {
  margin-top: 28px;
  margin-bottom: 0;
  padding-inline: 12px;
  color: #0f99ec;
  font-weight: 600;
}
