/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
*/

.pca-header {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 15px 0px 25px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
}

.pca-h1 {
  color: #774ee0;
  font-size: 2.5em;
  margin: 0.67em 0;
  line-height: 1;
}
.pca-h2 {
  margin: 1em 0 1.5em;
}

.pca a {
  line-height: 1;
  text-decoration: none;
}
.pca a:hover {
  text-decoration: underline;
}

.pca-container {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 10px 0px;
  border-radius: 4px;
}

.pca-container p {
  margin-top: 0px;
}
.pca-container strong {
  font-size: 14px;
}

.pca-setting-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 10px;
  border-top: 1px solid #eee;
  background: #fff;
  margin-bottom: 2px;
  /* box-shadow: 0px 3px 2px -2px rgb(0 0 0 / 24%); */
}
.pca-setting-box-rule {
  background-color:#f6f4fb;
  margin: 15px 20px;
  border-radius: 20px;
}
.pca-setting-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.pca-rule {
  color: #774ee0;
  margin: 10px 0 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.pca-label {
  font-weight: bold;
  margin: unset;
  margin-right: 10px;
  line-height: 1;
}
.pca-desc {
  color: rgba(0,0,0,.7);
  display: inline-block;
}

.pca-hidden-field {
  visibility: hidden;
  height: 1px;
  min-height: 1px !important;
}

.pca-tag {
  display: inline-flex;
  align-items: center;
  background: #956CFE;
  color: #fff;
  padding: 2px 9px 2px 0px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
}
.pca-close {
  cursor: pointer;
  display: inline-flex;
  transform: rotate(45deg);
  font-size: 18px;
  padding: 2px 7px;
}

.pca-btn {
  cursor: pointer;
}
.pca-form p.submit {
  text-align: right;
  padding: 0px;
}
#pca_add {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: auto;
}
.pca_remove {
  margin-left: auto;
  border: 1px solid #774ee0;
  border-radius: 4px;
  color: #774ee0;
  background-color: transparent;
}
.pca-container .button-secondary {
  color: #774ee0;
  border-color: #774ee0;
}

.pca-notif-alert {
  color: #eb4962;
  margin-left: 15px;
  transition: all .5s;
}