.consent-wrapper {
  font-family: inherit!important;
  background: #353535;
  position: fixed;
  left: -250px;
  bottom: 0px;
  top: 0px;
  width: 250px;
  transition: 0.3s;
  padding: 14px 7px 14px 14px;
  box-sizing: border-box;
  color: white;
  z-index: 99999;
}
.consent-wrapper.open {
  left: 0px;
}
.consent-wrapper p {
  font-size: 12px;
  margin-bottom: 18px;
}
.consent-wrapper .consent-list {
  height: 100%;
  overflow-y: auto;
  padding-right: 7px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.consent-wrapper .consent-list::-webkit-scrollbar {
  border-radius: 2px;
  width: 5px;
}
.consent-wrapper .consent-list::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #f1f1f1;
}
.consent-wrapper .consent-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #888;
}
.consent-wrapper .consent-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (min-width: 768px) {
  .motasoft-privacy-policy dt {
    float: left;
    width: 40px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
  }
  .motasoft-privacy-policy dd {
    margin-left: 60px;
  }
}
.motasoft-privacy-policy .responsive-table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.motasoft-privacy-policy .cookie-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border-spacing: 0px;
  border-collapse: separate;
  color: #212529;
  line-height: 1.4;
}
.motasoft-privacy-policy th,
.motasoft-privacy-policy td {
  padding: 12px;
  margin: 0px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #dee2e6;
}
.motasoft-privacy-policy td:first-child > div {
  display: inline-table;
  font-weight: 700;
  width: 130px;
}
.motasoft-privacy-policy td:last-child > div {
  min-width: 400px;
}
.motasoft-privacy-policy td h4 {
  margin-top: 0px;
}
.motasoft-privacy-policy th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.consent-wrapper {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.consent-wrapper h4 {
  margin: 0px 0px 18px;
  color: white;
  font-size: 18px;
}
.consent-wrapper .consent-row {
  position: relative;
  padding: 16px 0px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.consent-wrapper .intro-row,
.consent-wrapper .necessary-row {
  position: relative;
  padding: 18px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.consent-wrapper .intro-row a {
  color: white;
  font-size: 12px;
}
.consent-wrapper .necessary-row p {
  padding-bottom: 0px;
}
.consent-wrapper .switch {
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 24px;
}
.consent-wrapper .switch input {
  display: none;
}
.consent-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.consent-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.consent-wrapper input:checked + .slider {
  background-color: #59CD90;
}
.consent-wrapper input:focus + .slider {
  box-shadow: 0 0 1px #59CD90;
}
.consent-wrapper input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.consent-wrapper .slider.round {
  border-radius: 18px;
}
.consent-wrapper .slider.round:before {
  border-radius: 50%;
}
.consent-wrapper .consent-toggle {
  position: absolute;
  background: #353535;
  right: -64px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  padding: 24px 24px 12px 12px;
  box-sizing: border-box;
  border-top-right-radius: 50%;
}
.consent-wrapper .consent-toggle:hover {
  cursor: pointer;
}
.consent-wrapper .consent-toggle img {
  max-width: 100%;
}
.motasoft-footer-cookie-notice {
  font-family: inherit!important;
  background: #353535;
  color: white;
  font-size: 1em;
  padding: 24px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.3s ease;
  z-index: 9999;
}
.motasoft-footer-cookie-notice p {
  color: #cccccc;
}
.motasoft-footer-cookie-notice .close-image {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.motasoft-footer-cookie-notice .content h4 {
  margin-top: 0px;
  font-size: 1.4em;
  margin-bottom: 0.4em;
  color: white;
}
.motasoft-footer-cookie-notice .more-info-button,
.motasoft-footer-cookie-notice .close-button {
  padding: 12px 16px;
  color: white;
  border-radius: 4px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  margin-right: 4px;
  margin-top: 8px;
  font-weight: 700;
  transition: all 0.2s ease;
}
.motasoft-footer-cookie-notice .more-info-button {
  background-color: rgba(0, 0, 0, 0.2);
}
.motasoft-footer-cookie-notice .more-info-button:hover,
.motasoft-footer-cookie-notice .more-info-button:active,
.motasoft-footer-cookie-notice .more-info-button:focus,
.motasoft-footer-cookie-notice .more-info-button:visited {
  background-color: rgba(0, 0, 0, 0.6);
}
.motasoft-footer-cookie-notice .close-button {
  background-color: #359175;
}
.motasoft-footer-cookie-notice .close-button:hover,
.motasoft-footer-cookie-notice .close-button:active,
.motasoft-footer-cookie-notice .close-button:focus,
.motasoft-footer-cookie-notice .close-button:visited {
  background-color: #48C49F;
}
.motasoft-footer-cookie-notice.hidden {
  opacity: 0;
  pointer-events: none;
}
