.wp-block-ptl-shortcode {
  background: #3f39ff;
  padding: 45px;
  text-align: center;
  border-radius: 10px;
}
.mcb-call-to-action-content {
  font-family: serif;
  font-size: 24px;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-family: serif;
  font-size: 24px;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.mcb-call-to-action-button {
  background: #000;
  border: 0px;
  border-radius: 5px;
  padding: 12px 35px;
  color: #fff;
  font-family: sans-serif;
  background: #000;
  border: 0px;
  border-radius: 5px;
  padding: 12px 35px;
  color: #fff;
  font-family: sans-serif;
}
.wp-block-mcb-call-to-action {
  background: #3f39ff;
  padding: 45px;
  text-align: center;
  border-radius: 10px;
}

.post-timeline {
  margin: 120px auto;
  border-radius: 7px;
  padding: 25px 20px 60px 20px;
}

// PTL Block Front Page Start 
.wp-block-post-timeline-block.main-timeline {
  max-width: 100% !important;
}
.ptl-front-cont {
  position: relative;
  .ptl-post-block-head {
      width: 70%;
      margin: 0 auto;
    .ptl-post-heading {
      margin: 0;
      font-size: 24px;
      text-align: center;
      letter-spacing: 1px;
    }
  }
  .ptl-content-sec {
    margin-top: 50px;
  }
  .ptl-sec-yr {
    z-index: 9;
    color: #fff;
    width: 110px;
    height: 42px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    align-items: center;
    line-height: inherit;
    justify-content: center;
    margin: 0 auto 60px auto;
    border-radius: 15px 0 15px 0;
  }
  .ptl-last {
    margin-bottom: -30px;
  }
  .timeline-section {
    position: relative;
    margin-bottom: 60px;
    justify-content: space-around;
    .ti-box {
      width: auto;
      // max-width: 507px;
      // margin: 0 0 0 auto;
      margin: 0;
      padding-right: 57px;
      // box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.05);
      .tag-span {
        width: 100%;
        position: relative;
        .ptl-h2-span {
          top: 18px;
          left: auto;
          content: "";
          width: 30px;
          right: -15px;
          height: 20px;
          position: absolute;
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        }
      }
      .ptl-p-title {
        margin: 0;
        width: 100%;
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.1;
        position: relative;
        padding: 14px 20px;
        border-radius: 0px;
        background: #ff5b76;
      }
      .p-collapse {
        width: 100%;
        .ptl-cont-box {
          .ptl-img-cont {
            height: 215px;
            overflow: hidden;
            .ptl-p-img {
              width: 100%;
              height: 100%;
              max-width: 100%;
              object-fit: cover;
            }
          }
          .ptl-desc {
            width: 100%;
            padding: 18px;
            background-color: #fff;
            box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.03);
            .ptl-content {
              color: #000;
              font-size: 14px;
              font-weight: 500;
              line-height: 1.6;
            }
          }
        }
      }
    }
    .ptl-date-sec {
      width: auto;
      margin: 18px 0 0 42px;
      .date {
        padding: 0;
        margin: auto;
        font-size: 18px;
        font-weight: 500;
      }
    }
    .cir-sec {
      top: 4px;
      width: 47px;
      height: 47px;
      padding: 0;
      margin: 0;
      left: 50%;
      z-index: 1;
      display: flex;
      position: absolute;
      border-radius: 50%;
      align-items: center;
      background: #ff5b76;
      justify-content: center;
      border: 5px solid #2BA362;
      transform: translateX(-50%);
      .ptl-icon-cont {
        line-height: 1.1;
        svg {
          width: 25px;
          height: 25px;
        }
      }
    }
  }
  .timeline-section.even {
    .ti-box {
      padding-right: 0;
      padding-left: 57px;
      margin: 0 0 0 auto;
      .tag-span {
        .ptl-h2-span {
          left: -15px;
        }
      }
    }
    .ptl-date-sec {
      text-align: right;
      margin: 18px 42px 0 0;
    }
  }
  .timeline-section.odd {
    flex-direction: row-reverse;
  }
}

// PTL Block Front Page End
// PTL Block Edits Page Start

