﻿body,
html {
  background-color: #e9ecef;
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 16px;
  color: #454943;
  height: 100%;
}
a {
  text-decoration: underline;
  color: #454943;
  outline: none;
}
[v-cloak] {
  display: none;
}
.login-container .row {
  min-height: 100vh;
}
.login-container .login-form {
  margin: 0 auto;
  padding-top: 30px;
}
.login-container .login-form .form-action {
  text-align: center;
}
.login-container .login-form .request-access,
.login-container .login-form .external-login {
  text-align: center;
  font-size: 16px;
  padding-top: 40px;
}
.login-container .login-form .external-login {
  padding-top: 0;
}
.login-container .login-form .external-login svg {
  margin-left: 5px;
  width: 70%;
}
.login-container .login-form .no-account-error-message {
  padding-bottom: 20px;
  text-align: center;
}
.login-container .logo-container {
  text-align: center;
}
.custom-file {
  height: 50px;
  line-height: 50px;
}
.custom-file .custom-file-label {
  padding: 0;
  border: 0;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  padding-left: 10px;
}
.custom-file .custom-file-label:after {
  border-radius: 0 5px 5px 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background-color: #c2c2c2;
}
.fullpage-container .row {
  min-height: 100vh;
}
.fullpage-container .form-container {
  margin: 0 auto;
}
.fullpage-container .form-container .form-action {
  text-align: center;
}
.fullpage-container .form-container .back-to-list {
  padding-top: 30px;
  text-align: center;
}
.fullpage-container .form-container .back-to-list span {
  margin-left: 10px;
}
.fullpage-container h3 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
}
.fullpage-container.with-header {
  margin-top: -140px;
}
.logo-container img {
  width: 90px;
  vertical-align: middle;
}
.logo-container a {
  vertical-align: middle;
}
.logo-container .social-dashboard {
  display: inline-block;
  border-left: 1px solid black;
  vertical-align: middle;
  padding-left: 20px;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 24px;
}
.form-control {
  border: 0;
  height: 50px;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 16px;
  color: #000;
}
.btn-orange {
  border-radius: 17px;
  background-color: #ff4611;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-weight: 600;
}
.btn-orange.btn-sm {
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  font-weight: 400;
  text-decoration: none;
}
.btn-orange.btn-fw {
  width: 100%;
}
.btn-orange:hover {
  color: white;
  text-decoration: none;
  background-color: #f13b07;
}
.btn-gray {
  border-radius: 17px;
  background-color: #b7b8b6;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-weight: 600;
  border: 0;
}
.btn-gray:hover {
  background-color: #a4a4a4;
}
.btn.btn-white {
  border-radius: 17px;
  background-color: white;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-weight: 600;
  border: 0;
}
.btn.btn-white:hover {
  background-color: #f2f2f2;
}
.btn-dark-gray {
  border-radius: 17px;
  background-color: #464944;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-weight: 600;
  border: 0;
}
.btn-dark-gray:hover {
  background-color: #535352;
  color: #c1c2c3;
}
.btn-md {
  width: 170px;
}
.btn {
  border: 0;
}
.navbar {
  padding: 25px 35px 20px 35px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.page-body {
  padding-top: 30px;
}
.page-body h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 20px;
}
.top-header .navbar-text {
  font-size: 32px;
  font-weight: 600;
}
.top-header .navbar-text .home-icon {
  color: #b6b6b6;
}
.top-header .navbar-text .text {
  font-size: 24px;
  line-height: 32px;
  padding: 0 10px;
}
.top-header .navbar-text .dropdown {
  display: inline-block;
}
.top-header .navbar-text .dropdown .btn {
  width: 235px;
  display: inline-block;
  background-color: #e9ecef;
  height: 45px !important;
  line-height: 45px;
  vertical-align: middle;
  text-align: left;
  color: #000;
  text-decoration: none;
  padding: 0 20px;
  border: 0;
}
.top-header .navbar-text .dropdown .btn:after {
  float: right;
  margin-top: 18px;
}
.top-header .navbar-text .dropdown a {
  text-decoration: none;
}
.top-header .navbar-text .dropdown .dropdown-menu {
  left: auto;
  right: 0;
  width: 100%;
}
.top-header .navbar-text .text-container {
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.top-header .navbar-text .social-icons {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  padding-left: 15px;
}
.top-header .navbar-text .social-icons a {
  color: #454943;
}
.top-header .menu-dropdown.dropdown .dropdown-toggle {
  font-size: 24px;
}
.top-header .menu-dropdown.dropdown .btn {
  width: auto !important;
  background-color: transparent !important;
  padding: 0 0 0 20px;
}
.top-header .navbar-nav {
  text-align: right;
}
.top-header .navbar-nav .nav-link,
.top-header .navbar-nav .nav-link a {
  color: #454943;
  text-decoration: none;
}
.top-header .navbar-nav .nav-link:hover,
.top-header .navbar-nav .nav-link a:hover {
  text-decoration: underline;
}
.top-header .navbar-toggler {
  margin-left: 20px;
}
.top-header .header-dropdown {
  position: relative;
  vertical-align: top;
}
.top-header .header-dropdown label {
  position: absolute;
  top: -20px;
  font-size: 16px;
  font-weight: 300;
  color: #bbb;
}
.top-header .header-dropdown select {
  background-color: #e9ecef;
  height: 45px !important;
  line-height: 45px;
  border: 0;
  display: inline-block;
  max-width: 225px;
  font-size: 1rem;
  font-weight: normal;
}
.top-header .header-dropdown .select2 {
  max-width: 225px;
  display: inline-block;
  height: 45px !important;
  line-height: 45px;
}
.top-header .header-dropdown .select2 .select2-selection {
  background-color: #e9ecef;
  height: 45px !important;
  line-height: 45px;
  border: 0;
}
.top-header .header-dropdown .select2 .select2-selection__rendered {
  vertical-align: middle;
  text-align: left;
  color: #000;
  border: 0;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 5px;
}
.top-header .header-dropdown .select2 .select2-selection__arrow {
  margin-top: 5px;
  right: 10px;
}
.top-header .header-dropdown .select2 .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.top-header .logged-in-as {
  font-size: 14px;
  font-style: italic;
  color: gray;
}
.top-header .user-notifications {
  display: inline-block;
  color: #454943;
  font-size: 28px;
}
.top-header .user-notifications .new-notifications {
  font-size: 40px;
}
.tippy-tooltip {
  padding: 0 !important;
}
.notification-list {
  width: 300px;
  text-align: left;
  padding: 10px 0;
}
.notification-list header {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 10px 5px;
  border-bottom: 1px solid #d5d5d5;
}
.notification-list header .mark-all-read {
  font-size: 13px;
  text-transform: none;
  color: #365899;
  cursor: pointer;
  font-weight: normal;
}
.notification-list header .mark-all-read:hover {
  text-decoration: underline;
}
.notification-list .itemlist-container {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  height: 350px;
  overflow: hidden;
}
.notification-list .itemlist-container .notification-item {
  padding: 5px 10px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  text-decoration: none;
}
.notification-list .itemlist-container .notification-item.unread {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d7d7d7;
}
.notification-list .itemlist-container .notification-item .date-added {
  font-size: 11px;
  color: #b1b1b1;
}
.notification-list .itemlist-container .notification-item .actor-avatar {
  padding: 3px;
}
.notification-list .itemlist-container .notification-item .summary-container {
  margin-left: 35px;
}
.notification-list .itemlist-container .notification-item p,
.notification-list .itemlist-container .notification-item a {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.notification-list .itemlist-container b {
  font-weight: 700;
}
.notification-list .itemlist-container .loading-bar {
  padding: 5px;
  text-align: center;
}
.agency-list img {
  height: 21px;
}
.agency-list .actions a {
  display: inline-block;
  margin: 0 7px;
}
.table thead th {
  text-transform: uppercase;
  font-weight: 600;
}
form.top-label .form-group {
  position: relative;
  margin-bottom: 20px;
}
form.top-label label {
  display: none;
  margin-bottom: 0.5rem;
  position: absolute;
  top: -10px;
  left: 5px;
  text-transform: uppercase;
  background-color: white;
  font-size: 12px;
  padding: 1px 10px;
  box-shadow: 1px 1px 1px 1px #ebebeb;
  border-radius: 3px;
}
.pagination-container {
  text-align: right;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover {
  background-color: #eeeeee;
}
.pagination > li > a:focus {
  background-color: #eeeeee;
}
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > span:hover {
  background-color: #eeeeee;
}
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .active > a:hover {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .active > a:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .active > span {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .active > span:hover {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination > .disabled > a {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination > .disabled > a:hover {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before {
  display: table;
  content: " ";
}
.pager:after {
  display: table;
  content: " ";
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager .next > a {
  float: right;
}
.pager .next > span {
  float: right;
}
.pager .previous > a {
  float: left;
}
.pager .previous > span {
  float: left;
}
.pager .disabled > a {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.pager .disabled > a:hover {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.pager .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
h3.page-header {
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 24px;
  color: #454943;
}
.select2-container .select2-selection {
  border: 1px solid white;
  padding: 4px 10px 30px 10px;
  border-radius: 5px;
}
.select2-container .select2-selection .select2-selection__choice {
  background-color: #464944 !important;
  color: white;
  border: 1px solid white;
  padding: 2px 5px 2px 10px !important;
}
.select2-container .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  margin-left: 7px !important;
  font-size: 10px;
  color: white;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid white;
  border-radius: 5px;
}
.select2-dropdown {
  border-color: #80bdff !important;
}
.form-horizontal {
  color: #000;
}
.profile-form .fa-external-link-alt {
  color: #b6b6b6;
}
.profile-form a {
  text-decoration: none;
  cursor: pointer;
}
.profile-form .form-group.no-form {
  margin-bottom: 22px;
}
.profile-form .social-channel {
  margin-bottom: 16px;
  clear: both;
}
.profile-form .social-channel .icon {
  display: inline-block;
  font-size: 30px;
  float: left;
  width: 50px;
  padding-top: 3px;
  color: #484a47;
}
.profile-form .social-channel .form-control {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.profile-form .social-channel-form {
  margin-bottom: 25px;
}
.profile-form .social-channel-form .add-btn {
  padding: 13px 0 0;
  display: block;
}
.profile-form .social-channel-form .social-page {
  margin: 5px 0;
  display: inline-block;
}
.profile-form .social-channel-form .social-page .photo {
  display: inline-block;
}
.profile-form .social-channel-form .social-page .photo img {
  width: 40px;
}
.profile-form .social-channel-form .social-page .name {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}
.profile-form .social-channel-form .social-page .name a {
  text-decoration: none;
  color: #454943;
}
.profile-form .social-channel-form .social-page .btn-select {
  float: right;
  margin-top: 12px;
  padding: 5px 10px;
  line-height: 1;
  height: auto;
}
.profile-form .content-pillar-item {
  margin-bottom: 7px;
}
.profile-form .content-pillar-item .actions {
  font-size: 12px;
  color: #b6b6b6;
  margin-left: 10px;
}
.profile-form .fa-plus-circle {
  color: #b6b6b6;
}
.profile-form #Notes {
  height: 120px;
  background-clip: unset;
}
.profile-form .parent-profile span {
  font-weight: 900;
}
.profile-form .parent-profile a {
  color: #b6b6b6;
  margin-left: 20px;
}
.profile-form .parent-profile a .fa-trash {
  margin-right: 5px;
}
.profile-form .sub-actions {
  margin-top: 20px;
}
.profile-form .sub-actions a {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 160px;
  font-weight: 200;
  margin-bottom: 15px;
}
.profile-form .new-user-button-container {
  margin-top: 10px;
}
.profile-form .integrated-social-pages-container .social-page {
  margin: 10px 0;
}
.profile-form .integrated-social-pages-container .social-page .photo {
  display: inline-block;
}
.profile-form .integrated-social-pages-container .social-page .photo img {
  width: 40px;
}
.profile-form .integrated-social-pages-container .social-page .name {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}
.profile-form .integrated-social-pages-container .social-page .name a {
  text-decoration: none;
  color: #454943;
}
.profile-form .integrated-social-pages-container .social-page .btn-select {
  float: right;
  margin-top: 12px;
  padding: 5px 10px;
  line-height: 1;
  height: auto;
}
.post-form .fa-external-link-alt {
  color: #b6b6b6;
}
.post-form a {
  text-decoration: none;
  cursor: pointer;
}
.post-form .form-group.no-form {
  margin-bottom: 22px;
}
.post-form .social-channel {
  margin-bottom: 5px;
}
.post-form .social-channel-form {
  margin-bottom: 25px;
}
.post-form .content-pillar-item {
  margin-bottom: 7px;
}
.post-form .content-pillar-item .actions {
  font-size: 12px;
  color: #b6b6b6;
  margin-left: 10px;
}
.post-form .fa-plus-circle {
  color: #b6b6b6;
}
.post-form #Notes {
  height: 120px;
  background-clip: unset;
}
.post-form .parent-profile span {
  font-weight: 900;
}
.post-form .parent-profile a {
  color: #b6b6b6;
  margin-left: 20px;
}
.post-form .parent-profile a .fa-trash {
  margin-right: 5px;
}
.post-form .download-button {
  display: none;
  padding-top: 15px;
}
.post-form .sort-button {
  padding-top: 30px;
}
.post-form .delete-button {
  display: none;
  padding-top: 30px;
}
.post-form .rotate-buttons {
  display: none;
  padding-top: 15px;
}
.post-form .rotate-buttons .btn {
  display: inline-block;
  width: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 16px;
  font-size: 16px !important;
  color: #000 !important;
}
.post-form .rotate-buttons .rotate-right {
  float: left;
}
.post-form .rotate-buttons .rotate-left {
  float: right;
}
.post-form .rotate-buttons div {
  color: white;
}
.post-form .input-group .input-group-prepend {
  margin-right: 0;
  margin-left: -1px;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}
.post-form .input-group .input-group-text {
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}
.post-form .input-group .fa-calendar {
  font-size: 22px;
  cursor: pointer;
}
.post-form .file-container {
  height: 350px;
  background-color: white;
  position: relative;
}
.post-form .file-container.has-file {
  height: auto;
}
.post-form .file-container.has-file .download-button {
  display: block;
}
.post-form .file-container.has-file .delete-button {
  display: block;
}
.post-form .file-container.has-file .rotate-buttons {
  display: block;
}
.post-form .file-container.has-file.disabled:hover .actions {
  display: none;
}
.post-form .file-container.has-file .display-container {
  display: block;
}
.post-form .file-container.has-file .actions {
  display: none;
}
.post-form .file-container.has-file:hover .actions {
  display: block;
  background: -moz-linear-gradient(top, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3454943', endColorstr='#b3454943', GradientType=0);
  /* IE6-9 */
  margin-top: 0;
}
.post-form .file-container.has-file:hover .actions .plus-icon {
  display: none;
}
.post-form .file-container.has-file:hover .actions > div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.post-form .file-container .display-container {
  width: 100%;
  display: none;
}
.post-form .file-container .display-container img {
  width: 100%;
}
.post-form .file-container .actions {
  position: absolute;
  margin-top: 90px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.post-form .file-container .actions .btn {
  width: 160px;
  color: white;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  font-weight: 300;
}
.post-form .file-container .actions .plus-icon {
  font-size: 50px;
  margin-top: 30px;
}
.post-form .file-container .file-type-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post-form .file-container .file-type-container .file-type {
  float: right;
  background: #87d3ff;
  padding: 3px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: bold;
}
.post-form .file-container #progress {
  position: absolute;
  margin-top: 90px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}
.post-form .file-container #progress .extended-progress {
  text-align: center;
  padding-bottom: 20px;
}
.post-form .file-container #progress .extended-progress span {
  margin: 0 20px;
}
.post-form textarea {
  height: 100px;
}
.post-form textarea.caption-textarea {
  height: 150px;
}
.post-form .post-form-more-actions .btn {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 160px;
  font-weight: 200;
  margin-bottom: 15px;
}
.post-form .comment-list .comment-container {
  color: white;
  background-color: #707070;
  border-radius: 5px;
  padding: 15px 10px 20px 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.post-form .comment-list .comment-container .sender-info {
  font-size: 14px;
  padding-bottom: 10px;
}
.post-form .comment-list .comment-container .sender-info .date {
  margin-left: 20px;
}
.post-form .comment-list .comment-container .comment-text {
  line-height: 1.2;
}
.post-form .comment-list .comment-container .comment-text a {
  text-decoration: none;
  color: #62c6fc !important;
}
.post-form .delete-post {
  text-decoration: underline !important;
}
.post-form .btn-notify-stakeholders {
  font-weight: 300;
}
.post-form .delete-action {
  top: auto !important;
  left: auto !important;
  width: 100%;
  bottom: 15px;
  transform: none !important;
}
.post-form .delete-action .delete-button span {
  text-decoration: underline;
}
.post-form .delete-action .delete-button .fas {
  text-decoration: none;
  margin-right: 5px;
}
.post-form .visibility-toggle {
  color: gray;
  cursor: pointer;
}
.post-form .visibility-toggle svg,
.post-form .visibility-toggle .fa {
  color: #454943;
  font-size: 22px;
}
.post-form .post-activity-container .last-saved-date {
  color: #aaa;
}
.post-form .form-group-action {
  margin: 15px 0;
}
.post-form .form-group-action .btn {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 160px;
  font-weight: 200;
}
.post-form .post-carousel-container {
  margin-top: 30px;
}
.post-form .add-more-file {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
  color: gray;
  height: 22px;
  margin-top: -5px;
}
.post-form .post-carousel-container .carousel-cell {
  position: relative;
  max-width: 200px;
}
.post-form .post-carousel-container .file-type {
  position: absolute;
  top: 0;
  right: 0;
  background: #87d3ff;
  padding: 2px 5px;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px;
  font-size: 10px;
  border-radius: 5px;
  font-weight: bold;
}
.post-form .post-carousel-container .add-more-file {
  width: 150px;
  height: 150px;
  font-size: 50px;
  position: relative;
}
.post-form .post-carousel-container .add-more-file .add-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.post-form .current-users-container .user-item {
  display: inline-block;
  background: gray;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
}
.post-form .current-users-container .user-item .user-name {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-select {
  border: 0;
}
.custom-select:disabled {
  background-color: #fff;
  cursor: not-allowed;
}
.form-control:disabled {
  background-color: #fff;
  cursor: not-allowed;
}
.abc-checkbox input[type="checkbox"]:disabled {
  background-color: #fff;
}
.btn {
  text-decoration: none;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}
#notifyStakeHoldersModal .form-group-container {
  width: 70%;
  margin: 0 auto;
}
#adPreviewModal .modal-dialog {
  max-width: 900px;
}
#adPreviewModal .modal-dialog .preview-settings-col {
  border-right: 1px solid #eee;
}
#adPreviewModal .modal-dialog .form-control-container {
  margin-bottom: 20px;
}
#adPreviewModal .modal-dialog h3 {
  font-size: 20px;
}
#adPreviewModal .modal-dialog .btn {
  width: 100%;
}
#adPreviewModal .modal-dialog .preview-container iframe {
  width: 100%;
  overflow: hidden;
  min-height: 500px;
}
.post-status-dropdown .dropdown-toggle:after {
  float: right;
  top: 50%;
  right: 10px;
  transform: translate(-50%, 0);
  position: absolute;
}
.post-status-dropdown .dropdown-menu {
  background: #e9ecef;
  width: 100%;
  border-radius: 15px;
}
.post-status-dropdown .dropdown-menu .post-status {
  font-size: 20px;
  margin-right: 10px;
}
.post-status-dropdown .dropdown-menu .name {
  float: left;
  font-size: 14px;
  margin-top: 4px;
}
.post-status-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 10px;
}
.custom-select-lg {
  height: 50px;
  padding: 6px 15px;
  font-size: 16px;
}
.modal-content .modal-body .form-control {
  border: 1px solid #ced4da;
}
.loader2 {
  /* Uncomment this to make it run! */
  /*
     animation: loader 5s linear infinite; 
  */
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
}
.loader2 #shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.loader2 #box {
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
.blockPage {
  border: 0 !important;
  background-color: transparent !important;
  z-index: 1101 !important;
}
.blockPage #loader {
  display: block;
}
.blockOverlay {
  z-index: 1100 !important;
}
.page-header-row {
  margin-bottom: 10px;
}
.page-header-row .action-col {
  height: 50px;
  line-height: 50px;
}
.page-header-row .back-button-col {
  text-align: right;
  height: 50px;
  line-height: 50px;
}
.page-header-row .page-header {
  margin-bottom: 0;
  line-height: 50px;
}
.daterangepicker td {
  width: 40px;
  height: 30px;
}
.post-status-label {
  border: 1px solid white;
  border-radius: 17px;
  padding: 10px;
  width: 100%;
}
.post-status-label .color,
.post-status-label .name {
  float: left;
  height: 20px;
  line-height: 20px;
}
.post-status-label .color {
  border-radius: 17px;
  background-color: #b7b8b6;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.post-status-label .name {
  font-size: 14px;
}
.post-status-label.in-progress .color {
  background-color: #b6b7b5;
}
.post-status-label.for-review .color {
  background-color: #ff8400;
}
.post-status-label.needs-review .color {
  background-color: #dd0000;
}
.post-status-label.approved .color {
  background-color: #5ad25e;
}
.post-status-label.published .color {
  background-color: #464945;
}
.post-status-label.draft .color {
  background-color: #dddddd;
}
.post-status-label.internal-review .color {
  background-color: #428bca;
}
.post-status.icon-only {
  font-size: 25px;
  color: white !important;
  float: left;
  margin-right: -3px;
}
.post-status.icon-only.in-progress .fa-circle {
  color: #b6b7b5 !important;
}
.post-status.icon-only.for-review .fa-circle {
  color: #ff8400 !important;
}
.post-status.icon-only.needs-review .fa-circle {
  color: #dd0000 !important;
}
.post-status.icon-only.approved .fa-circle {
  color: #5ad25e !important;
}
.post-status.icon-only.published .fa-circle {
  color: #464945 !important;
}
.post-status.icon-only.internal-review .fa-circle {
  color: #428bca !important;
}
/* Diagonal stacked paper effect */
.paper {
  background-color: #fff;
  /* Need position to allow stacking of pseudo-elements */
  position: relative;
  /* Padding for demo purposes */
}
.paper,
.paper::before,
.paper::after {
  /* Add shadow to distinguish sheets from one another */
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15);
}
.paper::before,
.paper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
/* Second sheet of paper */
.paper::before {
  left: 7px;
  top: 5px;
  z-index: -1;
}
/* Third sheet of paper */
.paper::after {
  left: 12px;
  top: 10px;
  z-index: -2;
}
.timepicker-picker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.next-post-link,
.last-post-link {
  margin-left: 50px;
}
.dashboard-page {
  position: relative;
  overflow: hidden;
}
.dashboard-page .sidebar .actions .btn-filter,
.tippy-popper .sidebar .actions .btn-filter {
  margin: 20px 0 30px 0;
  width: 100%;
  text-decoration: none !important;
}
.dashboard-page .sidebar .post-tray-container,
.tippy-popper .sidebar .post-tray-container {
  margin-top: 30px;
  padding: 10px 10px 50px 10px;
  background: #dcdcdc;
  border-radius: 8px;
}
.dashboard-page .sidebar .post-tray-container h6,
.tippy-popper .sidebar .post-tray-container h6 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.dashboard-page .filter-container,
.tippy-popper .filter-container {
  margin-top: -25px;
}
.dashboard-page .page-filters h6,
.tippy-popper .page-filters h6,
.dashboard-page .filter-container h6,
.tippy-popper .filter-container h6 {
  padding-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.dashboard-page .page-filters input,
.tippy-popper .page-filters input,
.dashboard-page .filter-container input,
.tippy-popper .filter-container input {
  line-height: 38px;
  height: 38px;
}
.dashboard-page .page-filters .input-group,
.tippy-popper .page-filters .input-group,
.dashboard-page .filter-container .input-group,
.tippy-popper .filter-container .input-group {
  margin-bottom: 12px;
}
.dashboard-page .page-filters .input-group .input-group-prepend,
.tippy-popper .page-filters .input-group .input-group-prepend,
.dashboard-page .filter-container .input-group .input-group-prepend,
.tippy-popper .filter-container .input-group .input-group-prepend {
  margin-right: 0;
  margin-left: -1px;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}
.dashboard-page .page-filters .input-group .input-group-text,
.tippy-popper .page-filters .input-group .input-group-text,
.dashboard-page .filter-container .input-group .input-group-text,
.tippy-popper .filter-container .input-group .input-group-text {
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}
.dashboard-page .page-filters .input-group .fa-calendar,
.tippy-popper .page-filters .input-group .fa-calendar,
.dashboard-page .filter-container .input-group .fa-calendar,
.tippy-popper .filter-container .input-group .fa-calendar {
  font-size: 22px;
  cursor: pointer;
}
.dashboard-page .page-filters .btn-campaign,
.tippy-popper .page-filters .btn-campaign,
.dashboard-page .filter-container .btn-campaign,
.tippy-popper .filter-container .btn-campaign {
  margin-top: 30px;
  width: 100%;
}
.dashboard-page .page-filters .v-select,
.tippy-popper .page-filters .v-select,
.dashboard-page .filter-container .v-select,
.tippy-popper .filter-container .v-select {
  background: white;
}
.dashboard-page .page-filters .v-select .vs__dropdown-toggle,
.tippy-popper .page-filters .v-select .vs__dropdown-toggle,
.dashboard-page .filter-container .v-select .vs__dropdown-toggle,
.tippy-popper .filter-container .v-select .vs__dropdown-toggle {
  border: 0;
}
.dashboard-page .page-filters .v-select .vs__actions,
.tippy-popper .page-filters .v-select .vs__actions,
.dashboard-page .filter-container .v-select .vs__actions,
.tippy-popper .filter-container .v-select .vs__actions {
  padding-right: 10px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col {
  position: relative;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .db-popper,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .db-popper {
  display: none;
  z-index: 10000;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 5px 3px;
  padding: 10px;
  border-radius: 5px;
  width: 200%;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .db-popper .row,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .db-popper .row {
  margin-left: 0;
  margin-right: 0;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .db-popper .calendar-day-col,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .db-popper .calendar-day-col {
  margin-bottom: 0;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square {
  background-color: white;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 5px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square > div,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square > div {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square img,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square img {
  position: absolute;
  width: 100%;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 20;
  border-radius: 5px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg > a,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg:hover .active-post-actions,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg:hover .active-post-actions {
  display: block;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg .active-post-actions,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg .active-post-actions {
  text-align: right;
  padding: 10px 10px 0 0;
  display: none;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg .active-post-actions a,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg .active-post-actions a {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  float: none;
  filter: drop-shadow(0 0 1px #333);
  color: white;
  font-size: 20px;
  margin-left: 10px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg .active-post-actions a.delete-post,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg .active-post-actions a.delete-post {
  color: #ffa2ab;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions {
  background: #00000025;
  height: 100%;
  transition: background ease-in-out 300ms;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions a,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions a {
  margin-left: 0;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 15px;
  padding: 7px 12px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions a.view-post,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions a.view-post {
  background-color: gray;
  color: white;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions a.play-video,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-active-post .active-post-actions .hover-actions a.play-video {
  background-color: orangered;
  color: white;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-pending-post,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-pending-post {
  background-color: #fddad0;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-pending-post > a,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-pending-post > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b6b7b5;
  font-size: 35px;
  height: auto;
  width: 90%;
  text-align: center;
  text-decoration: none;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-pending-post .post-topic,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .img-bg.img-pending-post .post-topic {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  position: absolute;
  width: 100%;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .overlay,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .overlay {
  z-index: 25;
  border-radius: 5px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .overlay .text,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 64px;
  font-weight: 600;
  z-index: 31;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .overlay .overlay-img,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .overlay .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 27;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .overlay .bg,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .overlay .bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#454943+0,454943+100&0.7+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3454943', endColorstr='#b3454943', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 28;
  border-radius: 5px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .no-post,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .no-post {
  z-index: 25;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .no-post a,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .no-post a {
  position: absolute;
  /*top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);*/
  color: #b6b7b5;
  font-size: 35px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .no-post a svg,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .no-post a svg,
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .no-post a i,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .no-post a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity ease-in-out 300ms;
  font-size: 50px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .no-post a:hover svg,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .no-post a:hover svg,
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .no-post a:hover i,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .no-post a:hover i {
  opacity: 1;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square:hover .social-statistics,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square:hover .social-statistics {
  display: block;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .social-statistics,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .social-statistics {
  bottom: 3px;
  left: 7px;
  height: auto;
  width: auto;
  color: white;
  z-index: 20;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  font-size: 14px;
  display: none;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .social-statistics span,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .social-statistics span {
  margin-right: 5px;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .square .social-statistics svg,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .square .social-statistics svg {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .post-social-channel,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .post-social-channel {
  font-size: 22px;
  padding-right: 5px;
  color: #8d8d8d;
}
.dashboard-page .dashboard-calendar > .row > .calendar-day-col .post-social-channel span,
.tippy-popper .dashboard-calendar > .row > .calendar-day-col .post-social-channel span {
  margin-left: 0px;
}
.dashboard-page .dashboard-calendar .calendar-day-col,
.tippy-popper .dashboard-calendar .calendar-day-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
}
.dashboard-page .dashboard-calendar .calendar-day-col .calendar-date,
.tippy-popper .dashboard-calendar .calendar-day-col .calendar-date {
  margin-bottom: 3px;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions,
.tippy-popper .dashboard-calendar .calendar-day-col .actions {
  margin-top: 5px;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .post-status,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .post-status {
  margin-right: 5px;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .add-new-post,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .add-new-post {
  color: #b6b7b5 !important;
  transition: all ease-in-out 200ms;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .add-new-post:hover,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .add-new-post:hover {
  color: #989898 !important;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .post-schedule-icon,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .post-schedule-icon {
  color: #b6b7b5 !important;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .view-video,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .view-video {
  color: #b6b7b5 !important;
  cursor: pointer;
  transition: all ease-in-out 200ms;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .view-video .fa-play,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .view-video .fa-play {
  color: white;
  margin-left: 6px;
}
.dashboard-page .dashboard-calendar .calendar-day-col .actions .view-video:hover,
.tippy-popper .dashboard-calendar .calendar-day-col .actions .view-video:hover {
  color: #989898 !important;
}
.dashboard-page .legend .legend-item,
.tippy-popper .legend .legend-item {
  position: relative;
  cursor: pointer;
}
.dashboard-page .legend .legend-item .post-status,
.tippy-popper .legend .legend-item .post-status {
  margin-bottom: -5px;
}
.dashboard-page .legend .legend-item .legend-text,
.tippy-popper .legend .legend-item .legend-text {
  padding: 6px 0 0 10px;
  float: left;
  font-size: 15px;
}
.dashboard-page .legend .legend-item .active-icon,
.tippy-popper .legend .legend-item .active-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.dashboard-page .legend .legend-item.active .active-icon,
.tippy-popper .legend .legend-item.active .active-icon {
  display: block;
  color: #5ad25e;
}
.dashboard-page #multiplePostModal .modal-dialog,
.tippy-popper #multiplePostModal .modal-dialog {
  max-width: 500px;
}
.dashboard-page .sidebar-actions,
.tippy-popper .sidebar-actions {
  padding-top: 40px;
}
.dashboard-page .sidebar-actions .btn,
.tippy-popper .sidebar-actions .btn {
  font-size: 14px;
  line-height: 1;
  display: block;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
}
.dashboard-page .sidebar-actions .show-popular,
.tippy-popper .sidebar-actions .show-popular {
  margin-top: 10px;
}
.dashboard-page #instagramPreviewModal .modal-title label,
.tippy-popper #instagramPreviewModal .modal-title label {
  margin-bottom: 0;
}
.dashboard-page #instagramPreviewModal .img-col,
.tippy-popper #instagramPreviewModal .img-col {
  padding: 2px;
}
.dashboard-page #instagramPreviewModal .square,
.tippy-popper #instagramPreviewModal .square {
  background-color: white;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.dashboard-page #instagramPreviewModal .img-preview,
.tippy-popper #instagramPreviewModal .img-preview {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.dashboard-page #instagramPreviewModal .img-preview .publish-date,
.tippy-popper #instagramPreviewModal .img-preview .publish-date {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 5px;
  margin: 5px;
}
.dashboard-page #instagramPreviewModal .img-no-image,
.tippy-popper #instagramPreviewModal .img-no-image {
  background: #d1d1d1;
}
.dashboard-page #instagramPreviewModal .img-no-image.ui-droppable-hover,
.tippy-popper #instagramPreviewModal .img-no-image.ui-droppable-hover {
  background: #989898 !important;
}
.dashboard-page #instagramPreviewModal .ig-top,
.tippy-popper #instagramPreviewModal .ig-top {
  width: 100%;
}
.dashboard-page #instagramPreviewModal .ig-top img,
.tippy-popper #instagramPreviewModal .ig-top img {
  width: 100%;
}
.dashboard-page #instagramPreviewModal .sort-ig-post,
.tippy-popper #instagramPreviewModal .sort-ig-post {
  font-size: 14px;
}
.dashboard-page #instagramPreviewModal .sort-ig-post input,
.tippy-popper #instagramPreviewModal .sort-ig-post input {
  vertical-align: middle;
}
.dashboard-page #instagramPreviewModal .sort-ig-post span,
.tippy-popper #instagramPreviewModal .sort-ig-post span {
  vertical-align: middle;
}
.dashboard-page .post-tray-container .row,
.tippy-popper .post-tray-container .row {
  margin-left: 0;
  margin-right: 0;
}
.dashboard-page .post-tray-container .calendar-day-col,
.tippy-popper .post-tray-container .calendar-day-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}
.dashboard-page .post-tray-container .square,
.tippy-popper .post-tray-container .square {
  background-color: white;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 5px;
}
.dashboard-page .post-tray-container .square > div,
.tippy-popper .post-tray-container .square > div {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5px;
}
.dashboard-page .post-tray-container .square img,
.tippy-popper .post-tray-container .square img {
  position: absolute;
  width: 100%;
}
.dashboard-page .post-tray-container .square .img-bg,
.tippy-popper .post-tray-container .square .img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 20;
  border-radius: 5px;
}
.dashboard-page .post-tray-container .square .img-bg a,
.tippy-popper .post-tray-container .square .img-bg a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dashboard-page .post-tray-container .square .img-bg.img-pending-post,
.tippy-popper .post-tray-container .square .img-bg.img-pending-post {
  background-color: #fddad0;
}
.dashboard-page .post-tray-container .square .img-bg.img-pending-post a,
.tippy-popper .post-tray-container .square .img-bg.img-pending-post a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b6b7b5;
  font-size: 18px;
  height: auto;
  width: 90%;
  text-align: center;
  text-decoration: none;
}
.dashboard-page .post-tray-container .square .img-bg.img-pending-post .post-topic,
.tippy-popper .post-tray-container .square .img-bg.img-pending-post .post-topic {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  overflow: hidden;
}
.dashboard-page .post-tray-container .square .overlay,
.tippy-popper .post-tray-container .square .overlay {
  z-index: 25;
  border-radius: 5px;
}
.dashboard-page .post-tray-container .square .overlay .text,
.tippy-popper .post-tray-container .square .overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 64px;
  font-weight: 600;
  z-index: 31;
}
.dashboard-page .post-tray-container .square .overlay .overlay-img,
.tippy-popper .post-tray-container .square .overlay .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 27;
}
.dashboard-page .post-tray-container .square .overlay .bg,
.tippy-popper .post-tray-container .square .overlay .bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#454943+0,454943+100&0.7+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(69, 73, 67, 0.7) 0%, rgba(69, 73, 67, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3454943', endColorstr='#b3454943', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 28;
  border-radius: 5px;
}
.dashboard-page .post-tray-container .square .no-post,
.tippy-popper .post-tray-container .square .no-post {
  z-index: 25;
  background-color: #dcdcdc;
}
.dashboard-page .post-tray-container .square .no-post a,
.tippy-popper .post-tray-container .square .no-post a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 35px;
  text-decoration: none;
}
.dashboard-page .droppable.ui-droppable-hover,
.tippy-popper .droppable.ui-droppable-hover {
  background: #cccccc !important;
}
.dashboard-page .ui-draggable-dragging,
.tippy-popper .ui-draggable-dragging {
  z-index: 20000 !important;
  cursor: move !important;
}
.dashboard-page .visibility-toggle,
.tippy-popper .visibility-toggle {
  color: gray;
  cursor: pointer;
}
.dashboard-page .visibility-toggle svg,
.tippy-popper .visibility-toggle svg,
.dashboard-page .visibility-toggle .fa,
.tippy-popper .visibility-toggle .fa {
  color: #454943;
  font-size: 16px;
}
.dashboard-page .visibility-toggle .not-visible svg,
.tippy-popper .visibility-toggle .not-visible svg,
.dashboard-page .visibility-toggle .not-visible .fa,
.tippy-popper .visibility-toggle .not-visible .fa {
  color: gray;
  font-size: 16px;
}
.tippy-popper .tippy-popover-container {
  display: block !important;
}
.tippy-popper .tippy-popover-container .calendar-day-col {
  min-width: 150px;
}
.tippy-popper .tippy-popover-container .row {
  margin-left: 0;
  margin-right: 0;
}
#userFormModal .form-container {
  margin: 0 auto;
}
#userFormModal .form-container .form-action {
  display: none;
}
#userFormModal .form-container .back-to-list {
  display: none;
}
#videoPreviewModal .modal-dialog {
  max-width: 600px;
}
#videoPreviewModal video {
  width: 100%;
  height: auto;
  max-height: 100%;
}
#popularModal .modal-dialog {
  max-width: 700px;
}
#popularModal .image-col {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
#popularModal .square {
  background-color: white;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
#popularModal .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#popularModal .img-bg .likes {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 5px;
  margin: 5px;
}
.sort-carousel-modal .square {
  background-color: white;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.sort-carousel-modal .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sort-carousel-modal .container {
  margin-left: 0;
  margin-right: 0;
}
.sort-carousel-modal .container .img-col {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.sort-carousel-modal .modal-dialog {
  max-width: 800px;
}
.sort-carousel-modal .modal-dialog .modal-body {
  margin: 30px;
}
#socialPageListModal .social-page-list-container .social-page {
  margin: 10px 0;
}
#socialPageListModal .social-page-list-container .social-page .photo {
  display: inline-block;
}
#socialPageListModal .social-page-list-container .social-page .photo img {
  width: 50px;
}
#socialPageListModal .social-page-list-container .social-page .name {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
#socialPageListModal .social-page-list-container .social-page .btn-select {
  float: right;
  margin-top: 12px;
  padding: 5px 10px;
  line-height: 1;
  height: auto;
}
.post-form-container {
  position: relative;
}
.post-form-container .social-page-list-container {
  padding: 0 0;
}
.post-form-container .social-page {
  position: relative;
  padding: 15px 15px 15px 0;
  margin-bottom: 15px;
}
.post-form-container .social-page.active {
  background: #ededed;
}
.post-form-container .social-page .social-channel-icon {
  font-size: 40px;
  margin-left: 0px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
.post-form-container .social-page .social-channel-icon span {
  font-size: 20px;
}
.post-form-container .social-page .photo {
  display: inline-block;
}
.post-form-container .social-page .photo img {
  width: 50px;
}
.post-form-container .social-page .name {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
  line-height: 50px;
}
.post-form-container .social-page .btn-select {
  float: right;
  margin-top: 12px;
  padding: 5px 10px;
  line-height: 1;
  height: auto;
}
.post-form-container .social-page > .checkbox {
  position: absolute;
  top: 28px;
  right: 15px;
}
.post-form-container .social-page > .checkbox input {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.post-form-container .copy-to-clipboard {
  font-size: 18px;
}
.post-schedule-form .abc-checkbox label:before {
  border: 1px solid #d9d9d9;
}
.post-schedule-form .form-control:disabled {
  background-color: #efefef;
}
.post-schedule-list {
  margin-top: 15px;
}
.post-schedule-list .post-schedule-item {
  margin: 5px 0;
  padding-left: 10px;
  padding-bottom: 3px;
}
.post-schedule-list .post-schedule-item .icon {
  display: inline-block;
}
.post-schedule-list .post-schedule-item .schedule {
  display: inline-block;
}
.btn.btn-green {
  background: #388f1f;
  border-radius: 17px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-weight: 600;
  border: 0;
}
.btn.btn-green:hover {
  background: #2f761a;
}
.btn.btn-red {
  background: #e53334;
  border-radius: 17px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-weight: 600;
  border: 0;
}
.btn.btn-red:hover {
  background: #c62728;
}
.select2-container .email-text {
  float: right;
}
.nav-tabs a {
  text-decoration: none;
}
.nav-tabs .nav-link {
  color: #adadad;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #e9ecef;
  border-bottom: #e9ecef;
}
.navbar-nav .menu-header {
  font-size: 12px;
  text-transform: uppercase;
  color: #6c6c6c;
  margin-top: 10px;
}
.navbar-nav .sub-nav {
  list-style: none;
}
.navbar-nav .sub-nav li {
  list-style: none;
}
.tab-content .tab-pane {
  padding-top: 20px;
}
.delete-container div {
  padding: 10px;
  text-align: center;
}
.delete-container div img {
  max-height: 200px;
}
.cke_chrome {
  border: 0 !important;
  border-radius: 5px !important;
}
.cke_inner,
.cke_contents {
  border-radius: 5px !important;
}
.usertype-client .dashboard-calendar .add-new-post {
  display: none;
}
.usertype-client .dashboard-calendar .active-post-actions a {
  display: none !important;
}
.usertype-client .sidebar .post-tray-container {
  display: none !important;
}
.usertype-client .post-form-container .file-container .actions .fileinput-button,
.usertype-client .post-form-container .file-container .actions .download-button,
.usertype-client .post-form-container .file-container .actions .delete-button,
.usertype-client .post-form-container .file-container .actions .rotate-buttons {
  display: none;
}
.usertype-client .post-form-container .file-container .actions .play-button {
  display: block;
}
.charleft {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.charleft > div {
  width: 25%;
  display: inline-block;
}
.charleft h6 {
  font-size: 20px;
  margin-bottom: 0px;
}
.charleft b {
  font-weight: bold;
  color: green;
}
.charleft .warningTextareaInfo b,
.charleft .warningTextareaInfo h6 {
  color: red;
}
/*#dropzone {
    background: palegreen;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
*/
#dropzone.in:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #c5c3c3;
  top: 0;
  left: 0;
  z-index: 50000;
}
#dropzone.in:after {
  position: absolute;
  width: 100%;
  content: 'DRAG HERE TO UPLOAD';
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 50001;
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  color: #8a8a8a;
  line-height: 1;
}
#dropzone.hover {
  background: lawngreen;
}
#dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
:root {
  --text-color: #606770;
  --btn-text-color: #fff;
  --primary-text-color: #050505;
  --base-bg: #f0f2f5;
  --bg-color: #eff2f5;
  --link-color: #216fdb;
  --secondary-color: #65676b;
  --secondary-bg-color: #e4e6eb;
  --card-bg: #fff;
  --btn-bg: #fff;
  --icon-color: #1c1e21;
  --hover-color: rgba(0, 0, 0, 0.05);
  --secondary-hover-color: rgba(0, 0, 0, 0.08);
  --text-bg-color: var(--bg-color);
  --border-color: #e4e6eb;
  --blue-btn: #e7f3ff;
  --shadow: rgba(0, 0, 0, 0.2);
  --shadow-inset: rgba(255, 255, 255, 0.5);
  --font-sz-xs: 0.8125rem;
  --font-sz-sm: 0.9325rem;
  --font-sz-m: 1rem;
  --font-sz-l: 1.2rem;
  --font-sz-xl: 1.5rem;
  --font-w-normal: 500;
  --font-w-bold: 600;
  --header-height: 56px;
  --gradient-1: #00cdff;
  --gradient-2: #157af7;
  --transition-time: 100ms;
  --transition-fn: linear;
}
.preview-pane-container {
  position: absolute;
  width: 30%;
  height: calc(100vh - 110px);
  background-color: white;
  top: -40px;
  left: -100%;
  padding: 30px 20px;
  background: #f0f2f5;
  overflow: scroll;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  transition: left ease-in-out 300ms;
}
.preview-pane-container.open {
  left: -15px;
}
.preview-pane-container.preview-pane-right {
  left: auto !important;
  right: -100%;
  transition: right ease-in-out 300ms;
}
.preview-pane-container.preview-pane-right.open {
  right: 0px;
}
.preview-pane-container .preview-pane-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.preview-pane-container .preview-pane-title .close {
  float: right;
  cursor: pointer;
}
.preview-pane-container .preview-pane-note {
  font-size: 13px;
  color: rgb(131 131 131);
  padding: 5px 0;
}
.preview-pane-container .preview-container {
  margin-top: 10px;
}
.social-preview-item {
  border-top: 1px solid #8e8e8e;
  padding-top: 15px;
  padding-bottom: 30px;
}
.social-preview-item .item-title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.social-preview-item .facebook-post-preview .post {
  width: 100%;
  display: flex;
  margin: 10px auto;
  max-width: 400px;
  border-radius: 8px;
  padding: 12px 0 0;
  flex-direction: column;
  background: var(--card-bg);
  box-shadow: 0 1px 2px var(--shadow);
  transition: background var(--transition-time) var(--transition-fn);
  position: relative;
}
.social-preview-item .facebook-post-preview .post img.profile-pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.social-preview-item .facebook-post-preview .post .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
}
.social-preview-item .facebook-post-preview .post .info div.user {
  margin-left: 8px;
}
.social-preview-item .facebook-post-preview .post .info div.user p {
  margin: 0;
  line-height: 0;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: bold;
}
.social-preview-item .facebook-post-preview .post .info span {
  color: var(--text-color);
  font-size: 12px;
}
.social-preview-item .facebook-post-preview .post .post-content img {
  width: 100%;
  max-height: 750px;
  object-fit: contain;
}
.social-preview-item .facebook-post-preview .post .post-content p {
  margin: 10px 0;
  padding: 0 16px;
  white-space: pre-line;
}
.social-preview-item .facebook-post-preview .post .likes-info {
  display: flex;
  padding: 10px 16px;
}
.social-preview-item .facebook-post-preview .post .likes-info a {
  margin: 0 4px;
  text-decoration: none;
  color: var(--text-color);
}
.social-preview-item .facebook-post-preview .post .likes-info div:last-child {
  margin-left: auto;
}
.social-preview-item .facebook-post-preview .post .actions {
  display: flex;
  margin: 0 16px;
  padding: 8px 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  transition: all var(--transition-time) var(--transition-fn);
}
.social-preview-item .facebook-post-preview .post .actions a {
  flex: 1;
  padding: 8px 2px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: var(--text-color);
  font-size: var(--font-sz-sm);
  white-space: nowrap;
}
.social-preview-item .facebook-post-preview .post .actions a i,
.social-preview-item .facebook-post-preview .post .actions a svg {
  margin: 0 5px;
}
.social-preview-item .facebook-post-preview .post .actions a:hover {
  background: var(--hover-color);
}
.social-preview-item .facebook-post-preview .post .comments {
  display: flex;
  padding-top: 8px;
  position: relative;
  border-top: 1px solid var(--border-color);
  transition: all var(--transition-time) var(--transition-fn);
}
.social-preview-item .facebook-post-preview .post .comments ul,
.social-preview-item .facebook-post-preview .post .comments li {
  flex-grow: 1;
  display: flex;
}
.social-preview-item .facebook-post-preview .post .comments ul {
  flex-direction: column;
}
.social-preview-item .facebook-post-preview .post .comments .text-input {
  padding-right: 100px;
}
.social-preview-item .facebook-post-preview .post .comments .comment-type {
  right: 20px;
  align-self: center;
  position: absolute;
}
.social-preview-item .facebook-post-preview .post .comments .comment-type i {
  margin: 0 -4px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  color: var(--text-color);
}
.social-preview-item .facebook-post-preview .post .comments .comment-type i:hover {
  background: var(--hover-color);
}
.social-preview-item .facebook-post-preview .post .comments i {
  color: var(--text-color);
}
.social-preview-item .facebook-post-preview .post .comments .reply-container {
  margin: 0 8px;
  position: relative;
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-content {
  width: 90%;
  padding: 12px;
  overflow: hidden;
  margin-bottom: 4px;
  border-radius: 18px;
  background: var(--text-bg-color);
  transition: background var(--transition-time) var(--transition-fn);
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-content p {
  font-size: var(--font-sz-xs);
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-action {
  margin: 8px;
  display: flex;
  font-size: var(--font-sz-xs);
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-action span {
  margin: 0 4px;
  color: var(--text-color);
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-action a:hover {
  text-decoration: underline;
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-reactions {
  right: 0;
  flex-grow: 0;
  padding: 4px;
  display: flex;
  position: absolute;
  border-radius: 18px;
  align-items: center;
  background: var(--btn-bg);
  box-shadow: 0 2px 4px var(--shadow);
  transform: scale(0.7) translate(-10px, -10px);
  transition: background var(--transition-time) var(--transition-fn);
}
.social-preview-item .facebook-post-preview .post .comments .reply-container .reply-reactions a {
  margin: 4px;
}
.social-preview-item .facebook-post-preview .post .comments .reply-container span {
  margin-bottom: 8px;
  display: inline-block;
  font-size: var(--font-sz-xs);
  font-weight: var(--font-w-bold);
}
.social-preview-item .facebook-post-preview .post .icons i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: var(--btn-text-color);
  background: linear-gradient(45deg, #139df8, transparent);
}
.social-preview-item .facebook-post-preview .post .icons i:nth-child(2) {
  margin-left: -8px;
  background: linear-gradient(325deg, #f03656, #ff9494);
}
.social-preview-item .facebook-post-preview .post button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  margin-left: auto;
  border-radius: 50%;
  color: var(--text-color);
  background: transparent;
}
.social-preview-item .facebook-post-preview .post button:hover {
  background: var(--hover-color);
}
.social-preview-item .InlineMessagePreview-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social-preview-item .InstagramPreview {
  border: 1px solid #dee1e1;
  border-radius: 6px;
  max-width: 375px;
  font-size: 14px;
  background-color: #fff;
}
.social-preview-item .InstagramPreview a {
  font-size: 14px !important;
  line-height: 20px !important;
}
.social-preview-item .InstagramPreview-header {
  display: flex;
  align-items: center;
  padding: 16px;
}
.social-preview-item .InstagramPreview-avatar {
  color: #262626 !important;
  text-decoration: none !important;
  margin-right: 8px;
}
.social-preview-item .InstagramPreview-author {
  color: #262626 !important;
  font-weight: 700;
  text-decoration: none;
}
.social-preview-item .InstagramPreview-images {
  position: relative;
}
.social-preview-item .InstagramPreview-imageImage {
  display: block;
  width: 100%;
}
.social-preview-item .InstagramPreview-content {
  padding: 12px 16px;
}
.social-preview-item .InstagramPreview-actions {
  display: flex;
  align-items: center;
}
.social-preview-item .InstagramPreview-networkAction {
  width: 30px;
  height: 30px;
  fill: currentColor;
  vertical-align: middle;
}
.social-preview-item .InstagramPreview-action + .InstagramPreview-action {
  margin-left: 16px;
}
.social-preview-item .InstagramPreview-body {
  padding: 8px 0;
}
.social-preview-item .InstagramPreview-body .InstagramPreview-author {
  margin-right: 4px;
}
.social-preview-item .InstagramPreview-text {
  display: inline;
  word-wrap: break-word;
}
.social-preview-item .InstagramPreview-text > div {
  display: inline;
  white-space: pre-line;
}
.social-preview-item .InstagramPreview-date {
  color: #999;
  font-size: 10px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.social-preview-item .linkedinPreview {
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
  max-width: 450px;
  margin: 0 auto;
  background: white;
}
.social-preview-item .linkedinPreview .linkedin-company {
  padding: 12px 40px 8px 16px;
  display: flex;
}
.social-preview-item .linkedinPreview .linkedin-company .company-image {
  flex-shrink: 0;
}
.social-preview-item .linkedinPreview .linkedin-company .company-image img {
  max-width: 48px;
}
.social-preview-item .linkedinPreview .linkedin-company .company-info {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 8px;
  overflow: hidden;
}
.social-preview-item .linkedinPreview .linkedin-company .company-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.social-preview-item .linkedinPreview .linkedin-company .company-followers,
.social-preview-item .linkedinPreview .linkedin-company .post-date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  font-family: Segoe UI, Roboto, Calibri;
}
.social-preview-item .linkedinPreview .post-caption {
  margin: 5px 16px 10px;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-line;
}
.social-preview-item .linkedinPreview .post-actions {
  display: flex;
  padding: 7px 0;
}
.social-preview-item .linkedinPreview .post-actions a {
  flex: auto;
  text-align: center;
  text-decoration: none;
}
.admin-page-body .sidebar a {
  text-decoration: none;
}
.admin-page-body .sidebar .nav-link.active {
  color: #428bca;
}
.admin-page-body .sidebar .nav-link.active:before {
  content: "▸";
  position: absolute;
  left: 10px;
}
.admin-page-body h1,
.admin-page-body h2,
.admin-page-body h3,
.admin-page-body h4,
.admin-page-body h5,
.admin-page-body h6 {
  font-weight: bold;
}
.admin-page-body a {
  cursor: pointer;
}
.subscription-page .plan-item {
  border: 3px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  background-color: #f6fbff;
}
.subscription-page .plan-item.active-plan {
  border: 3px solid #259bf7;
}
.subscription-page .plan-item.active-plan .active-plan-icon {
  top: -12px;
  right: -12px;
  position: absolute;
  color: #259bf7;
  font-size: 20px;
}
.subscription-page .plan-item.active-plan .active-plan-icon svg {
  background-color: white;
  border-radius: 50% 50%;
}
.subscription-page .plan-item .plan-title {
  font-size: 22px;
  font-weight: bold;
}
.subscription-page .plan-item .plan-price {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #989ea3;
}
.subscription-page .plan-item .plan-price span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}
.subscription-page .plan-item .plan-description {
  color: #989ea3;
}
.subscription-page .plan-item .btn-subscribe {
  border: 1px solid #3ca5f7;
  color: #3ca5f7;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
.subscription-page .plan-item .btn-cancel {
  border: 1px solid rgb(142 141 141);
  color: rgb(142 141 141);
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
.subscription-page .plan-item .plan-action {
  margin-top: 30px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.post-insight-preview-pane {
  top: 120px !important;
  z-index: 10000;
}
.post-insight-preview-pane .metric-row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-insight-preview-pane .metric-row .metric-col {
  padding-left: 10px;
  padding-right: 10px;
}
.post-insight-preview-pane .metric-card {
  position: relative;
  background-color: #fefefe;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.post-insight-preview-pane .metric-card .metric-icon {
  font-size: 5px;
  position: absolute;
  right: 30px;
  opacity: 0.25;
  top: 20px;
}
.post-insight-preview-pane .metric-card .metric-icon .fa-stack .fa-stack-1x {
  font-size: 20px;
  left: 10px;
  top: -2px;
}
.post-insight-preview-pane .metric-card .metric-name {
  font-weight: bold;
}
.post-insight-preview-pane .metric-card .metric-value {
  font-size: 25px;
}
.node-container .node-type {
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 1;
}
.node-container .node-type.business {
  background-color: orange;
}
.node-container .node-type.ad-account {
  background-color: #495057;
}
.node-container .node-type.ad-set {
  background-color: #3a5096;
}
.node-container .node-type.metric {
  background-color: #288e27;
}
.node-container .node-action i {
  font-size: 16px;
}