.App {
  text-align: center;
}
svg {
  width: 20px !important;
}
body {
  /* background: #617595; */
  background: url("https://www.gstatic.com/mail/themes/featured/f4.jpg=w1834-h1050-e365-fVignette=1,0,1.4,0,000000:Soften=1,100,0:-k-no-nd");
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ql-container {
  min-height: 150px !important;
  max-height: 100%;
}
.ql-editor {
  min-height: 150px !important;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px;
  color: #333;
  max-height: 100%;
  overflow: auto;
  background-color: #fff; /* or any background */
}
.ql-container.ql-snow {
  border-radius: 10px;
  overflow: hidden;
  border: none !important;
}
.ql-toolbar.ql-snow {
  border: none !important;
}

.QuillBorderNone .ql-container {
  min-height: 150px !important;
  max-height: 100%;
}
.QuillBorderNone .ql-container.ql-snow {
  border: none !important;
}
.QuillBorderNone .ql-editor {
  min-height: 150px !important;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px;
  color: #333;
  max-height: 100%;
  overflow: auto;
  background-color: #fff; /* or any background */
}

.d-lg-inline {
  display: inline;
}
.d-none {
  display: none;
}
@media (max-width: 600px) {
  .d-none.mobile-block {
    display: block;
  }
}
@media (max-width: 899) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
  .dnono {
    display: none !important;
  }
  .d-none.mobile-block {
    display: block;
  }
}