.ptl-edit-cont {
  border-radius: 7px;
  padding-bottom: 20px;
  .ptl-post-block-head {
    padding: 15px 0px;
    .ptl-post-heading {
      margin: 0;
      padding: 0 70px;
      text-align: center;
      letter-spacing: 1px;
    }
    .ptl-card-colors {
      margin-bottom: 15px;

      .clr-piker-box {
        justify-content: flex-end;
        h4 {
          margin: 0;
          font-size: 14px;
        }
        .ptl-clr-palette {
          flex: 0 0 22%;
          min-width: 22%;
          line-height: 1;
          .components-circular-option-picker__clear {
            display: none;
          }
          .components-dropdown {
            .components-flex {
              .components-flex-item {
                display: none;
              }
            }
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
            .components-dropdown {
              margin: 0;
              .components-button {
                opacity: 1;
                font-size: 0;
                display: block;
                padding: 2px 14px;
                position: relative;
                margin-bottom: 0px;
                &:before {
                  top: 0;
                  left: 0;
                  width: 25px;
                  height: 25px;
                  color: white;
                  font-size: 12px;
                  content: "\f1fb";
                  line-height: 25px;
                  text-align: center;
                  position: absolute;
                  border-radius: 50%;
                  background-color: #000;
                  font-family: "FontAwesome";
                }
              }
            }
          }
        }
        // New
        .components-v-stack.ptl-clr-palette {
          // min-width: auto;
          // display: flex;
          .components-dropdown {
            margin: 0;
            .components-flex {
              opacity: 1;
              padding: 0;
              height: 0;
              position: relative;
              margin-bottom: 0;
              &:focus {
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
              }
              &:before {
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                color: white;
                font-size: 14px;
                content: '\f1fb';
                line-height: 30px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: 'FontAwesome';
              }
            }
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
            .components-button.components-circular-option-picker__clear {
              display: none;
            }
          }
        }
      }

    }
  }
  .ptl-content-sec {
    margin-top: 60px;
  }
  .ptl-sec-yr {
    z-index: 9;
    color: #fff;
    width: 110px;
    height: 42px;
    display: flex;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 0;
  }
  .ptl-last {
    margin-bottom: -40px;
  }
  .line {
    width: 4px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: #4285f4 !important;
  }
  .timeline-section {
    position: relative;
    margin-bottom: 90px;
    .ti-box {
      width: 345px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: -2px 10px 9px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: -2px 10px 9px rgba(0, 0, 0, 0.05);
      .p-collapse {
        .ptl-cont-box {
          .ptl-img-cont {
            position: relative;
            .components-button.is-link {
              top: 0;
              right: 0;
              height: auto;
              font-size: 0;
              position: absolute;
              &:focus {
                outline: none;
                box-shadow: none;
              }
              &:before {
                position: absolute;
                top: 5px;
                right: 5px;
                font-size: 12px;
                color: white;
                content: 'X';
                height: 25px;
                width: 25px;
                font-weight: 500;
                background-color: black;
                border-radius: 50%;
                line-height: 25px;
                text-align: center;
              }
            }
            .components-button {
              height: 100%;
              padding: 0;
              display: block;
              &:focus {
                box-shadow: none;
              }
            }
            .button-large {
              padding: 2px 12px;
              margin-left: 20px;
              margin-top: 20px;
            }
          }
          .ptl-desc {
            width: 100%;
            // text-align: justify;
            background-color: #fff;
            padding: 10px 18px 18px 18px;
            .ptl-content.rich-text {
              font-size: 14px;
              font-weight: 500;
              line-height: 1.6;
              color: #000 !important;
              font-family: "Barlow", sans-serif;
            }
          }
        }
      }
      .tag-span {
        width: 100%;
        position: relative;
        .ptl-h2-span {
          top: 18px;
          left: auto;
          content: "";
          width: 30px;
          right: -15px;
          height: 20px;
          position: absolute;
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        }
      }
      .ptl-p-title {
        margin: 0;
        width: 100%;
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.1;
        position: relative;
        padding: 14px 20px;
        border-radius: 0px;
        background: #ff5b76;
        font-family: "Barlow", sans-serif;
      }
    }
    .ptl-date-section {
      width: 360px;
      margin: 19px 0 0 auto;
      display: flex;
      align-items: center;
      .date {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: initial;
        font-family: "Barlow", sans-serif;
      }
    }
    .ptl-clr-palette {
      .components-circular-option-picker__clear {
        display: none;
      }
      .components-dropdown {
        .components-flex {
          .components-flex-item {
            display: none;
          }
        }
      }
      .components-circular-option-picker__custom-clear-wrapper {
        display: block;
        text-align: right;
        .components-dropdown {
          margin: 0;
          .components-button {
            opacity: 1;
            font-size: 0;
            padding: 2px 14px;
            position: relative;
            margin-bottom: 10px;
            &:before {
              top: 0;
              left: 0;
              width: 30px;
              height: 30px;
              color: white;
              font-size: 14px;
              content: "\f1fb";
              line-height: 30px;
              text-align: center;
              position: absolute;
              border-radius: 50%;
              background-color: #000;
              font-family: "FontAwesome";
            }
          }
        }
      }
    }
    // New
    .components-v-stack.ptl-clr-palette {
      flex: 1;
      .components-dropdown {
        margin: 0;
        .components-flex {
          opacity: 1;
          padding: 0;
          height: 0;
          position: relative;
          margin-bottom: 0;
          &:focus {
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
          }
          &:before {
            top: -3px;
            width: 30px;
            height: 30px;
            color: white;
            font-size: 14px;
            content: '\f1fb';
            line-height: 30px;
            text-align: center;
            position: absolute;
            border-radius: 50%;
            background-color: #000;
            font-family: 'FontAwesome';
          }
        }
      }
      .components-circular-option-picker__custom-clear-wrapper {
        display: block;
        .components-button.components-circular-option-picker__clear {
          display: none;
        }
      }
    }
    .cir-sec {
      top: 6px;
      width: 47px;
      height: 47px;
      padding: 0;
      margin: 0;
      left: 50%;
      z-index: 1;
      display: flex;
      position: absolute;
      border-radius: 50%;
      align-items: center;
      background: #ff5b76;
      justify-content: center;
      border: 5px solid #2BA362;
      transform: translateX(-50%);
      .ptl-icon-cont {
        .ptl-small-icons {
          position: absolute;
          left: 3.4px;
          top: -45px;
          .icon-picker-btn {
            padding: 0;
            margin: 0;
            box-shadow: none;
            &:focus,
            &:hover,
            &:active {
              outline: none;
              border: none;
              box-shadow: none;
              background-color: transparent;
            }
            i {
              width: 30px;
              height: 30px;
              color: white;
              font-size: 14px;
              line-height: 30px;
              text-align: center;
              border-radius: 50%;
              background-color: #000;
            }
          }
        }
        .ptl-icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          svg {
            width: 28px;
            height: 28px;
          }
          .ptl-icon-text-hidden.rich-text {
            opacity: 0;
            font-size: 0;
          }
        }
      }
    }
    .remove-item {
      right: 0;
      top: -30px;
      color: black;
      font-size: 18px;
      font-weight: 500;
      position: absolute;
    }
  }
  .timeline-section.even {
    .ti-box {
      margin: 0 0 0 auto;
    }
    .tag-span {
      .ptl-h2-span {
        left: -15px;
      }
    }
    .date {
      text-align: right;
    }
    .ptl-date-section {
      margin: 19px auto 0 0;
      flex-direction: row-reverse;
    }
    .ptl-clr-palette {
      justify-content: space-around;
      .components-circular-option-picker__custom-clear-wrapper {
        text-align: left;
      }
    }
    .components-v-stack.ptl-clr-palette {
      .components-dropdown {
        .components-flex {
          &:before {
            left: 0;
          }
        }
      }
    }
  }
  .timeline-section.odd {
    flex-direction: row-reverse;
    justify-content: space-around;
    .components-v-stack.ptl-clr-palette {
      .components-dropdown {
        .components-flex {
          &:before {
            right: 0;
          }
        }
      }
    }
  }
}

// PTL Block Eidts Page End

