#dw_gdpr-check-tips {
  margin-top: 0;
  max-width: 740px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

#dw_gdpr-check-tips:after {
  background: #ddd;
  content: "";
  height: 100%;
  left: 28px;
  position: absolute;
  top: 22px;
  width: 5px;
  z-index: 0;
}

#dw_gdpr-check-tips .tip-item {
  margin-bottom: 0;
  padding: 24px 20px 40px 72px;
  position: relative;
}

/*#dw_gdpr-check-tips .tip-item:after {
  background: #ccc;
  content: "";
  height: 100%;
  left: 28px;
  position: absolute;
  width: 4px;
  z-index: 1;
}*/

#dw_gdpr-check-tips .tip-item:last-child:after {
  background: transparent;
}

#dw_gdpr-check-tips .tip-item:hover {
  background: #f6f6f6;
}

.tip-item input[type="checkbox"]{
  display: none;
}

.tip-tick {
  left: 8px;
  position: absolute;
  top: 22px;
  z-index: 2;
}

.tip-tick label{
  display: inline-block;
}

.tip-tick span{
  align-items: center;
  background: #ccc;
  border-radius: 32px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  line-height: 42px;
  text-align: center;
  width: 42px;
}

input:checked ~ .tip-tick span{
  background: #62bf88;
}

.tip-content{
  float: left;
  width: 90%;
}

.tip-content .title{
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.tip-content .content{
  display: none;
}

.content-text{
  line-height: 1.5;
  padding-bottom: 20px;
  padding-top: 8px;
  text-align: justify;
}

.tip-content .content .btn-okay {
  background: #62bf88;
  color: #fff;
  padding: 8px 28px;
}

input:checked ~ .tip-content .btn-okay{
  background: #ddd;
}

/* wordpress profile - backend */
div#profile-page.wrap form#your-profile {

    position: relative;
    padding-bottom: 450px;
}

#dw_gdpr_extra_profile {
  background: #ffe;
  border: 1px solid #dd6;
  bottom: 0px;
  margin: 40px 0;
  max-width: 800px;
  padding: 20px;
  position: absolute;
  width: auto;
}

.dw_gdpr_description {
  background: #eee;
  border: 1px dotted #ddd;
  font-style: italic;
  padding: 10px;
}

.dw_gdpr-settings-head {
  position: relative;
}

.heade-decs {
  display: inline-block;
  margin-right: 30%;
  margin-bottom: 30px;
}

.heade-decs h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 0;
}

.head-thumb {
  position: absolute;
  right: 0;
  padding: 20px 20px 40px;
  top: 2px;
  background: #fff;
  box-shadow: 0px 0px 1px #666;
}

.head-thumb ul {
  position: absolute;
  bottom: 4px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.head-thumb ul li {
  margin-bottom: 0;
  font-weight: 600;
}

.heade-decs {
  display: inline-block;
  margin-right: 30%;
  margin-top: 20px;
}

.heade-decs p {
  font-size: 16px;
  color: #555;
  font-style: italic;
}

#dw_gdpr_wrap .nav-tab-wrapper {
  padding-top: 0 !important;
  background: #f5f5f5;
  border-bottom: 2px solid #666 !important;
}

#dw_gdpr_wrap .nav-tab-wrapper .nav-tab {
  margin-left: 0;
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
}

#dw_gdpr_wrap .nav-tab-active, .nav-tab-active:focus,
#dw_gdpr_wrap .nav-tab-active:focus:active,
#dw_gdpr_wrap .nav-tab-active:hover {
  background: #666 !important;
  color: #fff;
}

@media (max-width: 480px) {
  .heade-decs {
      margin-right: 45%;
      text-align: justify;
  }

  .heade-decs h2,
  .heade-decs p {
      font-size: 100%;
  }
}


.dw-gdpr-settings-body .form-table {
  background: #fff;
  box-shadow: 0 0 1px #999;
}

.dw-gdpr-settings-body .form-table th {
  padding-left: 20px;
  width: 300px;
}

.dw-gdpr-settings-body h2 {
  margin: 40px 0 20px;
}