/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.modal#post-create-v2-modal .modal-dialog,
.modal#wall-post-create-v2-modal .modal-dialog,
.modal#event-post-create-v2-modal .modal-dialog {
  max-width: 570px;
}
.modal#post-create-v2-modal .modal-body,
.modal#wall-post-create-v2-modal .modal-body,
.modal#event-post-create-v2-modal .modal-body {
  position: relative;
  max-width: 100%;
}
.modal#post-create-v2-modal .modal-content,
.modal#wall-post-create-v2-modal .modal-content,
.modal#event-post-create-v2-modal .modal-content {
  max-width: 570px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal#post-create-v2-modal .modal-content .modal-header .modal-title,
.modal#wall-post-create-v2-modal .modal-content .modal-header .modal-title,
.modal#event-post-create-v2-modal .modal-content .modal-header .modal-title {
  margin: 0;
}
.modal#post-create-v2-modal .modal-content textarea[name="name"],
.modal#wall-post-create-v2-modal .modal-content textarea[name="name"],
.modal#event-post-create-v2-modal .modal-content textarea[name="name"] {
  width: 100%;
}
.modal#post-create-v2-modal form,
.modal#wall-post-create-v2-modal form,
.modal#event-post-create-v2-modal form {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.modal#post-create-v2-modal form > *,
.modal#wall-post-create-v2-modal form > *,
.modal#event-post-create-v2-modal form > * {
  width: 100%;
}
.modal#post-create-v2-modal .create-edit-post-v2-form,
.modal#wall-post-create-v2-modal .create-edit-post-v2-form,
.modal#event-post-create-v2-modal .create-edit-post-v2-form {
  max-width: 100%;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.modal#post-create-v2-modal .create-edit-post-v2-form > *,
.modal#wall-post-create-v2-modal .create-edit-post-v2-form > *,
.modal#event-post-create-v2-modal .create-edit-post-v2-form > * {
  width: 100%;
}
.modal#post-create-v2-modal .form-footer,
.modal#wall-post-create-v2-modal .form-footer,
.modal#event-post-create-v2-modal .form-footer {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-wrap: wrap;
}
.modal#post-create-v2-modal .form-footer .cancel-btn,
.modal#wall-post-create-v2-modal .form-footer .cancel-btn,
.modal#event-post-create-v2-modal .form-footer .cancel-btn,
.modal#post-create-v2-modal .form-footer .preview-post,
.modal#wall-post-create-v2-modal .form-footer .preview-post,
.modal#event-post-create-v2-modal .form-footer .preview-post,
.modal#post-create-v2-modal .form-footer .save-draft,
.modal#wall-post-create-v2-modal .form-footer .save-draft,
.modal#event-post-create-v2-modal .form-footer .save-draft,
.modal#post-create-v2-modal .form-footer .drafts,
.modal#wall-post-create-v2-modal .form-footer .drafts,
.modal#event-post-create-v2-modal .form-footer .drafts {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  margin-top: 0;
}
.modal#post-create-v2-modal .form-footer .preview-post,
.modal#wall-post-create-v2-modal .form-footer .preview-post,
.modal#event-post-create-v2-modal .form-footer .preview-post {
  display: none;
}
.modal#post-create-v2-modal .form-footer button[type="submit"]:not(.save-draft),
.modal#wall-post-create-v2-modal .form-footer button[type="submit"]:not(.save-draft),
.modal#event-post-create-v2-modal .form-footer button[type="submit"]:not(.save-draft) {
  padding: 6px 12px;
  font-size: 12px;
  margin-top: 0;
}
@media (max-width: 410px) {
  .modal#post-create-v2-modal .form-footer .cancel-btn,
  .modal#wall-post-create-v2-modal .form-footer .cancel-btn,
  .modal#event-post-create-v2-modal .form-footer .cancel-btn,
  .modal#post-create-v2-modal .form-footer .preview-post,
  .modal#wall-post-create-v2-modal .form-footer .preview-post,
  .modal#event-post-create-v2-modal .form-footer .preview-post,
  .modal#post-create-v2-modal .form-footer .save-draft,
  .modal#wall-post-create-v2-modal .form-footer .save-draft,
  .modal#event-post-create-v2-modal .form-footer .save-draft,
  .modal#post-create-v2-modal .form-footer .drafts,
  .modal#wall-post-create-v2-modal .form-footer .drafts,
  .modal#event-post-create-v2-modal .form-footer .drafts {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 4px;
  }
  .modal#post-create-v2-modal .form-footer button[type="submit"]:not(.save-draft),
  .modal#wall-post-create-v2-modal .form-footer button[type="submit"]:not(.save-draft),
  .modal#event-post-create-v2-modal .form-footer button[type="submit"]:not(.save-draft) {
    margin: 8px 0;
  }
}
.modal#post-create-v2-modal .topic-select-field,
.modal#wall-post-create-v2-modal .topic-select-field,
.modal#event-post-create-v2-modal .topic-select-field {
  color: #1A1A1A;
}
.modal#post-create-v2-modal .topic-select-field:first-child,
.modal#wall-post-create-v2-modal .topic-select-field:first-child,
.modal#event-post-create-v2-modal .topic-select-field:first-child {
  padding-right: 6px;
}
.modal#post-create-v2-modal .topic-select-field:last-child,
.modal#wall-post-create-v2-modal .topic-select-field:last-child,
.modal#event-post-create-v2-modal .topic-select-field:last-child {
  padding-left: 6px;
}
.modal#post-create-v2-modal .post-type-picker a,
.modal#wall-post-create-v2-modal .post-type-picker a,
.modal#event-post-create-v2-modal .post-type-picker a {
  margin-right: 30px;
  font-size: 20px;
  color: #A3A3A3;
}
.modal#post-create-v2-modal .post-type-picker a:hover,
.modal#wall-post-create-v2-modal .post-type-picker a:hover,
.modal#event-post-create-v2-modal .post-type-picker a:hover {
  color: #0B0B0B;
}
.modal#post-create-v2-modal .post-type-picker a.active,
.modal#wall-post-create-v2-modal .post-type-picker a.active,
.modal#event-post-create-v2-modal .post-type-picker a.active {
  color: #0B0B0B;
  pointer-events: none;
}
.modal#post-create-v2-modal .post-type-picker a.disabled,
.modal#wall-post-create-v2-modal .post-type-picker a.disabled,
.modal#event-post-create-v2-modal .post-type-picker a.disabled {
  color: #DEDEE5;
  pointer-events: none;
}
.modal#post-create-v2-modal .post-type-picker a.disabled:hover,
.modal#wall-post-create-v2-modal .post-type-picker a.disabled:hover,
.modal#event-post-create-v2-modal .post-type-picker a.disabled:hover {
  color: #DEDEE5;
}
.modal#post-create-v2-modal .post-type-gallery-required,
.modal#wall-post-create-v2-modal .post-type-gallery-required,
.modal#event-post-create-v2-modal .post-type-gallery-required {
  padding-bottom: 6px;
  font-style: italic;
  font-size: 13px;
}
.modal#post-create-v2-modal .post-type-picker-gallery a,
.modal#wall-post-create-v2-modal .post-type-picker-gallery a,
.modal#event-post-create-v2-modal .post-type-picker-gallery a {
  margin: 0;
  position: relative;
  font-size: 28px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #DEDEE5;
}
.modal#post-create-v2-modal .post-type-picker-gallery a .required,
.modal#wall-post-create-v2-modal .post-type-picker-gallery a .required,
.modal#event-post-create-v2-modal .post-type-picker-gallery a .required {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 1;
  font-size: 20px;
}
.modal#post-create-v2-modal .post-type-picker-gallery .or,
.modal#wall-post-create-v2-modal .post-type-picker-gallery .or,
.modal#event-post-create-v2-modal .post-type-picker-gallery .or {
  display: inline-block;
  padding: 0 10px;
  line-height: 55px;
  text-align: center;
}
.modal#post-create-v2-modal .fs-tta ul,
.modal#wall-post-create-v2-modal .fs-tta ul,
.modal#event-post-create-v2-modal .fs-tta ul {
  display: -ms-flex;
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #DEDEE5;
}
.modal#post-create-v2-modal .fs-tta ul li:first-of-type a,
.modal#wall-post-create-v2-modal .fs-tta ul li:first-of-type a,
.modal#event-post-create-v2-modal .fs-tta ul li:first-of-type a {
  padding-left: 0;
}
.modal#post-create-v2-modal .fs-tta ul li:first-of-type a.active:after,
.modal#wall-post-create-v2-modal .fs-tta ul li:first-of-type a.active:after,
.modal#event-post-create-v2-modal .fs-tta ul li:first-of-type a.active:after {
  left: 0;
}
.modal#post-create-v2-modal .fs-tta ul a,
.modal#wall-post-create-v2-modal .fs-tta ul a,
.modal#event-post-create-v2-modal .fs-tta ul a {
  text-decoration: none;
  padding: 12px 17px;
  display: inline-block;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #A3A3A3;
}
.modal#post-create-v2-modal .fs-tta ul a.active,
.modal#wall-post-create-v2-modal .fs-tta ul a.active,
.modal#event-post-create-v2-modal .fs-tta ul a.active {
  color: #1A1A1A;
}
.modal#post-create-v2-modal .fs-tta ul a.active:after,
.modal#wall-post-create-v2-modal .fs-tta ul a.active:after,
.modal#event-post-create-v2-modal .fs-tta ul a.active:after {
  content: '';
  width: 56px;
  height: 4px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.modal#post-create-v2-modal .post-type-container,
