.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
.wysiwyg {
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .wysiwyg_toolbar {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .wysiwyg_editor {
    height: 100px;
    padding: 0 10px; }
    .wysiwyg_editor .DraftEditor-root {
      height: auto; }

.ql-editor * {
  background-color: transparent !important; }

.iconCircle {
  height: 68px;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%; }

.switch {
  max-height: inherit !important; }
  .switch span {
    width: 70px !important;
    height: 28px !important;
    background: #A0A4A8 !important;
    border-radius: 16px !important;
    border: none !important; }
    .switch span:before {
      content: 'Off';
      font-weight: 600;
      line-height: 28px;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 0; }
    .switch span:after {
      height: 20px !important;
      border: none !important;
      left: 4px !important;
      width: 20px !important;
      bottom: 0;
      margin: auto 0; }
  .switch input:checked + span {
    background-color: #2AB859 !important; }
    .switch input:checked + span:before {
      content: 'On';
      right: calc(100% - 10px);
      transform: translate(100%, 0); }
    .switch input:checked + span:after {
      left: calc(100% - 4px) !important;
      transform: translate(-100%, 0);
      transition: all 0.2s; }

.emailBuilder_actions {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -85px;
  top: 15px; }

.emailBuilder_help {
  position: absolute;
  width: 300px;
  transform: translate(100%, 0);
  right: -100px;
  top: 15px;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0px 8px 16px #ebf2f2; }
  .emailBuilder_help table {
    width: 100%; }
    .emailBuilder_help table tr:nth-child(even) {
      background-color: #F3F6F6; }
    .emailBuilder_help table tr td,
    .emailBuilder_help table tr th {
      padding: 5px; }
      .emailBuilder_help table tr td:first-child,
      .emailBuilder_help table tr th:first-child {
        padding-left: 10px; }
      .emailBuilder_help table tr td:last-child,
      .emailBuilder_help table tr th:last-child {
        padding-right: 10px; }

.emailBuilder_wysiwyg {
  overflow: hidden; }
  .emailBuilder_wysiwyg_toolbar {
    margin: 0 -30px;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #000; }
  .emailBuilder_wysiwyg h1 {
    font-size: 30;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000000; }
  .emailBuilder_wysiwyg h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 15px;
    color: #000000; }
  .emailBuilder_wysiwyg_btn {
    display: inline-block;
    font-size: 14;
    font-weight: bold;
    padding: 12px 32px;
    color: #ffffff !important;
    background: #157ff4;
    border-radius: 8px; }

.anotation {
  display: inline-flex;
  align-items: center;
  color: #7f878f;
  margin-left: 20px; }
  .anotation:first-child {
    margin-left: 0; }
  .anotation_dot {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 100%; }

.btnCircular {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btnCircular_primary {
    color: #fff;
    background-color: #2AB859;
    box-shadow: 0px 4px 8px rgba(26, 183, 89, 0.24); }
  .btnCircular_white {
    color: #000;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }

.imgUploader {
  border: 2px dashed rgba(42, 184, 89, 0.3);
  border-radius: 8px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: #fff; }
  .imgUploader:hover .imgUploader_img {
    opacity: 0.1; }
  .imgUploader:hover.imgUploader_hasFile .imgUploader_content {
    opacity: 1; }
  .imgUploader_hasFile .imgUploader_content {
    opacity: 0; }
  .imgUploader_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    transition: all 0.3s;
    background-color: #fff; }
  .imgUploader_icon {
    height: 58px;
    width: 58px;
    border-radius: 58px;
    background: rgba(42, 184, 89, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  .imgUploader_desc {
    font-size: 13px;
    line-height: 16px;
    color: #7f878f;
    margin-top: 5px; }

.cardCheckbox {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 130px;
  border: 1px solid #C6CFD2 !important;
  border-radius: 8px !important; }
  .cardCheckbox:hover {
    border-color: #2AB859; }
    .cardCheckbox:hover:before {
      border-color: #2AB859; }
  .cardCheckbox.active {
    border-color: #2AB859 !important;
    background-color: #F4FBF6 !important; }
  .cardCheckbox.remove {
    border-color: #2AB859;
    background: rgba(42, 184, 89, 0.1); }
    .cardCheckbox.remove:before {
      content: '\F00D';
      border: none;
      background-color: #F05050; }
  .cardCheckbox_before {
    position: absolute;
    right: 14px;
    top: 14px; }
  .cardCheckbox .card-body {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .cardCheckbox_row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .cardCheckbox_col {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px; }
  .cardCheckbox_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #25282B;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 5px; }
  .cardCheckbox_price {
    font-size: 14px;
    line-height: 16px;
    color: #52575C;
    text-transform: capitalize; }

.platformBadge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 32px;
  padding: 0 20px;
  white-space: nowrap; }
  .platformBadge_primary {
    background-color: #F4FBF6;
    color: #2AB859; }
  .platformBadge_secondary {
    background-color: #78B4F5;
    color: #A0A4A8; }
  .platformBadge_gray {
    background-color: #edf0f0;
    color: #7f878f; }
  .platformBadge_danger {
    background-color: #ffeded;
    color: #F05050; }
  .platformBadge_warning {
    background-color: #FF7B1319;
    color: #FF7B13; }
  .platformBadge_success {
    background-color: #2AB859;
    color: #fff; }

.progressbar {
  width: 190px;
  height: 8px;
  background: #e1e8e8;
  border-radius: 4px;
  overflow: hidden; }
  .progressbar_progress {
    border-radius: 4px;
    background-color: #2AB859;
    height: 100%;
    transition: all 0.3s; }
  .progressbar_steps {
    font-size: 20px;
    color: #A0A4A8;
    margin-right: 15px; }
    .progressbar_steps_wrap {
      display: inline-flex;
      align-items: center; }
  .progressbar_sm {
    width: 132px; }
  @media (max-width: 1399px) {
    .progressbar {
      width: 140px; } }
  @media (max-width: 767px) {
    .progressbar_steps {
      font-size: 14px; }
      .progressbar_steps_wrap .btnCircular {
        width: 30px;
        height: 30px; } }

.imgPreview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 120;
  padding: 50px; }
  .imgPreview img {
    max-height: 100%;
    max-width: 100%; }

.filter_info {
  display: inline-flex;
  align-items: center;
  cursor: pointer; }

.moduleWidget {
  color: #25282B;
  background-color: #fff;
  display: flex;
  align-items: center;
  white-space: normal;
  line-height: 20px;
  height: 90px;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  padding: 15px 86px 15px 15px;
  width: 340px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  flex: none; }
  .moduleWidget_row {
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    padding: 10px 30px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: scroll; }
  .moduleWidget_col {
    display: inline-block;
    margin-right: 15px; }
    .moduleWidget_col:last-child {
      margin-right: 0; }
  .moduleWidget:hover {
    box-shadow: 0px 0px 0px 1px #2ab859, 0px 0px 0px 5px rgba(26, 183, 89, 0.1); }
  .moduleWidget.active {
    background-color: #2AB859;
    color: #fff; }
  .moduleWidget_text {
    max-height: 60px;
    overflow: hidden; }
  .moduleWidget_graph {
    position: absolute;
    right: 15px;
    top: 15px; }

.userSubscriptions_name {
  cursor: pointer;
  position: relative; }
  .userSubscriptions_name:hover .userSubscriptions_courses {
    display: block; }

.userSubscriptions_period {
  font-size: 14px; }

.userSubscriptions_courses {
  z-index: 1;
  display: none;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0 8px rgba(0, 0, 0, 0.12);
  transform: translate(0, 100%);
  font-size: 12px;
  line-height: 12px;
  color: #52575C; }
  .userSubscriptions_courses > div {
    margin-bottom: 15px; }
    .userSubscriptions_courses > div:last-child {
      margin-bottom: 0; }

.userSubscriptions_form_inner {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .userSubscriptions_form_inner {
    flex-direction: column; }
    .userSubscriptions_form_inner .flex-grow-1 {
      width: 100%; }
  .userSubscriptions_form .cardCheckbox_col {
    width: 50%;
    flex: 0 0 50%; } }

@media (max-width: 499px) {
  .userSubscriptions_form .cardCheckbox_col {
    width: 100%;
    flex: 0 0 100%; } }

.userSubscription_modal.modal-dialog {
  max-width: 500px !important; }

.userSubscription_modal .modal-content {
  padding: 30px; }

.certificate {
  height: 612px;
  width: 794px;
  background-color: #fff;
  position: relative;
}

.certificate:before,
.certificate:after {
  content: '';
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.certificate:before {
  background-image: url('/img/certificate_border.svg');
  z-index: 1;
  left: 7px;
  right: 7px;
  top: 7px;
  bottom: 7px;
}

.certificate:after {
  background-image: url('/img/certificate_lines.svg');
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.certificate_content {
  position: relative;
  z-index: 2;
  padding: 90px 0 65px;
  text-align: center;
}

.certificate_bot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.certificate_bot_img {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 200px;
  max-height: 100px;
}

.certificate_title {
  font-family: Georgia;
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 48px;
  text-transform: uppercase;
  color: #25282b;
}

.certificate_type {
  margin-top: 10px;
  font-family: Georgia;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #25282b;
}

.certificate_subTitle {
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #7f878f;
}

.certificate_name {
  font-family: Georgia;
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  color: #25282b;
  margin: 10px 0 12px;
}

.certificate_stamp {
  width: 137px;
  position: relative;
  margin: 0 50px;
}

.certificate_stamp_text {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  font-family: Georgia;
  text-transform: uppercase;
  color: #25282b;
}
.certificate_stamp_text > div:first-child {
  font-size: 24px;
  line-height: 27px;
}
.certificate_stamp_text > div:last-child {
  font-size: 20px;
  line-height: 23px;
}

.quiz_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 16px; }

.quiz_answer {
  background-color: #F3F6F6;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 12px;
  white-space: nowrap;
  margin-bottom: 12px;
  list-style-type: upper-roman; }
  .quiz_answer_points {
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .quiz_answer_points .form-group {
      width: 80px; }

.module {
  background: #ffffff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px; }
  .module_new {
    padding: 30px; }

.lineItem {
  position: relative;
  margin-bottom: 30px !important; }
  .lineItem_addBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -12px;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background-color: #F05050;
    overflow: hidden;
    padding: 0;
    z-index: 1; }

.broadcast {
  display: flex; }
  .broadcast_phone {
    width: 320px;
    min-width: 320px;
    position: relative; }
    .broadcast_phone_wrapper {
      margin-left: 100px; }
    .broadcast_phone img {
      width: 100%; }
    .broadcast_phone_text {
      background: #2AB859;
      display: inline-flex;
      border-radius: 16px;
      padding: 9px 15px;
      line-height: 24px;
      color: #fff; }
    .broadcast_phone_content {
      position: absolute;
      z-index: 1;
      bottom: 90px;
      top: 75px;
      left: 30px;
      right: 30px;
      background-color: #f0f4f4;
      padding: 15px;
      overflow: auto; }
  @media (max-width: 1199px) {
    .broadcast_phone_wrapper {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .broadcast {
      flex-direction: column; }
      .broadcast_phone_wrapper {
        margin-top: 30px; } }

.lessonAut_remove {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: #F05050;
  overflow: hidden;
  padding: 0;
  z-index: 1; }

.integration {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 40px; }
  .integration_inner {
    display: flex;
    flex-direction: row wrap;
    align-items: center; }
  .integration_logo {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px; }
    .integration_logo img {
      max-width: 100%;
      max-height: 100%; }
  .integration_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #25282B; }
  .integration_desc {
    color: #52575C; }
  .integration_action {
    margin-left: auto;
    color: #2AB859; }

.course {
  height: 210px;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 16px #ebf2f2;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s; }
  .course.active {
    box-shadow: 0px 0px 0px 2px #f3f6f6, 0px 0px 0px 5px #2ab859; }
  .course_wrapper {
    position: relative;
    box-shadow: 0px 8px 16px #ebf2f2;
    margin-bottom: 30px; }
  .course_img {
    height: 100%; }
    .course_img:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
      z-index: 2; }
    .course_img:hover img {
      transform: scale(1.2); }
    .course_img_wrapper {
      position: absolute;
      overflow: hidden;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding-bottom: 70px;
      z-index: 1; }
    .course_img img {
      transition: all 0.3s;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .course_img .responsive-embed {
      height: 100%;
      width: 100%;
      z-index: 2; }
  .course_content {
    height: 70px;
    width: 100%;
    flex: 1;
    padding: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    .course_content_before {
      position: absolute;
      top: -10px;
      left: 15px;
      z-index: 2;
      transform: translate(0, -100%);
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      color: #fff; }
  .course_name {
    max-height: 40px;
    overflow: hidden; }
  .course_menu {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 3; }
  .course_members {
    display: flex;
    align-items: center; }
    .course_members_avatars {
      display: flex;
      margin-right: 4px; }
      .course_members_avatars .avatar {
        box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.4);
        margin-left: -6px; }
        .course_members_avatars .avatar:first-child {
          margin-left: 0; }
  .course.wistiaMedia .course_name {
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.courseAchievements {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px; }
  .courseAchievements tr {
    box-shadow: 0px 8px 16px #ebf2f2; }
    .courseAchievements tr td {
      padding: 12px;
      background-color: #fff; }
      .courseAchievements tr td h5 {
        max-width: 300px; }
      .courseAchievements tr td:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px; }
      .courseAchievements tr td:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px; }
  .courseAchievements_cert {
    width: 105px;
    min-width: 105px;
    height: 80px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer; }
    .courseAchievements_cert img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .courseAchievements_cert svg {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
      bottom: 0; }
    .courseAchievements_cert_modal .modal-content {
      margin: auto;
      max-width: 794px !important;
      justify-content: center;
      flex-direction: row;
      background-color: transparent; }
    .courseAchievements_cert_modal .modal-closeBtn {
      top: 15px;
      right: -15px; }

.checkoutSummary {
  padding-left: 0; }
  .checkoutSummary_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 15px 30px;
    line-height: 20px;
    color: #25282B;
    background: #fff;
    box-shadow: 0px 8px 16px #ebf2f2;
    border-radius: 12px;
    margin-bottom: 10px; }
    .checkoutSummary_item:last-child {
      box-shadow: none; }
    .checkoutSummary_item_right {
      text-align: right; }
      .checkoutSummary_item_right strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
        font-weight: bold;
        text-transform: capitalize;
        color: #25282B;
        display: block; }
      .checkoutSummary_item_right span {
        color: #A0A4A8; }
  @media (max-width: 767px) {
    .checkoutSummary_item {
      padding: 15px; } }

.checkoutNav {
  width: 230px;
  min-width: 230px;
  margin-right: 60px; }
  .checkoutNav_item {
    color: #aebec8;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 44px;
    border-radius: 44px;
    padding-left: 30px; }
    .checkoutNav_item_index {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      border: 2px solid #A0A4A8;
      color: #A0A4A8;
      border-radius: 100%;
      margin-right: 10px;
      font-weight: 800;
      font-size: 12px; }
    .checkoutNav_item.active {
      background-color: #fff;
      color: #25282B;
      box-shadow: 0px 8px 16px #ebf2f2; }
      .checkoutNav_item.active .checkoutNav_item_index {
        border-color: #2AB859;
        color: #2AB859; }
    .checkoutNav_item.completed {
      color: #2AB859; }
      .checkoutNav_item.completed .checkoutNav_item_index {
        font-size: 10px;
        color: #fff;
        background-color: #2AB859;
        border-color: #2AB859; }
      .checkoutNav_item.completed.error {
        color: #F05050; }
        .checkoutNav_item.completed.error .checkoutNav_item_index {
          font-size: 10px;
          color: #fff;
          background-color: #F05050;
          border-color: #F05050; }
  @media (max-width: 1199px) {
    .checkoutNav {
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .checkoutNav {
      display: none; } }

.checkoutPriceBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #C6CFD2;
  border-radius: 8px;
  height: 200px;
  margin: 0 auto 30px;
  text-align: center; }
  .checkoutPriceBanner_price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: capitalize;
    background: #F3F6F6;
    padding: 12px 30px;
    border-radius: 100px;
    color: #000; }
    .checkoutPriceBanner_price_price {
      font-size: 30px;
      line-height: 30px;
      margin-right: 5px; }

.avatar {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 100%;
  overflow: hidden; }
  .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.userActivity {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
  .userActivity_content {
    flex: 1; }
  .userActivity_text {
    color: #A0A4A8;
    font-size: 14px; }

.ticketMessage {
  color: #000; }
  .ticketMessage_time {
    font-size: 12px;
    line-height: 14px;
    color: #7f878f; }
  .ticketMessage_text > p:last-child {
    margin-bottom: 0; }

.ticketUser {
  background: #eaeded;
  border-radius: 12px;
  padding: 20px;
  text-align: center; }
  .ticketUser_wrapper {
    position: sticky;
    top: 100px;
    margin-left: 30px;
    width: 260px; }
  @media (max-width: 767px) {
    .ticketUser_wrapper {
      display: none; } }

.dashboardBanner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-image: url("/img/dasboard_new_bg.png");
  background-size: cover;
  background-position: center;
  height: 265px;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 8px;
  margin-bottom: 30px;
  text-transform: capitalize;
  overflow: hidden; }
  .dashboardBanner:after, .dashboardBanner:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .dashboardBanner:before {
    left: 0;
    height: 249px;
    width: 380px;
    background-image: url("/img/robin_frank.png"); }
  .dashboardBanner:after {
    right: 0;
    height: 250px;
    width: 308px;
    background-image: url("/img/miky.png"); }
  .dashboardBanner > div {
    flex: 33%;
    width: 33%; }
    .dashboardBanner > div:first-child, .dashboardBanner > div:last-child {
      align-self: flex-end;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
      position: relative;
      z-index: 1; }
  @media (max-width: 1199px) {
    .dashboardBanner {
      padding: 15px 15px; }
      .dashboardBanner:before {
        height: 210px;
        width: 319px; }
      .dashboardBanner:after {
        height: 225px;
        width: 265px; } }
  @media (max-width: 991px) {
    .dashboardBanner {
      display: none; } }