.ptl-content-sec {
  position: relative;
  .ptl-center-line {
    top: 0;
    left: 50%;
    width: 6px;
    content: '';
    height: 100%;
    position: absolute;
    background: #4285f4;
    transform: translateX(-50%);
  }
}
.ptl-posts-cont {
  .timeline-add-btn {
    margin-top: 60px;
    text-align: center;
    .components-button {
      color: white;
      margin: 0 auto;
      font-size: 14px;
      font-weight: 500;
      transition: 0.5s;
      padding: 6px 30px;
      border-radius: 3px;
      background: #007cba;
      letter-spacing: 0.5px;
      &:hover {
        background-color: #006BA0;
      }
    }
  }
}

// Notification Front Start
.wp-block-post-timeline-notification.main-timeline {
  max-width: 100% !important;
}
.timeline-front-notification {
  width: 100%;
  max-width: 550px;
  margin: 0px auto;
  border-radius: 6px;
  .ptl-notif-block-head {
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    .ptl-notif-heading {
      font-size: 17px;
      font-weight: 600;
      line-height: initial;
      margin-bottom: 0;
      color: #32325d;
    }
    // .ptl-card-colors {
    //   margin-bottom: 15px;
    //   .clr-piker-box {
    //     justify-content: flex-end;
    //     h4 {
    //       margin: 0;
    //       font-size: 14px;
    //     }
    //     .ptl-clr-palette {
    //       flex: 0 0 22%;
    //       min-width: 22%;
    //       line-height: 1;
    //       .components-circular-option-picker__clear {
    //         display: none;
    //       }
    //       .components-circular-option-picker__custom-clear-wrapper {
    //         display: block;
    //         .components-dropdown {
    //           margin: 0;
    //           .components-button {
    //             opacity: 1;
    //             font-size: 0;
    //             display: block;
    //             padding: 2px 14px;
    //             position: relative;
    //             margin-bottom: 0px;
    //             &:before {
    //               top: 0;
    //               left: 0;
    //               width: 25px;
    //               height: 25px;
    //               color: white;
    //               font-size: 12px;
    //               content: "\f1fb";
    //               line-height: 25px;
    //               text-align: center;
    //               position: absolute;
    //               border-radius: 50%;
    //               background-color: #000;
    //               font-family: "FontAwesome";
    //             }
    //           }
    //         }
    //       }
    //     }
    //   }
    // }
  }
  .ptl-main-box {
    padding: 24px;
  }
  .timeline-section-notification {
    display: flex;
    position: relative;
    padding-bottom: 32px;
    &:before {
      top: 0;
      left: 17.5px;
      width: 0px;
      content: '';
      height: 100%;
      position: absolute;
      background-color: transparent;
      border-right: 2px dashed #e9ecef;
    }
    .ptl-icon-cont {
      z-index: 1;
      padding-right: 30px;
      svg {
        width: 36px;
        height: 36px;
        padding: 6px;
        border-radius: 50%;
      }
    }
    .notification-details {
      flex: 1;
      padding-top: 5px;
      .ptl-notification-head {
        .ptl-notification-title {
          .heading {
            color: #32325d;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 8px;
            font-family: Open Sans, sans-serif;
          }
        }
        .ptl-notification-date {
          .ptl-date {
            color: #8898aa;
            line-height: 1.7;
            font-size: 12.8px;
            padding: 2px 12px;
            border-radius: 30px;
            margin-bottom: 16px;
            max-width: max-content;
            font-family: Open Sans, sans-serif;
          }
        }
      }
      .ptl-notification-desc {
        .ptl-notification-content {
          color: #525f7f;
          font-size: 14px;
          font-weight: 300;
          line-height: 1.7;
          font-family: Open Sans, sans-serif;
        }
      }
    }
  }
}

// Notification Front End
// Notification Edits Start

.block-editor-block-list__block.wp-block {
  max-width: 840px !important;
  margin-top: 28px;
  margin-bottom: 28px;
}

