.code-snippet {
  color: #d4d4d4;
  background-color: #1e1e1e;
  font-family: Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  white-space: pre;
}

.clear-float {
  clear: both;
}

a {
  text-decoration: none;
  font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans",
    "Helvetica Neue", sans-serif;
  color: black;
}

b {
  font-weight: 600;
}

.inputError,
.error-alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: block;
  margin-bottom: 5px;
  padding: 8px 5px;
  text-align: center;
  border-radius: 1px;
  font-weight: 500;
  font-size: 15px;
}

.success-alert {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: block;
  margin-bottom: 5px;
  padding: 8px 5px;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
}

.btn {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  padding: 8px 11px;
}

.btn:hover {
  opacity: 0.9;
}

label {
  font-size: 15px;
  font-weight: 600;
  color: #3b3b3b;
}

.input-wrapper {
  padding: 5px 0;
  margin-bottom: 10px;
}

input {
  border: none;
  border: 1px solid #eee;
  border-radius: 3px;
  padding-left: 5px;
  height: 40px;
  width: 100%;
  font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans",
    "Helvetica Neue", sans-serif;
}

.input {
  border: none;
  border: 1px solid #eee;
  border-radius: 3px;
  padding-left: 5px;
  height: 40px;
  width: 100%;
  font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans",
    "Helvetica Neue", sans-serif;
}

select,
.select {
  width: 50%;
  height: 40px;
  border: none;
  background: #eee;
  font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans",
    "Helvetica Neue", sans-serif;
}

textarea {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 1%;
  width: 98%;
  resize: none;
  font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans",
    "Helvetica Neue", sans-serif;
}

