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

 .dc-section{
     padding-bottom: 30px;
     width: 100%;
     float: left;
 }
 .dc-section .dc-content{
     width: 100%;
 }
 .dc-section .dc-content .dc-form-group .dc-text-replace-options,
 .dc-section .dc-content .dc-form-group .dc-checkout-remove-options{
     margin-top: 15px;
 }
 .dc-section .dc-content .dc-form-group .dc-text-replace-options label,
 .dc-section .dc-content .dc-form-group .dc-checkout-remove-options label{
     display: block;
     margin-top: 15px;
 }
 .dc-section .dc-content .dc-form-group{
     margin-bottom: 15px;
 }
 .dc-section .dc-content label{
     font-weight: 600;
 }
 .dc-section .dc-content .dc-form-control{
     display: block;
     margin-top: 15px;
 }
 .subsubsub li::after{
     content: '|';
     padding: 0px 7px;
 }
 .subsubsub li:last-child::after{
     content: none;

 }