.timeline-edit-notification {
  padding: 15px;
  margin: 60px auto;
  border-radius: 7px;
  .timeline-section-notification {
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 550px;
    position: relative;
    padding-bottom: 70px;
    justify-content: center;
    &:before {
      top: 10px;
      left: 59px;
      width: 0px;
      content: '';
      height: 100%;
      position: absolute;
      background-color: transparent;
      border-left: 2px dashed #dddddd;
    }
    // &:last-child {
    //   &:before {
    //     display: none;
    //   }
    // }
    .ptl-icon-cont {
      z-index: 1;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      padding-right: 30px;
      justify-content: space-around;
      .ptl-icon {
        svg {
          width: 36px;
          height: 36px;
          padding: 6px;
          border-radius: 50%;
        }
      }
      .ptl-small-icons {
        .ptl-clr-palette {
          .components-circular-option-picker__custom-clear-wrapper {
            .components-button.components-circular-option-picker__clear {
              display: none;
            }
            display: block;
            .components-dropdown.components-circular-option-picker__dropdown-link-action {
              margin: 0;
              .components-button.is-link {
                opacity: 1;
                font-size: 0;
                padding: 2px 14px;
                position: relative;
                margin-bottom: 10px;
                &:focus {
                  border: none;
                  outline: none;
                  box-shadow: none;
                }
                &:before {
                  top: 0;
                  left: 0;
                  width: 30px;
                  height: 30px;
                  color: white;
                  font-size: 14px;
                  content: '\f1fb';
                  line-height: 30px;
                  text-align: center;
                  position: absolute;
                  border-radius: 50%;
                  background-color: #000;
                  font-family: 'FontAwesome';
                }
              }
            }
          }
          min-width: auto;
          display: inherit;
        }
        button.icon-picker-btn {
          padding: 0;
          outline: none;
          box-shadow: none;
          i {
            width: 30px;
            height: 30px;
            color: white;
            font-size: 14px;
            line-height: 30px;
            border-radius: 50%;
            background: #000;
          }
        }
      }
      .ptl-small-icons {
        width: 36px;
        max-width: unset;
        min-width: unset;
        .components-v-stack.ptl-clr-palette {
          // min-width: auto;
          display: flex;
          .components-dropdown {
            margin: 0;
            .components-flex {
              opacity: 1;
              padding: 0;
              height: 0;
              position: relative;
              margin-bottom: 10px;
              &:active,
              &:focus {
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
              }
              &:before {
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                color: white;
                font-size: 14px;
                content: '\f1fb';
                line-height: 30px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: 'FontAwesome';
              }
            }
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
            .components-button.components-circular-option-picker__clear {
              display: none;
            }
          }
        }
      }
      .ptl-icon {
        margin-top: 0;
        .block-editor-rich-text__editable {
          opacity: 0;
          font-size: 0;
        }
      }
    }
    .notification-details {
      flex: 1;
      margin-left: 0;
      margin-top: 12px;
      .ptl-notification-head {
        .ptl-notification-title {
          .heading {
            margin-top: 0;
            color: #32325d;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 0;
            letter-spacing: 0;
            padding-bottom: 6px;
            text-transform: initial;
            font-family: Open Sans, sans-serif;
          }
        }
        .ptl-notification-date {
          .ptl-date {
            color: #8898aa;
            font-weight: 500;
            font-size: 12.8px;
            padding: 3px 12px;
            border-radius: 30px;
            margin-bottom: 16px;
            max-width: max-content;
            font-family: Open Sans, sans-serif;
          }
        }
      }
      .ptl-notification-desc {
        .ptl-notification-content {
          color: #525f7f;
          font-size: 14px;
          font-weight: 300;
          line-height: 1.7;
          font-family: Open Sans, sans-serif;
        }
      }
    }
    .remove-item {
      right: 0;
      top: -30px;
      font-size: 20px;
      font-weight: 500;
      position: absolute;
    }
  }
  .ptl-notif-block-head {
    padding: 0px 0px 30px 0px;
    .ptl-card-colors {
      margin-bottom: 15px;
      .clr-piker-box {
        h4 {
          margin: 0;
          font-size: 14px;
        }
        .ptl-clr-palette {
          flex: 0 0 22%;
          min-width: 22%;
          line-height: 1;
          .components-circular-option-picker__clear {
            display: none;
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
            .components-dropdown {
              margin: 0;
              .components-button {
                opacity: 1;
                font-size: 0;
                padding: 2px 14px;
                position: relative;
                margin-bottom: 0px;
                &:before {
                  top: 0;
                  left: 0;
                  width: 25px;
                  height: 25px;
                  color: white;
                  font-size: 12px;
                  content: "\f1fb";
                  line-height: 25px;
                  text-align: center;
                  position: absolute;
                  border-radius: 50%;
                  background-color: #000;
                  font-family: "FontAwesome";
                }
              }
            }
          }
        }
      }
      .clr-piker-box {
        .ptl-clr-palette {
          .components-dropdown {
            margin: 0;
            .components-flex {
              opacity: 1;
              height: 0;
              padding: 0;
              position: relative;
              &:focus {
                outline: none;
              }
              &:before {
                top: 0;
                left: 0;
                width: 25px;
                height: 25px;
                color: white;
                font-size: 12px;
                content: "\f1fb";
                line-height: 25px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: "FontAwesome";
              }
            }
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
          }
        }
      }
    }
    .ptl-card-colors {
      .clr-piker-box {
        .ptl-clr-palette {
          .components-dropdown {
            button.components-flex {
              position: relative;
              &:before {
                top: 0;
                left: 0;
                width: 25px;
                height: 25px;
                color: white;
                font-size: 12px;
                content: "\f1fb";
                line-height: 25px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: "FontAwesome";
              }
            }
          }
        }
      }
    }
    .ptl-notif-heading {
      margin: 0;
      text-align: center;
      letter-spacing: 1px;
    }
  }
  .ptl-colorpicker {
    .components-color-picker {
      .components-color-picker__body {
        padding: 15px 0;
        .components-color-picker__inputs-wrapper {
          display: inline;
          .components-color-picker__inputs-fields {
            .components-base-control {
              .components-base-control__field {
                .components-base-control__label {
                  font-size: 12px;
                  line-height: 1.3;
                }
              }
            }
          }
        }
        .components-color-picker__inputs-toggle-wrapper {
          display: none;
        }
      }
      .components-color-picker__saturation {
        .components-color-picker__saturation-color {
          .components-color-picker__saturation-pointer {
            padding: 6px 6px;
          }
        }
      }
    }
    .ptl-icon-bg {
      margin: 10px 0;
      font-size: 13px;
    }
    .ptl-icon-clr {
      margin: 10px 0;
      font-size: 13px;
    }
  }
  .ptl-add-btns {
    margin-top: 40px;
    margin-left: 157px;
    .ptl-add-down {
      color: white;
      margin: 0 auto;
      font-size: 14px;
      font-weight: 500;
      transition: 0.5s;
      padding: 6px 30px;
      border-radius: 3px;
      background: #007cba;
      letter-spacing: 0.5px;
    }
  }
}

// Notification Edits End

