.new-styles .notification {
  display: none;
}
.new-styles #notification {
  display: none;
}
.new-styles .noty {
  display: none;
}
.new-styles #privacy {
  display: none;
}
.new-styles .privacy {
  display: none;
}
.new-styles .form-footer {
  display: none;
}
.new-styles .voorwaarden {
  display: none;
}
.new-styles button {
  outline: none !important;
}
.new-styles .old-footer {
  display: none;
}
.new-styles .new-footer {
  display: block !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.new-styles #logginModal .modal-content {
  border-radius: 3px;
  overflow: hidden;
}
.new-styles #logginModal .modal-body {
  border-radius: 3px;
}
.new-styles #logginModal .form-control {
  border-radius: 3px;
}
.new-styles #logginModal .new-style-btn {
  width: 67px;
}
.new-styles ::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
.new-styles :-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
.new-styles ::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
.new-styles :-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
.new-styles ::-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
.new-styles ::placeholder {
  color: #bbb;
  font-weight: 400;
}
.agreement-area {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 44px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
}
.agreement-area P,
.agreement-area ul {
  margin: 0 !important;
}
.agreement-area .agreement-area-inner br:nth-child(2) {
  display: none;
}
.agreement-area::-webkit-scrollbar {
  width: 5px;
}
.agreement-area::-webkit-scrollbar-track {
  background: #ccc;
}
.agreement-area::-webkit-scrollbar-thumb {
  background: #777;
}
.agreement-area::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.agreement-area .agreement-area-inner {
  padding: 1px 5px 2px 5px;
  font-size: 10px;
  line-height: 13px;
}
.agreement-area .agreement-area-inner ul,
.agreement-area .agreement-area-inner ol {
  padding: 3px 0 0 15px !important;
  list-style-type: disc !important;
}
.agreement-area .agreement-area-inner ul li,
.agreement-area .agreement-area-inner ol li {
  list-style-type: disc !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: inherit !important;
}
.agreement-area .agreement-area-inner a {
  color: inherit !important;
  font-weight: bold;
  transition: all 0.4s;
}
.agreement-area .agreement-area-inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.agree-btn:focus {
  outline: none;
}
.agree-btn label {
  font-weight: inherit;
  display: block;
}
.cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 12px;
  height: 12px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #333;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 3px;
  top: -1px;
  border-radius: 1px;
}
.cbx span:first-child svg {
  position: absolute;
  top: -1px;
  left: 0px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #333;
}
@media (max-width: 450px) {
  .new-styles .copyright .copyright-rights {
    display: none;
  }
}
