#cpt-pc-admin-bar {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;

  .cpt-pc-admin-bar-container {
    a {
      width: auto;
      padding: 0;
      font-size: 30px;
      display: inline-block;
      margin: 0;
      height: auto;
      border-radius: 60px;
      i {
        text-align: center;
        padding: 30px 15px;
        font-size: 30px;
        line-height: 0px;
        margin: 0;
      }
    }
  }
}

.cpt-pc-post-types-container {
  position: fixed;
  width: calc(100% - 160px);
  left: 160px;
  bottom: 0;
  z-index: 9999;
  .cpt-pc-options-container {
    background: #ffffff;
    overflow: auto;
    margin: 0;
    padding: 0 20px;
    z-index: 9999;
    .cpt-pc-close {
      padding: 10px 0 10px;
    }
  }
}

.cpt-pc-close {
  &:hover {
    cursor: pointer;
  }
}

.cpt-pc-info-icon {
  right: 12px;
  position: absolute;
  top: 22px;
  cursor: help;
}
.cpt-pc-material-container {
 h3.cpt-pc-modal-title {
    font-size: 1.5rem;
    padding: 15px;
   border-bottom: 1px solid #CCCCCC;
  }
}

.cpt-pc-step-container {
  .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #009688 transparent transparent transparent;
    left: 265px;
    bottom: -15px;
  }
  position: fixed;
  min-width: 270px;
  bottom: 109px;
  right: 30px;
  border: 1px solid #cccccc;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  max-width: 270px;
  font-size: 1rem;
  line-height: 1.2rem;
  &.cpt-pc-step3 {
    bottom: 100px;
    right: auto;
    left: 16%;

    .arrow {
      left: 70px;
    }
  }
}