.ptl-modal-section {
  .components-modal__frame {
    top: 50%;
    left: 50%;
    width: 65%;
    right: auto;
    bottom: auto;
    max-height: 90%;
    max-width: inherit;
    min-width: inherit;
    transform: translate(-50%,-50%);
    border-radius: 7px;
    height: 100%;
    overflow: hidden;
    .components-modal__content {
      height: 100%;
      padding: 0;
      overflow: hidden;
      max-height: 100%;
      margin: 0;
      .components-modal__header {
        width: auto;
        margin: 25px;
        position: relative;
        border-radius: 7px;
        padding: 12px 20px 12px 15px;
        background-color: var(--theme-clr);
        .components-modal__header-heading-container {
          .components-modal__header-heading {
            color: white;
            font-size: 18px;
          }
        }
        .components-button {
          background-color: white;
          border-radius: 10px;
          color: var(--theme-clr);
          &:focus {
            outline: none;
            box-shadow: none;
          }
        }
      }
      .notification-icon-Box {
        height: 100%;
        .search-box {
          text-align: center;
          margin-left: 25px;
          margin-right: 25px;
          margin-bottom: 20px;
          label {
            padding-right: 15px;
            font-size: 16px;
            font-weight: 500;
          }
          input {
            width: 100%;
            padding: 5px 20px;
          }
        }
      }
      .notification-icon-main {
        z-index: 0;
        overflow: auto;
        max-height: 90%;
        // overflow-x: hidden;
        position: relative;
        padding: 0px 15px 25px 25px;
        &::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
          border-radius: 0px;
          background-color: #CCCCCC;
        }
        &::-webkit-scrollbar {
          width: 12px;
          background-color: #F5F5F5;
        }
        &::-webkit-scrollbar-thumb {
          border-radius: 0px;
          background-color: var(--theme-clr);
          background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
        }
        .notification-icon-list {
          padding: 0;
          .icon-list {
            display: flex;
            flex-flow: wrap;
            align-items: center;
            justify-content: space-between;
            .single-icon {
              // width: 32.33%;
              flex: 0 0 32.33%;
              display: flex;
              cursor: pointer;
              padding: 5px 8px;
              border-radius: 6px;
              align-items: center;
              transition: all 0.5s;
              margin: 0 0px 10px 0;
              border: 1px solid #ededed;
              justify-content: space-between;
              strong {
                // word-break: break-all;
                &.box {
                  padding: 0;
                  margin-bottom: 0;
                  border-radius: 0;
                  background-color: transparent;
                }
                &.button {
                  background: transparent;
                  vertical-align: unset;
                  padding: 0;
                  margin: 0;
                  height: auto;
                  border: none;
                  color: inherit;
                  text-align: left;
                  min-height: auto;
                  line-height: inherit;
                }
                &.header {
                  padding: 0;
                  margin-bottom: 0;
                  text-align: left;
                }
              }
              .addSubmenu {
                cursor: pointer;
              }
              &:hover {
                background: #f2f2f2;
              }
            }
          }
          // .search-box {
          //   text-align: center;
          //   margin-bottom: 20px;
          //   label {
          //     padding-right: 15px;
          //     font-size: 16px;
          //     font-weight: 500;
          //   }
          //   input {
          //     width: 100%;
          //     padding: 5px 20px;
          //   }
          // }
        }
      }
    }
    .components-modal__header-heading {
      font-size: 24px;
      font-weight: 700;
    }
  }
}

// Chat Edits Start

.block-editor-block-list__block.wp-block {
  max-width: 840px !important;
  margin-top: 28px;
  margin-bottom: 28px;
}

