/***BEGIN ConnectToFeedView.css***/
.connect-to-feed-view {
  height: 100%;
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }
  .connect-to-feed-view .overview-heading {
    display: flex;
    flex-flow: row wrap; }
  .connect-to-feed-view img.icon-large-margin,
  .connect-to-feed-view span.icon-large-margin {
    width: 24px; }
  .connect-to-feed-view .tool-selector {
    background: rgba( 255, 255, 255 ,  1 );
    background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .connect-to-feed-view .tool-details {
    padding: 24px 32px; }
  .connect-to-feed-view:not(.tool-selected) > .master-panel {
    width: 100%; }
    .connect-to-feed-view:not(.tool-selected) > .master-panel .bolt-master-panel-content {
      padding: 0px 32px 0px 24px; }

.tab-item .bolt-tab {
  padding: 24px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08); }

.tool-icon-wrapper {
  display: flex;
  justify-content: center; }
/***END ConnectToFeedView.css***/

/***BEGIN ToolDetails.css***/
.tool-details {
  height: 100%; }
  .tool-details code {
    word-break: break-all; }
  .tool-details .overview {
    margin-bottom: 24px; }
  .tool-details .card {
    background: rgba( 255, 255, 255 ,  1 );
    background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .tool-details .card p {
      margin-top: 20px;
      margin-bottom: 8px; }
    .tool-details .card .card-content > :first-child {
      margin-top: 0; }
    .tool-details .card p.body-s {
      margin-top: 6px; }
    .tool-details .card pre {
      margin: 0; }
    .tool-details .card p.tooldetails-smaller-margin {
      margin-top: 12px; }
    .tool-details .card .messagebar {
      background: inherit;
      padding-top: 0px;
      padding-left: 0px; }
    .tool-details .card .card-steps p {
      margin-top: 8px; }
  .tool-details .base64-encode-instructions {
    max-width: 44em; }
    .tool-details .base64-encode-instructions .copyable-text {
      padding-left: 2em;
      text-indent: -2em; }
      .tool-details .base64-encode-instructions .copyable-text .copyable-content {
        max-width: 46em; }
  @media screen and (max-width: 1023px) {
    .tool-details .firstTimeMessage {
      max-width: 100%; } }
  @media screen and (max-width: 1365px) {
    .tool-details .firstTimeMessage {
      max-width: 100%; } }
  .tool-details .warning-message {
    color: rgba(218, 10, 0, 1);
    color: var(--status-error-text,rgba(218, 10, 0, 1)); }

.list-disc > ul {
  padding: revert; }

.list-disc > ul > li {
  list-style: disc; }
/***END ToolDetails.css***/

/***BEGIN ToolIcon.css***/
.Cargo {
  filter: drop-shadow(1px 0 0px #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 -1px 0 #fff); }
/***END ToolIcon.css***/

/***BEGIN Conda.css***/
.list-disc > ul {
  padding: revert; }

.list-disc > ul > li {
  list-style: disc; }

.form-conda-group {
  display: flex;
  flex-flow: row wrap; }
  .form-conda-group .manual-conda-input {
    flex-grow: 1; }
    .form-conda-group .manual-conda-input .form-conda-input {
      max-width: 60%;
      margin-top: 8px; }
/***END Conda.css***/