.modal#wall-post-create-v2-modal .post-type-container,
.modal#event-post-create-v2-modal .post-type-container {
  display: none;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEDEE5;
}
.modal#post-create-v2-modal .post-type-container.active,
.modal#wall-post-create-v2-modal .post-type-container.active,
.modal#event-post-create-v2-modal .post-type-container.active {
  display: block;
  max-width: 100%;
}
.modal#post-create-v2-modal .keywords label,
.modal#wall-post-create-v2-modal .keywords label,
.modal#event-post-create-v2-modal .keywords label {
  margin-bottom: 10px;
}
.modal#post-create-v2-modal .keywords .keyword,
.modal#wall-post-create-v2-modal .keywords .keyword,
.modal#event-post-create-v2-modal .keywords .keyword {
  display: inline-block;
  border: 1px solid black;
  border-radius: 99px;
  padding: 3px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.modal#post-create-v2-modal .keywords .keyword.active,
.modal#wall-post-create-v2-modal .keywords .keyword.active,
.modal#event-post-create-v2-modal .keywords .keyword.active {
  background-color: black;
  color: white;
}
.modal#post-create-v2-modal .circle-or-group,
.modal#wall-post-create-v2-modal .circle-or-group,
.modal#event-post-create-v2-modal .circle-or-group {
  margin-bottom: 12px;
}
.modal#post-create-v2-modal .circle-or-group select,
.modal#wall-post-create-v2-modal .circle-or-group select,
.modal#event-post-create-v2-modal .circle-or-group select {
  color: #A3A3A3;
  min-width: 168px;
}
.modal#post-create-v2-modal .circle-or-group .circles,
.modal#wall-post-create-v2-modal .circle-or-group .circles,
.modal#event-post-create-v2-modal .circle-or-group .circles {
  margin-right: 16px;
  min-width: 168px;
}
.modal#post-create-v2-modal .add-caption,
.modal#wall-post-create-v2-modal .add-caption,
.modal#event-post-create-v2-modal .add-caption,
.modal#post-create-v2-modal .add-tag-users,
.modal#wall-post-create-v2-modal .add-tag-users,
.modal#event-post-create-v2-modal .add-tag-users {
  display: block;
  font-size: 10px;
  margin: 8px 0;
  color: #1A1A1A;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 7px 14px;
  border: 1px solid #DEDEE5;
  border-radius: 9999px;
}
.modal#post-create-v2-modal .caption,
.modal#wall-post-create-v2-modal .caption,
.modal#event-post-create-v2-modal .caption {
  margin-bottom: 8px;
}
.modal#post-create-v2-modal .caption textarea,
.modal#wall-post-create-v2-modal .caption textarea,
.modal#event-post-create-v2-modal .caption textarea,
.modal#post-create-v2-modal .user-autocomplete-wrapper input,
.modal#wall-post-create-v2-modal .user-autocomplete-wrapper input,
.modal#event-post-create-v2-modal .user-autocomplete-wrapper input {
  margin-top: 8px;
  width: 100%;
  max-width: 100px;
  height: 47px;
  border-radius: 4px;
}
.modal#post-create-v2-modal .caption label,
.modal#wall-post-create-v2-modal .caption label,
.modal#event-post-create-v2-modal .caption label {
  display: none;
}
.modal#post-create-v2-modal .user-autocomplete-wrapper,
.modal#wall-post-create-v2-modal .user-autocomplete-wrapper,
.modal#event-post-create-v2-modal .user-autocomplete-wrapper {
  margin-top: 8px;
}
.modal#post-create-v2-modal .user-autocomplete-wrapper input,
.modal#wall-post-create-v2-modal .user-autocomplete-wrapper input,
.modal#event-post-create-v2-modal .user-autocomplete-wrapper input {
  width: 100%;
  height: 38px;
}
.modal#post-create-v2-modal .user-autocomplete-wrapper label,
.modal#wall-post-create-v2-modal .user-autocomplete-wrapper label,
.modal#event-post-create-v2-modal .user-autocomplete-wrapper label {
  display: none;
}
.modal#post-create-v2-modal .user-list,
.modal#wall-post-create-v2-modal .user-list,
.modal#event-post-create-v2-modal .user-list {
  margin-top: 8px;
  display: block;
}
.modal#post-create-v2-modal .user-list li,
.modal#wall-post-create-v2-modal .user-list li,
.modal#event-post-create-v2-modal .user-list li {
  margin: 0 0 8px 0;
  display: block;
}
.modal#post-create-v2-modal .user-list li a,
.modal#wall-post-create-v2-modal .user-list li a,
.modal#event-post-create-v2-modal .user-list li a {
  line-height: 1;
  border: 1px solid #DEDEE5;
  display: inline-block;
  padding: 6px 14px 6px 6px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
}
.modal#post-create-v2-modal .image-repeater .repeater-field .fields.list-group,
.modal#wall-post-create-v2-modal .image-repeater .repeater-field .fields.list-group,
.modal#event-post-create-v2-modal .image-repeater .repeater-field .fields.list-group {
  margin-bottom: 12px;
}
.modal#post-create-v2-modal .image-repeater .list-group,
.modal#wall-post-create-v2-modal .image-repeater .list-group,
.modal#event-post-create-v2-modal .image-repeater .list-group {
  flex-direction: unset;
  flex-wrap: wrap;
}
.modal#post-create-v2-modal .image-repeater .fields,
.modal#wall-post-create-v2-modal .image-repeater .fields,
.modal#event-post-create-v2-modal .image-repeater .fields {
  margin-left: -4px;
  margin-right: -4px;
}
.modal#post-create-v2-modal .image-repeater .field,
.modal#wall-post-create-v2-modal .image-repeater .field,
.modal#event-post-create-v2-modal .image-repeater .field {
  width: 50%;
  flex-grow: 1;
  border: none;
  margin-bottom: 0;
  margin-top: 8px;
}
.modal#post-create-v2-modal .image-repeater .field input[type="file"],
.modal#wall-post-create-v2-modal .image-repeater .field input[type="file"],
.modal#event-post-create-v2-modal .image-repeater .field input[type="file"] {
  display: none;
}
.modal#post-create-v2-modal .image-repeater .field .row-move,
.modal#wall-post-create-v2-modal .image-repeater .field .row-move,
.modal#event-post-create-v2-modal .image-repeater .field .row-move {
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 8px;
}
.modal#post-create-v2-modal .image-repeater .field .row-actions,
.modal#wall-post-create-v2-modal .image-repeater .field .row-actions,
.modal#event-post-create-v2-modal .image-repeater .field .row-actions {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 24px;
}
.modal#post-create-v2-modal .image-repeater .field .row-actions:before,
.modal#wall-post-create-v2-modal .image-repeater .field .row-actions:before,
.modal#event-post-create-v2-modal .image-repeater .field .row-actions:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background-color: white;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.modal#post-create-v2-modal .image-repeater .field .img-container,
.modal#wall-post-create-v2-modal .image-repeater .field .img-container,
.modal#event-post-create-v2-modal .image-repeater .field .img-container {
  width: auto;
  margin-bottom: 16px;
}
.modal#post-create-v2-modal .image-repeater .field .img-container img,
.modal#wall-post-create-v2-modal .image-repeater .field .img-container img,
.modal#event-post-create-v2-modal .image-repeater .field .img-container img {
  border-radius: 10px;
  overflow: hidden;
}
.modal#post-create-v2-modal .image-repeater .row-move,
.modal#wall-post-create-v2-modal .image-repeater .row-move,
.modal#event-post-create-v2-modal .image-repeater .row-move {
  display: none;
}
.modal#post-create-v2-modal .image-repeater .show-row-move .row-move,
.modal#wall-post-create-v2-modal .image-repeater .show-row-move .row-move,
.modal#event-post-create-v2-modal .image-repeater .show-row-move .row-move {
  display: flex;
}
@media (max-width: 500px) {
  .modal#post-create-v2-modal .image-repeater .fields,
  .modal#wall-post-create-v2-modal .image-repeater .fields,
  .modal#event-post-create-v2-modal .image-repeater .fields {
    margin-left: 0;
    margin-right: 0;
  }
  .modal#post-create-v2-modal .image-repeater .field,
  .modal#wall-post-create-v2-modal .image-repeater .field,
  .modal#event-post-create-v2-modal .image-repeater .field {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
}
.modal#post-create-v2-modal .video-post-col .image-preview,
.modal#wall-post-create-v2-modal .video-post-col .image-preview,
.modal#event-post-create-v2-modal .video-post-col .image-preview {
  display: block;
}
.modal#post-create-v2-modal .video-post-col .image-preview img,
.modal#wall-post-create-v2-modal .video-post-col .image-preview img,
.modal#event-post-create-v2-modal .video-post-col .image-preview img {
  border-radius: 10px;
  overflow: hidden;
}
.modal#post-create-v2-modal .video-post-col .video-preview,
.modal#wall-post-create-v2-modal .video-post-col .video-preview,
.modal#event-post-create-v2-modal .video-post-col .video-preview {
  display: block;
}
.modal#post-create-v2-modal .video-post-col video,
.modal#wall-post-create-v2-modal .video-post-col video,
.modal#event-post-create-v2-modal .video-post-col video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.modal#post-create-v2-modal .video-post-col .video-preview .edit:after,
.modal#wall-post-create-v2-modal .video-post-col .video-preview .edit:after,
.modal#event-post-create-v2-modal .video-post-col .video-preview .edit:after {
  top: 30%;
}
.modal#post-create-v2-modal .video-post-col .remove-video,
.modal#wall-post-create-v2-modal .video-post-col .remove-video,
.modal#event-post-create-v2-modal .video-post-col .remove-video {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  top: 15px;
  right: 15px;
}
.modal#post-create-v2-modal .video-post-col:first-child,
.modal#wall-post-create-v2-modal .video-post-col:first-child,
.modal#event-post-create-v2-modal .video-post-col:first-child {
  padding-right: 9px;
}
.modal#post-create-v2-modal .video-post-col:last-child,
.modal#wall-post-create-v2-modal .video-post-col:last-child,
.modal#event-post-create-v2-modal .video-post-col:last-child {
  padding-left: 9px;
}
.modal#post-create-v2-modal .poll-create .repeater-field .list-group-item input,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .list-group-item input,
.modal#event-post-create-v2-modal .poll-create .repeater-field .list-group-item input {
  min-width: 350px;
}
.modal#post-create-v2-modal .poll-create .repeater-field .row-move,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .row-move,
.modal#event-post-create-v2-modal .poll-create .repeater-field .row-move,
.modal#post-create-v2-modal .poll-create .repeater-field .remove,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .remove,
.modal#event-post-create-v2-modal .poll-create .repeater-field .remove {
  position: relative;
  top: 10px;
}
.modal#post-create-v2-modal .poll-create .repeater-field .fields > .field,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .fields > .field,
.modal#event-post-create-v2-modal .poll-create .repeater-field .fields > .field {
  padding-left: 0;
  padding-right: 0;
}
.modal#post-create-v2-modal .poll-create .repeater-field .actions,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .actions,
.modal#event-post-create-v2-modal .poll-create .repeater-field .actions {
  margin-bottom: 18px;
}
.modal#post-create-v2-modal .poll-create .repeater-field .actions .btn,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .actions .btn,
.modal#event-post-create-v2-modal .poll-create .repeater-field .actions .btn {
  background-color: #FFF;
  color: #1A1A1A;
  border: 1px solid #DEDEE5;
}
.modal#post-create-v2-modal .poll-create .repeater-field .actions .btn:hover,
.modal#wall-post-create-v2-modal .poll-create .repeater-field .actions .btn:hover,
.modal#event-post-create-v2-modal .poll-create .repeater-field .actions .btn:hover {
  background-color: #EB212E;
}
.modal#post-create-v2-modal .poll-create .image-preview,
.modal#wall-post-create-v2-modal .poll-create .image-preview,
.modal#event-post-create-v2-modal .poll-create .image-preview {
  width: 100%;
}
.modal#post-create-v2-modal .poll-create .image-preview .add-image,
.modal#wall-post-create-v2-modal .poll-create .image-preview .add-image,
.modal#event-post-create-v2-modal .poll-create .image-preview .add-image {
  height: 110px;
}
.modal#post-create-v2-modal .poll-create .image-preview span > span,
.modal#wall-post-create-v2-modal .poll-create .image-preview span > span,
.modal#event-post-create-v2-modal .poll-create .image-preview span > span {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}
.modal#post-create-v2-modal .poll-create hr,
.modal#wall-post-create-v2-modal .poll-create hr,
.modal#event-post-create-v2-modal .poll-create hr {
  border-color: #DEDEE5;
}
.modal#post-create-v2-modal .poll-create .mb-5,
.modal#wall-post-create-v2-modal .poll-create .mb-5,
.modal#event-post-create-v2-modal .poll-create .mb-5 {
  margin-bottom: 18px !important;
}
.modal#post-create-v2-modal .poll-create input[type="checkbox"],
.modal#wall-post-create-v2-modal .poll-create input[type="checkbox"],
.modal#event-post-create-v2-modal .poll-create input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 13px;
  height: 13px;
  margin: 0;
  border: 1px solid #DEDEE5;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  position: relative;
}
.modal#post-create-v2-modal .poll-create input[type="checkbox"]:checked,
.modal#wall-post-create-v2-modal .poll-create input[type="checkbox"]:checked,
.modal#event-post-create-v2-modal .poll-create input[type="checkbox"]:checked {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
}
.modal#post-create-v2-modal .poll-create input[type="checkbox"]:checked:after,
.modal#wall-post-create-v2-modal .poll-create input[type="checkbox"]:checked:after,
.modal#event-post-create-v2-modal .poll-create input[type="checkbox"]:checked:after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  line-height: 1;
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .modal#post-create-v2-modal .poll-create .repeater-field .list-group-item input,
  .modal#wall-post-create-v2-modal .poll-create .repeater-field .list-group-item input,
  .modal#event-post-create-v2-modal .poll-create .repeater-field .list-group-item input {
    min-width: unset;
  }
}
@media (max-width: 500px) {
  .modal#post-create-v2-modal .circle-or-group select,
  .modal#wall-post-create-v2-modal .circle-or-group select,
  .modal#event-post-create-v2-modal .circle-or-group select {
    min-width: 160px;
  }
  .modal#post-create-v2-modal .circle-or-group .circles,
  .modal#wall-post-create-v2-modal .circle-or-group .circles,
  .modal#event-post-create-v2-modal .circle-or-group .circles {
    margin-right: 8px;
    min-width: 160px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.media-library {
  position: relative;
}
.media-library .media-grid .jscroll-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.media-library .media-grid .jscroll-added,
.media-library .media-grid .jscroll-inner {
  width: 100%;
}
.media-library .sticky-title-wrap {
  position: sticky;
  top: 60px;
  left: 0;
  background-color: #FFF;
  z-index: 4;
  padding: 20px 0;
}
.media-library .sticky-title-wrap .page-title {
  margin-bottom: 25px;
}
.media-library .sticky-title-wrap button {
  margin-top: 12px;
}
.media-library .media-item {
  padding: 7px;
}
.media-library .media-item input {
  z-index: 3;
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 13px;
  height: 13px;
  border: none;
  outline: none;
  background-color: #1A1A1A;
  display: none;
  pointer-events: none;
}
.media-library .media-item input:after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  font-size: 12px;
}
.media-library .media-item input:checked {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.media-library .choose-media-from-library,
.media-library .choose-avatar-from-library {
  aspect-ratio: 1;
  min-height: 100px;
  width: 100%;
  display: block;
  border-radius: 10px;
  background-color: #DEDEE5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s linear;
  cursor: pointer;
  position: relative;
}
.media-library .choose-media-from-library:hover,
.media-library .choose-avatar-from-library:hover,
.media-library .choose-media-from-library.checked,
.media-library .choose-avatar-from-library.checked {
  box-shadow: 0px 3px 6px 0px #EC222E;
}
.media-library .choose-media-from-library i,
.media-library .choose-avatar-from-library i {
  z-index: 3;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .media-library .delete-form .page-title {
    color: #1A1A1A;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .media-library .delete-form {
    top: 45px;
  }
  .media-library .delete-form .page-title {
    margin-bottom: 10px;
  }
  .media-library .delete-form button {
    margin-top: 12px;
  }
}
.modal#media-library-modal .modal-dialog {
  max-width: 840px;
}
.modal#media-library-modal .modal-content {
  max-width: 840px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal#media-library-modal .modal-content .modal-header .modal-title {
  margin: 0;
}
.modal#media-library-modal .modal-content .load-more {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.modal#media-library-modal .media-library-upload-form {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.modal#media-library-modal .media-library-upload-form .image-preview {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.modal#media-library-modal .media-library-upload-form .image-preview:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DEDEE5;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.modal#media-library-modal .media-library-upload-form .image-preview span > span {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}
.modal#media-library-modal .media-library-upload-form .small-btn {
  margin-top: 20px !important;
}
.modal#media-library-modal .choose-media-from-library {
  aspect-ratio: 1;
  min-height: 100px;
  width: 100%;
  display: block;
  border-radius: 10px;
  background-color: #DEDEE5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s linear;
}
.modal#media-library-modal .choose-media-from-library:hover {
  box-shadow: 0px 3px 6px 0px #EC222E;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.user-card {
  position: absolute;
  z-index: 55;
  padding: 16px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.user-card .user-names h3 {
  margin-bottom: 0;
}
.user-card .user-names .display-name {
  font-size: 14px;
  font-weight: 700;
}
.user-card .avatar {
  margin-right: 8px;
}
.user-card .user-names,
.user-card .avatar {
  margin-bottom: 8px;
}
.user-card .tagline {
  font-size: 12px;
  color: #8C8C8C;
}
.user-card .user-info {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 14px;
}
.user-card .user-info .dm-link button,
.user-card .user-info .dm-link a,
.user-card .user-info .ajax-modal {
  width: 30px;
  height: 30px;
  background-color: #1A1A1A;
  border-radius: 9999px;
  color: #FFF;
  font-size: 13px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.user-card .user-info .dm-link button:hover,
.user-card .user-info .dm-link a:hover,
.user-card .user-info .ajax-modal:hover {
  background-color: #1A1A1A;
  color: #EB212E;
}
.user-card .user-info .ajax-modal {
  margin-left: 8px;
}
.user-card .user-info .user-card-follow-friend {
  margin: 0 8px 0 24px;
}
.user-card .user-info .friends-following {
  margin: 0 8px 0 24px;
  cursor: unset;
}
.user-card .user-info .friends-following i {
  margin-left: 4px;
}
.user-card .user-info .friends-following:hover {
  background-color: #1A1A1A;
}
.user-card .user-info .user-follow-stats {
  flex-wrap: wrap;
  font-size: 14px;
}
.user-card .user-info .user-follow-stats > div:first-of-type {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #DEDEE5;
}
.user-card .user-info .user-follow-stats .count {
  font-weight: 700;
  display: block;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.help_center .page-wrapper {
  padding-top: 0;
}
.help_center .help-center-banner {
  background-color: #000;
  padding: 72px 0 128px;
  margin-bottom: -64px;
}
.help_center .help-center-banner h1 {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .help_center .help-center-banner {
    padding: 40px 0 170px;
    margin-bottom: -138px;
  }
  .help_center .help-center-banner h1 {
    font-size: 24px;
  }
}
.help_center .help-center-search-form {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
.help_center .help-center-search-form form {
  background-color: #FFF;
  border-radius: 10px;
  width: 440px;
  max-width: 100%;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 0;
  position: relative;
}
.help_center .help-center-search-form form:before {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 12px;
}
.help_center .help-center-search-form form input {
  border: none;
}
.help_center .help-center-search-form form .btn-wrap {
  width: 25%;
  position: absolute;
  right: 8px;
  top: 8px;
}
.help_center .help-center-search-form form button {
  height: 32px !important;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  border-radius: 8px;
}
.help_center .help-center-search-form form ul > li > a {
  position: relative;
  padding-left: 24px;
}
.help_center .help-center-search-form form ul > li > a:before {
  content: '\f0c6';
  font-family: 'Font Awesome 6 Pro';
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 2px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  color: #484848;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .help_center .help-center-search-form form .autoComplete_wrapper input {
    width: 100%;
  }
}
.help_center .help-center-sites {
  margin-left: -8px;
  margin-right: -8px;
}
.help_center .help-center-site {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.help_center .help-center-site > .inner {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0px #78787833;
  padding: 24px;
  height: 420px;
  position: relative;
}
.help_center .help-center-site .site-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
.help_center .help-center-site ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.help_center .help-center-site ul li {
  margin-bottom: 8px;
}
.help_center .help-center-site ul a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 8px 8px 8px 0;
  font-size: 14px;
}
.help_center .help-center-site ul a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  font-size: 8px;
  color: #8C8C8C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help_center .help-center-site ul a:hover:after {
  color: #EB212E;
}
.help_center .help-center-site .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
}
.help_center .help-center-site .buttons a {
  font-size: 12px;
  padding: 8px;
}
.help_center .help-center-site .buttons .start-tour {
  width: 53%;
}
.help_center .help-center-site .buttons .btn-gray {
  width: 43%;
}
@media (max-width: 767px) {
  .help_center .help-center-site > .inner {
    height: auto;
    padding: 24px 24px 64px 24px;
  }
}
.help-center-breadcrumbs {
  margin-bottom: 24px;
}
.help-center-breadcrumbs a {
  text-decoration: none;
  font-size: 14px;
}
.help-center-breadcrumbs .current {
  text-decoration: none;
  font-size: 14px;
  color: #EB212E;
  font-weight: 500;
}
.help-center-breadcrumbs .separator {
  margin: 0 6px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .help-center-breadcrumbs {
    margin-bottom: 16px;
    padding-top: 16px;
  }
}
.help-center-sidebar .sidebar-inner {
  background-color: #292525;
  color: #FFF;
  border-radius: 10px;
  padding: 24px 16px;
}
.help-center-sidebar .sidebar-title {
  color: #FFF;
  margin-bottom: 16px;
  font-size: 18px;
}
.help-center-sidebar .help-center-search-form {
  margin-bottom: 12px;
}
.help-center-sidebar a {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
.help-center-sidebar .help-center-search-form form {
  background-color: transparent;
  border-radius: 10px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.help-center-sidebar .help-center-search-form form:before {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 12px;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper {
  border: 1px solid #929292;
  border-radius: 10px;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input {
  height: 36px;
  padding-right: 72px;
  background-color: transparent;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input:focus::-moz-placeholder {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input:focus:-ms-input-placeholder {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input:focus,
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input:focus::placeholder {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input::-moz-placeholder {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input:-ms-input-placeholder {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form form .autoComplete_wrapper input::placeholder {
  color: #FFF;
}
.help-center-sidebar .help-center-search-form form .btn-wrap {
  width: 64px;
  position: absolute;
  right: 6px;
  top: 8px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.help-center-sidebar .help-center-search-form form button {
  height: 24px !important;
  width: 100%;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #5B5B5B;
  color: #FFF;
  font-weight: 500;
  border-radius: 8px;
}
.help-center-sidebar .help-center-search-form form button:hover {
  background-color: #929292;
}
.help-center-sidebar .categories .category a {
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 12px 4px;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
  transition: all 0.2s linear;
}
.help-center-sidebar .categories .category a:hover {
  color: #EB212E;
}
.help-center-sidebar .categories .category a:hover span {
  color: #FFF;
}
.help-center-sidebar .categories .category a:after {
  content: '';
  width: calc(100% + 32px);
  height: 1px;
  left: -16px;
  bottom: 0;
  position: absolute;
  background-color: #4B5563;
}
.help-center-sidebar .categories .category a span {
  background-color: #EB212E;
  width: 48px;
  height: 24px;
  color: #FFF;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  border-radius: 9999px;
}
.help-center-sidebar .categories .category:last-of-type a:after {
  background-color: transparent;
}
.help-center-sidebar .mobile-tab-title {
  text-decoration: none;
  padding: 12px 32px 12px 0;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
  transition: all 0.2s linear;
}
.help-center-sidebar .mobile-tab-title:before {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 8px;
  font-weight: 700;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s linear;
}
.help-center-sidebar .mobile-tab-title:after {
  content: '';
  width: calc(100% + 32px);
  background-color: #4B5563;
  height: 1px;
  position: absolute;
  top: 0;
  left: -16px;
}
.help-center-sidebar .mobile-tab-title.active:before {
  transform: translateY(-50%) rotate(0deg);
}
.help-center-sidebar .mobile-tab-title:first-of-type:after {
  background-color: transparent;
}
.help-center-sidebar .mobile-tab-title:hover {
  color: #EB212E;
}
.help-center-sidebar .mobile-tab-title:hover:before {
  color: #EB212E;
}
.help-center-sidebar .tab-bodies ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 12px;
}
.help-center-sidebar .tab-bodies ul li {
  margin-bottom: 8px;
}
.help-center-sidebar .tab-bodies ul li:last-of-type {
  margin-bottom: 0;
}
.help-center-sidebar .tab-bodies ul a {
  text-decoration: none;
  padding: 6px 8px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  position: relative;
  transition: all 0.2s linear;
  border-radius: 3px;
}
.help-center-sidebar .tab-bodies ul a:hover {
  background-color: #484848;
}
.help-center-sidebar .tab-bodies ul a:before {
  content: '\f0c6';
  font-family: 'Font Awesome 6 Pro';
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 2px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  color: #484848;
  margin-right: 8px;
}
.help_center_single .page-wrapper,
.help_center_search .page-wrapper {
  padding-top: 32px;
}
.help_center_single .main-column,
.help_center_search .main-column {
  padding-left: 32px;
}
.help_center_single .main-column h1,
.help_center_search .main-column h1,
.help_center_single .main-column h2,
.help_center_search .main-column h2,
.help_center_single .main-column h3,
.help_center_search .main-column h3,
.help_center_single .main-column h4,
.help_center_search .main-column h4,
.help_center_single .main-column h5,
.help_center_search .main-column h5,
.help_center_single .main-column h6,
.help_center_search .main-column h6 {
  font-weight: 700;
  color: #1A1A1A;
}
.help_center_single .main-column h2,
.help_center_search .main-column h2,
.help_center_single .main-column h3,
.help_center_search .main-column h3,
.help_center_single .main-column h4,
.help_center_search .main-column h4,
.help_center_single .main-column h5,
.help_center_search .main-column h5,
.help_center_single .main-column h6,
.help_center_search .main-column h6,
.help_center_single .main-column p,
.help_center_search .main-column p,
.help_center_single .main-column ul,
.help_center_search .main-column ul,
.help_center_single .main-column ol,
.help_center_search .main-column ol {
  margin-bottom: 16px;
}
.help_center_single .main-column h1,
.help_center_search .main-column h1 {
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D0D2D3;
}
.help_center_single .main-column h2,
.help_center_search .main-column h2 {
  font-size: 22px;
}
.help_center_single .main-column h3,
.help_center_search .main-column h3 {
  font-size: 20px;
}
.help_center_single .main-column h4,
.help_center_search .main-column h4 {
  font-size: 18px;
}
.help_center_single .main-column h5,
.help_center_search .main-column h5,
.help_center_single .main-column h6,
.help_center_search .main-column h6 {
  font-size: 16px;
}
.help_center_single .main-column p,
.help_center_search .main-column p {
  color: #6B7280;
  font-weight: 400;
  line-height: 1.5;
}
.help_center_single .main-column ul li,
.help_center_search .main-column ul li,
.help_center_single .main-column ol li,
.help_center_search .main-column ol li {
  line-height: 1.5;
  color: #6B7280;
  font-weight: 400;
}
.help_center_single .main-column a,
.help_center_search .main-column a {
  font-weight: 700;
}
.help_center_single .main-column img,
.help_center_search .main-column img {
  max-width: 100%;
}
.help_center_single .main-column mark,
.help_center_search .main-column mark {
  background: #DEDEE5;
  color: #1A1A1A;
}
.help_center_single .main-column hr,
.help_center_search .main-column hr {
  border-top: 1px solid #D0D2D3;
  opacity: 1;
  background-color: transparent;
  margin: 32px 0;
}
.help_center_single .main-column > .inner,
.help_center_search .main-column > .inner {
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px;
  min-height: calc(100vh - 200px);
}
.help_center_single .search-results .title,
.help_center_search .search-results .title {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
}
.help_center_single .search-results .title:hover h4,
.help_center_search .search-results .title:hover h4 {
  color: #EB212E;
}
.help_center_single .search-results .title h4,
.help_center_search .search-results .title h4 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.3;
}
.help_center_single .search-results .site,
.help_center_search .search-results .site {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
}
.help_center_single .search-results .read-more,
.help_center_search .search-results .read-more {
  font-size: 12px;
  font-weight: 500;
}
.help_center_single .help-center-single-content,
.help_center_search .help-center-single-content {
  padding-bottom: 24px;
}
.help_center_single .help-center-feedback-box,
.help_center_search .help-center-feedback-box {
  position: absolute;
  bottom: -66px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #292525;
  color: #FFF;
  padding: 16px 24px;
  border-radius: 12px 12px 0 0;
  min-width: 380px;
}
.help_center_single .help-center-feedback-box .title,
.help_center_search .help-center-feedback-box .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.help_center_single .help-center-feedback-box .leave-feedback,
.help_center_search .help-center-feedback-box .leave-feedback {
  padding: 9px 13px;
  text-decoration: none;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #FFF;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.help_center_single .help-center-feedback-box .leave-feedback i,
.help_center_search .help-center-feedback-box .leave-feedback i {
  margin-right: 6px;
  font-size: 20px;
}
.help_center_single .help-center-feedback-box .leave-feedback:hover,
.help_center_search .help-center-feedback-box .leave-feedback:hover {
  background-color: #FFF;
  color: #1A1A1A;
}
.help_center_single .help-center-feedback-box a.leave-feedback,
.help_center_search .help-center-feedback-box a.leave-feedback {
  margin-right: 16px;
}
.help_center_single .help-center-feedback-box .close,
.help_center_search .help-center-feedback-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
.help_center_single .help-center-feedback-box .close:hover,
.help_center_search .help-center-feedback-box .close:hover {
  color: #EB212E;
}
@media (max-width: 1024px) {
  .help_center_single .page-wrapper,
  .help_center_search .page-wrapper {
    padding-bottom: 66px;
    padding-top: 54px;
  }
  .help_center_single .main-column,
  .help_center_search .main-column {
    padding-left: 0;
  }
  .help_center_single .main-column > .inner,
  .help_center_search .main-column > .inner {
    min-height: calc(100vh - 230px);
  }
  .help_center_single .help-center-sidebar,
  .help_center_search .help-center-sidebar {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
  }
  .help_center_single .help-center-sidebar .sidebar-inner,
  .help_center_search .help-center-sidebar .sidebar-inner {
    border-radius: 0;
    padding: 8px;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }
  .help_center_single .help-center-sidebar .sidebar-title,
  .help_center_search .help-center-sidebar .sidebar-title {
    display: none;
  }
  .help_center_single .help-center-sidebar .help-left-sidebar-toggle,
  .help_center_search .help-center-sidebar .help-left-sidebar-toggle {
    background-color: black;
    border-radius: 5px;
    color: white;
    width: 32px;
    height: 32px;
    margin-right: 24px;
    line-height: 0;
    cursor: pointer;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .help_center_single .help-center-sidebar .help-left-sidebar-toggle:hover:after,
  .help_center_search .help-center-sidebar .help-left-sidebar-toggle:hover:after {
    color: #EB212E;
  }
  .help_center_single .help-center-sidebar .help-left-sidebar-toggle:after,
  .help_center_search .help-center-sidebar .help-left-sidebar-toggle:after {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    font-size: 18px;
  }
  .help_center_single .help-center-sidebar .help-left-sidebar-toggle.sidebar-open:after,
  .help_center_search .help-center-sidebar .help-left-sidebar-toggle.sidebar-open:after {
    content: '\f00d';
  }
  .help_center_single .help-center-sidebar .help-center-search-form,
  .help_center_search .help-center-sidebar .help-center-search-form {
    margin-bottom: 0;
    width: calc(100% - 56px);
  }
  .help_center_single .help-center-sidebar .categories .category a:after,
  .help_center_search .help-center-sidebar .categories .category a:after {
    width: calc(100% + 16px);
    left: -8px;
  }
  .help_center_single .help-center-sidebar .fs-tta,
  .help_center_search .help-center-sidebar .fs-tta,
  .help_center_single .help-center-sidebar .categories,
  .help_center_search .help-center-sidebar .categories {
    display: none;
    width: 100%;
  }
  .help_center_single .help-center-sidebar .mobile-tab-title:after,
  .help_center_search .help-center-sidebar .mobile-tab-title:after {
    width: calc(100% + 16px);
    left: -8px;
  }
  .help_center_single .help-center-sidebar .autoComplete_wrapper > ul,
  .help_center_search .help-center-sidebar .autoComplete_wrapper > ul {
    width: calc(100% + 56px);
    left: -56px;
  }
}
@media (max-width: 767px) {
  .help_center_single .main-column h1,
  .help_center_search .main-column h1 {
    font-size: 18px;
  }
  .help_center_single .main-column hr,
  .help_center_search .main-column hr {
    margin: 16px 0;
  }
  .help_center_single .main-column > .inner,
  .help_center_search .main-column > .inner {
    min-height: calc(100vh - 270px);
  }
  .help_center_single .help-center-sidebar,
  .help_center_search .help-center-sidebar {
    top: 45px;
  }
  .help_center_single .search-results .title h4,
  .help_center_search .search-results .title h4 {
    font-size: 16px;
  }
  .help_center_single .help-center-feedback-box,
  .help_center_search .help-center-feedback-box {
    min-width: calc(100% - 32px);
    max-width: 100%;
  }
}
.help_center_single #feedback-modal .actions,
.help_center_search #feedback-modal .actions {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.help_center_single #feedback-modal .actions button,
.help_center_search #feedback-modal .actions button {
  width: calc(50% - 8px);
  height: 40px;
}
.help_center_single #feedback-modal .actions button:first-of-type,
.help_center_search #feedback-modal .actions button:first-of-type {
  background-color: #DEDEE5;
  color: #1A1A1A;
}
.help-center-navigation {
  padding-top: 32px;
  padding-bottom: 24px;
  margin-top: 8px;
  border-top: 1px solid #D0D2D3;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.help-center-navigation a {
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  padding: 16px;
  border: 1px solid #D0D2D3;
  border-radius: 8px;
  max-width: calc(50% - 8px);
}
.help-center-navigation a span {
  display: block;
}
.help-center-navigation a .nav-label {
  color: #8C8C8C;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 500;
}
.help-center-navigation a .nav-title {
  font-size: 12px;
  font-weight: 500;
}
.help-center-navigation a .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.help-center-navigation a.next {
  margin-left: auto;
}
.help-center-navigation a.next .icon {
  margin-left: 16px;
}
.help-center-navigation a.prev .icon {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .help-center-navigation a {
    padding: 8px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.leaderboards_page .back {
  font-size: 12px;
  font-weight: 500;
  color: #0B0B0B;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel {
  padding: 10px;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding-bottom: 10px;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner .title-toolbar {
  padding: 20px 15px 10px 15px;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner .title {
  font-size: 16px;
  color: black;
  font-weight: 500;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner .toolbar {
  text-align: right;
  flex-grow: 1;
  margin: 0;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner .toolbar label {
  display: inline-block;
  font-size: 12px;
  color: black;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table {
  width: 100%;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table tr:nth-child(odd) {
  background-color: #F9FAFB;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table thead tr {
  background-color: white !important;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table thead tr th {
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #EBEBEB;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table td,
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table th {
  padding: 10px;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table td:nth-child(1),
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table td:nth-child(3),
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table th:nth-child(1),
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table th:nth-child(3) {
  text-align: center;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table td:nth-child(1) {
  border-right: 1px solid #EBEBEB;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table a {
  text-decoration: none;
  color: red;
}
.leaderboards_page .leaderboard-panels .leaderboard-panel .inner table a:hover {
  text-decoration: underline;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.manage-interests-wrap {
  margin-bottom: 15px;
}
.manage-interests-wrap.light-mode button {
  border: none;
  background-color: black;
  color: white;
}
.manage-interests-wrap.light-mode button:hover {
  background-color: #EB212E;
}
.interest-bar,
.site-bar {
  margin-bottom: 32px;
  position: relative;
  display: block;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.interest-bar::-webkit-scrollbar,
.site-bar::-webkit-scrollbar {
  display: none;
}
.interest-bar .interest-wrap,
.site-bar .interest-wrap,
.interest-bar .site-wrap,
.site-bar .site-wrap {
  margin-right: 12px;
  display: inline-block;
}
.interest-bar .interest,
.site-bar .interest,
.interest-bar .site,
.site-bar .site {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-right: 16px;
  border-radius: 10px;
}
.interest-bar .interest:focus,
.site-bar .interest:focus,
.interest-bar .site:focus,
.site-bar .site:focus,
.interest-bar .interest:hover,
.site-bar .interest:hover,
.interest-bar .site:hover,
.site-bar .site:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.interest-bar .interest:focus .interest-name,
.site-bar .interest:focus .interest-name,
.interest-bar .site:focus .interest-name,
.site-bar .site:focus .interest-name,
.interest-bar .interest:hover .interest-name,
.site-bar .interest:hover .interest-name,
.interest-bar .site:hover .interest-name,
.site-bar .site:hover .interest-name,
.interest-bar .interest:focus .site-name,
.site-bar .interest:focus .site-name,
.interest-bar .site:focus .site-name,
.site-bar .site:focus .site-name,
.interest-bar .interest:hover .site-name,
.site-bar .interest:hover .site-name,
.interest-bar .site:hover .site-name,
.site-bar .site:hover .site-name {
  color: #FFF;
}
.interest-bar .interest.active,
.site-bar .interest.active,
.interest-bar .site.active,
.site-bar .site.active {
  background-color: #FFF;
}
.interest-bar .interest.active .interest-name,
.site-bar .interest.active .interest-name,
.interest-bar .site.active .interest-name,
.site-bar .site.active .interest-name,
.interest-bar .interest.active .site-name,
.site-bar .interest.active .site-name,
.interest-bar .site.active .site-name,
.site-bar .site.active .site-name {
  color: #1A1A1A;
}
.interest-bar .interest-image,
.site-bar .interest-image,
.interest-bar .site-image,
.site-bar .site-image {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interest-bar,
  .site-bar {
    margin-bottom: 24px;
  }
}
.interest-bar.light-mode .interest {
  background-color: #1A1A1A;
}
.interest-bar.light-mode .interest:hover .interest-name {
  color: #EB212E;
}
.interest-bar.light-mode .interest.active {
  background-color: #a1a1a1;
}
.content-scrollbar {
  position: relative;
}
.content-scrollbar:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #0b0b0b 0%, rgba(11, 11, 11, 0) 100%);
  pointer-events: none;
}
.content-scrollbar.light-mode:after {
  background: linear-gradient(to left, #ebebeb 0%, rgba(235, 235, 235, 0) 100%);
}
.content-scrollbar .arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 20px;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.content-scrollbar .arrow-button.left-arrow {
  left: 12px;
}
.content-scrollbar .arrow-button.right-arrow {
  right: 12px;
}
.content-scrollbar:hover .arrow-button.enabled {
  display: block;
}
@media (max-width: 1024px) {
  .content-scrollbar .arrow-button,
  .content-scrollbar .arrow-button.enabled {
    display: none;
  }
  .content-scrollbar:hover .arrow-button.enabled {
    display: none;
  }
}
.interest-slider .btn-wrap {
  margin-right: 16px;
}
.interest-slider .btn-wrap button {
  width: 40px;
  height: 40px;
}
.interest-slider .btn-wrap button i {
  margin-right: 6px;
}
.interest-slider .btn-wrap button:hover {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #1A1A1A;
}
.interest-slider .btn-wrap button:hover i {
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .interest-slider {
    display: -ms-flex;
    display: flex;
  }
}
#interests-modal h4 {
  font-size: 32px;
}
#interests-modal h5 {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 12px;
}
#interests-modal p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0px;
}
#interests-modal .modal-dialog {
  background-color: rgba(22, 9, 9, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
#interests-modal .modal-content {
  width: 660px;
  max-width: calc(100% - 54px);
  box-shadow: 0px 2px 12px 0px #78787833, 0px 0px 0px 4px #FFFFFF66;
  border: 1px solid #160909;
}
#interests-modal .modal-body p {
  color: #8C8C8C;
  margin-bottom: 24px;
}
#interests-modal .modal-body .actions {
  width: 100%;
  text-align: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 48px;
}
#interests-modal .modal-body .actions button {
  margin-top: 0;
}
#interests-modal .modal-body .actions button:first-of-type {
  margin-right: 8px;
}
#interests-modal .modal-body .actions button:last-of-type {
  margin-left: 8px;
}
#interests-modal .interests {
  margin-left: -8px;
  margin-right: -8px;
  overflow-y: scroll;
  max-height: 340px;
}
#interests-modal .interest-wrap {
  padding-left: 8px;
  padding-right: 8px;
  width: 102px;
}
#interests-modal .interest-wrap input[type="checkbox"] {
  display: none;
}
#interests-modal .interest {
  position: relative;
  display: block;
}
#interests-modal .interest.active .interest-image {
  border: 2px solid #EB212E;
  box-shadow: 0px 0px 0px 2px #DEDEE5, 0px 1px 2px 0px rgba(16, 24, 40, 0.5);
}
#interests-modal .interest.active .interest-name {
  color: #EB212E;
  font-weight: 700;
}
#interests-modal .interest.active:after {
  content: '\f00d';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  background-color: #EB212E;
  outline: 3px solid #FFF;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}
#interests-modal .interest-image {
  border-radius: 9999px;
  overflow: hidden;
  border: 1px inset transparent;
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
#interests-modal .interest-name {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 12px;
  display: inline-block;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  #interests-modal h4 {
    font-size: 24px;
  }
  #interests-modal h5 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #interests-modal .interest-wrap {
    width: 134px;
  }
}


/*# sourceMappingURL=global-styles-8.css.map*/