/* Container padding */
.wrap.dcptg-wrap {
    max-width: 800px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-top: 20px;
  }
  
  /* Form rows */
  .dcptg-wrap form {
    margin-bottom: 2em;
  }
  .dcptg-wrap label {
    display: inline-block;
    width: 180px;
    font-weight: 600;
  }
  .dcptg-wrap input[type="text"],
  .dcptg-wrap select {
    width: 250px;
    padding: 4px 6px;
    border: 1px solid #ccd0d4;
    border-radius: 3px;
  }
  .dcptg-wrap .button {
    background-image: linear-gradient(to right, #2196F3, #00BCD4);
    font-size: 13px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: bold;
    padding: 5px 50px;
    text-transform: uppercase;
    font-family: 'Atlassian Sans';
    transition: all 0.3s ease-in-out;
  }
  .dcptg-wrap .button:hover {
    background-image: linear-gradient(to right, #00BCD4, #2196F3);
    color: #fff !important
  }
  
  /* Notice styles */
  .dcptg-wrap .notice-success,
  .dcptg-wrap .notice-error {
    margin-bottom: 1.5em;
  }
  
  /* CPT list */
  .dcptg-wrap ul {
    list-style: none;
    padding: 0;
  }
  .dcptg-wrap ul li {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 0
    
  }
  .dcptg-wrap ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
  }
  
  /* Inline forms in list */
  .dcptg-wrap ul li code {
    background: #f1f1f1;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 90%;
  }
  .dcptg-wrap ul li:first-child {
    padding-top: 0;
  }

.dcptg-wrapper {
  padding: 20px;
}
.dcptg-wrap h1.dcptg-hero-title {
  background-image: linear-gradient(to right, #2196F3, #00BCD4);
  color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.dcptg-wrapper h2 {
  margin: 0 0 20px 0;
}
.dcptg-wrap input[type="text"], .dcptg-wrap select {
  width: 100% !important;
  margin-top: 6px;
  display: block;
  max-width: 100%;
}
.dcptg-wrap hr {
  border-bottom: 1px solid #ececec;
  border-top: 0;
  margin: 40px 0;
}
.dcptg-layout-update {
  padding: 10px;
  background-color: #fff;
  color: #121212;
  border-left: 5px solid green;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  max-width: 800px;
  box-sizing: border-box;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dcptg-updateform {
 
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: calc(800px - 200px);
}
.dcptg-updateform select {
  margin-top: 0;

}
.dcptg-updateform-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.dcptg-updateform-wrapper form {
  margin-bottom: 0
}