.timeline-edit-chat {
  padding: 15px;
  margin: 60px auto;
  border-radius: 7px;
  .timeline-section-notification {
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 550px;
    position: relative;
    padding-bottom: 70px;
    justify-content: center;
    &:before {
      top: 10px;
      left: 59px;
      width: 0px;
      content: '';
      height: 100%;
      position: absolute;
      background-color: transparent;
      border-left: 2px solid #dddddd;
    }
    .ptl-icon-cont {
      margin-right: 5px;
      padding-right: 30px;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      justify-content: space-around;
      .ptl-icon {
        position: relative;
        &:before {
          top: 24px;
          right: -30px;
          content: '';
          height: 2px;
          width: 30px;
          position: absolute;
          background-color: #dddddd;
        }
        svg {
          width: 30px;
          height: 30px;
          padding: 9px;
          border-radius: 50%;
        }
      }
      .ptl-small-icons {
        .ptl-clr-palette {
          .components-circular-option-picker__custom-clear-wrapper {
            .components-button.components-circular-option-picker__clear {
              display: none;
            }
            display: block;
            .components-dropdown.components-circular-option-picker__dropdown-link-action {
              margin: 0;
              .components-button.is-link {
                opacity: 1;
                font-size: 0;
                padding: 2px 14px;
                position: relative;
                margin-bottom: 10px;
                &:focus {
                  border: none;
                  outline: none;
                  box-shadow: none;
                }
                &:before {
                  top: 0;
                  left: 0;
                  width: 30px;
                  height: 30px;
                  color: white;
                  font-size: 14px;
                  content: '\f1fb';
                  line-height: 30px;
                  text-align: center;
                  position: absolute;
                  border-radius: 50%;
                  background-color: #000;
                  font-family: 'FontAwesome';
                }
              }
            }
          }
          min-width: auto;
          display: inherit;
        }
        button.icon-picker-btn {
          padding: 0;
          outline: none;
          box-shadow: none;
          i {
            width: 30px;
            height: 30px;
            color: white;
            font-size: 14px;
            line-height: 30px;
            border-radius: 50%;
            background: #000;
          }
        }
      }
      .ptl-small-icons {
        width: 36px;
        max-width: unset;
        min-width: unset;
        .components-v-stack.ptl-clr-palette {
          // min-width: auto;
          display: flex;
          .components-dropdown {
            margin: 0;
            .components-flex {
              opacity: 1;
              padding: 0;
              height: 0;
              position: relative;
              margin-bottom: 10px;
              &:active,
              &:focus {
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
              }
              &:before {
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                color: white;
                font-size: 14px;
                content: '\f1fb';
                line-height: 30px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: 'FontAwesome';
              }
            }
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
            .components-button.components-circular-option-picker__clear {
              display: none;
            }
          }
        }
      }
      .ptl-icon {
        margin-top: 0;
        .block-editor-rich-text__editable {
          opacity: 0;
          font-size: 0;
        }
      }
    }
    .notification-details {
      flex: 1;
      margin-top: 0;
      margin-left: -5px;
      padding: 16px 20px;
      background-color: white;
      border-left: 5px solid;
      box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
      .ptl-notification-head {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        // margin-bottom: 10px;
        .ptl-notification-title {
          margin-right: 15px;
          .heading {
            margin-top: 0;
            color: #32325d;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 0;
            letter-spacing: 0;
            margin-bottom: 10px;
            text-transform: capitalize;
            font-family: Open Sans, sans-serif;
          }
        }
        .ptl-date {
          margin-top: -5px;
          margin-bottom: 10px;
          line-height: initial;
          .components-button {
            padding: 0;
            font-weight: 500;
            font-size: 12.8px;
            text-decoration: none;
            color: #bdbdbd !important;
            font-family: Open Sans, sans-serif;
            &:focus {
              outline: none;
              box-shadow: none;
            }
          }
        }
      }
      .ptl-notification-desc {
        .ptl-notification-content {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.5;
          color: #898989 !important;
          font-family: Open Sans, sans-serif;
        }
      }
      .notification-tags {
        .ptl-add-tags {
          margin-top: 10px;
          .ptl-add-up {
            font-size: 24px;
            font-weight: 700;
            border-radius: 50%;
            padding: 0px 4px 6px 5px;
            height: 27px;
            width: 27px;
          }
        }
        .tag-item {
          margin-top: 10px;
          position: relative;
          .remove-item {
            right: -16px;
            top: 0px;
            font-weight: 500;
            position: absolute;
            padding: 0;
            height: auto;
            z-index: 1;
            font-size: 16px;
            &:focus {
              outline: none;
              box-shadow: none;
            }
          }
          .ptl-chat-tag {
            display: flex;
            flex-flow: wrap;
            align-items: center;
            justify-content: space-between;
            .ptl-tag {
              font-size: 14px;
              font-weight: 500;
              margin-right: 10px;
              border-radius: 20px;
              padding: 0px 16px 3px 16px;
            }
          }
        }
      }
    }
    .remove-item {
      right: 0;
      top: -30px;
      font-size: 20px;
      font-weight: 500;
      position: absolute;
    }
  }
  .ptl-notif-block-head {
    padding: 0px 0px 30px 0px;
    .ptl-card-colors {
      margin-bottom: 15px;
      .clr-piker-box {
        h4 {
          margin: 0;
          font-size: 14px;
        }
        .ptl-clr-palette {
          flex: 0 0 22%;
          min-width: 22%;
          line-height: 1;
          .components-circular-option-picker__clear {
            display: none;
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
            .components-dropdown {
              margin: 0;
              .components-button {
                opacity: 1;
                font-size: 0;
                padding: 2px 14px;
                position: relative;
                margin-bottom: 0px;
                &:before {
                  top: 0;
                  left: 0;
                  width: 25px;
                  height: 25px;
                  color: white;
                  font-size: 12px;
                  content: "\f1fb";
                  line-height: 25px;
                  text-align: center;
                  position: absolute;
                  border-radius: 50%;
                  background-color: #000;
                  font-family: "FontAwesome";
                }
              }
            }
          }
        }
      }
      .clr-piker-box {
        .ptl-clr-palette {
          .components-dropdown {
            margin: 0;
            .components-flex {
              opacity: 1;
              height: 0;
              padding: 0;
              position: relative;
              &:focus {
                outline: none;
              }
              &:before {
                top: 0;
                left: 0;
                width: 25px;
                height: 25px;
                color: white;
                font-size: 12px;
                content: "\f1fb";
                line-height: 25px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: "FontAwesome";
              }
            }
          }
          .components-circular-option-picker__custom-clear-wrapper {
            display: block;
          }
        }
      }
    }
    .ptl-card-colors {
      .clr-piker-box {
        .ptl-clr-palette {
          .components-dropdown {
            button.components-flex {
              position: relative;
              &:before {
                top: 0;
                left: 0;
                width: 25px;
                height: 25px;
                color: white;
                font-size: 12px;
                content: "\f1fb";
                line-height: 25px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
                background-color: #000;
                font-family: "FontAwesome";
              }
            }
          }
        }
      }
    }
    .ptl-notif-heading {
      margin: 0;
      text-align: center;
      letter-spacing: 1px;
    }
  }
  .ptl-colorpicker {
    .components-color-picker {
      .components-color-picker__body {
        padding: 15px 0;
        .components-color-picker__inputs-wrapper {
          display: inline;
          .components-color-picker__inputs-fields {
            .components-base-control {
              .components-base-control__field {
                .components-base-control__label {
                  font-size: 12px;
                  line-height: 1.3;
                }
              }
            }
          }
        }
        .components-color-picker__inputs-toggle-wrapper {
          display: none;
        }
      }
      .components-color-picker__saturation {
        .components-color-picker__saturation-color {
          .components-color-picker__saturation-pointer {
            padding: 6px 6px;
          }
        }
      }
    }
    .ptl-icon-bg {
      margin: 10px 0;
      font-size: 13px;
    }
    .ptl-icon-clr {
      margin: 10px 0;
      font-size: 13px;
    }
  }
  .ptl-add-items {
    margin-top: 40px;
    margin-left: 157px;
    .ptl-add-down {
      color: white;
      margin: 0 auto;
      font-size: 14px;
      font-weight: 500;
      transition: 0.5s;
      padding: 6px 30px;
      border-radius: 3px;
      background: #007cba;
      letter-spacing: 0.5px;
    }
  }
}

// Chat Edits End
// chat Front Start
.wp-block-post-timeline-notification.main-timeline {
  max-width: 100% !important;
}
.timeline-front-chat {
  width: 600px;
  margin: 0px auto;
  border-radius: 6px;
  .ptl-notif-block-head {
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    .ptl-notif-heading {
      font-size: 17px;
      font-weight: 600;
      line-height: initial;
      margin-bottom: 0;
      color: #32325d;
    }
  }
  .ptl-main-box {
    padding: 24px;
  }
  .timeline-section-notification {
    display: flex;
    position: relative;
    padding-bottom: 32px;
    &:before {
      top: 0;
      left: 21px;
      width: 0px;
      content: '';
      height: 100%;
      position: absolute;
      background-color: transparent;
      border-right: 2px solid #e9ecef;
    }
    .ptl-icon-cont {
      margin-right: 5px;
      position: relative;
      padding-right: 30px;
      &:before {
        right: 0;
        top: 20px;
        content: '';
        height: 2px;
        width: 30px;
        position: absolute;
        background-color: #dddddd;
      }
      svg {
        width: 43px;
        height: 43px;
        padding: 8px;
        z-index: 11;
        border-radius: 50%;
        position: relative;
      }
    }
    .notification-details {
      flex: 1;
      margin-left: -5px;
      padding: 16px 20px;
      background-color: white;
      border-left: 5px solid;
      box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
      .ptl-notification-head {
        margin-bottom: 0;
        .ptl-notification-title {
          display: flex;
          flex-flow: wrap;
          align-items: center;
          .heading {
            color: #32325d;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 10px;
            margin-right: 15px;
            text-transform: capitalize;
            font-family: Open Sans, sans-serif;
          }
          .ptl-date {
            padding: 0;
            color: #bdbdbd;
            font-size: 12.8px;
            margin-bottom: 10px;
            text-decoration: none;
            font-family: Open Sans, sans-serif;
          }
        }
      }
      .ptl-notification-desc {
        .ptl-notification-content {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.5;
          color: #898989;
          font-family: Open Sans, sans-serif;
        }
      }
      .notification-tags {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        .tag-item {
          margin-top: 10px;
          .ptl-chat-tag {
            a {
              &:hover {
                opacity: .6;
                text-decoration: none;
              }
            }
            .ptl-tag {
              font-size: 14px;
              font-weight: 500;
              margin-right: 10px;
              border-radius: 20px;
              line-height: initial;
              padding: 3px 16px 3px 16px;
            }
          }
        }
      }
    }
  }
}

