/* ! ==== TIMELINE-POST-PAGE ==== --> */

.timelinePostHeader .back-btn-section {
  display: flex;
  align-items: center;
}

.timelinePostHeader .back-btn-section .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  gap: 13px;
}

.timelinePostHeader .back-btn-section .left span {
  font-weight: 600;
  color: var(--text-color);
}

.timelinePostHeader .back-btn-section .right {
  width: 50%;
  padding-right: 10px;
}

.timelinePostHeader .back-btn-section .right .post-btn {
  width: 70px;
  height: 30px;
  background-color: var(--primary-color);
  color: var(--primary-button-text);
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#timelinePost {
  height: calc(100vh - 60px) !important;
  overflow: hidden;
  position: relative;
}

#timelinePost .profile-details {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
}

#timelinePost .profile-details .left .img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#timelinePost .profile-details .left .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#timelinePost .profile-details .right .name {
  color: var(--text-color);
  text-transform: capitalize;
}

#timelinePost .profile-details .right .postbtn-section button {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color);
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 3px 10px;
  min-width: 50px;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #eaf3f8;
  display: inline-block;
}

#timelinePost .post-textarea {
  /* background-color: #13ab06; */
  /* overflow: hidden;
 height: 200px;
 overflow-y: scroll; */
width: 100%;
overflow-x: hidden;
}

#timelinePost .post-textarea textarea {
  min-height: 120px;
  width: 100%;
  border-radius: 10px;
  border: none;
  outline: none;
  resize: none;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
  color: var(--text-color);
  padding: 10px;
  padding-top: 0;
  background-color: transparent;
  -webkit-user-select: none;
  appearance: none;
  -webkit-appearance: none;
}

#timelinePost .post-textarea textarea::placeholder {
  font-weight: 300;
  font-size: 22px;
}

#timelinePost .color-selection {
  padding: 10px 12px;
  padding-bottom: 20px;
  display: flex;
}

#timelinePost .color-selection .default-color {
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--white-color);
  border-radius: 5px;
  background-image: linear-gradient(
    to right,
    #ff00a7,
    #ed00b8,
    #d500c9,
    #b719d9,
    #8d2ee9,
    #ba1cdb,
    #dc04cc,
    #f700bd,
    #ff2285,
    #ff704e,
    #ffb111,
    #ffe90b
  );
}

#timelinePost .color-selection .color-plate{
  display: flex;
}

#timelinePost .color-selection .colors{
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #eaf3f8;
  border-radius: 5px;
  margin-left: 10px;
}

#timelinePost .color-selection .colors:nth-child(2){
  background-color: #b719d9;

}

#timelinePost .color-selection .colors:nth-child(3){
  background-color: #ff0040;

}

#timelinePost .color-selection .colors:nth-child(4){
  background-color: #000;

}

#timelinePost .color-selection .colors:nth-child(5){
  background-image: linear-gradient(to bottom right, #009245, #FCEE21);

}

#timelinePost .color-selection .colors:nth-child(6){
  background-image: linear-gradient(to bottom right, #0100EC, #FB36F4);

}

#timelinePost .color-selection .colors:nth-child(7){
  background-image: linear-gradient(to bottom right, #38A2D7, #561139);

}

#timelinePost .post-footer{
  padding: 0px 12px;
}

#timelinePost .post-footer .add-post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid var(--border-color);
  margin-top: 5px;
}

#timelinePost .post-footer .add-post .left {
  width: 50%;
}

#timelinePost .post-footer .add-post .left a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-color);
}

#timelinePost .post-footer .add-post .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

#timelinePost .post-footer .add-post .right .icon {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  background-color: var(--input-bg);
}

#timelinePost .post-footer .post-btn {
  height: 35px;
  width: 100%;
  border: none;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  background-color: var(--primary-color);
  color: var(--primary-button-text);
}

/* ! ==== TIMELINE-SEARCH-PAGE ==== --> */

.timelineSearchHeader .back-btn-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-bottom: 1px solid var(--border-color);
}

.timelineSearchHeader .back-btn-section .left {
  width: 10%;
  display: flex;
  justify-content: center;
}

.timelineSearchHeader .back-btn-section .right {
  width: 90%;
  display: flex;
  padding-right: 10px;
  justify-content: flex-start;
  overflow: hidden;
}

.timelineSearchHeader .back-btn-section .right input {
  width: 100%;
  height: 35px;
  border-radius: 25px;
  border: 1px solid var(--border-color);
  outline: none;
  font-size: 16px;
  padding: 0px 10px;
  color: var(--text-color) !important;
}

.timelineSearchHeader .back-btn-section .right input::placeholder {
  color: var(--alt-color);
  font-weight: 500;
}

#searchPage .person-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

#searchPage .person-profile:first-child {
  margin-top: 0;
}

#searchPage .person-profile .left {
  display: flex;
  align-items: center;
}

#searchPage .person-profile .left .name {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color);
  padding-left: 8px;
  text-decoration: none;
  text-transform: capitalize;
}

#searchPage .person-profile .left .follow-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
  color: var(--primary-color);
  text-transform: capitalize;
}

#searchPage .person-profile .left .unfollow-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
  color: var(--secondary-color);
  text-transform: capitalize;
}

#searchPage .person-profile .left .img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
}

#searchPage .person-profile .left .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#searchPage .person-profile .right .add-friend-btn {
  min-width: 80px;
  padding: 0px 5px;
  border: none;
  height: 25px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--primary-color);
  color: var(--primary-button-text);
}



/* ! **** TIMELINE PAGE (WHAT'S ON MIND LINK) **** */

#timeline .timeline-header .center .timelinePostLink {
  text-decoration: none;
  color: var(--text-color);
  display: inline-block;
  padding: 11px;
  padding-left: 5px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}

/* ! **** SOUTH-SIDE PAGE **** */

#southSide .dots-btn{
  padding: 5px;
  cursor: pointer;
}




#southSideDotsModal .modal-content {
  width: 50%;
}

#southSideDotsModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}

#southSideDotsModal .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#southSideDotsModal .modal-body {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 10px;
  position: relative;
  padding-top: 40px;
}

#southSideDotsModal .modal-body .cancelBtn {
  position: absolute;
  right: 10px;
  top: 10px;
}

#southSideDotsModal .modal-body .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#southSideDotsModal .modal-body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#southSideDotsModal .modal-body .name {
  color: var(--text-color);
  text-transform: capitalize;
  font-weight: 500;
}

#southSideDotsModal .modal-footer {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

#southSideDotsModal .modal-footer .removeBtn,
#southSideDotsModal .modal-footer .blockBtn {
  width: 80%;
  height: 35px;
  background-color: var(--secondary-color);
  color: var(--secondary-button-text);
  border: none;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#southSideDotsModal .modal-footer .cancelBtn {
  width: 80%;
  height: 35px;
  background-color: var(--alt-color);
  color: #ffffff;
  border: none;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#southSideDotsModal .modal-footer .all-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

#southSideDotsModal .modal-footer .all-btn button {
  width: 80%;
  padding: 10px;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#southSideDotsModal .modal-footer button svg {
  margin-right: 5px;
}

#southSideDotsModal .modal-footer button svg path {
  fill: var(--alt-color);
}

#southSideDotsModal .modal-body button .name {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: uppercase;
}

#southSideDotsModal .modal-body button .person-name {
  color: var(--primary-color);
  font-size: 15px;
  margin-left: 5px;
}
