.wm-disabled {
  background-image: linear-gradient(to bottom, #d8dbe7, #d2d5e1, #ccd0dc, #c6cad6, #c0c5d1) !important;
  box-shadow: none !important;
  color: #7683a8 !important; }

/* Reset css */
h1, h2, h3, h4, h5, h6, p, address, ul, li, figure, body {
  margin: 0;
  padding: 0; }

.link-wrapper {
  display: flex;
  align-items: center; }
  .link-wrapper .warning-container {
    position: relative;
    width: initial; }
    .link-wrapper .warning-container .warning-message {
      position: absolute;
      width: 320px;
      padding: 8px;
      border-radius: 10px;
      right: 100%;
      top: 100%;
      z-index: 99;
      background-color: #252e48; }
      .link-wrapper .warning-container .warning-message > i {
        margin-right: 3px; }