// chat Front End

// Responsive Start
@media(max-width: 1199px) {
  .ptl-front-cont {
    .timeline-section {
      .ptl-date-sec {
        // width: 413px;
      }
      .ti-box {
        // width: 400px;
      }
    }
  }
}
@media (max-width: 1024px) {
  .ptl-front-cont {
    .timeline-section {
      justify-content: space-between;
    }
  }
  .ptl-edit-cont {
    .timeline-section {
      justify-content: space-between;
    }
  }
}
@media (max-width: 991px) {
  .ptl-modal-section {
    .components-modal__frame {
      width: 62%;
    }
  }
  .ptl-front-cont {
    .timeline-section {
      .ptl-date-sec {
        // width: 297px;
      }
      .ti-box {
        // width: 285px;
      }
    }
  }
}
@media (max-width: 768px) {
  .ptl-modal-section {
    .components-modal__frame {
      width: 57%;
    }
  }
  .timeline-edit-notification {
    .ptl-add-btns {
      margin-left: 130px;
    }
  }
  .ptl-edit-cont {
    .timeline-section {
      .ti-box {
        width: 310px;
      }
      .ptl-date-section {
        width: 320px;
      }
    }
  }
}
@media (max-width: 767px) {
  .ptl-front-cont {
    .ptl-content-sec {
      .ptl-center-line {
        left: 24px;
        top: 135px;
        height: calc(100% - 215px);
      }
    }
    .ptl-sec-yr {
      margin: 0 auto 50px auto;
    }
    &:before {
      left: 65px;
    }
    .timeline-section {
      margin-left: 60px;
      margin-bottom: 40px;
      &.even,
      &.odd {
        .ti-box {
          padding-right: 0;
          padding-left: 85px;
        }
        .ptl-date-sec {
          text-align: left;
          margin: 0 0 0 85px;
          .date {
            text-align: left;
            margin-bottom: 6px;
          }
        }
      }
      .cir-sec {
        left: 0;
        top: 35px;
        transform: translateX(0);
      }
      .ti-box {
        // width: 100%;
        .tag-span {
          .ptl-h2-span {
            left: -14px;
            right: unset;
          }
        }
      }
    }
  }
  .timeline-edit-notification {
    .ptl-add-btns {
      margin-left: 85px;
    }
  }
  .ptl-edit-cont {
    .ptl-sec-yr {
      margin: 30px auto 30px auto;
    }
    .timeline-section {
      padding-left: 70px;
      .cir-sec {
        left: 0;
        top: 40px;
        transform: translateX(0);
        .ptl-icon-cont {
          .ptl-small-icons {
            top: -50px;
          }
        }
      }
      &.even, &.odd {
        .ptl-date-section {
          width: 100%;
          margin: 0 0 12px 0;
          justify-content: space-between;
        }
      }
      &.even {
        .ptl-clr-palette {
          justify-content: unset;
        }
      } 
      .ti-box {
        width: 100%;
        .tag-span {
          .ptl-h2-span {
            left: -14px;
            right: unset;
          }
        }
      }
    }
    .timeline-section.even {
      .date {
        text-align: left;
      }
    }
  }
  .ptl-content-sec {
    .ptl-center-line {
      left: 9px;
      top: 125px;
      height: calc(100% - 250px);
    }
  }
  .timeline-front-chat {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .ptl-modal-section {
    .components-modal__frame {
      width: 76%;
    }
  }
  .timeline-edit-notification {
    .ptl-add-btns {
      margin-left: 15px;
    }
  }
  .ptl-edit-cont {
    .ptl-last {
       margin-top: 0;
    }
    .ptl-content-sec {
      margin-top: 30px;
      .ptl-center-line {
        height: calc(100% - 210px);
      }
    }
    .timeline-section {
      margin-bottom: 50px;
      &.even {
        .ptl-date-section {
          .ptl-clr-palette {
            .components-circular-option-picker__custom-clear-wrapper {
              text-align: right;
            }
          }
        }
      }
    }
    .ptl-post-block-head {
      .ptl-post-heading {
        padding: 0;
      }
    }
  }
  // .timeline-front-chat {
  //   .timeline-section-notification {
  //     &:before {
  //       display: none;
  //     }
  //     .ptl-icon-cont {
  //       padding-bottom: 20px;
  //       &:before {
  //         right: unset;
  //         top: unset;
  //         left: 21px;
  //         bottom: -12px;
  //         width: 2px;
  //         height: 22px;
  //       }
  //     }
  //   }
  // }
}
@media (max-width: 479px) {
  .timeline-edit-notification {
    .timeline-section-notification {
      padding-bottom: 50px;
      &:before {
        left: 57.5px;
      }
      .ptl-icon-cont {
        padding-right: 22px;
        .ptl-small-icons {
          .components-v-stack {
            .components-circular-option-picker {
              margin-top: 0;
            }
            &.ptl-clr-palette {
              .components-dropdown {
                .components-flex {
                  &:before {
                    width: 25px;
                    height: 25px;
                    font-size: 13px;
                    line-height: 25px;
                  }
                }
              }
            }
          }
          button {
            &.icon-picker-btn {
              margin-top: 8px;
              i {
                width: 25px;
                height: 25px;
                font-size: 13px;
                line-height: 25px;
              }
            }
          }
        }
        .ptl-icon {
          svg {
            width: 32px;
            height: 32px;
          }
        }
      }
      .notification-details {
        margin-top: 10px;
        .ptl-notification-desc {
          .ptl-notification-content {
            font-size: 13px;
            line-height: 1.5;
          }
        }
      }
    }
  }
  .timeline-front-notification {
    .timeline-section-notification {
      padding-bottom: 22px;
      // &:before {
      //   left: 57.5px;
      // }
      .ptl-icon-cont {
        padding-right: 22px;
        .ptl-icon {
          svg {
            width: 32px;
            height: 32px;
          }
        }
      }
      .notification-details {
        .ptl-notification-desc {
          .ptl-notification-content {
            font-size: 13px;
            line-height: 1.5;
          }
        }
      }
    }
  }
  .timeline-edit-chat {
    .timeline-section-notification {
      &:before {
        left: 57px;
      }
      .ptl-icon-cont {
        padding-right: 23px;
        .ptl-small-icons {
          .components-v-stack {
            &.ptl-clr-palette {
              .components-dropdown {
                .components-flex:before {
                  width: 27px;
                  height: 27px;
                  font-size: 12px;
                  line-height: 27px;
                }
              }
            }
          }
          button {
            &.icon-picker-btn {
              margin-top: 0;
              i {
                width: 27px;
                height: 27px;
                font-size: 12px;
                line-height: 27px;
              }
            }
          }
        }
        .ptl-icon {
          &:before {
            top: 21px;
            width: 23px;
            right: -23px;
          }
          svg {
            width: 27px;
            height: 27px;
            padding: 8px;
          }
        }
      }
      .notification-details {
        .ptl-notification-desc {
          .ptl-notification-content {
            font-size: 13px;
          }
        }
      }
    }
  }
  .timeline-front-chat {
    .ptl-notif-block-head {
      padding: 20px 15px;
    }
    .ptl-main-box {
      padding: 22px 15px;
    }
    .timeline-section-notification {
      .ptl-icon-cont {
        padding-right: 22px;
        svg {
          width: 40px;
          height: 40px;
          padding: 7px;
        }
      }
      .notification-details {
        padding: 16px 16px;
        .ptl-notification-desc {
          .ptl-notification-content {
            font-size: 13px;
            line-height: 1.4;
          }
        }
        .notification-tags {
          .tag-item {
            .ptl-chat-tag {
              .ptl-tag {
                font-size: 13px;
                margin-right: 7px;
                padding: 3px 14px 3px 14px;
              }
            }
          }
        }
      }
    }
  }
}
@media (max-width: 457px) {
  .timeline-edit-chat {
    .timeline-section-notification {
      .notification-details {
        .notification-tags {
          .tag-item {
            .ptl-chat-tag {
              .ptl-tag {
                margin-bottom: 7px;
              }
            }
          }
        }
      }
    }
  }
}
@media(max-width: 438px) {
  .timeline-edit-chat {
     .timeline-section-notification {
      .notification-details {
        .ptl-notification-head {
          .ptl-notification-title {
            .heading {
              margin-bottom: 7px;
            }
          }
        }
      }
     }
  }
}
@media (max-width: 414px) {
  .ptl-edit-cont {
    .ptl-post-block-head {
      .ptl-card-colors {
        .clr-piker-box {
          justify-content: center;
          h4 {
            font-size: 13px;
            padding-top: 4px;
          }
        }
      }
      .ptl-post-heading {
        font-size: 24px;
      }
    }
    .timeline-section {
      padding-left: 65px;
      .ti-box {
        .ptl-p-title {
          font-size: 20px;
        }
        .p-collapse {
          .ptl-cont-box {
            .ptl-desc {
              padding: 10px;
              .ptl-content.rich-text {
                font-size: 12px;
                line-height: 1.4;
              }
            }
          }
        }
      }
    }
  }
  .ptl-front-cont {
    .timeline-section {
      .ti-box {
        .ptl-p-title {
          font-size: 20px;
        }
         .p-collapse {
          .ptl-cont-box {
            .ptl-desc {
              padding: 14px;
              .ptl-content {
                font-size: 13px;
                line-height: 1.4;
              }
            }
          }
         }
      }
    }
  }
  .ptl-modal-section {
    .components-modal__frame {
      .notification-icon-list {
        .icon-list {
          .single-icon {
            flex: 0 0 100%;
            justify-content: space-between;
          }
        }
      }
      width: 80%;
      .components-modal__header-heading {
        font-size: 20px;
      }
    }
  }
  .timeline-edit-notification {
    .ptl-add-btns {
       margin-left: 0px;
      .ptl-add-down {
        font-size: 13px;
        padding: 6px 20px;
      }
    }
  }
  .timeline-front-chat {
    .timeline-section-notification {
      .notification-details {
        .ptl-notification-desc {
          .ptl-notification-content {
            font-size: 13px;
          }
        }
        .ptl-notification-head {
          .ptl-notification-title {
            .ptl-date {
              font-size: 11.8px;
            }
          }
        }
        .notification-tags {
          .tag-item {
            .ptl-chat-tag {
              .ptl-tag {
                font-size: 13px;
                margin-right: 7px;
                padding: 1px 13px 1px 13px;
              }
            }
          }
        }
      }
    }
  }
  .timeline-edit-chat {
    .timeline-section-notification {
      .notification-details {
        .ptl-notification-head {
          .ptl-date {
            .components-button {
              font-size: 11.8px;
            }
          }
        }
        .ptl-notification-desc {
          .ptl-notification-content {
            font-size: 13px;
          }
        }
        .notification-tags {
          .tag-item {
            .ptl-chat-tag {
              .ptl-tag {
                font-size: 13px;
                padding: 1px 13px 1px 13px;
              }
            }
          }
        }
      }
    }
  }
}
@media (max-width: 400px) {
  .timeline-front-chat {
    .timeline-section-notification {
      .notification-details {
        .ptl-notification-head {
          .ptl-notification-title {
            .heading {
              margin-bottom: 8px;
            }
          }
        }
      }
    }
  }
}
