/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Custom styling for Sales Forms */
.sales-form-header .header__container .header__row-2 {
  border: 0px solid;
}
.sales-form-header .header__container .header__column {
   padding: 0px;
}
.sales-form-header .header__container-lp .header__row-2 {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 2px; 
}

.sales-form-main .body-container .dnd-section:first-child:before {
  background:none;
}
.sales-form-main {
  width: 1080px;
  margin: auto;
}
.sales-form-main .body-container .dnd-section:first-child {
  padding-top: 10px!important;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sales-form-main .body-container .dnd-section:not(:last-child) {
    margin-bottom: 0px;
}
.sales-form-main .body-container .dnd-section {
  border:0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* mobile */
@media (max-width: 768px)
  .sales-form-main {
    width: 700px;
    margin: auto;
  }
}