
.dpcw_option_group_wrapper{
    display: none;
}
.dpcw-counter-content.show {
    display: table-row;
}
.dpcw_option_group_wrapper.show{
    display: block;
}
form#dpcw-settings-form {
    position: relative;
    margin: 25px 40px 0 20px;
    max-width: 1050px;
    font-size: 15px;
}
.dpcw-welcome-container .about-wrap .dpcw-logo {
    position: absolute;
    left: 0;
    top: 0;
}
.dpcw-welcome-container  .about-wrap .dpcw-title {
    padding-left: 130px;
}
.dpcw-welcome-container  .dpcw-logo img {
    max-width: 100px;
    width: 100%;
}
.dpcw-welcome-container  .about-wrap .about-text {
    margin: 10px 0 0;
}
.dpcw-welcome-container .dpcw-page-welcome {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
#dpcw-settings-form .copy-shortcode {
    width: 315px;
    background-color: #CCCCCC;
    border: none;
    padding: 5px 10px;
}
.dpcw-dynamic-content-wrapper{
    margin-top: 10px;;
}
.dpcw-dynamic-content-wrapper .inner-content span{
    font-weight: normal;
    display: block;
    line-height: 20px;
}
.dpcw-dynamic-content-wrapper .inner-content{
    margin-bottom: 15px;
}
.dpcw-dialog.ui-dialog.ui-widget-content {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.dpcw-dialog.ui-dialog .ui-dialog-titlebar {
    border: none;
    background: none;
    padding: 15px 15px;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    text-align: left;
}
.dpcw-dialog.ui-dialog .ui-dialog-content,
.dpcw-dialog.ui-dialog .ui-dialog-buttonpane {
    padding: 15px;
    height: 70px;
}
.dpcw-dialog.ui-dialog .revert-confirm {
    margin-bottom: 10px;    
    display: block;
}
.dpcw-dialog.ui-dialog .ui-dialog-buttonset {
    width: 100%;
    position: relative;
    height: 40px;
}
.dpcw-dialog.ui-dialog .ui-dialog-buttonset .ui-button:first-child {
    position: absolute;
    left: 0;
    background-color: #2271b1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    padding: 12px 20px;
    font-size: 13px;
}
.dpcw-dialog.ui-dialog .ui-dialog-buttonset .ui-button:nth-child(2) {
    position: absolute;
    right: 0;
    background-color: #2271b1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    padding: 12px 20px;
    font-size: 13px;
}
.wrap.dpcw-wrap  p.submit {
    text-align: right;
}
.wrap.dpcw-wrap  p.submit button{
    margin-right: 20px;
}
.dpcw-counter-content td.dpcw-counte-editor {
    padding: 0 !important;
}
#wpcl-deactivate-container {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 550px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.wpcl-deactivate-header {
    padding: 18px 15px;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    text-align: left;
    font-size: 15px;
    color: #495157;    
    font-weight: 500;
}
.wpcl-deactivate-header span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
}
.wpcl-dialog-content {
    padding: 30px 30px 0;
    text-align: left;
}
.wpcl-dialog-content p {
    font-weight: bold;
    font-size: 15px;
    color: #495157;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
.wpcl-deactivate-model {
    display: none;
    height: calc(100vh - 32px);
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcl-dialong-buttons {
    border-top: none;
    text-align: left;
    padding: 20px 30px 30px;
    overflow: hidden;
    margin-top: 25px;
}
.wpcl-dialong-buttons a {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0;
    padding: 12px 20px;
    width: 25px;
}
.wpcl-dialong-buttons .btn-yes {
    background-color: #3475ba;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    float: left;
}
.wpcl-dialong-buttons .btn-no {
    font-size: 14px;
    color: #a4afb7;
    background: none;
    float: right;
    width: auto;
}
.wpcl-dialong-buttons .btn-no:hover {
    color: #3475ba;
}

#dpcw-settings-form .form-table label {
    font-size: 16px;
}
#dpcw-settings-form .form-table td {
    vertical-align: top;
}