.draftJsEmojiPlugin__alignmentTool__2mkQr {
  left: 50%;
  -webkit-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(220,220,220,1);
  z-index: 2;
  box-sizing: border-box;
}

.draftJsEmojiPlugin__alignmentTool__2mkQr:after, .draftJsEmojiPlugin__alignmentTool__2mkQr:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.draftJsEmojiPlugin__alignmentTool__2mkQr:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.draftJsEmojiPlugin__alignmentTool__2mkQr:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 6px;
  margin-left: -6px;
}
.draftJsEmojiPlugin__buttonWrapper__1Dmqh {
  display: inline-block;
}

.draftJsEmojiPlugin__button__qi1gf {
  background: #fbfbfb;
  color: #888;
  font-size: 18px;
  border: 0;
  padding-top: 5px;
  vertical-align: bottom;
  height: 34px;
  width: 36px;
}

.draftJsEmojiPlugin__button__qi1gf svg {
  fill: #888;
}

.draftJsEmojiPlugin__button__qi1gf:hover, .draftJsEmojiPlugin__button__qi1gf:focus {
  background: #f3f3f3;
  outline: 0; /* reset for :focus */
}

.draftJsEmojiPlugin__active__3qcpF {
  background: #efefef;
  color: #444;
}

.draftJsEmojiPlugin__active__3qcpF svg {
  fill: #444;
}

.draftJsFocusPlugin__unfocused__1Wvrs:hover {
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 0 0 3px #D2E3F7;
}

.draftJsFocusPlugin__focused__3Mksn {
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 0 0 3px #ACCEF7;
}

.draftJsEmojiPlugin__image__192TI {}

/**
 * Copyright (c) 2019 Rajwinder Singh
 * Licensed under the MIT license
 *
 * -----------------------------------------------------------------------------
 * File: inlineToolbar.css
 * Author: Rajwinder Singh
 * -----------------------------------------------------------------------------
/*/

.RichDraftEditor-inlineToolbar {
	position: fixed;
	z-index: 9;
	background: #f5f5f5;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 0px rgba(220, 220, 220, 1);
}

/**
 * Copyright (c) 2019 Rajwinder Singh
 * Licensed under the MIT license
 *
 * -----------------------------------------------------------------------------
 * File: toolbarItem.css
 * Author: Rajwinder Singh
 * -----------------------------------------------------------------------------
/*/

.RichDraftEditor-toolbarItem {
  display: inline-block;
  color: #888;
  cursor: pointer;
  fill: #888;
  height: 2.25em;
  padding: 0.375em;
  vertical-align: middle;
}

.RichDraftEditor-toolbarItem:hover,
.RichDraftEditor-toolbarItem:focus {
  background: #ebebeb;
}

.RichDraftEditor-toolbarItem svg {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
}

.RichDraftEditor-toolbarItem-active {
  color: #5890ff;
  fill: #5890ff;
}

.RichDraftEditor-toolbarItem-active:hover,
.RichDraftEditor-toolbarItem-active:focus {
  background: #ebebeb;
}

.RichDraftEditor-toolbarItem-separator {
  display: inline-block;
  border-right: 1px solid #ddd;
  height: 1.5em;
  margin: 0 0.5em;
  vertical-align: middle;
}
/**
 * Copyright (c) 2019 Rajwinder Singh
 * Licensed under the MIT license
 *
 * -----------------------------------------------------------------------------
 * File: sideToolbar.css
 * Author: Rajwinder Singh
 * -----------------------------------------------------------------------------
/*/

.RichDraftEditor-sideToolbarContainer {
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 6.75em;
}

.RichDraftEditor-sideToolbar {
  max-width: 6.75em;
  background: #f5f5f5;
  text-align: left;
}

.RichDraftEditor-sideToolbarTrigger svg {
  height: 2.5em;
  width: 2.5em;
  fill: #444;
}

.RichDraftEditor-sideToolbarTrigger svg:hover {
  fill: #222;
}
/**
 * Copyright (c) 2019 Rajwinder Singh
 * Licensed under the MIT license
 *
 * -----------------------------------------------------------------------------
 * File: toolbar.css
 * Author: Rajwinder Singh
 * -----------------------------------------------------------------------------
/*/

.RichDraftEditor-staticToolbar,
.RichDraftEditor-staticToolbar .RichDraftEditor-toolbarWrapper {
  height: 4.25em;
  background: #fff;
}

.RichDraftEditor-staticToolbar .RichDraftEditor-toolbarWrapper {
  padding: 1.5em 15px 0.5em 15px;
  border-bottom: 1px solid #ddd;
  position: fixed;
  z-index: 9;
}
.cover-preview {
    /* max-width: 100%; */
    max-height: 430px;
    overflow: hidden;
    position: relative;   /* new stuff from here down... */
}
.overlay {
    display: none;
    text-align: center;
    font-family:'-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'';
    /* padding: 50px; */
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 1.3rem;
}
.cover-preview:hover .overlay {
    display: block;
}
.cover-inner-img{
    width:100%;
}
.ant-list-pagination{
    text-align: center
}
.hidden-scrollbar::-webkit-scrollbar {
	display: none;
}

