@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Ropa+Sans:ital@0;1&display=swap');

code, .code { word-break: break-word; font-family: 'Roboto Mono', monospace; font-size: 14px; background-image: linear-gradient(45deg, #eeeefc 0%, #bcd1ff 100%); border-radius: 5px; padding: 16px 16px }

h4 > code { background: none; padding: 0; padding-left: 15px}

.violet-color { color:#d63384; font-family: 'Roboto Mono', monospace; }


.icon {
  width: auto !important;
  height: 0 !important;
  line-height: 1 !important;
  pointer-events: none;
}
.icon:after {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-50%);
}
.icon.ico-arrow-right {
  position: relative;
  width: 10px;
  height: 10px;
}
.icon.ico-arrow-right:after {
  vertical-align: top;
  font-size: 10px;
  content: "\e901";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}