.title {
  color: green;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.shadow {
  box-shadow: 0 2px 4px 0 #ccc;
}

.shadow-less {
  box-shadow: 0 1px 2px 0 #ccc;
}

.img-decoy {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}

.img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.visible {
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.hide {
  visibility: hidden;
}

.upvote,
.bookmarked {
  color: #008000;
  fill: green;
}

.downvote {
  color: green;
  fill: red;
}

.neutral {
  color: hsla(0, 0%, 0%, 0.5);
  fill: #525252;
}

.green {
  background: green;
}

.green-fill {
  fill: green;
}

.active-link {
  background: #017301c2;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.58;
  letter-spacing: -0.004em;
  margin: 0;
  background: #fbfbfb;
}

#intscribe {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}

 
/*****start of newsletter css*/
/* Full-width input fields */
.modal input[type=text], .modal input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
.modal button {
  color: white;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  background-color: #4CAF50;
}

button:hover {
  opacity:1;
}

/* Float cancel and signup buttons and add an equal width */
.signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background: hsla(120, 1%, 15%, 0.9);
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 100 auto 10%; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (min-width: 700px) {
  .signupbtn {
    width: 100%;
  }

  /* Modal Content/Box */
  .modal-content {
    width: 40%; /* Could be more or less, depending on screen size */
  }
}
/* end of newsletter css */




.notification-alert {
  height: 32px;
  width: 30%;
  font-size: 16px;
  padding-top: 4px;
  position: fixed;
  margin: 4px 30%;
  background-color: #64cf64;
  color: white;
  z-index: 1;
  box-shadow: 0 1px 2px 0 #ccc;
  visibility: hidden;
  text-align: center;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.navBar {
  height: 60px;
  width: 100%;
  background: white;
  box-shadow: 0 2px 4px 0 #cccccc;
  position: fixed;
  z-index: 5;
}

.navBarLogo {
  float: left;
  margin-top: 7px;
  width: 45px;
  height: 45px;
  background-position: center center;
  background-size: cover;
  display: block;
  cursor: pointer;
}

.navBarSearch {
  position: relative;
  float: left;
  width: 30%;
}

.navBarSearch input {
  width: 100%;
  height: 37px;
  margin-top: 6px;
  border: none;
  border-radius: 1px;
  padding: 2px 5px;
  background-color: #eeeeee;
}

.navBarSearch-icon {
  float: left;
  margin: 15px 5% 0 15%;
  fill: grey;
}

.navBarSearch-result {
  position: absolute;
  background: white;
  border-radius: 3px;
  z-index: 2;
  list-style: none;
  color: #525252;
  width: 98%;
  padding: 5px 1%;
  margin-top: 2px;
  box-shadow: 0 1px 2px 0 #213826;
}

.search-page-result {
  background: white;
  border-radius: 3px;
  z-index: 2;
  list-style: none;
  color: #525252;
  width: 98%;
  padding: 5px 1%;
  margin-top: 2px;
}

.navBarSearch-result li,
.search-page-result li {
  padding: 8px 0;
  font-weight: 500;
  font-size: 0.88em;
  border-bottom: 1px solid #eef5f0;
  cursor: pointer;
}

.navBarSearch-result li:hover {
  background: #f8faf8;
}

.navBarSearch-result li:last-child,
.search-page-result li:last-child {
  border-bottom: none;
}

.navBarProfile {
  position: relative;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -10px;
}

.navBarProfile a p {
  display: none;
}

.navBarProfile a div {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 25px;
}

.navBarNotif {
  position: relative;
  top: -10px;
  display: inline-block;
  margin-left: 20%;
}

.navBarNotif a {
  display: inline-block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}

.navBarNotif a button {
  color: black;
  font-weight: bold;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 #eeeeee;
}

/*.navBarNotif a svg {*/
/*  display: inline-block;*/
/*  fill: white;*/
/*  margin-bottom: -1px;*/
/*}*/

.navBarAdmin-link {
  position: relative;
  display: inline-block;
}

.navBarAdmin-link a {
  display: inline-block;
  position: absolute;
  top: -31px;
  width: 80px;
  color: white;
  font-weight: 600;
  font-size: 0.9em;
}

.navBarAdmin-link a button {
  background-color: #008000;
}

.navBarRegister,
.navBarLogin {
  margin-top: 14px;
  height: 30px;
  box-shadow: 0 2px 4px 0 #012013;
  float: right;
  margin-right: 3%;
}

.navBarRegister button,
.navBarLogin button {
  background: green;
  color: white;
  min-width: 10%;
}

.cat-s {
  height: 55px;
  padding-top: 70px;
}

.cat-s .cat-s-ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #333333;

}

.cat-s .cat-s-ul li {
  float: left;
  margin-right: 5px;
}

.cat-s .cat-s-ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cat-s .cat-s-ul li a:hover {
  background-color: #111111;
}

/******************************************* css for admin pages ********************************/
.a-container {
  margin-top: -15px;
  background: white;
  padding: 10px 1%;
}

.a-comp-btn,
.a-post-interest {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: thin;
}

.a-post-interest::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

.a-comp-btn button {
  border: none;
  background: #579e58;
  color: white;
  padding: 7px 12px;
  margin: 1px 5px;
  border-radius: 20px;
  cursor: pointer;
}

.a-post-interest button {
  border: none;
  color: #8a8888;
  padding: 7px 12px;
  margin: 1px 5px;
  border-radius: 20px;
  cursor: pointer;
}

.a-table {
  width: 100%;
  margin: 5px auto;
  background: white;
  border-collapse: collapse;
}

.a-table thead,
.a-table tbody {
  text-align: center;
}

.a-table tbody tr:hover {
  background: #f9f9f9;
}

.a-table thead td {
  font-weight: 600;
}

.a-table thead td,
.a-table tbody td {
  padding: 5px;
  border: 1px solid #f9f9f9;
}

.a-table tbody td button {
  border: none;
  color: white;
  padding: 7px 12px;
  margin: 1px 5px;
  border-radius: 5px;
  cursor: pointer;
}

.a-acl-0 {
  background: #239425;
}

.a-acl-1 {
  background: #1a6e1b;
}

.a-acl-2 {
  background: #0d380e;
}

.a-table-delete {
  background: #a94442;
}

.a-table-retrieve {
  background: #417442;
}
/*******************************************end of css for admin pages ********************************/

/**************************************** css for login form ***********************************/
.LoginFormWrapper,
.RegisterFormWrapper {
  margin: 50px auto;
  padding: 50px 4%;
  border-radius: 3px;
  background: white;
}

.LoginFormCheckboxWrapper {
  display: flex;
  align-items: center;
}

.LoginFormCheckboxWrapper input {
  width: 15px;
  height: 15px;
}

.LoginFormForgotPwdWrapper {
  margin-right: 1%;
}

.LoginFormSubmitButton,
.RegisterFormButton {
  background: #3c763d;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 1em;
}

.LoginFormRegisterWrapper {
  text-align: center;
}

/**************************************************css for column one of the home page******************************/
.columnOne {
  float: left;
}

.c1-profile-image {
  width: 40px;
  height: 40px;
  float: left;
}

.c1-username {
  color: #3b3b3b;
  margin-left: 5px;
  margin-top: 8px;
  font-weight: 600;
  font-size: 0.91em;
}

.c1-user-options {
  padding-right: 2%;
  margin-bottom: 5px;
}

.c1-user-options p {
  font-size: 0.9em;
  font-weight: 600;
  color: #3b3b3b;
  margin: 8px 0 7px;
}

.c1-user-options span {
  color: #3c763d;
  font-size: 0.9em;
}

.c1-user-options ul {
  padding: 0;
  padding-left: 5%;
  margin: 0;
  color: black;
}

.c1-user-options ul li {
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

footer {
  text-align: center;
  margin-top: 20px;
  color: #525252;
  font-size: 0.8em;
}

footer a {
  color: #525252;
}

footer p {
  display: inline;
  margin: 4px 0;
}

/**************************************************css for column two of the home page******************************/
.columnTwo {
  float: left;
}

.c2-editor-buttons {
  display: flex;
  justify-content: space-between;
}

.c2-editor-buttons a,
.c2-editor-buttons p {
  cursor: pointer;
  display: block;
  width: 33%;
  height: 33px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 6px;
  font-size: 1.1em;
  text-align: center;
  display: inline-block;
  background: white;
  color: green;
  fill: green;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #ccc;
}

.c2-editor-buttons a span,
.c2-editor-buttons p span {
  display: inline-block;
  margin-top: -17px;
}

.c2-post {
  background: white;
  margin-bottom: 7px;
  padding: 8px;
}

.c2-post-head {
  margin-bottom: 10px;
}

.c2-poster-image {
  float: left;
  width: 40px;
  height: 40px;
}

.c2-poster-profile {
  float: left;
  width: 30%;
  line-height: 1.37;
}

.c2-poster-username {
  font-size: 0.9em;
  color: #3b3b3b;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}

.c2-post-time {
  color: #8a8888;
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

.c2-post-in {
  margin-bottom: 10px;
  max-height: 400px;
  overflow: hidden;
}

.c2-post-title {
  font-size: 1.1em;
  font-weight: 600;
  margin: 5px 0;
}

.c2-post-body {
  margin: 5px 0;
  display: inline;
}

.c2-post-in a img {
  display: block;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.c2-post-counts {
  display: flex;
  justify-content: end;
  padding: 5px 0;
}

.c2-post-counts p {
  font-weight: 600;
  font-size: 0.93em;
  color: #3b3b3b;
  fill: #535353;
  margin: 0;
  margin-left: 60px;
}

.c2-upvote-status {
  font-size: 0.73em;
  text-align: center;
}

.c2-poll-options {
  margin-top: 10px;
}

.c2-poll-option {
  position: relative;
  min-height: 35px;
  margin-bottom: 15px;
  background: #eee;
}

.c2-poll-option-active {
  position: absolute;
  background: #94fea9;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.c2-poll-option-c {
  position: absolute;
  margin: 0;
  margin-left: 1%;
  padding-top: 5px;
  text-align: center;
  font-weight: 600;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c2-poll-option-o {
  position: absolute;
  margin: 0;
  margin-left: 10%;
  padding-top: 5px;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.c2-poll-option-click {
  cursor: pointer;
  position: absolute;
  background: #3c763d;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.c2-poll-option:hover {
  background: #cbfdd5;
}

.c2-post-delete {
  cursor: pointer;
}

.c2-bookmark {
  cursor: pointer;
  margin-right: 10px;
}

/**************************************************css for column three of the home page******************************/
.columnThree {
  float: left;
  padding: 0 1%;
}

.c3-post-header {
  font-size: 14px;
  font-weight: 600;
  width: 80%;
  text-transform: uppercase;
}

.c3-post-title {
  font-size: 13px;
  width: 80%;
}

.m-interest-list {
  position: relative;
  width: 98%;
  height: 35px;
  overflow: hidden;
  background: white;
  padding: 5px 5px 0;
  scrollbar-width: thin;
  box-shadow: 0 1px 2px 0 #ccc;
  margin: 0 0 5px;
}

.m-interest-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.m-s-interest-lists {
  height: 100%;
  padding-top: 1px;
  padding-bottom: 20px;
  display: flex;
  box-sizing: content-box;
  overflow-x: auto;
}

.m-s-interest-lists div {
  margin-right: 15px;
  width: 100px;
}

.m-s-interest-lists div {
  display: flex;
  justify-content: space-between;
}

.m-s-interest-lists div p {
  margin: 0 0 8px 0;
}

.m-s-interest-lists div button {
  border: none;
  border-radius: 3px;
  fill: white;
  cursor: pointer;
}

.m-s-interest-lists div button {
  padding: 3px;
  height: 23px;
  margin-top: 3px;
  margin-left: 5px;
}

.m-s-interest-lists div button:hover {
  background: green;
}

/*************************************************css for main post page***********************************/
.post-page-column {
  float: left;
}

.pg-post,
.pg-comment {
  background: white;
  margin-bottom: 7px;
  padding: 8px;
}

.pg-sub-comment {
  border-left: 2px solid #a09f9f;
  margin-left: 1%;
  padding: 0 8px 20px 1%;
}

.pg-post-head,
.pg-comment-head,
.pg-sub-comment-head {
  margin-bottom: 10px;
}

.pg-poster-image {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.pg-commenter-image,
.pg-sub-commenter-image {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.pg-poster-profile,
.pg-commenter-profile,
.pg-sub-commenter-profile {
  float: left;
  width: 30%;
  line-height: 1.37;
}

.pg-poster-username {
  margin: 5px 0 2px 5px;
  font-weight: 600;
  font-size: 1em;
}

.pg-commenter-username,
.pg-sub-commenter-username {
  margin: 1px 0 2px 5px;
  font-size: 0.99em;
  font-weight: 600;
}

.pg-post-time,
.pg-comment-time,
.pg-sub-comment-time {
  color: #8a8888;
  font-size: 0.8em;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: 5px;
}

.pg-follow-poster-btn {
  margin-top: 0;
  float: right;
  max-width: 30%;
  background: white;
  padding: 3px 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px dashed #8a8888;
  fill: #8a8888;
}

.followed {
  border: 1px solid green;
  fill: green;
}

.unfollowed {
  border: 1px dashed #8a8888;
  fill: #8a8888;
}

.pg-post-title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 10px;
  margin-right: 10px;
  line-height: 1.1;
}

.pg-post-q-span {
  display: inline-block;
  color: #8a8888;
  font-size: 0.5em;
  margin-top: 15px;
}

.pg-post-in,
.pg-comment-in,
.pg-sub-comment-in {
  line-height: 1.67;
  font-size: 1.05em;
  text-indent: 10px;
  margin: 5px 0 0;
  padding: 5px 2%;
}

.pg-post-body img,
.pg-comment-body img,
.pg-sub-comment-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.pg-post-ft,
.pg-comment-ft {
  display: flex;
  justify-content: flex-end;
  padding: 5px 1%;
  margin-top: 20px;
  margin-bottom: 5px;
}

.pg-post-ft p,
.pg-comment-ft p {
  font-weight: 600;
  font-size: 0.93em;
  color: #3b3b3b;
  fill: #535353;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.pg-p-upvote-count,
.pg-c-upvote-count {
  fill: #525252;
}

.pg-p-upvote,
.pg-p-downvote,
.pg-c-upvote,
.pg-c-downvote {
  display: inline-block;
}

.pg-c-upvote-count,
.pg-c-comment-report {
  padding-top: 8px;
}

.pg-p-comment-add {
  font-size: 0.93em;
}

.pg-p-sm-wrapper {
  padding-top: 7px;
}

.pg-sub-comment-ft {
  padding: 5px 1%;
}

.pg-sub-comment-ft p {
  float: right;
  margin: 0;
  margin-left: 40px;
  margin-bottom: -20px;
  color: #3b3b3b;
  font-size: 0.8em;
}

.pg-post-ft p,
.pg-comment-ft p {
  cursor: pointer;
  font-weight: 600;
  color: #3b3b3b;
}

.pg-post-ft-2,
.pg-comment-ft-2 {
  padding: 5px 2%;
  font-size: 0.8em;
}

.pg-post-ft-2 a p,
.pg-post-ft-2 p,
.pg-comment-ft-2 p {
  cursor: pointer;
  color: #3b3b3b;
  margin: 0;
  float: right;
  margin-left: 25px;
}

.pg-p-sm-wrapper {
  cursor: pointer;
  color: #3b3b3b;
  margin: 0;
  float: right;
  margin-left: 25px;
}

.pg-p-comment-delete,
.pg-p-comment-edit {
  display: inline-block;
  margin-top: -37px;
}

.pg-post-ft-2 .pg-p-comment-report {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 9px;
}

.pg-sub-comment-ft p span {
  cursor: pointer;
  display: inline-block;
  margin-top: 17px;
}

.pg-sub-comment-ft .pg-sub-comment-report {
  display: inline-block;
  margin-top: 17px;
}

/**************************************************** css for user's profile page *************************/
.user-page-column {
  position: relative;
  width: 100%;
}

.user-details-section {
  background: hsla(120, 97%, 23%, 0.761);
  padding: 10px;
}

.user-profile-image {
  float: left;
  cursor: pointer;
}

.user-username-div {
  float: left;
}

.user-username {
  color: white;
  letter-spacing: -0.04em;
  margin: 10px 0 0 0;
}

.user-edit-button {
  background: #3c763d;
  color: white;
  margin-left: 5px;
  cursor: pointer;
  padding: 5px;
}

.user-edit-button:hover,
.blog-edit-button:hover,
.blog-create-button:hover,
.blog-delete-button:hover {
  background: #428143;
}

.blog-edit-button,
.blog-create-button,
.blog-delete-button {
  background: hsla(120, 97%, 23%, 0.761);
  color: white;
  margin-left: 5px;
  cursor: pointer;
  padding: 7px 9px;
}

.user-follow-btn,
.user-logout-btn {
  float: left;
  color: white;
  background: hsla(120, 97%, 23%, 0.761);
}

.user-menus {
  display: flex;
  justify-content: space-around;
  background: green;
}

.user-menus button {
  border: none;
  padding: 5px;
  color: white;
  text-transform: uppercase;
  background: green;
  cursor: pointer;
  font-weight: 600;
}

.user-menus button span {
  display: block;
  margin-top: 4px;
}

.user-menus button:hover {
  background: #027202c2;
}

.user-menu-details {
  background: white;
  margin-top: 4px;
  padding: 1%;
  width: 98%;
}

.user-menu-posts {
  margin-top: 4px;
  padding: 5px;
  padding-left: 0;
  width: 100%;
}

.user-profile-interest {
  background: #f9f9f9;
  float: left;
  min-width: 25%;
  margin: 5px 3%;
  display: flex;
  justify-content: space-between;
}

.user-profile-interest img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.user-profile-interest button {
  cursor: pointer;
  fill: white;
  border: none;
  border-radius: 3px;
  margin-left: 5px;
}

.user-profile-interest button:hover {
  background: green;
}

.int-follow {
  float: left;
  min-width: 80%;
  margin: 5px 2%;
  display: flex;
  justify-content: flex-start;
}

.int-follow .f-profile-image {
  height: 35px;
  width: 35px;
  margin-right: 2%;
}

.int-follow span {
  white-space: nowrap;
  margin-right: 2%;
  margin-top: 3px;
}

.int-follow button {
  cursor: pointer;
  color: green;
  background: white;
  border: none;
  border: 1px solid green;
  border-radius: 3px;
  height: 25px;
  padding: 2px 7px;
  margin-top: 5px;
}

.int-follow button:hover,
.int-follow button a:hover {
  background: green;
  color: white;
}

.user-edit-form,
.pg-edit-form {
  background: #eef5f0;
  height: 400%;
  width: 100%;
}

.user-edit-form-back-btn,
.pg-edit-form-back-btn {
  background: green;
  color: white;
  width: 10%;
  margin-top: 0px;
  margin-left: 45%;
  padding: 10px 0;
}

.user-edit-form form,
.pg-edit-form form {
  margin: 50px auto;
  padding: 20px 4%;
  border-radius: 3px;
  background: white;
}

.profile-image-preview-div {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 5px;
}

.profile-image-preview {
  width: 90px;
  height: 90px;
  float: left;
  margin: 5px;
  border-radius: 50%;
}

.profile-image-input-div {
  position: relative;
  width: 30%;
  float: left;
  margin: 5px 1%;
}

.profile-image-input-div label,
.profile-image-input-div input {
  position: absolute;
  left: 0;
  margin-top: 25px;
}

.profile-image-input-div input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 0%;
}

.profile-image-input-div label {
  z-index: 0;
  border: 1px solid green;
  background: white;
  color: green;
  font-size: 0.9em;
  width: 100%;
}

.username-input {
  font-size: 1em;
  padding: 0 1%;
  width: 100%;
}

.user-edit-form-submit,
.pg-edit-form-submit {
  background: #3c763d;
  width: 100%;
  padding: 10px 1%;
  font-size: 0.9em;
  font-weight: 600;
}
/********************************************* css for editors ****************************************/
.article-editor-wrapper,
.audio-editor-wrapper,
.newsletter-editor-wrapper,
.comment-editor-wrapper {
  position: fixed;
  left: 0;
  top: 75px;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #eef5f0;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  overflow: auto;
}

.article-editor-wrapper-close,
.audio-editor-wrapper-close,
.newsletter-editor-wrapper-close,
.comment-editor-wrapper-close {
  display: inline-block;
  cursor: pointer;
  width: 20%;
  margin: 18px 0 5px 80%;
  color: #3c763d;
  fill: #3c763d;
}

#article_editor_ta,
#audio_editor_ta,
#newsletter_editor_ta,
#comment_editor_ta,
#admin_editor_ta {
  display: none;
}

#article_editor_frame,
#audio_editor_frame,
#newsletter_editor_frame,
#comment_editor_frame,
#sub_comment_editor_frame,
#admin_editor_frame {
  border: none;
  height: 200px;
  width: 100%;
  background: #eef5f0;
}

.editor {
  background: white;
  margin: 5px auto 150px;
  padding: 10px;
}

.reference {
  padding: 5px;
  background: #eef5f0;
}

.reference {
  max-height: 50px;
  overflow: hidden;
}

.reference p {
  color: #525252;
  margin: 0;
}

.editor .title {
  background: #eef5f0;
  padding: 0 1%;
  width: 98%;
  font-size: 1em;
  font-weight: normal;
  color: black;
  margin-top: 10px;
  margin-bottom: -15px;
}

.editor .option {
  border: none;
  padding: 2px 5px 5px;
  width: 98%;
  font-size: 1em;
  font-weight: normal;
  color: black;
  margin-top: 5px;
  margin-bottom: -15px;
  border-bottom: 1px solid #ccc;
}

.editor .post-tag-input {
  width: 20%;
  margin-top: 10px;
  margin-bottom: -5px;
  margin-right: 10px;
}

.editor .post-tag-a {
  padding: 7px 11px 9px;
}

.editor .post-tag-a:hover {
  background-color: #f9f9f9;
}

.editor .counter {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

.editor .counter a,
.editor .counter span {
  text-align: center;
  background: #428143;
  padding: 2px 7px;
  width: 40px;
  font-weight: 600;
  margin-right: 5px;
}


.char-counter-wrapper {
  margin: 15px 5px 0;
  font-size: 0.9em;
  color: #3b3b3b;
  display: flex;
  justify-content: right;
}

.editor textarea {
  background: #eef5f0;
  padding: 5px 1%;
  width: 100%;
  margin-bottom: -15px;
}

.editor button {
  width: 100%;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #3c763d;
  border-radius: 1px;
}

.editor button:hover {
  background: #3f7a3f;
  color: white;
}

.editor-exec-btn-wrapper {
  margin: 20px 0 5px;
  display: flex;
  justify-content: space-evenly;
}

.editor-exec-btn-wrapper button,
.editor-exec-btn-wrapper label {
  width: 14.2%;
  cursor: pointer;
  background: white;
  border: none;
  text-align: center;
}

.editor-csnippet-btn svg {
  font-weight: 700;
  fill: black;
}

/************************************************* css for notification list page ***********************/
.notification-title {
  background: white;
  box-shadow: 0 1px 2px 0 #ccc;
  padding: 8px;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 1em;
}

.notification-list,
.notification-list-u {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-list li {
  background: #fefffe;
  color: #3b3b3b;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  font-size: 0.92em;
}

.notification-list-u li {
  background: #cff8cf;
  color: #3b3b3b;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  font-size: 0.92em;
}

.notification-list li span,
.notification-list-u li span {
  font-weight: 600;
}

.notification-time {
  display: block;
}

.others-container {
  background: white;
  width: 98%;
  padding: 60px 1% 5px;
}

.others-container b {
  font-weight: 600;
  font-size: 2em;
}

@media screen and (min-width: 278px) {
  .navBar {
    padding: 5px 1%;
  }

  .navBarSearch {
    display: none;
  }

  .navBarNotif {
    margin-right: 5%;
    margin-left: 5%;
  }

  .LoginFormWrapper,
  .RegisterFormWrapper {
    width: 92%;
  }

  .user-edit-form-back-btn,
  .pg-edit-form-back-btn {
    width: 16%;
    margin-top: 5px;
    margin-left: 1%;
  }

  .pg-edit-form-back-btn {
    margin-top: 20px;
  }

  .user-edit-form form,
  .pg-edit-form form {
    margin: 20px auto;
    width: 92%;
  }

  .columnOne,
  .columnThree {
    display: none;
  }

  .columnTwo {
    width: 100%;
    padding: 5px 0;
  }

  .post-page-column {
    width: 100%;
  }

  .user-username-div {
    margin-left: 10px;
  }

  .user-username {
    font-size: 1.3em;
  }

  .user-edit-button {
    margin-top: 15px;
  }

  .user-menus {
    padding: 8px 0;
  }

  .user-menus button {
    padding: 3px 0;
    font-size: 0.7em;
  }

  .user-profile-image {
    height: 90px;
    width: 90px;
  }
}

@media screen and (min-width: 376px) {
  .navBarProfile {
    margin-left: 8%;
    margin-top: -10px;
  }
}

@media screen and (min-width: 627px) {
  .navBarNotif {
    margin-right: 5%;
    margin-left: 30%;
  }

  .navBarProfile {
    margin-left: 12.8%;
  }

  .user-logout-btn {
    display: none;
  }

  .user-menu-posts {
    width: 80%;
    margin: 0 auto;
  }

  .int-follow {
    min-width: 40%;
    margin: 5px 5%;
  }
}

@media screen and (min-width: 767px) {
  .navBarSearch {
    display: block;
    margin: 5px 9% 0 5%;
    width: 45%;
  }

  .navBarSearch-icon {
    display: none;
  }

  .navBarProfile {
    margin-left: 1%;
  }

  .navBarProfile a p {
    position: absolute;
    display: inline-block;
    color: white;
    font-size: 0.87em;
    font-weight: 600;
    left: 27px;
    top: -4px;
  }

  .navBarNotif {
    margin-right: 5%;
    margin-left: 5%;
  }

  .LoginFormWrapper,
  .RegisterFormWrapper {
    width: 70%;
  }

  .columnTwo {
    width: 58%;
    padding: 5px 1%;
  }

  .m-interest-list {
    display: none;
  }

  .columnThree {
    display: block;
    width: 30%;
  }

  .post-page-column {
    width: 80%;
    margin-left: 10%;
    padding-top: 10px;
  }

  .editor {
    width: 80%;
    margin: 40px auto 150px;
  }

  .user-profile-image {
    height: 130px;
    width: 130px;
  }

  .user-username-div {
    margin-left: 15px;
  }

  .user-username {
    font-size: 1.9em;
    margin: 20px 0 0 0;
  }

  .user-edit-button {
    margin-top: 30px;
  }

  .user-edit-form-back-btn,
  .pg-edit-form-back-btn {
    width: 12%;
    margin-left: 11%;
  }

  .user-edit-form form,
  .pg-edit-form form {
    width: 70%;
  }

  .user-menus {
    padding: 8px 10%;
  }

  .user-menus button {
    padding: 5px;
    font-size: 0.8em;
  }

  .user-menu-posts {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 991px) {
  .navBarSearch {
    margin: 5px 15% 0 5%;
    width: 35%;
  }

  .navBarProfile {
    position: relative;
    margin-right: 10%;
    margin-left: 5%;
  }

  .LoginFormWrapper,
  .RegisterFormWrapper {
    width: 40%;
  }

  .columnOne {
    display: block;
    width: 20%;
    padding: 10px 3% 10px 5%;
  }

  .columnTwo {
    width: 45%;
  }

  .columnThree {
    display: block;
    width: 23%;
  }

  .columnThree footer {
    display: none;
  }

  .post-page-column {
    width: 70%;
    margin-left: 0;
  }

  .article-editor-wrapper,
  .audio-editor-wrapper,
  .newsletter-editor-wrapper,
  .comment-editor-wrapper,
  .sub-comment-editor-wrapper {
    background: hsla(120, 1%, 15%, 0.9);
  }

  .article-editor-wrapper-close,
  .audio-editor-wrapper-close,
  .newsletter-editor-wrapper-close,
  .comment-editor-wrapper-close,
  .sub-comment-editor-wrapper-close {
    margin: 50px 0 0 90%;
    color: white;
    fill: white;
  }

  .editor {
    width: 50%;
    margin: 20px auto 150px;
  }

  .user-edit-form-back-btn,
  .pg-edit-form-back-btn {
    width: 5%;
    margin-top: 50px;
    margin-left: 16%;
  }

  .pg-edit-form-back-btn {
    margin-top: 50px;
  }

  .user-edit-form form,
  .pg-edit-form form {
    width: 60%;
  }

  .user-menus {
    padding: 8px 20%;
  }

  .user-menu-details {
    width: 70%;
    margin: 0 auto;
  }

  .user-menu-posts {
    width: 60%;
    margin: 0 auto;
  }

  .others-container {
    width: 70%;
    margin: 5px auto 0;
  }
}

@media screen and (min-width: 1191px) {
  .columnOne {
    width: 15%;
    padding: 10px 3% 10px 7%;
  }

  .columnTwo {
    width: 38%;
  }

  .columnThree {
    width: 25%;
  }

  .c3-interest-lists {
    width: 70%;
  }

  .post-page-column {
    width: 60%;
  }

  .user-menu-posts {
    width: 50%;
    margin: 0 auto;
  }

  .int-follow {
    min-width: 27%;
    margin: 5px 1%;
  }
}

/**bounce animation*/
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* slide animation */
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUp-short {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp-short {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp-short {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/* zoom in animation */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-long {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
